Viewing profile — skunkworker
skunkworker
HN member- Joined
- Wed, Feb 28, 2018, 11:44 PM UTC
- HN karma
- 2,499
- Public activity
- 569 items
- HN profile
- View on Hacker News ↗
About skunkworker
github @skunkworker
I work in ruby, go and postgres.
Recent public activity
-
comment
Comment #47422206
When Apple still had intel chips, I remember how long it used to take for external displays to be properly detected and to start working. The first time I used a M series chip, sud…
-
comment
Comment #46629714
Rails shops running on normal CRuby, have difficult in effectively scaling out multithreading due to the GVL lock. It's much easier to "scale" ruby using forking with sidekiq or mu…
-
comment
Comment #46351671
Related: PayPal Honey extension has again "featured" flag in Chrome web store - https://news.ycombinator.com/item?id=43298054 - March 2025 LegalEagle is suing Honey [video] - https…
- story
-
comment
Comment #46285378
I've got a Apple TV -> Denon -> LG C3. CEC on the appleTV remote will turn all 3 on, and long pressing (power button on appletv remote) will turn all 3 off, not just screen saver w…
-
comment
Comment #45995572
I've used it multiple times while hiking and outside normal cell phone tower range. Need to transfer 500mb of images and videos? easy.
-
comment
Comment #45958949
After working with the Postgres WAL through logical replication in the last few months on a work project. My largest gripe is that some specific behaviors (like how a WAL receiver …
-
comment
Comment #45754510
I wish postgres would add a durable queue like data structure. But trying to make a durable queue that can scale beyond what a simple redis instance can do starts to run into probl…
-
comment
Comment #45754492
Millions of events per day is still in the small queue category in my book. Postgres LISTEN doesn't scale, and polling on hot databases can suddenly become more difficult, as you'r…
-
comment
Comment #44761685
I've personally used one of these before in a performance where you needed individual based tracking, the chips were active UWB radios and sensors were placed and calibrated around…
-
comment
Comment #44385719
You can get generic finasteride 1mg/180 (6 month) for as low as ~$17 if you go to a Kroger pharmacy and use their preferred savings program (I forget the name off hand) and no insu…
-
comment
Comment #43726470
I recently purchased a M18 trimmer after not using one for years, it still surprises me that when not on the throttle - "off" is truly off, and not the persistent hum of a 2 stroke…
-
comment
Comment #43713537
Anecdotal, but around college campuses (ASU in particular), many people like Waymo because there isn't a creepy driver in the front seat.
-
comment
Comment #43365602
Unless their pricing has changed, it’s quite exorbitant when you need a lot of data. To the point that one year of cockroachdb would cost 5x the cost of the server it was running o…
-
comment
Comment #43125485
For those reading, Go officially adopted swisstable into Map for 1.24 last week.
-
comment
Comment #42617486
Vox is also pretty great for FLAC https://vox.rocks/mac-music-player
-
comment
Comment #42608417
Some banks also do this. I’ve gotten a wad of $2 bills from a local branch of a major bank before.
-
comment
Comment #42579900
The internal tools I've used regenerate the code as part of the CI process, and will fail the pipeline if the regenerated code has dirtied the git tree.
-
comment
Comment #42540942
While in Iceland I learned from local fisherman who have conflicting thoughts on joining the EU. On one hand it could strengthen relations, but on the other they would not be able …
-
comment
Comment #42513391
I have been using a TS3+ daily for more than 4 years now without any major issues, there was a firmware update a few years ago but since then it's been very reliable ever since.
-
comment
Comment #42162356
Interesting, is there a reason why Postgres wouldn't just apply the shared query planning to INSERT...VALUES as well, it seems like almost a no-brainer to speed up all queries. Or …
-
comment
Comment #41776113
I will be curious to see what JRuby's fiber implementation is like in their upcoming version, currently I work on JRuby rails deployments with dozens of threads across hundreds of …
-
comment
Comment #41288030
I could see this being the case, Queen Creek, AZ is about 15 minutes to the south by southeast from Chandler, AZ.
-
comment
Comment #41263795
From what I remember, the cost per server per year was about 5x to 6x (annually) the hardware cost of a new server, and these were dual 32 core EPYCs. 64 cores per box at per core …
-
comment
Comment #41257495
Spanner is cheap in comparison depending on your storage requirements. I've seen CockroachDB quoted as 10x more, and for a product that is harder to sell to stake holders.