HackerTrans
トップ新着トレンドコメント過去質問紹介求人

flowerthoughts

864 カルマ登録 昨年

投稿

An online repository for KiCad schematics

hackaday.com
3 ポイント·投稿者 flowerthoughts·7 か月前·1 コメント

コメント

flowerthoughts
·一昨日·議論
Getting rid of ARC would be so nice, but of course this just means I need to add DKIM2 and need ARC for backwards compatibility.
flowerthoughts
·8 日前·議論
I find his way of talking funny and entertaining. I can't say why, but it's a nice way to waste a few minutes. It's very boring if you're only there for the information.
flowerthoughts
·8 日前·議論
Fire first, ask questions later.
flowerthoughts
·10 日前·議論
Is anyone using LLM on the other side, to vet incoming PRs for quality and whether it's worth reviewing?
flowerthoughts
·12 日前·議論
Elon is missing the bigger TAM here. Once they've created a time machine, they can not only sell all these things backwards and forwards in time, they can also start making industrialization come way earlier, which will lead to exponentially turbo charged growth. Plus importing future designs into the now.

It makes sense to focus all effort into building a time machine.
flowerthoughts
·12 日前·議論
North of Sweden too, from the same mountains.

Switzerland could probably extend their hydro if they wanted to, but it's NIMBY rich. Wind and solar has stalled, though there's plenty of both in the Alps.
flowerthoughts
·13 日前·議論
And the more uselessly amusing thing is that the manager who requests higher tokens usage probably also doesn't care whether it's producing slop or not. Metric goes up; managers happy until CFO is reported income hasn't gone up as quickly as costs, and that makes the CEO optimistically concerned. Never expect underlying thought from a messenger.

It's interesting that LLM barely had any vetting period or experimentation phase. Suddenly everyone was supposed to test it in production, it seems.
flowerthoughts
·14 日前·議論
The unsung heros we need. Thank you.
flowerthoughts
·15 日前·議論
If Anthropic tanks in the public markets, that will cause a revaluation of OpenAI in the private markets. If they delay IPO to try another private round, they also want to sign that round early.

Perhaps that's Anthropic's plan, is they believe OpenAI is weak. If the IPO is good they win. If it's bad OpenAI loses.
flowerthoughts
·16 日前·議論
I wonder which of the management consulting companies caused this fire/rehire experiment.
flowerthoughts
·18 日前·議論
Yes. That's not an argument against my point: they could achieve the same biased result using recordings of real bets. Be happy they (maybe) haven't yet, because that conartistry is much harder to show.

Don't trust anything anyone says about probabilities of real-world future events. We still can't even predict the weather a week in advance, despite huge computational resources being thrown at it.
flowerthoughts
·18 日前·議論
The alternative would be to ask both sides of the bets to record a video, and tell them to only post winning bids, but to pay out to both sides. Is that really better? Classic tactic by the bet picking gambler gurus and is impossible to confirm.

I guess Polymarket too will learn to be more subtle now.
flowerthoughts
·18 日前·議論
I think this has been Musk's play for more than a decade. Except the Twitter purchase, which was just weird. It's possible the AI play is for data center subsidies/tax breaks. TBC didn't go too well in terms of California rail expansion contracts, I think, but perhaps he can get some Pentagon money for building military DCs.
flowerthoughts
·19 日前·議論
I've been wanting to visit courts for a while, but never had the time.

I had a look at the local courts' agendas, and I was appalled by how many SA/CSAM cases there were. Probably half of them or so. Not just to children, but there's more than one case every week of that, and this is in a population of a few hundred thousand.

Still not enough reason to do all the CSAM scanning the governments want big tech to do, but it's definitely bigger than I though. (Or just easier to gather evidence on now, so that's what gets into courts...)
flowerthoughts
·20 日前·議論
In this case, the missing piece in Go is the NonNullable hint. That would make it clear that null checks aren't needed, enforceable by the type system, and lintable.

Option types just forces you to do the check, but doesn't remove the need for it.

Now that we have generic types, a NonNullable intrinsic type seems doable...
flowerthoughts
·26 日前·議論
In 3.6 years, chances are they are still worth $3k. Unless some new chip fab pops up that can spam the chip market. Even if the AI bubble bursts, I doubt we'll see high-RAM GPUs sell off.
flowerthoughts
·26 日前·議論
Generally increasing "money supply" will increase the spending floor, which business will eventually use to increase profits, which we read as inflation. (Sorry, I mean they'll do price discovery to optimize corporate ownership benefits.)

As long as the economic system can absorb it (and there are plenty of places with >20% inflation rate that survives,) you're right. But if it makes people feel they have "nothing to lose" on going against the rich, GPs scenario will kick in. Ray Dalio (and the Fourth Turning book) suggests this debt cycle is overstretched, and that we should _expect_ an uprising soon that resets it.
flowerthoughts
·29 日前·議論
I can't imagine the news headlines the first time a stolen such drone is used in a (civialian) terrorist attack. Dark times ahead. Fear is already driving polarization and class society where I live. This will just heighten it. Hopefully this is swift, and we return to a post-WWII "can-do" build-up society.
flowerthoughts
·29 日前·議論
If the requester stops applying common sense, the reviewer has to apply more of it, and there's a finite review budget. I will deal with requests on a lowest review effort-first basis, just like you did on the other side.
flowerthoughts
·29 日前·議論
> I have deployed five AWS m8g.12xlarge instances. Each instance provides:

> 48 vCPUs (Graviton4, ARM64)

> 192 GiB memory (4 GiB per vCPU)

> Network capability: The 22.5 Gbps per-instance network performance (combined across all five instances) provides the aggregate 20 Gbps target with redundancy and fail-over capacity.

Oh wow. Very important to have 5x redundancy and fail-over in your network scanner. Especially before the code has landed. Did it implement A/B upgrades and canarying too to avoid downtime?