Viewing profile — elevader
elevader
HN member- Joined
- Mon, Aug 28, 2017, 10:01 PM UTC
- HN karma
- 147
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About elevader
No profile information was provided.
Recent public activity
-
comment
Comment #43047438
I'm not sure if this is what you are looking for but I found https://github.com/wolfpld/tracy to work rather well. There is an integration for the tracing crate that can get you ve…
-
comment
Comment #40317125
I can only really talk about Germany here, the perspective might be different in other countries. The big challenge is the large number of people coming in, both from legal and ill…
-
comment
Comment #40155755
I have the "honor" of getting to use IBM $PRODUCT at $COMPANY. - it uses some form of consensus algorithm between all nodes that somehow manages to randomly get the whole cluster i…
-
comment
Comment #37430156
Your starter kit inspired me to finally bite the bullet and write my own emacs config from scratch instead of using doom. I'm not sure yet if I'm thankful for that, time will tell …
-
comment
Comment #33966398
I'd guess it's similar to a job in the entertainment industry, like being a host of a TV show. You won't get very far by just sitting there playing some games, you have to be enter…
-
comment
Comment #32995070
This might be a "person in a country with pretty fast internet connection" opinion but I don't think I ever had that issue. Might also depend on the container size, pushing > 1GB c…
-
comment
Comment #32995040
While this is definitely a valid option I'm not sure that introducing Nix/Guix simplifies the stack compared to using Docker. Depends on the setup and experience, I guess.
-
comment
Comment #32236776
Why would you assume that these are fakes? There are fan translations for the game (a quick google search would bring this up) and you can download savefiles for Magnasanti. Maybe …
-
comment
Comment #31338894
> I don’t wanna be callous but on a scale of 0=I stubbed my toe and 10=children are starving in [insert location] this seems to be a -3. Not sure what we are measuring here but the…
-
comment
Comment #31178307
That's not really great advice either, temporary solutions/workarounds have a tendency of sticking around permanently.
-
comment
Comment #31152429
The net benefit of using the "separate processes using IPC" model lies in the fact that the language used is an implementation detail that editors/IDEs don't have to care about. Wa…
-
comment
Comment #30465852
AFAIK it can. They actually spent quite a considerable amount of effort implementing all of the gcc extensions to do so. There is even documentation for that: https://www.kernel.or…
-
comment
Comment #30359216
Should have specified that more, sorry for that. Webpack, for better or worse, has most of the current dev mindshare and tons of plugins, stackoverflow questions & random blog post…
-
comment
Comment #30358627
I might be getting that question totally wrong, but faced with the question of "would you use gulp for a new project" my answer would also be "no", altough I think that gulp is a n…
-
comment
Comment #30287855
And the GDPR forbids them from writing that information (e.g. "the privacy nut bought apple juice") down or passing it to a third party without your explicit consent.
-
comment
Comment #30287831
GDPR also applies to the real world. That store is definitely not allowed to share data about your shopping habits with some third party without your explicit consent. For example …
-
comment
Comment #30272492
I think this is akin to the general problem people face when trying to convey why Haskell (or a Haskell-like library) is useful/awesome to them to a target audience that isn't alre…
-
comment
Comment #30271066
That's classical victim blaming. We are all humans and make mistakes.Some mistakes only result in some property damage or money lost and some, like running over a person (doesn't e…
-
comment
Comment #30270255
I'm not sure about this. Maybe the example is way too simple but, as the author stated, this can be easily done with already established patterns in Elixir so I don't really see th…
-
comment
Comment #30207309
Hardware failure is extremely relevant if that hardware is the drive you store your private key on,at which point the wallet is gone forever. One could say "don't do that, have ela…
-
comment
Comment #30137008
Not a lawyer as well but I'm not sure about this. Let's use the "jQuery served by a CDN" example here: You can easily argue that using jQuery is necessary for your site to function…
-
comment
Comment #30136731
There is an important point to this ruling that shouldn't be omitted: > Der Einsatz von Schriftartendiensten wie Google Fonts kann nicht auf Art. 6 Abs. 1 S.1 lit. f DSGVO gestützt…
-
comment
Comment #30023777
> except it is, WASM is designed to be AOT compiled to native code. Interesting, I didn't know that. How does WASM handle different architectures? Do you build different binaries f…
-
comment
Comment #30022677
AFAIK you don't really get native performance, although it's hard to find good data on this ( https://nickb.dev/blog/wasm-and-native-node-module-performan... was one I could find o…
-
comment
Comment #29913567
Yeah, agreed. Ideally this wouldn't happen like that. Temporary solutions like a half-migration have a tendency to stick around for a lot longer than anybody anticipates. But I thi…