HackerTrans
TopNewTrendsCommentsPastAskShowJobs

WaterRun

no profile record

Submissions

[untitled]

1 points·by WaterRun·hace 3 meses·0 comments

[untitled]

1 points·by WaterRun·hace 4 meses·0 comments

[untitled]

1 points·by WaterRun·hace 4 meses·0 comments

[untitled]

1 points·by WaterRun·hace 5 meses·0 comments

[untitled]

1 points·by WaterRun·hace 5 meses·0 comments

[untitled]

1 points·by WaterRun·hace 6 meses·0 comments

Show HN: One-click PPTX to PNG (Windows app and Python library)

github.com
2 points·by WaterRun·hace 7 meses·0 comments

Show HN: luainstaller – Package your Lua scripts into binaries

github.com
1 points·by WaterRun·hace 7 meses·0 comments

Show HN: SimpSave – A lightweight Python KV store with read‑and‑use persistence

github.com
1 points·by WaterRun·hace 7 meses·0 comments

Show HN: Bat‑KV – A tiny single‑file KV database for Windows Batch scripts

github.com
1 points·by WaterRun·hace 7 meses·0 comments

comments

WaterRun
·hace 3 meses·discuss
Linux’s ecosystem has also improved significantly over the past two years, especially in China. Due to the influence of “Xinchuang” (that is, domestically produced Linux rebranded under another shell), many Chinese desktop applications have been reworked in the past couple of years, switching from Windows-specific tech stacks to cross-platform ones—mostly Electron, basically browser wrappers—and now support the Linux platform. The commonly used software is basically all there.

In addition, the development of LLMs has greatly lowered the barrier to using the Linux command line. Problems that used to take a full day to solve can now be handled easily by anyone who can write a prompt—just ask, copy, and paste. This has even made Windows’ command line unfriendly by comparison, despite its own major improvements in recent years, turning it into a significant drawback.
WaterRun
·hace 3 meses·discuss
He makes electric vehicles. The extreme weight sensitivity of motorcycles means that high-performance racing motorcycles, whether fully electric or hybrid, are not practical; if they have a power battery, that already makes them unsuitable.
WaterRun
·hace 3 meses·discuss
In the era of Windows 95, having a network connection was still a rarity. Expecting modern systems to have package management and sandboxing mechanisms would have been 20 years ahead of their time.
WaterRun
·hace 3 meses·discuss
Even that TUI is written in React.
WaterRun
·hace 3 meses·discuss
The Space Shuttle’s technology is indeed quite old, but by today’s standards it is not exactly outdated. What matters is that we have lost the ability to carry out that technology — or even the ability to organize and coordinate a project like that. Otherwise, the price of the SLS as an “off-the-shelf product” would not be so outrageous, and it would not keep getting delayed again and again. Technology gets forgotten and capability is lost as people and suppliers disappear. The fact that we could build the Saturn V half a century ago does not mean we could still build it today; even the fact that we could build the F-22 twenty years ago does not mean we could still produce it now once the production lines are gone. Restoring that capability is always a good thing, considering the indirect effects.
WaterRun
·hace 3 meses·discuss
I recently had a similar idea. https://github.com/Water-Run/Cmdset
WaterRun
·hace 3 meses·discuss
[dead]
WaterRun
·hace 3 meses·discuss
ICBMs also have a similar speed at the terminal warhead stage — only the direction is different.
WaterRun
·hace 3 meses·discuss
Starship is not designed for high-orbit deep-space missions; it is more like a cargo truck for low Earth orbit.
WaterRun
·hace 3 meses·discuss
Developing something like this would push the frontiers of human technology. Without the Apollo program, not to mention anything else, the personal computer boom in the 1970s might have been delayed by a long time.
WaterRun
·hace 3 meses·discuss
Traditional programming requires the absolute precision provided by digital circuits; a single bit flip can lead to a completely different outcome.

Large models do not require that kind of exactness. They are somewhat like a "field" or a "probability cloud": as long as the main directional tendency is correct, a few individual deviations—or even a whole cluster of them—make almost no difference.
WaterRun
·hace 3 meses·discuss
Is Anthropic's acquisition of Bun alone still not enough to infer their tech stack? What more obvious signals would be needed?

Also, honestly, given the speed constraints of large models, it makes almost no difference what language an agent is written in. The small performance differences between programming languages do not even begin to matter compared with network latency, let alone the speed at which a large model streams tokens.
WaterRun
·hace 3 meses·discuss
So what do you think the obfuscated .js code in a 2026 engineering project was generated with? Nim?
WaterRun
·hace 3 meses·discuss
Thanks to Claude Code, we got such a beautifully polished and dazzling website that gives a complete introduction to itself the very moment the leak happened :)
WaterRun
·hace 3 meses·discuss
Feels a bit like gradually moving back toward analog circuits, step by step. There is less and less need for the precision that digital circuits provide.
WaterRun
·hace 3 meses·discuss
Anthropic acquired Bun. Clearly, Bun is not a runtime for C++, Rust, or Python. For an engineering project, strongly typed TypeScript was basically the only possible choice for them.