Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elevader
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
elevader
2y ago
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 very far: https://lib.rs
2.
▲
by
elevader
2y ago
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 illegal immigration. Our system simply can't deal with it.
3.
▲
by
elevader
2y ago
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 into a non working state by simply existing, requir
4.
▲
by
elevader
3y ago
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 ;)
5.
▲
by
elevader
4y ago
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 entertaining, engage with the audience, provide c
6.
▲
by
elevader
4y ago
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 containers might be more error prone than p
7.
▲
by
elevader
4y ago
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.
8.
▲
by
elevader
4y ago
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 the person simply recreated the Screenshots with their russi
9.
▲
by
elevader
4y ago
> 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 issue of this particular article annoying you seems like
10.
▲
by
elevader
4y ago
That's not really great advice either, temporary solutions/workarounds have a tendency of sticking around permanently.
11.
▲
by
elevader
4y ago
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. Want to write your Rust Language Server in
12.
▲
by
elevader
5y ago
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.org/doc/html/latest/kbuild/
13.
▲
by
elevader
5y ago
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 posts. If you need some integration for <fancy thing>,
14.
▲
by
elevader
5y ago
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 nice and totally workable tool. The thing
15.
▲
by
elevader
5y ago
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.
16.
▲
by
elevader
5y ago
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 government departments in Germany have to aks for your expli
17.
▲
by
elevader
5y ago
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 already familiar with the subject. Simple and straight
18.
▲
by
elevader
5y ago
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 even have to be a child, don't forget that the
19.
▲
by
elevader
5y ago
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 the point/benefit of this. If you want to learn
20.
▲
by
elevader
5y ago
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 elaborate backup strategies" but that brings us
21.
▲
by
elevader
5y ago
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 but there is no real benefit to the use
22.
▲
by
elevader
5y ago
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 werden, da der Einsatz der Schriftarten auch mögli
23.
▲
by
elevader
5y ago
> 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 for x86/arm? Or does it do it the Apple way with
24.
▲
by
elevader
5y ago
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 on the fly). WASM is still vir
25.
▲
by
elevader
5y ago
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 think it is still better than not having any types at all,
26.
▲
by
elevader
5y ago
I don't think that example would compile in TS either (not 100% confident though). The "issue" with TS is that everything type related completely disappears after the build step and that needs to be kept in mind in developmen
27.
▲
by
elevader
5y ago
You actually don't, that's the nice part. NPM Typescript modules are shipped as transpiled js modules with d.ts files. Those d.ts files contain the type informations for consuming TS projects but they are completely optional and y
28.
▲
by
elevader
5y ago
And it works in both directions. You can "easily" (I mean, this is JS afterall so this heavily depends on the degree of toolchain hell chosen) move to the TS toolchain and rename your files to have the .ts extension and you have a
29.
▲
by
elevader
5y ago
> Despite requiring very verbose type annotations, TypeScript does not have a sound type system, meaning it does not guarantee the absence of type-related errors in runtime even if everything compiles fine. Does ReScript solve that? If
30.
▲
by
elevader
5y ago
The reference implementation is written in Javascript and I don't think that provides a reliable way to get timestamps this fine grained.
More ›