Viewing profile — jilles
jilles
HN member- Joined
- Mon, Oct 06, 2014, 6:55 PM UTC
- HN karma
- 430
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About jilles
No profile information was provided.
Recent public activity
-
story
Show HN: Site Mogging
Hi HN, I've been playing around with Cloudflare's Browser Run and Workers AI to create this funny "website vs website"-website. Google's Gemma 4b model is actually quite good at vi…
- story
-
comment
Comment #47579983
The author articulates perfectly what I think too. I’d recommend for everyone to read Writing to Learn by William Zinsser. It’s an incredible book showing that you can learn anythi…
-
comment
Comment #45140034
The best way to get your point across is by starting with ad-hominem attacks to assert your superior intelligence.
-
comment
Comment #45109385
I fed the same prompt to Deepseek: By 2025, the integration of AI has become so seamless that its practically invisible, operating as the central nervous system for everything from…
-
comment
Comment #45104521
This is really well written. Great read.
-
comment
Comment #45093231
I didn’t know this was a Django application. Love that. Totally understand the author’s point of view, too.
-
comment
Comment #45074567
I enjoy looking at my blogs analytics. It does make my day better knowing that people find my writing useful and read my posts. Do I need it? Probably not. But I don’t “need” a blo…
-
comment
Comment #45052560
* led status: on, off, non-responsive * button status: idle, pressing, pressed I'm with you by the way, but you can often think of a way to use enums instead (not saying you should…
-
comment
Comment #44919237
It very much is a brainer
-
comment
Comment #44397391
There might be some other factors in that situation that prevent one from having a restful night.
-
comment
Comment #44378977
Anyone else think it's interesting all these CLIs are written in TypeScript? I'd expect Google to use Go.
-
comment
Comment #44312049
It's similar for writing code. Suddenly people are articulating their problems to the LLM and breaking it down in smaller sub-problems to solve....
-
comment
Comment #44294626
How does this compare with Apples or Orange?
-
comment
Comment #44073335
I've been using the Django ORM for years and it feels like an amazing piece of software. But recently I started using sqlc. Which turns my queries into Go (simplification). I think…
-
comment
Comment #44031122
When I see a repository with many files "updated 4 years ago" I'm usually inclined to think it's abandoned.
-
comment
Comment #43873271
Not sure if this is a controversial opinion but if the wife decides to divorce the husband based on what ChatGPT says, perhaps the husband is better off.
-
comment
Comment #43638790
Most projects should follow diataxis and we’d be in a lot less pain
-
comment
Comment #43548180
Bingo! Having tons of `CustomEvents` with arbitrary handlers gets unwieldy. One way we "solved" this is by only allowing custom events in a `events.ts` file and document them prett…
-
comment
Comment #43527801
PortfolioSlice. It’s a website where you can share your investment portfolio and its asset allocations. Then other people can just follow that with an easy to use cash divider. htt…
-
comment
Comment #43427664
I've been doing React for about 10 years. Just started playing with Svelte 5 a few days ago. It's so simple to work with. Built a simple stock allocation app and what surprised me …
-
comment
Comment #43333402
If you have to explain why something is not ambiguous it is by definition ambiguous.
-
comment
Comment #43303953
I did the same. Really enjoyed Coolify but at some point there was too much magic. I’m now using Dokku and can’t imagine using something else.
-
comment
Comment #43009023
Kotlin also has amazing concurrency support. Plus you get the additional benefit of the entire Java ecosystem. I wish it got more love.
-
comment
Comment #42714426
I don't think Alpine.js and HTMX qualify as "Modern JavaScript". There is an approach that is rarely talked about: render templates in Django and hydrate using your favorite JavaSc…