Live data from Hacker News

Viewing profile — CathalMullan

CathalMullan

HN member
Joined
Wed, Nov 11, 2020, 2:14 AM UTC
HN karma
1,366
Public activity
29 items

About CathalMullan

Working on https://github.com/DuskSystems

Recent public activity

  1. comment
    Comment #46166227

    There are plans to experiment with language level comptime support too: https://github.com/rust-lang/rust/pull/148820

  2. 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…

  3. comment
    Comment #44136336

    There's an experimental feature which separates storage and compute. https://www.orioledb.com/docs/usage/decoupled-storage

  4. comment
    Comment #42182900

    There's also 'poop', which is a nice middle-ground between 'hyperfine' and 'perf'. https://github.com/andrewrk/poop

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
  16. comment
  17. 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 …

  18. story
  19. story
  20. comment
    Comment #37537973

    > These are expensive servers, crossing into six digits, but not $200k. https://news.ycombinator.com/item?id=25865967

  21. story
  22. story
  23. comment
    Comment #36373371

    CAX11 looks like a great deal, especially with IPv4 disabled.

  24. 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…

  25. 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…