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

cabirum

1,310 カルマ登録 15 年前

コメント

cabirum
·8 日前·議論
physical vs digital is a spectrum:

- a physical disc, playable as-is

- physical, with major flaws without online updates

- physical, was playable on release, now requires updates

- physical, unplayable without updates

- physical, contains only a launcher to download full game

- physical box without disc, contains download code only

- digital
cabirum
·3 か月前·議論
So uh, could impressions decrease across the board, not only on X. Like, social platforms have peaked years ago and the downward trend is completely organic.
cabirum
·4 か月前·議論
This seems to still require initialization in a specific order.

Think it might be possible to generate all possible combinations of field init chains and feed it to compiler
cabirum
·5 か月前·議論
The trajectory is simple: everyone is hooked on paid AI subscription and loses the skill of thinking and learning. The models are proprietary and cloud-only. Everything you input is also monetized. The end.
cabirum
·5 か月前·議論
"It is difficult to get a man to understand something, when his salary depends upon his not understanding it". So, this guy is "building an AI startup and investing in the space", right. Thousands of jobs in AI depend on you to start paying for the models because "free version is over a year behind".

What AI is good at is generating billions of similar "something big, act now" stories just to get you to pay. It is an advert.
cabirum
·5 か月前·議論
> information from the Android Auto platform

Can the quantity and length of tire marks on tarmac be used as a proxy for HBEs?
cabirum
·6 か月前·議論
These are multipliers. First, the QA left, but nothing major happened for years, automated tests did suffice. Then, vibe code happened, that with the lack of QA, led to disaster.

I doubt "studies" exist and proving every little assumption takes too much effort as per Brandolini's law.
cabirum
·6 か月前·議論
[flagged]
cabirum
·6 か月前·議論
Who are "we"? China population is 4 times the US, with carbon emissions just 3 times greater, making them produce less carbon per capita.
cabirum
·6 か月前·議論
Probably vaporized an underground gas storage facility.. or two.
cabirum
·7 か月前·議論
> Using empty structs also hurts readability

An empty struct is idiomatic and expected to be used in a Set type. When/if the memory optimization is reintroduced, no code change will be needed to take advantage of it.
cabirum
·7 か月前·議論
MIPI camera on my 3 year old Thinkpad still does not work
cabirum
·7 か月前·議論
In 2025, is it still prohibively expensive to run some community-supported crawler & search engine? Without Google censorship, ads, and ai.
cabirum
·7 か月前·議論
What if.. the management made a request to make the game take more space than the previous release? So everyone could see just how much content there is and how much better everything is.

I mean, the developers cannot be that incompetent while being able to ship a high quality product.
cabirum
·9 か月前·議論
Instead of "-X POST" and "-H 'Content-Type: application/json'", use "-d" or "--json", asshat.
cabirum
·9 か月前·議論
Pathetic posturing.

With an access badge, at least you can leak something important anonymously.
cabirum
·9 か月前·議論
Quantum computing does not exist. The industry with it's 30 year history since Shor algorithm boasts its crown achievement of factoring the mind-blowing N=35 and creatively inflated qubit counts.
cabirum
·9 か月前·議論
Hx is batteries included. Nvim requires installing lots of plugins that do not inspire confidence - descriptions ridden with emojis, impossible to know who maintains what. Too many vectors leading to possible compromise.
cabirum
·9 か月前·議論
Hn shows this story is 3 hours old, yet your GitHub PR was made 2 days ago, linking here?
cabirum
·10 か月前·議論
> but goroutine B (the goroutineB function) apparently never ran at all.

Untrue. Up the iterations to 1000, you'll get your interleaving. Since 1.14, goroutines are async preemptible (async safe points), and will not block the scheduler. Also, time.Sleep bad, use runtime.Gosched().