Viewing profile — domlebo70
domlebo70
HN member- Joined
- Fri, Oct 21, 2011, 11:31 AM UTC
- HN karma
- 244
- Public activity
- 164 items
- HN profile
- View on Hacker News ↗
About domlebo70
Socials: - github.com/dbousamra
---
Recent public activity
-
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?
-
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.
-
comment
Comment #48319739
Yeah, but at the end of the day you can't be sure right? That doubt would eat away at me
-
comment
Comment #48319374
How does one even go about finding a root cause so exotic?
-
comment
Comment #48274134
I love it. Easy to write and understand
-
comment
Comment #47363422
Very good way to describe it. I am enjoying Opus a lot.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #46333684
We do this via run in TS: export const run = (f: () => T): T => { return f(); };
-
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.
-
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
-
comment
Comment #45987322
You need to do more drugs then.
-
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 …
-
comment
Comment #45924999
Interesting name
-
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?
-
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?
-
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?
-
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
-
comment
Comment #43747043
Very balanced post thank you. Often these posts tout an approach, and never consider downsides.
-
comment
Comment #42562752
What do people think of Phaser? Currently playing around with it. API seems pretty large
-
comment
Comment #42190888
Does anyone know how it works? Is it some sort of wave function collapse?
-
comment
Comment #41735633
Gotta say, that animation is amazing.
-
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