Viewing profile — cabirum
cabirum
HN member- Joined
- Mon, Aug 29, 2011, 5:08 PM UTC
- HN karma
- 1,312
- Public activity
- 531 items
- HN profile
- View on Hacker News ↗
About cabirum
No profile information was provided.
Recent public activity
-
comment
Comment #48935154
just remove "AI" from title and its good: — Governments, companies, nonprofits should invest in free, open source.
-
comment
Comment #48803574
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 -…
-
comment
Comment #47706858
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.
-
comment
Comment #47496358
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
-
comment
Comment #46968170
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 i…
-
comment
Comment #46967940
"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", …
-
comment
Comment #46956520
> information from the Android Auto platform Can the quantity and length of tire marks on tarmac be used as a proxy for HBEs?
-
comment
Comment #46779306
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…
-
comment
Comment #46745956
[flagged]
-
comment
Comment #46662168
Who are "we"? China population is 4 times the US, with carbon emissions just 3 times greater, making them produce less carbon per capita.
-
comment
Comment #46548498
Probably vaporized an underground gas storage facility.. or two.
-
comment
Comment #46335590
> 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 wil…
-
comment
Comment #46299818
MIPI camera on my 3 year old Thinkpad still does not work
-
comment
Comment #46242078
In 2025, is it still prohibively expensive to run some community-supported crawler & search engine? Without Google censorship, ads, and ai.
-
comment
Comment #46135324
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 everyth…
-
comment
Comment #45655567
Instead of "-X POST" and "-H 'Content-Type: application/json'", use "-d" or "--json", asshat.
-
comment
Comment #45602998
Pathetic posturing. With an access badge, at least you can leak something important anonymously.
-
comment
Comment #45572699
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 inflate…
-
comment
Comment #45560505
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…
-
comment
Comment #45537196
Hn shows this story is 3 hours old, yet your GitHub PR was made 2 days ago, linking here?
-
comment
Comment #45413361
> 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 preemptib…
-
comment
Comment #45384531
Piece type and color fit in 4 bits. So, either a fixed-length encoding of the whole board, 64 * (4 bits) = 256 bits = 32 bytes. Or, sparse variable length encoding of pieces only, …
-
comment
Comment #45181090
You seem to have committed files that do not belong to the repo: . DS_Store, a binary in build/, and the releases/ directory and its contents.
-
comment
Comment #45057443
sshuttle. Tunnel your connections inside ssh.
-
comment
Comment #44983484
Lexical scope does not have a stack to put defer onto.