Viewing profile — jherdman
jherdman
HN member- Joined
- Thu, Nov 06, 2008, 4:59 AM UTC
- HN karma
- 1,207
- Public activity
- 313 items
- HN profile
- View on Hacker News ↗
About jherdman
No profile information was provided.
Recent public activity
-
comment
Comment #49233890
This is neat! I’ve been meaning to get back into C. I’ll give this a shake.
-
comment
Comment #49135874
Has anyone played with this and SQLite? I have no data, just a hunch, but I’d think this is a recipe for corruption if you’re doing lots of writes.
-
comment
Comment #48108582
Many thanks for sharing this. I wasn't aware it existed.
-
comment
Comment #47817815
Is this sort of setup tenable on a consumer MBP or similar?
-
comment
Comment #46638644
For less than $100!? Do tell, my friend.
-
comment
Comment #46380657
Merry Christmas, friends. And a special cheers to everyone that makes this community possible. It’s one of the last bastions of all that is good about this internet.
-
comment
Comment #46146671
I'm using this with a Bun project for my testing needs. I spin PGLite at the beginning, throw it all away at the end. It's not as nice as transactionally isolated testing (a la Rub…
-
comment
Comment #45805800
I’m curious about your choice of Kysely. I’ve really only used Drizzle. It’s fine but it has some very rough edges around Bun and SQLite.
-
comment
Comment #45801497
Have you tried Elysia ( https://elysiajs.com/ )? Admittedly I'm not using it at scale, but it's quite pleasant.
-
comment
Comment #45696978
I'm curious to know what the AI does when it encounters sheet music. Does it do anything intelligible?
-
comment
Comment #45605918
> But I still needed background jobs, real-time updates, and two-way communication that just works. Those things are possible in Rails and Laravel, but they take a bit more effort …
-
comment
Comment #45353840
You need only skim his blog to see why. He’s increasingly hostile to minorities of all sorts. Beyond that, Mike (author of Sidekiq) is more than welcome to withdrawal his funding a…
-
comment
Comment #45212852
Storybook is another for me.
-
comment
Comment #44649262
This was fun!
-
comment
Comment #44596254
If you go to "Settings > Notifications > Desktop meeting detections notifications" you can turn this feature off. I haven't verified if the mic and traffic sniffing is correspondin…
-
comment
Comment #43577597
I just finished this too! It really brought back my childhood fascination with the man.
-
comment
Comment #43551131
Have you had much luck with slots? I have a project using View Components that leverages slots. I've tried migrating to Phlex, but the lack of explicit slot support has been a bit …
-
comment
Comment #43333004
I'd be curious to hear about the politics and behinds the scenes of this project. How did you get buy-in? What were some of the sticking points in getting this project off of the g…
-
comment
Comment #43302503
I just wanted to take a moment to highlight both GoodJob and Solid Queue. They're excellent choices, and any RoR folks reading these comments should give them a fair shake.
-
comment
Comment #43300532
Is this really true? Something that can be supported by clear evidence? I’ve seen this trotted out many times, but it seems like there are interesting Apache projects: https://airf…
-
comment
Comment #43089826
Composability is the often cited benefit. As an example, I can do the following in Active Record (Ruby): class Account { where.not(active_at: nil) } belongs_to :user end class User…
-
comment
Comment #42872666
Can we rename this post to indicate that it’s about Zed?
-
comment
Comment #42570137
Is this really necessary given the advances with SQLite in Rails 8? What edge does this have over what’s included these days?
-
comment
Comment #42508516
Agreed re asset pipelines. I definitely have Webpacker related scar tissue. Have you tried either Inertia ( https://github.com/inertiajs/inertia-rails ) or vite-ruby ( https://vite…
-
comment
Comment #42121267
What happens if the row is shared between two tenants?