Search
Results
(18) 5 muscles of eternal youth. If you train them, you will never grow old. @DoctorAlekseev - YouTube
QuickRef.ME - Quick Reference Cheat Sheet
javascript - For ServiceWorker cache.addAll(), how do the URLs work? - Stack Overflow
cache.addAll treatment of '/' '/index.html', and other assets.
Using Service Workers - Web APIs | MDN
CycleTracker: Service workers - Progressive web apps | MDN
Solution to write a service worker using VERSION + implementing “install“ event. These 2 together forces the browser to clear old cache on version change.
caching - Service worker: check cached resources are up-to-date or latest - Stack Overflow
You have two options: Switch from your current cache-first strategy in your fetch handler to a strategy like stale-while-revalidate. Use a build-time tool to generate a service worker that changes each time one of your local resources changes, which will trigger the install and activate handlers, giving them a chance to update your users' caches with the latest copies of your assets. These tools work by generating hashes of each local file and inlining those hashes into the generated service worker script.
Strategies for service worker caching | Workbox | Chrome for Developers
Best description of how service worker should handle caching - network first, cache first etc.
android - When and how does a PWA update itself? - Stack Overflow
Only two events… In essence, there are only two events that will automatically trigger a PWA update: A change in the linked manifest.json; e.g. a changed icon file or a changed scope or start_url. A one-character change in the controlling service-worker.js. E.g., if you store the version number in a const in this file and change it, an update of the PWA will be triggered.
The service worker lifecycle | Articles | web.dev
directory structure - Where do I put my systemd unit file? - Unix & Linux Stack Exchange
Best overview of systemctl admin files
URL protocol handler registration for PWAs | Chrome for Developers
Explains how the PWA “protocol_handlers“ manifest declaration is related to the (very similar) registerProtocolHandler
WebID - W3C Wiki
Describes WebID, FOAF, and how to build identity
FOAF-a-matic -- Describe yourself in RDF
Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica
The Cold Truth of the Russo-Ukrainian War
One of the best analyses of the war
Draft:Olvid - Wikipedia
French alternative to Signal, WhatsApp and all messanger and phone apps
Why WebAssembly Will Disrupt the Operating System - The New Stack
‘It’s all gone’: CAR-T therapy forces autoimmune diseases into remission
BigCode - Playground - a Hugging Face Space by bigcode
Look for models that could be used in Newspeak
Serverless Land - Introduction to Event Driven Architecture
Event Driven Architecture - video by Martin Fowler
Tour of the Wasm Ecosystem
Dart asynchronous programming: Isolates and event loops | by Kathy Walrath | Dart | Medium
Are Futures in Dart threads? | HackerNoon
Asynchronous programming: futures, async, await | Dart
Concurrency | Dart
How to Use Dart Event Loop to Improve Your Code Execution
Has a simple example of Dart event loop implementation
Dart Future
a) add the async keyword to the main() function. b) add the await keyword in front of the future object. Result: Once Dart encounters the await keyword, it sends all the code starting from that line to the event queue and waits for the future to complete. That’s why you see the number 2 before 3.
Coroutine - Wikipedia
Coroutine is a routine which can yield. Coroutines are typically scheduled cooperatively (=non-preemptively). Coroutines are similar to threads, although threads are typically scheduled preemptively (scheduler pre-empts=forces execution to pause and yield, even without yield in the language)
Aktuelle Nachrichten kostenlos per Video-on-Demand | Euronews
České skloňování – Wikipedie
Project.el enhancements · Andrey Listopadov
Continuation - Wikipedia
continuation is an abstract representation of the control state of a computer program. A continuation implements (reifies) the program control state, i.e. the continuation is a data structure that represents the computational process at a given point in the process's execution; the created data structure can be accessed by the programming language, instead of being hidden in the runtime environment.
Coroutine - Wikipedia
Asynchronous operations are not the same as parallel or concurrent. Asynchronous simply means that we do not want to block our flow of execution(Thread) or wait for the response until certain work is done in full. But the way we implement Asynchronous operations decides whether they are (running) as parallel or concurrent. So parallel and concurrent are two implementations of asynchronicity of tasks.
The basic German sentence structure - Lingoda
Less money and more fear: what’s going on with tech - The Verge
“pumponomics”: where the details were not as important as the emotion.
An Exciting New Approach to Autoimmune Diseases
GoF Design Patterns Reference
New analysis suggests human ancestors nearly died out | Ars Technica
Trypillia – Enigmatic Proto-Ukrainian Civilization
Fištejn: Zelenskyj nastavil zrcadlo mírovým štváčům a umožnil nám se postavit na správnou stranu dějin | Reflex.cz
(57) Racism, Antisemitism and the Radical Right - Keynote, Timothy Snyder - YouTube
Politics of inevitability turns to politics of eternity. Minute 30. Minute 36 - Russia exporting the politics of eternity.
API Reference - Streamlit Docs
Streamlit makes it easy for you to visualize, mutate, and share data. The API reference is organized by activity type, like displaying data or optimizing performance. Each section includes methods associated with the activity type, including examples.
LibreTranslate - Free and Open Source Machine Translation API
Travel Through Deep Time With This Interactive Earth | Science| Smithsonian Magazine
Zelenskyy suggests that Russia perform ''diplomatic exit'', withdrawing from occupied territories without fighting | Ukrainska Pravda
Interesting philosophy about liberty and peace
Hydraulic
An alternative web-like system design - Google Docs
Towards a modern Web stack (PUBLICLY SHARED) - Google Docs
Towards a modern Web stack (PUBLICLY SHARED) - Google Docs
Isomorphism - Wikipedia
The logarithm function log(x.y) = log(x) + log(y) so it is a group homomorphism R+->R. The exponential function e^(x+y) = e^x . e^y so it too is a homomorphism R->R+ Another note: Formalizing intuition (of existence of natural isomorphism between vector space V and its 'dual dual') is a motivation for the development of category theory.