Viewing profile — starquake
starquake
HN member- Joined
- Tue, Sep 01, 2015, 8:27 AM UTC
- HN karma
- 218
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About starquake
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48792356
I use Claude Code and one of the steps in my workflow is do a review loop until no issues are found and it never loops. So my experience is entirely different. Even if I say: fix a…
-
comment
Comment #48412045
Using closed source software to drive my OS doesn't sound that appealing to me.
-
comment
Comment #46330401
So the title is incorrect? They haven't left Switzerland yet?
- story
-
comment
Comment #44874649
I don't if it's the reason but the performance of modernc.org/sqlite is worse than github.com/mattn/go-sqlite3
-
comment
Comment #43994025
I would assume the mission would be something like "travel safely". Keyword being "safely" here.
-
comment
Comment #43099698
I think the Google Go style guide is really nice and pragmatic. There are some references to the GoTips for some advanced subjects. I hope they release it someday. I made an issue …
-
comment
Comment #42747727
The music for Shovel Knight was made with this! https://www.youtube.com/watch?v=32OLFp9-t7I
-
comment
Comment #42557827
I think your browser is doing some embedding cause I don't see an embedded video...
-
comment
Comment #42065211
Although the handhelds have been backwards compatible, only the Wii and the Wii U had backwards compatibility. The SNES, N64, Gamecube and Switch did not have backwards compatibili…
-
comment
Comment #42011271
Although NativeAOT sounds cool and it's better than nothing: I don't like that it comes with a bunch of limitations[1]. I would have loved this if you could just use it without any…
-
comment
Comment #41454829
Oh my, that's so far off of my preferences of coding fonts. Do you have an example screenshot of what that looks like?
-
comment
Comment #41188540
I read it as: How the French take the energy out of people that want to do work
-
comment
Comment #40995285
Saying "tech is bad" or "screens are bad" sound very narrow-minded to me. Sure, there are issues in this "Tech-Saturated World" but I don't think avoiding Tech as much as possible …
-
comment
Comment #39522439
Redundant USB stick might be more reliable than a single USB stick. But for me a USB stick is just too unreliable. I prefer putting my eggs in soft cosy baskets. Not in concrete ba…
-
comment
Comment #38470947
I discovered the Adrian's basement channel recently. It's amazing! Been watching repair videos that are over an hour. Somehow he can keep me interested. I like how he explains thin…
- comment
-
comment
Comment #37870276
Thanks!
-
comment
Comment #37222527
I'm a developer. People have often come to me with Excel sheets that were really slow because it was just too much for Excel. Almost all of the times IMHO a specific solution shoul…
-
comment
Comment #22627972
Why is this URL pointing to /publish-accepted? It gave a me a scare!
-
comment
Comment #17714339
Maybe even because they would make less money if they can't sell your data anymore.
-
comment
Comment #17704538
You can add a button to your Raspberry Pi to temporarily disable all the blocking. Not the best solution but still useful to know I think.
-
comment
Comment #15879320
I like my Kindle Paperwhite. I think it allows you to take notes too. It's soooo much better than an LCD screen with a backlight shining in your face.
-
comment
Comment #15458222
There's something called deterministic compilation: https://en.wikipedia.org/wiki/Deterministic_compilation Debian is trying to get reproducible builds for their packages. I don't …