Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
notresidenter
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
notresidenter
2y ago
This has existed for so long though, through `__get`, `__set` and other methods, the ArrayAccess interface, the `__call` and `__callStatic` methods. This way, at least, it's much more explicit. And this should probably only be used ins
2.
▲
by
notresidenter
2y ago
In France, matrices are taught in an optional mathematics class for students that want to go further.
3.
▲
by
notresidenter
2y ago
You should look at `func_get_args()` usage in the wild. This is sometimes used for (mostly outdated) good-enough reasons and doing this might break it?
4.
▲
by
notresidenter
2y ago
For anyone interested, the earliest sound recorded is from 1860, and isn't from Edison, but from a Frenchman Édouard-Léon Scott de Martinville, on a machine he called the "Phonoautograph". The machine recorded "traces&qu
5.
▲
by
notresidenter
2y ago
Quantum cryptography, not post-quantum cryptography, would allow schemes in which the store now, decrypt later attack is impossible.
6.
▲
by
notresidenter
2y ago
rome2rio.com comes closest to that experience compared to the other services (not affiliated)
7.
▲
by
notresidenter
2y ago
> Cats are about 2 feet that means six times there height would be about 12 feet. That would be a very terrifying cat Yes it would. There's something wonderful about the paths that a mind that hasn't been fully toned the way so
8.
▲
by
notresidenter
2y ago
It's a great product, but I don't need it from them. I bought a protonmail subscription, not a Proton subscription.
9.
▲
by
notresidenter
2y ago
(Paying customer) I wish they would focus more on their existing product(s). There's a huge synergy between Calendar and Mail, but Drive, Pass, VPN, are useless (but the VPN is well-done). There's still no Caldav support or schedu
10.
▲
by
notresidenter
2y ago
His latest project ( https://pioneer.app/ ) recently (this year I think) got shutdown. I guess he's pivoting.
11.
▲
by
notresidenter
2y ago
It's a really nasty feeling to live in a society influenced by politicians in power with ideas so far away from my own, while also having little influence over their decisions, unless I give up what I like doing and go into lobbying (o
12.
▲
by
notresidenter
2y ago
It took me 5 minutes to realize that this isn't PyPi the package manager but PyPy, an interpreter for python. This was very confusing, especially because they mentionned pipx, which seems related to PyPi, so it was plausible this was a
13.
▲
by
notresidenter
2y ago
There are a lot of arguments of authority and _0_ empirical evidence, apart from "I've spent 30 years of my life on it"... There are no sources!? And then, there are things that jump out to me as false, that could be true, bu
14.
▲
by
notresidenter
2y ago
I'm not saying 'all bootcamps are bad' here, I'm saying 'this particular bootcamp is bad'. I think there's a clear distinction between CS and Software Dev. The latter _can_ be self-taught, or learned with
15.
▲
by
notresidenter
2y ago
Thank you so much for such a detailed response, I'll go read more on the German system.
16.
▲
by
notresidenter
2y ago
Are the states in Germany similar to the states in the US? I thought they were merely a relic of pre-WW1 unification, after the 1990 reunification, but that the states were just administrative entities with no independent sovereign power.
17.
▲
by
notresidenter
2y ago
GP, There's no need to attack the author? "42 School" which is the "school" his degree comes from is a glorified boot camp. It's one of the popular ones (in France) It's an immediate red flag for many Fren
18.
▲
by
notresidenter
2y ago
Please don't call me deranged. How much do you know about China? As vague and imprecise as the term "most capitalist" is, it is a blatant ignorance of the way Chinese people (have to) live, especially in cities, to think that
19.
▲
by
notresidenter
2y ago
China is absolutely not communist, it's probably the most capitalist country nowadays !
20.
▲
by
notresidenter
2y ago
Tiptap is a great wrapper around ProseMirror, and if you need to dig deep, TipTap lets you do that but the documentation, for both TipTap and PM isn't as good as it could be and the conceptual model for PM is _hard_ to pick up on the g
21.
▲
by
notresidenter
2y ago
I'll probably build this eventually. Let me know if this is open source, I'd be down to implement it. It looks like you're using PHP/Symfony, so this is right down my alley.
22.
▲
by
notresidenter
2y ago
You're right, but with Neptune, they were able to empirically verify that: oh, there's a planet there. Here's they've made the calculations because those (afaik) fit in the current model and they've concluded: oh, t
23.
▲
by
notresidenter
2y ago
Wittgenstein is not "pooh-pooh-able", not by a long shot. First of all, there are two really different philosophies belonging to Wittgenstein, the younger and the older, and the evolution between the two should be of interest to a
24.
▲
by
notresidenter
2y ago
I literally thought about such an app today, but with a pot that would go to either (1) to a charity I support or (2) some cause I really despise (more evil) Doing it with friends in probably much better for accountability.
25.
▲
by
notresidenter
2y ago
How is this different than when we pretended there was another planet, Vulcan, to reconcile Newtonian physics with the unexplainable phenomenons physicists noticed until others and eventually Einstein came along to prove that the theory was
26.
▲
by
notresidenter
2y ago
I see more and more website use multiple inputs with JavaScript to handle automatically moving from one to the other for OTP codes, including GitHub. It's always buggy because the devs reimplement basic navigation (focus, deletion, arr
27.
▲
by
notresidenter
2y ago
Yeah, I think the DaisyUI developers miss the point of Tailwind. You should almost never use "semantic class names" with Tailwind (and what even is a semantic class name, honestly? It's all context-, developer-dependent) and
28.
▲
by
notresidenter
2y ago
Express is not in the same category as Laravel, what gets closer to Laravel in the NodeJS world would be Adonis (that I know of). Express is essentially a modular router (for people that think that server-side JS is a good idea) If you run
29.
▲
by
notresidenter
2y ago
I've thought about doing a Laravel-like framework in Go, but one of the superpower of PHP/Laravel _is_ the possibility to have very loose / no types, which gives a great DX when used correctly, but in Go, you'd have to i
30.
▲
by
notresidenter
2y ago
PHP and the ecosystem around it, especially Laravel, makes developers incredibly productive: everything is so damn easy. Nothing comes close to it in Go, Ruby, JS (Node), Python; from what I've seen. Laravel is one step ahead.
More ›