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·2 месяца назад·1 comments

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

radleybalko.substack.com
565 points·by gok·2 месяца назад·206 comments

Trump Is Getting Away with Murdering an American Industry

heatmap.news
13 points·by gok·2 месяца назад·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
·2 месяца назад·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
·2 месяца назад·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
·2 года назад·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?