Live data from Hacker News

Viewing profile — domlebo70

domlebo70

HN member
Joined
Fri, Oct 21, 2011, 11:31 AM UTC
HN karma
244
Public activity
164 items

About domlebo70

meet.hn/city/au-Gold-Coast-City

Socials: - github.com/dbousamra

---

Recent public activity

  1. comment
    Comment #48854631

    Devils advocate: Are they? Why? If LLM's are capable of taking absolute crap and iterating on it to achieve a purpose, then does readability really matter?

  2. comment
    Comment #48381948

    Awesome. Similar experience to me. Was selling some sim racing gear, and he mentioned he was in fabrication. Now he's my fab guy and we chat heaps.

  3. comment
    Comment #48319739

    Yeah, but at the end of the day you can't be sure right? That doubt would eat away at me

  4. comment
    Comment #48319374

    How does one even go about finding a root cause so exotic?

  5. comment
    Comment #48274134

    I love it. Easy to write and understand

  6. comment
    Comment #47363422

    Very good way to describe it. I am enjoying Opus a lot.

  7. comment
    Comment #47361579

    Maybe I'm solving different problems to you, but I don't think I've seen a single "idiot moment" from Claude Code this entire week. I've had to massage things to get them more alig…

  8. comment
    Comment #46651696

    Unclear what to do. I obviously could have invested another 30s and figured it out. I really like the scenarios - i think there's a lot of value there. I wonder if you can double d…

  9. comment
    Comment #46646255

    I've been on the site for 10m, and I'm loving it. I find the interface quite confusing. I'm getting value from the theory tidbits, and the scenarios. The simulation was confusing a…

  10. comment
    Comment #46562956

    I don't code in Python much. Are those type annotations really how people are using them, or is it just for the example? def list_files_tool(path: str) -> Dict[str, Any]: And it re…

  11. comment
    Comment #46333684

    We do this via run in TS: export const run = (f: () => T): T => { return f(); };

  12. comment
    Comment #46282202

    Do you use plan mode? Do you link specific files as reference using @? Those two alone make a big difference for me.

  13. comment
    Comment #46050207

    I've never used it, but watched from afar. So many interesting ideas. The website is also really good. Congrats Paul and team

  14. comment
    Comment #45987322

    You need to do more drugs then.

  15. story
    Clickwrap vs. wet signature license agreement

    Hi all. I run a SaaS. Deal size maybe $500-$6k per month in the healthcare space. Typically do a demo, agree on price, then they start using the product, and I send them a license …

  16. comment
    Comment #45924999

    Interesting name

  17. comment
    Comment #45702399

    I was wondering if you had any thoughts on the CS2 rollout (2 years and counting) and the number of bugs, poor performance, and issues?

  18. comment
    Comment #45621746

    How do people deploy docker containers on a machine like this? We currently use Cloud Run, which is very hands off. How is a deploy done?

  19. comment
    Comment #45400899

    With Auth.js, I assume they control the database layer? I.e. can i supply my own functions for reading and writing to the DB, or I have to use their Kysely stuff?

  20. comment
    Comment #44653085

    Reminds me of this post https://maxgreenwald.me/blog/do-more-with-run I now reach for this a lot to allow me to write expression oriented programs in JS

  21. comment
    Comment #43747043

    Very balanced post thank you. Often these posts tout an approach, and never consider downsides.

  22. comment
    Comment #42562752

    What do people think of Phaser? Currently playing around with it. API seems pretty large

  23. comment
    Comment #42190888

    Does anyone know how it works? Is it some sort of wave function collapse?

  24. comment
    Comment #41735633

    Gotta say, that animation is amazing.

  25. comment
    Comment #40980487

    Thanks. I am about to start an app using Tauri, and styling the UI so it doesn't feel like a "web app" is a concern of mine