Viewing profile — Kubuxu
Kubuxu
HN member- Joined
- Sun, Jun 05, 2016, 10:24 AM UTC
- HN karma
- 1,130
- Public activity
- 256 items
- HN profile
- View on Hacker News ↗
About Kubuxu
https://github.com/kubuxu/
Recent public activity
-
comment
Comment #49057813
There are rumours that Polish GROM has been taking “vacations” in Ukraine. As in “we cannot officially approve your presence there but we won’t stop you either”, from the governmen…
-
comment
Comment #49057795
Because Shahed 131/136 are large, way larger than surveillance drone/quadcopter. We are talking 2-3m wingspans and 130-200kg launch mass.
-
comment
Comment #49056692
I use SQLite history to have context aware line suggestion in my shell. So the command that gets ghost displayed (and can be expanded with right arrow) depends on the current worki…
-
comment
Comment #48255302
Microchip also wants money for license to their design suite.
-
comment
Comment #48204650
> So you read an article "China disappears random person" and then at the end you click a button and bet whether that person is alive or dead or whatever. Congratulations, you just…
-
comment
Comment #47751899
I have TDD flow working as a part of my tasks structuring and then task completion. There are separate tasks for making the tests and for implementing. The agent which implements i…
-
comment
Comment #47713349
That somewhat existed in servers in the past, my R720xd had RAM mirroring mode. IDK if it used it for reducing latency, but you could take out a stick and the server would continue…
-
comment
Comment #47505513
Yeah, after two paragraphs, my eyes started skimming it due to low signal-to-noise ratio.
-
comment
Comment #47193591
Just try using Claude with API for an hour and you will see that the subscriptions are definitely not profitable (unless they percent off “partying but dormant” is very high).
-
comment
Comment #47044917
Reasoning, in majority of cases, is pruned at each conversation turn.
-
comment
Comment #46890647
A paper on the same topic: On the Expressiveness of Softmax Attention: A Recurrent Neural Network Perspective, Gabriel Mongaras, Eric C. Larson, https://arxiv.org/abs/2507.23632 Vi…
-
comment
Comment #46261908
Definitely agreed, that is what I do as well. At that point you have good understanding of that code, which is in contrast to what the post I responded suggests.
-
comment
Comment #46258664
I don’t see how I would feel comfortable pushing the current output of LLMs into high-stakes production (think SLAs, SRE). Understanding of the code in these situation is more impo…
-
comment
Comment #45874879
And DEF is ~33% urea in water.
-
comment
Comment #45626516
I've done that in the past (8+ years ago) with raw IP sockets.
-
comment
Comment #45304607
For 8+ bays you just need a SAS HBA card and one free PCI-E slot. Not to mention that many motherboards will have 6+ SATA ports already. If anything, 2nd hand AMD gaming rigs make …
-
comment
Comment #45192664
Traditional CMOS D-flipflop takes 16 transistors, SRAM cell takes 6 (two looped inverters and two data-line selection transistors). The capacitor in DRAM is usually realised as an …
-
comment
Comment #44316791
It is always PWM under the hood, the question is, how much was spent (or not) on the filtering network out of the PWM. Is it closer to buck converter or is it straight up flicker a…
-
comment
Comment #44149660
Nobody runs 4096 samples per pixel. In many cases 100-200 (or even less with denoising) are enough. You might run up to low-1000 if you want to resolve caustics.
-
comment
Comment #44143529
IIRC reordering additions can cause the result to change which makes auto-vectorisation tricky.
-
comment
Comment #44006945
You can think of closing the channel as sending a message “there will be no further messages”, the panic on write is enforcement of that contract. Additionally the safe way to use …
-
comment
Comment #43934583
Majority of good spots for hydro were already built up, and if they weren’t, good luck with NIMBY.
-
comment
Comment #43888793
Beam Search sampling is sometimes getting used
-
comment
Comment #43763233
The question is, "If I look at this repo, who owns the copyright?" Sure, you could move the original LICENSE into a directory. Still, if the files are intermingled, you should have…
-
comment
Comment #43753524
In case of deps, the dependency comes with its own LICENSE file. In this case the code is essentially forked, integrated and intermingled, so that is why it should be in the LICENS…