Live data from Hacker News

Viewing profile — jilles

jilles

HN member
Joined
Mon, Oct 06, 2014, 6:55 PM UTC
HN karma
430
Public activity
75 items

About jilles

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. 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…

  4. comment
    Comment #45140034

    The best way to get your point across is by starting with ad-hominem attacks to assert your superior intelligence.

  5. 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…

  6. comment
    Comment #45104521

    This is really well written. Great read.

  7. comment
    Comment #45093231

    I didn’t know this was a Django application. Love that. Totally understand the author’s point of view, too.

  8. 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…

  9. 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…

  10. comment
    Comment #44919237

    It very much is a brainer

  11. comment
    Comment #44397391

    There might be some other factors in that situation that prevent one from having a restful night.

  12. comment
    Comment #44378977

    Anyone else think it's interesting all these CLIs are written in TypeScript? I'd expect Google to use Go.

  13. 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....

  14. comment
    Comment #44294626

    How does this compare with Apples or Orange?

  15. 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…

  16. comment
    Comment #44031122

    When I see a repository with many files "updated 4 years ago" I'm usually inclined to think it's abandoned.

  17. 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.

  18. comment
    Comment #43638790

    Most projects should follow diataxis and we’d be in a lot less pain

  19. 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…

  20. 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…

  21. 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 …

  22. comment
    Comment #43333402

    If you have to explain why something is not ambiguous it is by definition ambiguous.

  23. 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.

  24. 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.

  25. 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…