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

gok

13,895 カルマ登録 15 年前

投稿

GPT-5.6 – ARC-AGI Results

arcprize.org
6 ポイント·投稿者 gok·一昨日·0 コメント

iOS 27's Reworked Stub Islands

codecolor.ist
5 ポイント·投稿者 gok·26 日前·0 コメント

The Music Understanding framework [video]

developer.apple.com
6 ポイント·投稿者 gok·先月·0 コメント

Core AI Models

github.com
2 ポイント·投稿者 gok·先月·0 コメント

Phantom Data Centers Didn't Break the Power Grid–They Proved It Was Broken

powermag.com
4 ポイント·投稿者 gok·2 か月前·1 コメント

Garry Tan, the CEO of YC, accused me of unethical reporting

radleybalko.substack.com
565 ポイント·投稿者 gok·2 か月前·206 コメント

Trump Is Getting Away with Murdering an American Industry

heatmap.news
13 ポイント·投稿者 gok·2 か月前·6 コメント

Metal Lossy Compression Format

ludicon.com
4 ポイント·投稿者 gok·3 か月前·0 コメント

The Design Space of Tri-Modal Masked Diffusion Models

arxiv.org
1 ポイント·投稿者 gok·4 か月前·0 コメント

Netflix drops out of bidding after WBD deems Paramount's takeover bid 'superior'

cnn.com
2 ポイント·投稿者 gok·4 か月前·0 コメント

Apple Foundation Models SDK for Python

github.com
2 ポイント·投稿者 gok·5 か月前·0 コメント

The Means-Testing Industrial Complex

lpeproject.org
4 ポイント·投稿者 gok·5 か月前·0 コメント

Caltrain shows why every region should be moving toward regional rail

hsrail.org
68 ポイント·投稿者 gok·6 か月前·68 コメント

Ukraine enters EU's single mobile roaming zone

yahoo.com
11 ポイント·投稿者 gok·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 gok·7 か月前·0 コメント

ICE Holding Chinese Man Who Documented Uyghur Camps

wsj.com
20 ポイント·投稿者 gok·7 か月前·0 コメント

Nvidia-backed Starcloud trains first AI model in space, orbital data centers

cnbc.com
8 ポイント·投稿者 gok·7 か月前·0 コメント

This Century, Child Mortality Is Likely to Rise

time.com
12 ポイント·投稿者 gok·7 か月前·0 コメント

Xzone Malloc

github.com
2 ポイント·投稿者 gok·7 か月前·0 コメント

Meta prevails in historic FTC antitrust case

apnews.com
7 ポイント·投稿者 gok·8 か月前·0 コメント

コメント

gok
·2 か月前·議論
It's a fascinating design but it's been 14 years since the concept was first announced and it's never really completely worked. If it ever was possible, it's not clear the talent for it still works for SpaceX.
gok
·2 か月前·議論
Ok that's...just cheating. You can't take a benchmark like MMLU designed to test the performance of a single general language model and compare it to performance of a small specialized model designed to do well on MMLU.
gok
·4 か月前·議論
An HTML5 super jet?
gok
·4 か月前·議論
consider using fp16 or bf16 for the matrix math (in SME you can use svmopa_za16_f16_m or svmopa_za16_bf16_m)
gok
·5 か月前·議論
Do you use fully bidirectional attention or is it at all causal?
gok
·5 か月前·議論
The oldest iBook G4 is from October 2003, not even 23 years old.
gok
·5 か月前·議論
There are many marginally employable swing voters who vote Republican when they have jobs and the Democrats in charge ask for taxes, then vote Democratic when they get put out of work and need a social safety net.
gok
·5 か月前·議論
> it is possible to put 500 to 1000 TW/year of AI satellites into deep space, meaningfully ascend the Kardashev scale and harness a non-trivial percentage of the Sun’s power

We currently make around 1 TW of photovoltaic cells per year, globally. The proposal here is to launch that much to space every 9 hours, complete with attached computers, continuously, from the moon.

edit: Also, this would capture a very trivial percentage of the Sun's power. A few trillionths per year.
gok
·7 か月前·議論
Yes.
gok
·9 か月前·議論
> While they provide data privacy, our research shows their weaker reasoning and alignment capabilities make them easier targets for sabotage.

If you are using any LLM's reasoning ability as a security boundary, something is deeply, deeply wrong.
gok
·9 か月前·議論
The real lesson here should be that doing crazy shit like swizzling the program counter in a signal handler and writing your own assembler is not a good idea.
gok
·10 か月前·議論
tldr it's somewhat comparable to an A100, which was released in May 2020.
gok
·10 か月前·議論
This has been done in fact: https://doi.org/10.1016/j.sysarc.2024.103102
gok
·10 か月前·議論
How hard would it be to add generational collection?
gok
·2 年前·議論
Consider adopting `os_sync_wait_on_address()` on Darwin for your futex needs
gok
·6 年前·議論
She wasn't fired over the paper. She was fired because she demanded Google name the employees who gave (anonymous) negative feedback about the paper, and that anyone going forward who gave feedback on her work also be named, or she'd quit.
gok
·6 年前·議論
Their hearts were never really in XScale. Intel only ended up having that group due to a bizarre legal settlement with DEC, and pawned it off to Marvell in some misguided attempt at corporate streamlining.
gok
·7 年前·議論
That speedtest graph in the article is a great example of why averaging statistics is often a bad idea. The US fixed broadband mean is ~120mbps, but the median is more like ~70 mbps [1]. A few people with gigabit-ish connections are hiding the many people stuck with crappy sub-25 mbps connections.

[1] https://www.fcc.gov/reports-research/reports/measuring-broad...
gok
·7 年前·議論
Bonus: what happens when the function you register is JIT'd, so there's no unregistration code path when it's unloaded?
gok
·7 年前·議論
I believe this was changed everywhere because glibc maintainers decided that it made more sense to run at library unload time, and then everyone else had to change their implementation to match "what Linux does."

That being said, none of these behaviors really make any sense. If the registered function isn't mapped into the process address space any more, what is supposed to happen?