Viewing profile — dkubb
dkubb
HN member- Joined
- Sun, Oct 05, 2008, 6:48 AM UTC
- HN karma
- 248
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About dkubb
Recent public activity
-
comment
Comment #47391097
The emdash and ellipsis used to be my bread and butter. I just hope the LLMs don’t come for parenthesis for aside comments.
-
comment
Comment #46797924
You could probably combat this somewhat with a skill that references to examples of the code you don't want and the code you do. And then each time you tell it to correct the code …
-
comment
Comment #46111417
I can totally understand where you are coming from with this comment. It does feel a bit frustrating that people are rediscovering things that were written in books 30/40/50 years …
-
comment
Comment #45937995
I think that might be the key here. All those small micro decisions, discussions, and dead ends can be recorded and captured by the AI. If you do something that doesn’t make sense …
-
comment
Comment #45153402
The three most common things I think about when coding are DAGs, State Machines and parsing. The latter two come up all the time in regexps which I probably write at least once a d…
-
comment
Comment #44445260
A lot of the time they are selling themselves as influencers on the subject. It’s often a way to get views or attention that they can use in the future.
-
comment
Comment #44212648
I love having generated code in the same repo as the generator because with every commit I can regenerate the code and compare it to make sure it stays in sync. Then it forms somet…
-
comment
Comment #44109359
I wonder if the more we use LLMs the more our written patterns will begin to match them. Those of us who work with them the most are likely to be affected earliest.
-
comment
Comment #43666942
I don’t know too much about about the TS ecosystem but do these new systems you talk about do it via a “Smart Constructor”? That is the pattern I typically use to solve this proble…
-
comment
Comment #39568425
I once found a confirmed bug in SQLite one time, and it’s the highlight of all my OSS bug reports. Interestingly enough I found it while fuzz testing a query builder and cross test…
-
comment
Comment #39493242
Has anyone ever implemented a schema where you define a view to return the latest instance of each resource, and it maps INSERT, UPDATE and DELETE to an append only table underneat…
-
comment
Comment #38309021
Its usually leadership who are the problem if a whole department is failing. If they started firing from the top down they'd eventually reach competent people who stayed with the d…
-
comment
Comment #38174066
I think the point the GP message is making is that, prior to review/merge you extract atomic commits from your WIP that tell a clear, concise story of how the change was made. The …
-
comment
Comment #37807238
This might be a dumb question, but is it possible to take something like WASM and make it run on HVM?
-
comment
Comment #37757116
I mentally change schema to namespace when thinking about the postgresql feature.
-
comment
Comment #37741298
If it helps anyone, at work, I open sourced the UUID v7 postgresql function that I wrote: https://github.com/Betterment/postgresql-uuid-generate-v7 We've seen some amazing benefits…
-
comment
Comment #33986376
> billionaires tend to get more hate because they simply have more negative impact Not just billionaires, the specific type of billionaire that seeks out fame. There are plenty of …
-
comment
Comment #30222892
Also, why don't they share the lists with each other? They don't need government help to do this. If there are privacy issues then they could just share a list of hashes and if som…
-
comment
Comment #29681351
Reading this code I can't help but try to evaluate it in my head. Question: is there a bug for the assignment of party_not_at_fault? Would you want party2 to be selected if the con…
-
comment
Comment #29356547
This is where you'd choose the .gif version hoping it was interlaced.
-
comment
Comment #27729996
My current team does it, and it is so enjoyable. We practice atomic commits that change only one thing, and in one way. We separate Fix, Refactor, Change, Add, Move and Remove comm…
-
comment
Comment #27573022
Its interesting that Netflix built their systems in a way that assumes the underlying platform is unstable. With Chaos Monkey and other systems they made sure things are resilient …
-
comment
Comment #27551037
I think the next generation of ORMs will be built on top of this approach. Being able to query and receive an entire object graph in a single round trip has changed how we develop …
-
comment
Comment #27417575
Your comment is being downvoted, but IME working at a few startups where the owner went from making 2M to 10M, then 50 and 100M+ a year I rarely saw founders who had a good work/li…
-
comment
Comment #26826527
One idea might be to focus on trying to convert monthly subscribers to yearly. You could offer a subset of monthly subscribers a one-time upgrade to a yearly subscription at a pror…