347 private links
Waterfall, agile, AI in comparison to build a product.
Un cygne regardant la caméra.
A community word processor with light social features.
It is used for Poetry, logging, journaling, list making, being online in a more intentional way
There is less and less work stations needed, except for professionals (developers, designers) or gamers. Every private user I know use more tablets or smartphones directly.
When the Windows 10 end-of-support date arrives on Oct. 14, 2025.
That will be interesting because it will provide more arguments for Linux.
Orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
It uses Hono under the hood, which I only heard good news.
- Call Stack
- Primitive Types
- Value Types and Reference Types
- Explicit, Nominal, Structuring and Duck Typing },
- == vs === vs typeof
- Function Scope, Block Scope and Lexical Scope
- Expression vs Statement
- IIFE, Modules and Namespaces
- Message Queue and Event Loop
- setTimeout, setInterval and requestAnimationFrame
- JavaScript Engines
- Bitwise Operators, Type Arrays and Array Buffers
- DOM and Layout Trees
- Factories and Classes
- this, call, apply and bind
- new, Constructor, instanceof and Instances
- Prototype Inheritance and Prototype Chain
- Object.create and Object.assign
- map, reduce, filter
- Pure Functions, Side Effects, State Mutation and Event Propagation
- Closures
- High Order Functions
- Recursion
- Collections and Generators
- Promises
- async/await
- Data Structures
- Expensive Operation and Big O Notation
- Algorithms
- Inheritance, Polymorphism and Code Reuse
- Design Patterns
- Partial Applications, Currying, Compose and Pipe
- Clean Code
les outils techniques sont presque devenus des objets religieux (on ne les utilise plus pour ce qu'ils apportent, mais parce que tout le monde les utilise ou que l'entreprise "a toujours fait comme ça".)
Some of the most effective thinkers and builders have advocated for simpler tools. Patrick Collison uses Google Docs. Paul Graham writes in plain text. Charlie Munger used legal pads and yellow highlighters. None of them were hurting for productivity.
The lesson here is not anti-technology. It is anti-theater. Simplicity scales because it reduces the cognitive overhead required to act. It does not announce your intelligence, it lets you apply it.
When everyone else is playing on hard mode [using complicated tools] for the social capital, you can win by playing on easy mode for the actual capital.
La méthode est très risquée et finira par être détournée.
Je me suis retrouvé dans ce genre de groupe sur Telegram une fois. Cela sentait l'arnaque a plein nez, mais par biais de confirmations, plusieurs utilisateurs confirmait leurs gains.
Les captures d'écran montrent que les échanges de fonds se font entre des particuliers dont les noms laissent augurer un large panel de langues et d'origines géographiques. Ces visuels qui ont circulé sur mon groupe de discussion ne montrent aucun signe de modification a posteriori, alors que les opérations qu'ils montrent sont datées du jour. Impossible d'être catégorique, mais si ces captures semblent authentiques, leur fraîcheur signifie qu'il existe probablement de nombreux autres groupes dans lesquels, comme moi, des internautes lambdas se voient proposer un investissement grassement rémunéré.
Au gré des adresses, on découvre une succession de portefeuilles crédités d'environ 100 000 dollars. Combien sont-ils exactement et, surtout, à qui appartiennent-ils ? À notre niveau, c'est impossible à dire ou à mesurer précisément, mais le volume de transactions constaté laisse supposer que cette arnaque à la micro-tâche est orchestrée de façon industrielle.
PewDiePie provides alternative to Google.
A demo of a vue component built with Liquid Glass Design (iOS 26)
Every game tested except one performs better on Linux with emulator than windows.
Zero dependencies. Universal runtime. Optimized performance.
The library is not bound to a logger, which is perfect for libraries.
An interesting project: let the AI squash and reword the commits
It does not work on my Raspberry Pi yet for atuin
I get a:
atuin: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.39' not found (required by atuin)
A hello world binary works fine though.
rustup target add armv7-unknown-linux-gnueabihfsudo apt-get install gcc-arm-linux-gnueabihf libgcc-13-dev-armhf-cross- In
~/.cargo/config.toml:[target.armv7-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc" cargo build --target=-armv7-unknown-linux-gnueabihf --target-dir=$(pwd)- Upload the binary in
armv7-unknown-linux-gnueabihf/debugdirectory to the raspberry pi and run it.
After a first successful installation, only 4. and 5. are required.