Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
filmor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
filmor
2mo ago
https://en.wikipedia.org/wiki/Departures_(2008_film)
2.
▲
by
filmor
2mo ago
You don't get "classed as an energy company", you just have to pay taxes on the money you make from selling the energy. This starts at 30 kWp (up to that size, the income is tax free), which is very likely more than what you
3.
▲
by
filmor
4mo ago
Already existed when it was first merged: https://github.com/erlang/otp/commit/fefb5d039e87ff7137e78b3... Atomics were introduced a while before `counters`, maybe you remember a custom implementation on top o
4.
▲
by
filmor
8mo ago
Gentoo doesn't "exist" because it is necessary to have an alternative to systemd. Gentoo is simply about choice and works with both openrc and systemd. It supported other inits to some degree as well im the past.
5.
▲
by
filmor
8mo ago
https://en.wikipedia.org/wiki/Gemini_(protocol) It is a simpler web and requires a separate browser or a plugin. It's difficult to find resources on it nowadays because of Google Gemini...
6.
▲
by
filmor
8mo ago
Not its forum, there was an unofficial wiki that disappeared due to issues with the hoster in 2008. There is an official wiki nowadays.
7.
▲
by
filmor
9mo ago
The RE5 is operated by National Express. You have not been kidnapped by Deutsche Bahn. The connection in question is probably https://bahn.expert/details/RE28521/j/20251224-a0049123-9494... . According to this
8.
▲
by
filmor
1y ago
Static typing. Elixir already has strong typing (no implicit conversions).
9.
▲
by
filmor
1y ago
I haven't. The Nix language makes no sense to me and there is still nothing akin to useflags. I don't want to override a bunch of packages just to make my system not pull in (e.g.) UI libraries.
10.
▲
by
filmor
1y ago
If you have a FP3, did it never fall down, throwing its battery out? I had that happen a few times to me in the past and I always wished for a tiny bit more "grip" on the battery. I would guess that I'm not the only one.
11.
▲
by
filmor
1y ago
Rust can absolutely link to Rust libraries dynamically. There is no stable ABI, so it has to be the same compiler version, but it will still be dynamically linked.
12.
▲
by
filmor
1y ago
It is written in zig.
13.
▲
by
filmor
1y ago
"mit" is followed by dative in German. In Latin, ablative and dative are very close and which is very close, a lot of forms are indistinguishable. That doesn't change anything else you said, though :)
14.
▲
by
filmor
1y ago
Both of them can be trivially downregulated.
15.
▲
by
filmor
1y ago
How is that efficiency calculated, respectively?
16.
▲
by
filmor
1y ago
Others have explained it already, but just to make this clear: The mass is not expressed in volts but in "electron volts" that is a different unit in the same sense as "watt hours" is a measure of energy and not time.
17.
▲
by
filmor
1y ago
That unintuitive setup is a common child safety measure. It's not part of the socket design, the construction is usually an inlay.
18.
▲
by
filmor
1y ago
You only need some official document (ID card, passport, whatever) that matches the name and birthday. If you are a tourist, you must have a passport or ID card close by anyhow.
19.
▲
by
filmor
1y ago
I just stayed with the app that I used for my old monthly ticket (mobil.nrw) and it allows paying with Paypal.
20.
▲
by
filmor
2y ago
It currently hard-codes launching ipykernel, right?
21.
▲
by
filmor
2y ago
- TOFU: Trust on first use ( https://en.m.wikipedia.org/wiki/Trust_on_first_use ) - SSHFP: SSH FingerPrint record in the domain name system ( https://en.m.wikipedia.org/wiki/SSHFP_record ) - MITM: Man
22.
▲
by
filmor
2y ago
There is a whole section in James May's review where he is confirming with a steel ruler that the surfaces are slightly convex :-) https://youtu.be/CQzYhMDNLPA?t=216
23.
▲
by
filmor
2y ago
Depends on the prpvider as well. Vodafone seems to have (had?) zero qualms about passing my old landline number to multiple shady call centers after taking over Unitymedia. The number was not known to anyone but my parents and I opted out o
24.
▲
by
filmor
2y ago
That is exactly what what the parent post proposed.
25.
▲
by
filmor
2y ago
The connection that takes 20min longer has two additional stops (the fast connection is a direct one) but it is still served by TGV or ICE trains, like the direct connection. The distance between Paris and Strasbourg is >400km, so even t
26.
▲
by
filmor
2y ago
The panic is converted to an Erlang error exception. You have to explicitly ignore it to make unit tests pass in spite of it. I am still interested in the situation you observed.
27.
▲
by
filmor
2y ago
Rustler wasn't properly forward compatible (only with regard to the build process, a compiled library will work just fine on any newer OTP) until 0.29. They are using 0.22, upgrading Rustler will be enough to get rid of this issue for
28.
▲
by
filmor
2y ago
How so? The whole point of unwinding is to gracefully clear up on panics, how did it peak for you? It's also not like there is much of a choice here. Unwinding across FFI boundaries (e.g. out of the NIF call) is undefined behaviour, so
29.
▲
by
filmor
2y ago
This won't work on Windows as the BEAM uses a slightly different NIF initialisation method there.
30.
▲
by
filmor
2y ago
As others have said, this has been supported since the limited/stable APIs were introduced. What this adds is a way of implementing a Python extension that can be loaded in (not just compiled for, which is already an improvement!) diff
More ›