HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gok

13,895 karmajoined قبل 15 سنة

Submissions

GPT-5.6 – ARC-AGI Results

arcprize.org
6 points·by gok·أول أمس·0 comments

iOS 27's Reworked Stub Islands

codecolor.ist
5 points·by gok·قبل 26 يومًا·0 comments

The Music Understanding framework [video]

developer.apple.com
6 points·by gok·الشهر الماضي·0 comments

Core AI Models

github.com
2 points·by gok·الشهر الماضي·0 comments

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

powermag.com
4 points·by gok·قبل شهرين·1 comments

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

radleybalko.substack.com
565 points·by gok·قبل شهرين·206 comments

Trump Is Getting Away with Murdering an American Industry

heatmap.news
13 points·by gok·قبل شهرين·6 comments

Metal Lossy Compression Format

ludicon.com
4 points·by gok·قبل 3 أشهر·0 comments

The Design Space of Tri-Modal Masked Diffusion Models

arxiv.org
1 points·by gok·قبل 4 أشهر·0 comments

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

cnn.com
2 points·by gok·قبل 4 أشهر·0 comments

Apple Foundation Models SDK for Python

github.com
2 points·by gok·قبل 5 أشهر·0 comments

The Means-Testing Industrial Complex

lpeproject.org
4 points·by gok·قبل 5 أشهر·0 comments

Caltrain shows why every region should be moving toward regional rail

hsrail.org
68 points·by gok·قبل 6 أشهر·68 comments

Ukraine enters EU's single mobile roaming zone

yahoo.com
11 points·by gok·قبل 6 أشهر·0 comments

[untitled]

1 points·by gok·قبل 7 أشهر·0 comments

ICE Holding Chinese Man Who Documented Uyghur Camps

wsj.com
20 points·by gok·قبل 7 أشهر·0 comments

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

cnbc.com
8 points·by gok·قبل 7 أشهر·0 comments

This Century, Child Mortality Is Likely to Rise

time.com
12 points·by gok·قبل 7 أشهر·0 comments

Xzone Malloc

github.com
2 points·by gok·قبل 7 أشهر·0 comments

Meta prevails in historic FTC antitrust case

apnews.com
7 points·by gok·قبل 8 أشهر·0 comments

comments

gok
·قبل شهرين·discuss
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
·قبل شهرين·discuss
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 أشهر·discuss
An HTML5 super jet?
gok
·قبل 4 أشهر·discuss
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 أشهر·discuss
Do you use fully bidirectional attention or is it at all causal?
gok
·قبل 5 أشهر·discuss
The oldest iBook G4 is from October 2003, not even 23 years old.
gok
·قبل 5 أشهر·discuss
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 أشهر·discuss
> 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 أشهر·discuss
Yes.
gok
·قبل 9 أشهر·discuss
> 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 أشهر·discuss
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 أشهر·discuss
tldr it's somewhat comparable to an A100, which was released in May 2020.
gok
·قبل 10 أشهر·discuss
This has been done in fact: https://doi.org/10.1016/j.sysarc.2024.103102
gok
·قبل 10 أشهر·discuss
How hard would it be to add generational collection?
gok
·قبل سنتين·discuss
Consider adopting `os_sync_wait_on_address()` on Darwin for your futex needs
gok
·قبل 6 سنوات·discuss
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 سنوات·discuss
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 سنوات·discuss
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 سنوات·discuss
Bonus: what happens when the function you register is JIT'd, so there's no unregistration code path when it's unloaded?
gok
·قبل 7 سنوات·discuss
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?