HN user

hamdouni

304 karma

Human from planet earth. Neutral good. I code in my dreams.

Blog: https://barim.us Mastodon: @CodeCadim

Posts28
Comments172
View on HN
github.com 1y ago

Show HN: French Verb Conjugator – Alternative to LeConjugueur

hamdouni
2pts0
barim.us 1y ago

Understanding Svelte Component Lifecycle and Reactivity

hamdouni
2pts0
edw519.posthaven.com 1y ago

6 days to change 1 line of code (2012)

hamdouni
18pts2
www.georgeandjonathan.com 1y ago

George and Jonathan Audio and Visual Website

hamdouni
1pts0
github.com 1y ago

Manipulate keepass files with Go (POC)

hamdouni
2pts0
zserge.com 1y ago

The Story Behind Fenster

hamdouni
72pts10
github.com 1y ago

LLM in Neovim with Inline Assistant. Supports Anthropic, Gemini, Ollama, OpenAI

hamdouni
3pts0
www.youtube.com 2y ago

I made a Foosball Robot [video]

hamdouni
3pts1
archive.org 2y ago

Stack Exchange Data Dump [Archive]

hamdouni
28pts2
github.com 2y ago

2D and 3D physics engines focused on performance

hamdouni
2pts0
www.youtube.com 2y ago

NASA Simulation's Plunge into a Black Hole: Explained [video]

hamdouni
8pts1
www.nature.com 2y ago

Mathematical Discoveries with LLM

hamdouni
2pts0
journal.neilgaiman.com 2y ago

George R.R. Martin is not your bitch (2009)

hamdouni
2pts0
en.wikipedia.org 2y ago

Simone Weil Remembrance Day

hamdouni
3pts0
healeycodes.com 2y ago

First Open-Source Pull Request: A Walkthrough

hamdouni
1pts0
www.flexcil.com 2y ago

Cornell Note Taking

hamdouni
2pts0
nitter.net 2y ago

Europa the Tech Third World

hamdouni
31pts65
barim.us 2y ago

Tutorial: Tags in Svelte

hamdouni
2pts0
barim.us 3y ago

Is Go Object Oriented?

hamdouni
1pts0
en.wikipedia.org 3y ago

The Operating System

hamdouni
1pts0
metro.co.uk 3y ago

Victor 6000 last hope for Titanic sub

hamdouni
2pts0
www.youtube.com 3y ago

Svelte 4 [video]

hamdouni
1pts0
www.wisdomination.com 3y ago

Practical Discipline

hamdouni
2pts0
barim.us 3y ago

Experiment Nebula Mesh – Part 2

hamdouni
2pts5
barim.us 3y ago

Experiment Nebula Mesh – Part 1

hamdouni
1pts0
boomerang-app.io 4y ago

An app to send yourself a note or a link for later use

hamdouni
2pts1
www.youtube.com 4y ago

Atari ST still in use after 36 years

hamdouni
3pts1
remark42.com 5y ago

Remark42 Open Source Adsfree Self Hosted Comments Engine

hamdouni
2pts0

Total resonance with this part :

"They’re writing TypeScript that compiles to JavaScript that runs in a V8 engine written in C++ that’s making system calls to an OS kernel that’s scheduling threads across cores they’ve never thought about, hitting RAM through a memory controller with caching layers they couldn’t diagram, all while npm pulls in 400 packages they’ve never read a line of."

I'm not a paper metaphore guy so I look at this with doubt : I'm more confident to remember that Super+3 shows my browser and Super+1 goes back to my "ide", than remembering that my wanted window is on the upper left of a giant virtual screen...

This part of the readme may answer your questions :

# List your VMs

flint vm list --all

# Launch a new Ubuntu VM named 'web-01'

flint launch ubuntu-24.04 --name web-01

# SSH directly into your new VM

flint ssh web-01

# Create a template from your configured VM

flint snapshot create web-01 --tag baseline-setup

# Launch a clone from your new template

flint launch --from web-01 --name web-02

You are right. I have a pre-production environment with a copy of production data and a script that scramble names and personal infos.

Not quite UX-focused, but related

I meant data heterogeneity - the variety in formats, edge cases, and data quality you encounter in production. Real user data often has inconsistencies, missing fields, unexpected formats, etc. that synthetic test data tends to miss.

This helps surface integration issues and performance bottlenecks early.