Live data from Hacker News

Viewing profile — Siyo

Siyo

HN member
Joined
Wed, Oct 24, 2012, 2:53 PM UTC
HN karma
119
Public activity
21 items

About Siyo

No profile information was provided.

Recent public activity

  1. comment
    Comment #48994333

    Sure, assuming this is your own software. The context of the article is on working towards a general approach to relocatable nix binaries so I don't think that's going to scale acr…

  2. comment
    Comment #48990141

    I wonder if something equivalent exists for loading other kinds of assets. Take files that would normally live under `/usr/share`. References to these files are typically hardcoded…

  3. comment
    Comment #43082936

    Same thing on FreeBSD. It's just not something you can rely on and the spec doesn't say it needs to be assigned.

  4. comment
  5. comment
    Comment #43076944

    I wish that were true. MacOS for example only assigns 127.0.0.1/32. You have to assign extra IPs manually, the same way you would on IPv6.

  6. comment
    Comment #38706554

    I'm not sure why, but this trick doesn't work on Firefox / Mac. YouTube HDR video works fine though. Maybe it actually has to be playing?

  7. comment
    Comment #32721536

    Also avoid using ProtonMail Bridge if you value your emails. It's been silently corrupting/deleting your emails for years now. And Proton hasn't done a single thing to warn users a…

  8. comment
    Comment #25788889

    > It makes no sense for them to add the touchbar to the base model 13" MBPs only to remove them from the higher end versions. Well keep in mind that the first generation Arm MacBoo…

  9. comment
    Comment #25401416

    Most likely the issue was resolved by the reboot, not by uninstalling Chrome. From my experience Mac OS tends to slow down after a few days. Animations and scrolling gets choppy an…

  10. comment
    Comment #20786280

    "Goto is all you need, no ifs or loops or dynamic dispatch, just jumps. I have no problem with this, I enjoy it like this, we don't need an improvement. There I said it, any downvo…

  11. comment
    Comment #20652496

    While comptime looks extremely powerful, I'm really not a fan of how it's used for unconstrained generics. This is the same problem I have with C++ templates where an incorrect use…

  12. comment
    Comment #12704586

    What do you mean exactly? I mean yeah, it's a bit different with FastCGI when you have a pool of persistent processes. But you still basically boot up your whole application every …

  13. comment
    Comment #12704119

    There are plenty of competitors in this space, they just don't use the CGI model of spawning a new _OS_ process for every request. You have Erlang/Elixir that have their own lightw…

  14. comment
    Comment #12685546

    I feel like this is especially problematic when using NPM for your frontend. Now you have to run all your code through deduplication and slow down your build times or end up with h…

  15. comment
    Comment #11752362

    It doesn't force you, but you lose all of it's ORM features. Sequel::Dataset is basically just a query builder so ROM would probably be a better choice then yeah.

  16. comment
    Comment #11750102

    Something to consider for people interested in Sequel. Sequel is great and all, but it still follows the Active Record pattern (Sequel::Model), not Data Mapper. Also expect to run …

  17. comment
    Comment #11570624

    I'd love to try it out. I've been struggling with Docker ever since I moved from Linux to Mac. Especially with setting up dev environments for our projects. VirtualBox shared folde…

  18. comment
    Comment #9820839

    Yes, here's one of their masterpieces: https://github.com/rails/jquery-ujs/blob/master/src/rails.js...

  19. comment
    Comment #9566941

    It's funny when you contrast it to web applications. It just shows the layers and layers of bad, inefficient abstractions we've built over the years. For example, re-drawing when r…

  20. comment
    Comment #9050119

    What they said is that they want to sell elementary OS. But going completely in that direction is pointless because someone will just fork the project and offer it for free. So wha…

  21. comment
    Comment #9050018

    If that's your argument, then why do we allow thousands of companies to base their proprietary web applications on the FOSS stack? How many of these companies would even exist toda…