Live data from Hacker News

Viewing profile — bergkvist

bergkvist

HN member
Joined
Mon, Jul 20, 2020, 9:49 AM UTC
HN karma
106
Public activity
32 items

About bergkvist

No profile information was provided.

Recent public activity

  1. comment
    Comment #49150051

    If you are using an Apple Silicon laptop and you want to deploy to an x86-64 Linux box, this can get a bit annoying due needing to deal with cross compilation in nix.

  2. comment
    Comment #48909574

    Golang is not a replacement for C. It is a much higher level language, which doesn't play well with systems programming/embedded development etc.

  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #41260553

    Yeah, I remember in the early days, when I installed Spotify it would scan my computer for music and upload everything it found. I imagine this is basically how they bootstrapped

  9. story
  10. comment
    Comment #37920903

    See https://news.ycombinator.com/item?id=37920655

  11. comment
    Comment #37920655

    Note that it is in Swedish, and one of the articles is behind a paywall. - https://www.aftonbladet.se/nyheter/a/on2Rpg/uppgifter-krimin... - https://sverigesradio.se/artikel/krimin…

  12. comment
    Comment #37914107

    But you can't look it up anonymously. You have to authenticate with your national ID number, and the person will be notified about who looked up their income.

  13. comment
    Comment #37914076

    Actually addresses being public are causing issues. Sweden has a lot of problems with gang violence, and gang members often register their public addresses to other peoples address…

  14. comment
    Comment #37830542

    ptrdiff_t is a signed integer type - which means you can subtract these numbers without worrying about underflow

  15. comment
    Comment #37112198

    `fetchTarball` with a github archive link is much faster than `fetchGit` for bootstrapping nixpkgs.

  16. comment
    Comment #37112137

    Yes, you are right - I misremembered this detail. My problem at the the time was I didn't want to commit my flake.nix to the repository in one of my previous work places (for polit…

  17. comment
    Comment #37108770

    A derivation is simply an attrset with `type = "derivation"` as a key-value pair in it

  18. comment
    Comment #37105974

    My use case here is not using pkgs.fetchgit etc - but rather when developing a package locally and rebuilding it. Let's say I'm working on a huge monorepo locally, with GBs of code…

  19. comment
    Comment #37105885

    The biggest show-stoppers for me with flakes is: Building third party flakes takes forever since every flake uses its own version of nixpkgs. If you don't pin your third party flak…

  20. comment
    Comment #37104092

    I feel like looking at the first working versions of a big successful project is a great way to understand how it works. Usually it will only contain the most important core featur…

  21. comment
    Comment #37103419

    Also the ability to connect to external displays is missing - which is a pretty big one.

  22. comment
    Comment #33370733

    It is funny because it is the exact opposite of what you should do if you want to stop corruption. Deregulation is the best cure for corruption, because it makes the gatekeepers ob…

  23. comment
    Comment #32325371

    No amount of abstraction is going to save you from the problem of 2 processes manipulating the same state machine.

  24. comment
    Comment #32248494

    I was expecting this to be about economic bubbles for some reason

  25. story