Viewing profile — hamdouni
hamdouni
HN member- Joined
- Fri, Feb 03, 2012, 9:23 AM UTC
- HN karma
- 304
- Public activity
- 205 items
- HN profile
- View on Hacker News ↗
About hamdouni
Blog: https://barim.us Mastodon: @CodeCadim
Recent public activity
-
comment
Comment #49131994
Genuine question: how will this "software for one" outlive its creator? I realize that if it were truly intended for just one user, it wouldn't matter, but in this specific case, t…
-
comment
Comment #48388339
Or imap !
-
comment
Comment #47837826
Maybe this can help https://simonwillison.net/2024/Oct/25/pelicans-on-a-bicycle/
-
comment
Comment #47738138
Yeah, i'm also surprised people just read post title and jump to conclusions ...
-
comment
Comment #47729260
"Community Activity: How to guarantee you'll get free, fast support when you hit a bug." Why is this a pillar of using open source in a business ? Take every thing for you enrichme…
-
comment
Comment #47451487
Corry's enshitification is in charge
-
comment
Comment #47207995
So we are cycling back to kind of Waterfall Development ? No more agility ? The trend is dead by AI ?
-
comment
Comment #47014729
Using librairies, building TUI was easy before AI too.
-
comment
Comment #47014244
Ben, that was one of my favorite "internet" stories... What a beautiful generational link!
-
comment
Comment #46966090
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 s…
-
comment
Comment #46835814
Why not if you are free to fork it and do whatever you want with it ?
-
comment
Comment #46343883
Maybe they can use an LLM to help them implement this feature ? Oh wait a second...
-
comment
Comment #46181928
Fork the project.
-
comment
Comment #46024950
What about "just" having an history table aside ? Or perhaps a better name would be a mouvement table ?
-
comment
Comment #46023187
... Or your future AI agent
-
comment
Comment #46023182
Write a commit message for your future self
-
comment
Comment #45951698
My first programming book was The ZX81 Basic. The best I ever read.
-
comment
Comment #45951646
The main point isn't about dependencies but loosing the mindset to learn from small domain problem
-
comment
Comment #45627457
That one in the GDPR pop-up makes me laugh : By clicking "Accept All" you agree to let us sell your data. By clicking "Reject All" you agree to let us sell your data anyway.
-
comment
Comment #45561170
I'm fine with Tux, thank you.
-
comment
Comment #45490122
It is not cloud storage if it's not resilient... It's just remote storage.
-
comment
Comment #45480249
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 m…
-
comment
Comment #45396471
Funny to see the demo resemble my decade-old DWM setup.
-
comment
Comment #45350615
Mandatory reference https://xkcd.com/927/
-
comment
Comment #45162042
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 direct…