Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
molf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
molf
21d ago
> HOAs don't make neighbors co-owners of your own property, do they? Home-owner associations in Europe are frequently set up for apartment buildings, in which case, yes, the roof, foundation, hallways, stairwells, main piping, elect
2.
▲
by
molf
24d ago
No it's not useful, no you don't know what you're doing, and no it is not 'proper'. But you're learning. Maybe just accept that not everyone starts from fundamental theory, and there are lots of people who star
3.
▲
by
molf
24d ago
> unless you'd call cargo-cult chaining magic numpy incantations you've taken from Karpathy's tutorials "exploring" That's what I would call exploring. I too started exploring programming as a teen by cargo
4.
▲
by
molf
24d ago
Why would you tell people that the correct order is to build foundational knowledge before exploring a subject? For some (many?) people, a 'proper' understanding develops _after_ the exploration.
5.
▲
by
molf
25d ago
> What about the riders who are on the receiving end of fraudulent drivers in the best case, abusive or dangerous drivers in the worst case? It is possible to go to far in trying to protect workers for things that impact paying customers
6.
▲
by
molf
25d ago
So according to the regulator Uber automatically suspended driver accounts that were flagged in decision of fraud or due to low ratings. They also failed to inform drivers about the automated decision making. Here is the statement from the
7.
▲
by
molf
25d ago
I agree. But wouldn't you want a human to be involved in this process? Let's say you run a legitimate SaaS company, and a cloud provider suspends your account due to an allegation of fraud. Wouldn't you prefer a human is invo
8.
▲
by
molf
25d ago
That's irrelevant. The data subject shall have the right not to be subject to a decision based solely on automated processing, including profiling, which produces legal effects concerning him or her or similarly significantly affe
9.
▲
by
molf
28d ago
But it's not enterprise SaaS, is it? It's just a time tracking and invoicing tool. And it's not the only SaaS they will need? Companies with 25 employees generally don't have money to pay a dozen SaaS vendors $2k each ev
10.
▲
by
molf
29d ago
I don't think the point is that PostgreSQL is great for everything. But you may get by with a single piece of infrastructure instead of 7. In most of the applications we build or maintain we use PostgreSQL + cloud storage. That's
11.
▲
by
molf
29d ago
They're called Antilopen in Dutch too, so I think most people would just associate it with the animal?
12.
▲
by
molf
2mo ago
I believe such organisations tend to do such things very intentionally :-) About ESO [1] > We are an intergovernmental organisation established in 1962 supported by 16 Member States (Austria, Belgium, Czechia, Denmark, Finland, France, G
13.
▲
by
molf
2mo ago
Double? Rookie numbers. We went from $1k to $21k per year. A few emails later and we have a hefty discount, but we will still move away.
14.
▲
by
molf
3mo ago
If you’re interested in what a specific piece of code compiles to, it’s worth checking out the online compiler playground [1] https://playground.react.dev/
15.
▲
by
molf
3mo ago
It really does work very well in practice. A few things really help: - Lints [1] that flag code that cannot be (correctly) optimised. Usually this is obscure code that is too smart for its own good. But the compiler leaves it alone and flag
16.
▲
by
molf
3mo ago
After bun [1] this is another high-profile project that was ported to Rust by extensively using LLMs. Very curious to see how these rewrites play out. Is the LLM foundation solid enough to build upon and iterate on? Or does this cause proje
17.
▲
by
molf
3mo ago
So isn't not changing more sensible than changing to an arbitrary alternative? The current developers surely are more familiar with the Babel representation than OXC, so why switch?
18.
▲
by
molf
3mo ago
OXC is not the only consumer, so using the OXC AST wouldn't particularly make sense? I thought it was pretty well explained in the PR: > Note that the conversion from any AST into our HIR is complex, and we can only maintain one ver
19.
▲
by
molf
3mo ago
Yes absolutely. It's brilliant: all useMemo and useCallback can be removed and you get the same runtime performance and then some, at the cost of only a slight increase in code size. A small downside at the moment is the build time. Th
20.
▲
Port React compiler to Rust (merged)
(github.com)
4 points
by
molf
3mo ago
|
0 comments
21.
▲
PostgreSQL 19 Beta 1 Released
(postgresql.org)
3 points
by
molf
3mo ago
|
0 comments
22.
▲
Doctors file complaint against Philip Morris over 'misleading AI tool'
(dutchnews.nl)
1 points
by
molf
3mo ago
|
0 comments
23.
▲
by
molf
4mo ago
There is no SQL successor: SQL is here to stay. Applying the Lindy effect [1]: after half a century of SQL we can expect it to survive for at least as long. Disruption/displacement of SQL is like attempting to replace email. It's
24.
▲
by
molf
4mo ago
I have no idea; but I presume they don't, given that ZJIT today is still much slower than YJIT? [1] [1]: https://rubybench.github.io
25.
▲
by
molf
4mo ago
Were there 1M line diffs in the past, before LLMs? That seems (seemed?) legitimately insane. Simultaneously a very good example of how Github needs to adapt to the changing software development landscape?
26.
▲
by
molf
4mo ago
This specific painting was reinterpreted based on specific descriptions of the colours in a letter from the painter. As far as I'm aware there is no way to know for sure what colours originally looked like, especially if the informatio
27.
▲
by
molf
5mo ago
Agreed. I absolutely adore the idea of it! But all the brownish colours tell the same story. For some additional context; many old pigments were not stable at all. https://www.vangoghstudio.com/what-were-the-original-colors-
28.
▲
by
molf
5mo ago
> Most useful async blocks are big enough that the overhead for the error cases disappears. Is it really though? In my experience many Rust applications/libraries can be quite heavy on the indirection. One of the points from the art
29.
▲
by
molf
5mo ago
It's not possible to learn anything about other elements when performing binary search, _except_ the only thing there is to learn: if the target is before or after the recently compared element. If we would guess that there is a bias i
30.
▲
by
molf
5mo ago
Just tried it out and it works great and is really fast! It's a breath of fresh air compared to VS Code. Lots of other editors are fast, but this seems feature complete as well as fast. Migrating from VS Code was also super simple and
More ›