Git City visualise les profils GitHub sous forme de ville 3D en pixel art : chaque développeur·se devient un bâtiment que vous pouvez explorer en volant dans la cité.
https://www.thegitcity.com/
Git City visualise les profils GitHub sous forme de ville 3D en pixel art : chaque développeur·se devient un bâtiment que vous pouvez explorer en volant dans la cité.
https://www.thegitcity.com/
Web Audio Studio is now live (alpha).
Write real Web Audio API code and visualize the runtime graph in your browser.
Fully local. No signup.
webaudio.studio
Exactly
Never forget who you’re fighting for.
Your wallpaper looks gorgeous. Would you mind to share? 🙏
so true 😭
im terrible at webdev because every time i check caniuse and its supported from mid 2025 on everything i just use that instead of some shitty workaround
LMAO
A new which-key modal shows what keys you can press next (and what they do) when you start a keybinding chord.
It works in both Vim and non-Vim modes, and you can enable it via `{"which_key": {"enabled": true}}`.
Same. That's why I use Codebook LSP in my text editor.
Nice one!
💯
This is likely to fall on deaf ears as we're going through this collective hysteria episode of skipping the "boring" stuff and getting to the "good" stuff with AI. Here's the thing: the good stuff is only good because of all the boring stuff you overcome.
Just so I'm clear on this, computer memory has tripled in price because a bunch of it that hasn't been produced yet has been ordered to populate GPUs that aren't installed in data centers that aren't built yet in order to service a demand that doesn't exist to make profits that don't happen.
Playing Detroit: Become Human hits different in 2026
<3
but I have to to get my daily dose of imposter syndrome
Love this song
Happy Holidays! 😊🎄🎆💚
It is hilarious that the most popular programming language is literally ten times harder to set up rather than something like Rust (which works automatically out of the box in Helix).
The only thing I haven't done is ability to auto fix issues on save.
helix.nix
3. Add vscode-eslint-language-server to the list of language-servers for TypeScript/JavaScript/JSX/TSX language in languages.toml.
See below how I configured it in the Nix-way with the help of home-manager:
{ languageOptions: { parserOptions: { tsconfigRootDir: import.meta.dirname } } },
2. For some reason, ESLint couldn't find tsconfig.json in my project. I have a monorepo with a bunch of packages. Each package contains its own tsconfig.json. Maybe it is the cause of the issue.
The fix is simple. Set languagesOptions.parserOptions.tsconfigRootDir to import.meta.dirname