Viewing profile — CathalMullan
CathalMullan
HN member- Joined
- Wed, Nov 11, 2020, 2:14 AM UTC
- HN karma
- 1,366
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About CathalMullan
Recent public activity
-
comment
Comment #46166227
There are plans to experiment with language level comptime support too: https://github.com/rust-lang/rust/pull/148820
-
comment
Comment #45948590
Pretty clear it's all AI. The @zigbook account only has 1 activity prior to publishing this repo, and that's an issue where they mention "ai has made me too lazy": https://github.c…
-
comment
Comment #44136336
There's an experimental feature which separates storage and compute. https://www.orioledb.com/docs/usage/decoupled-storage
-
comment
Comment #42182900
There's also 'poop', which is a nice middle-ground between 'hyperfine' and 'perf'. https://github.com/andrewrk/poop
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- comment
- comment
-
comment
Comment #38028351
A word of warning when it comes to Vultr. While they are listed as a member of the "Bandwidth Alliance", they don't discount egress automatically. You need to request the discount …
- story
- story
-
comment
Comment #37537973
> These are expensive servers, crossing into six digits, but not $200k. https://news.ycombinator.com/item?id=25865967
- story
- story
-
comment
Comment #36373371
CAX11 looks like a great deal, especially with IPv4 disabled.
-
comment
Comment #36308479
You can avoid creating .DS_Store files on network and USB volumes like so. defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true defaults write com.apple.des…
-
comment
Comment #36073914
Lately, I've been investigating 'serverless' databases (PlanetScale, Turso) that charge based on the number of rows read/scanned. As a result, instead of just relying on the percei…