Search
Results
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.
Examples from changelog : sdk/CHANGELOG.md at 36e4d5e3c206822246dc525498c4b011f4755f6c · dart-lang/sdk · GitHub
extension CurryFunction on R Function(S, T) { /// Curry a binary function with its first argument. R Function(T) curry(S first) => (T second) => this(first, second); }
Composition in Flutter & Dart [Functional Programming — Part 3] | by Yogesh Parwani | Level Up Coding
Function composition type inference in Dart - Stack Overflow
Good explanation of type system in Dart as it relates to Function types
