Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reubenmorais
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
reubenmorais
8d ago
> I would expect that China would activate their dormant ICS and telco access in such a circumstance to knock the US out of the conflict basically immediately If they could do this, wouldn't they already have moved on Taiwan?
2.
▲
by
reubenmorais
5mo ago
The proposition reminds me of Rama by Red Planet Labs: https://redplanetlabs.com/
3.
▲
by
reubenmorais
6mo ago
This reminds me of the classic "Growing a Language" talk by Guy Steele: https://www.youtube.com/watch?v=_ahvzDzKdB0
4.
▲
by
reubenmorais
7mo ago
That's nice if you're starting from scratch, but if you have existing code to deal with, you don't have the privilege of ignoring the insane subset.
5.
▲
by
reubenmorais
7mo ago
Claude Code already does this, you can access it with /resume, /rewind and /fork. I'd imagine building a version that saves in the repo instead of in the home folder would take very minimal effort.
6.
▲
by
reubenmorais
8mo ago
I'm using it on a large set of existing codebases full of extremely ugly legacy code, weird build systems, tons of business logic and shipping directly to prod at neckbreaking growth over the last two years, and it's delivering th
7.
▲
by
reubenmorais
8mo ago
If you watch the demo video you can see how they would get this: the model is not aggressive enough. While it doesn't cut you off, which is nice, it also always waits an uncanny amount of time to chime in.
8.
▲
by
reubenmorais
8mo ago
I hate to be the first one commenting to say this, but here it goes: the flashy LLM writing style, "Apple Event Dialect" in the README and in this comment is very recognizable and also quite irritating. If this is supposed to be b
9.
▲
by
reubenmorais
10mo ago
Nobody has to do anything, least of all massive corporations with country-sized revenues. It's /always/ a choice to comply or to put up a fight and deal with the consequences.
10.
▲
by
reubenmorais
11mo ago
Maybe rather an interactive explanation and exploration environment with embedded programming?
11.
▲
by
reubenmorais
1y ago
All life is basically refining energy - standing up to entropy and temporarily winning the fight.
12.
▲
by
reubenmorais
1y ago
From my perspective, if it quacks like a duck...
13.
▲
by
reubenmorais
1y ago
I can transfer money from Europe to Brazil in seconds with Wise. I press the button and the money is nearly instantly available in the Brazilian account via PIX. The same in the reverse direction is possible but only if you have a more mode
14.
▲
by
reubenmorais
1y ago
Google has been working on auctioning token-level influence during LLM generation for years now: https://research.google/blog/mechanism-design-for-large-lang...
15.
▲
by
reubenmorais
1y ago
1.0 is not an upgrade, it's the first stable release. Usually it signifies the arrival of some amount of feature completeness and stability compared to the fast paced 0.x days. Of course semver doesn't really fit neatly most softw
16.
▲
by
reubenmorais
1y ago
Two examples that come to mind are: https://discuss.python.org/t/pep-692-using-typeddict-for-mor... and: https://github.com/python/typing/issues/1252
17.
▲
by
reubenmorais
1y ago
This is a weakness of the Python typing system and not necessarily of individual typecheckers. Pyright has a policy of only implementing what's standardized, and the Python type system is simply inadequate to annotate most real world P
18.
▲
by
reubenmorais
1y ago
Git natively supports excludes in all pathspecs, e.g. `git log -- ':!generated/'` to exclude files in the `generated/` folder from showing up in the log.
19.
▲
by
reubenmorais
2y ago
In a practical example you'd create a named intermediate type which becomes a new base for reasoning. Once you convinced yourself that the first part of the chain responsible for creating that type (or a collection of it) is correct, y
20.
▲
by
reubenmorais
2y ago
https://en.m.wikipedia.org/wiki/The_Emperor's_New_Clothes
21.
▲
by
reubenmorais
2y ago
> * Can it expand into the layman market? Maybe it's more enthusiast than layman, and I guess it's also not much of a market, but in the video arrrchival space it's pretty widespread, with people running e.g. Jellyfin behi
22.
▲
by
reubenmorais
2y ago
I remember never quite getting into Counter-Strike: Source because of the difference in inertia. I had friends who were masters of movement there so I know it wasn't a sloppy game, but my muscle memory from 1.6 just made it feel... unc
23.
▲
by
reubenmorais
2y ago
> Would also say what a tryhard is attempting on a server playing every day is going to be a fair bit off from the bulk of people who played through the main game. Fair, my point is more that in order for it to be possible for mere 12 ye
24.
▲
by
reubenmorais
2y ago
> And then there are an awful lot of jumping puzzles, shoehorned into a game engine that has way more slop in it than is ideal for such things. I was taken aback by this comment. The original Half Life engine has super tight and responsi
25.
▲
by
reubenmorais
2y ago
A power user only needs to RTFD: https://wiki.mozilla.org/Add-ons/Extension_Signing#FAQ
26.
▲
by
reubenmorais
2y ago
> And if someone can trick me into modifying /usr/lib, they can just trick me into replacing Firefox completly with their malwared build, so signing will not save me anyway. As you said yourself, that's a much bigger hassl
27.
▲
by
reubenmorais
2y ago
> If all you can do is transitions, you don't know upon transitioning if you still have a keyboard you are typing on or not. This also means that if you want to be able to function somehow in this world, then after each transition,
28.
▲
by
reubenmorais
2y ago
Seeing the world as mutable is a matter of perspective, if you explicitly model time as a dimension it can instead be seen as a sequence of transitions from immutable state to immutable state, an accumulation of events over time, which fits
29.
▲
by
reubenmorais
2y ago
LinkedIn supposedly: https://engineering.linkedin.com/distributed-systems/log-wha...
30.
▲
by
reubenmorais
2y ago
Yes you can write a very fast SIMD loop over densely packed data. But if that data is mutable and you need to acquire a lock before you work with it, it's very easy to lose all the performance you gained. Immutability can reduce coordi
More ›