HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Kubuxu

no profile record

comments

Kubuxu
·2 bulan yang lalu·discuss
Microchip also wants money for license to their design suite.
Kubuxu
·2 bulan yang lalu·discuss
> 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 created a murder market. Create “Is person X dead?”, and put a large limit order buying No. Anyone with means can capitalise on it by fulfilling the physical obligation of the market and buying up the limit order. Don’t create the murder market.

---

It would be a stupid thing to do given the trail, bit it gives the person ordering it sort of plausible deniability.
Kubuxu
·3 bulan yang lalu·discuss
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 is told to pick up only the first available task, which will be “write tests task”, it reliably does so. I just needed to add how it should mark tests as skipped because it’s been conflicting with quality gates.
Kubuxu
·3 bulan yang lalu·discuss
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 running as normal and report an alarm in iDRAC.
Kubuxu
·4 bulan yang lalu·discuss
Yeah, after two paragraphs, my eyes started skimming it due to low signal-to-noise ratio.
Kubuxu
·4 bulan yang lalu·discuss
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).
Kubuxu
·5 bulan yang lalu·discuss
Reasoning, in majority of cases, is pruned at each conversation turn.
Kubuxu
·5 bulan yang lalu·discuss
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

Video presentation if someone prefers it: https://www.youtube.com/watch?v=PN3nYBowSvM

Linear attention is a first-degree approximation of Softmax attention, and model performance gets better as you increase the degree of the Taylor approximation.

I'm thinking about adapting an existing model to Taylor-approximated attention. I think it should be possible with some model surgery and rehabilitation training.
Kubuxu
·7 bulan yang lalu·discuss
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.
Kubuxu
·7 bulan yang lalu·discuss
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 important than the code/feature existing.
Kubuxu
·8 bulan yang lalu·discuss
And DEF is ~33% urea in water.
Kubuxu
·9 bulan yang lalu·discuss
I've done that in the past (8+ years ago) with raw IP sockets.
Kubuxu
·10 bulan yang lalu·discuss
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 more sense than old servers. I say that as someone with always off r720xd at home due to noise and heat. It was fun when I bought it during winter years ago, until summer came.
Kubuxu
·10 bulan yang lalu·discuss
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 enlarged gate of a transistor AFAIK.
Kubuxu
·tahun lalu·discuss
I remember reading a paper that showed that giving models even a a few filler tokens before requiring a single phrase/word/number answer significantly increasee accuracy. This is probably similar.
Kubuxu
·tahun lalu·discuss
Chain of Thought was known since 2022 (https://arxiv.org/abs/2201.11903), we just were stuck in a world where we were dumping more data and compute at the training instead of looking at other improvements.