Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cloud-oak
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
cloud-oak
4mo ago
The final example of the DnD statt sheet makes me think whether it's legal to nest <dl>s? I.e. can we do <dl> <dt>Actions</dt> <dd><dl>...</dl></dd> &
2.
▲
by
cloud-oak
5mo ago
You can always ask Codex to fix Claude, issue solved!
3.
▲
by
cloud-oak
5mo ago
> Training AI models can generate enormous carbon emissions Sure, but what I'd really like to see is a graph for how much carbon is generated serving these models globally.
4.
▲
by
cloud-oak
6mo ago
This one caught me completely off guard when opening YouTube the first time on an iPad: Accidentally clicked on a wrong button and got stuck in a "please subscribe to premium" modal. No amount of swiping or tapping outside the pop
5.
▲
by
cloud-oak
6mo ago
This is already a problem with things like Mastodon - as soon as you subscribe to some more "spammy" accounts such as news outlets, all the other content is drowned out. So yes, having kind of re-ranking _algorithm_ can be a good
6.
▲
by
cloud-oak
7mo ago
Picking up your original comment - Markov chains are much better at generating random numbers than either humans or LLMs!
7.
▲
by
cloud-oak
7mo ago
What's really worrying is seeing medical professionals starting to rely on these tools. My wife had a pretty bad cold during pregnancy and our GP proceeded to prescribe her cough syrup with high alcohol content, because that was what C
8.
▲
by
cloud-oak
8mo ago
I think Mattermost lost a lot of instance admins' trust when they recently decided to update the server to limit access to old messages without good reason. On self-hosted instances! https://github.com/mattermost/m
9.
▲
by
cloud-oak
8mo ago
That's why double-blind review shohld be the norm. It's wild to me that single-blind is still the norm in kost disciplines.
10.
▲
by
cloud-oak
8mo ago
The EU mandates that all large data centres built/commissioned from July this year will make use of waste heat: https://www.twobirds.com/en/insights/2024/germany/rechenzent...
11.
▲
by
cloud-oak
8mo ago
I know of this one [1], a 1000W space heater with integrated cryptominer. Looks kike you can actually buy it now. Not sure how much the mined crypto offsets the heating costs though. [1] https://21energy.com/products/of
12.
▲
by
cloud-oak
8mo ago
Sadly had a very similar experience about the screen of my FP4, which seems to have a serial fault of producing random inputs whenever it so pleases [1]. Knowing I had bought a phone with great self-service claims, I was confident they coul
13.
▲
by
cloud-oak
9mo ago
My understanding of this was that the UB starts only after the value is passed/returned. So if foo() has a contract to only return positive integers, the code within foo can check and ensure this, but if the calling code does it, the c
14.
▲
by
cloud-oak
10mo ago
I was very reluctant about the polars syntax as well initally, but it has grown a lot on me. Pandas syntax is super ergonomic for quick one-off analysis, but it becomes hard to read/maintain once your processing gets more complex. For
15.
▲
by
cloud-oak
11mo ago
SQL more elegantly introduces ternary logic in this case, where any comparison with NULL is itself NULL. This is sadly not possible in most languages where a comparison operator must always return a (non-nullable) boolean value.
16.
▲
by
cloud-oak
1y ago
It is implemented using web maps technology ( https://leafletjs.com/ ), similar to e.g. the Google Maps satellite view. The screenshots are then served pre-assembled into quadratic map tiles at different zoom levels. This way
17.
▲
by
cloud-oak
1y ago
Perfect analogy! The cool part is that your model also gives good intuition about the gradient descent part. The springs' forces are the gradients, and the act of the line "snapping" into place is the gradient descent process
18.
▲
by
cloud-oak
2y ago
With some notable exceptions. I'll never love the turbofish [1] for example. [1] https://github.com/rust-lang/rust/blob/master/tests/ui/parse...
19.
▲
by
cloud-oak
2y ago
The funny thing is that the original Desktop UI is still in the Android version. Sometimes I'll get jokers/consumables stuck in the desktop's "selected" mode, where the tiny sell/use buttons pop out underneath.
20.
▲
by
cloud-oak
2y ago
I thought it was only me! This "inverse question phrasing" is something I see popping up more and more in forums and such, especially phrases starting with "How it <verb>?" or "Why it <verb>?".
21.
▲
by
cloud-oak
6y ago
The thing is, 3D to 2D projections work well because that's how our eyes work in the first place, so we can intuitively understand a projected image on the screen. When projecting 4D to 2D, weird things start happening. Instead of a ra