Viewing profile — bergkvist
bergkvist
HN member- Joined
- Mon, Jul 20, 2020, 9:49 AM UTC
- HN karma
- 106
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About bergkvist
No profile information was provided.
Recent public activity
-
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.
-
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.
- story
- story
- story
- story
- story
-
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
- story
-
comment
Comment #37920903
See https://news.ycombinator.com/item?id=37920655
-
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…
-
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.
-
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…
-
comment
Comment #37830542
ptrdiff_t is a signed integer type - which means you can subtract these numbers without worrying about underflow
-
comment
Comment #37112198
`fetchTarball` with a github archive link is much faster than `fetchGit` for bootstrapping nixpkgs.
-
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…
-
comment
Comment #37108770
A derivation is simply an attrset with `type = "derivation"` as a key-value pair in it
-
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…
-
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…
-
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…
-
comment
Comment #37103419
Also the ability to connect to external displays is missing - which is a pretty big one.
-
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…
-
comment
Comment #32325371
No amount of abstraction is going to save you from the problem of 2 processes manipulating the same state machine.
-
comment
Comment #32248494
I was expecting this to be about economic bubbles for some reason
- story