hacker_news_feed | Technologies

Telegram-канал hacker_news_feed - Hacker News

23998

Top stories from https://news.ycombinator.com (with 100+ score) Contribute to the development here: https://github.com/phil-r/hackernewsbot Also check https://t.me/designer_news Contacts: @philr

Subscribe to a channel

Hacker News

ClojureScript 1.12.42 (Score: 151+ in 11 hours)

Link: https://readhacker.news/s/6uBDi
Comments: https://readhacker.news/c/6uBDi

Читать полностью…

Hacker News

Java at 30: Interview with James Gosling (Score: 150+ in 11 hours)

Link: https://readhacker.news/s/6uAdJ
Comments: https://readhacker.news/c/6uAdJ

Читать полностью…

Hacker News

Moody’s strips U.S. of triple-A credit rating (🔥 Score: 153+ in 2 hours)

Link: https://readhacker.news/s/6uBNR
Comments: https://readhacker.news/c/6uBNR

Читать полностью…

Hacker News

I'm Peter Roberts, immigration attorney, who does work for YC and startups. AMA (Score: 153+ in 7 hours)

Link: https://readhacker.news/c/6uAEf

I'll be here for the next 5-6 hours. As usual, there are countless topics given the rapidly changing immigration landscape and I'll be guided by whatever you're concerned with. Please remember that I can't provide legal advice on specific cases because I won't have access to all the facts. Please stick to a factual discussion in your questions and I'll try to do the same in my answers.
Edit: I am taking a break now and will return later this afternoon/evening to respond to any comments and answer any questions. Thank you everyone for a great and engaged AMA so far.

Читать полностью…

Hacker News

MIT asks arXiv to take down preprint of paper on AI and scientific discovery (Score: 153+ in 6 hours)

Link: https://readhacker.news/s/6uAF4
Comments: https://readhacker.news/c/6uAF4

Читать полностью…

Hacker News

Windsurf SWE-1: Our First Frontier Models (Score: 151+ in 23 hours)

Link: https://readhacker.news/s/6uxZt
Comments: https://readhacker.news/c/6uxZt

Читать полностью…

Hacker News

What were the MS-DOS programs that the moricons.dll icons were intended for? (❄️ Score: 152+ in 3 days)

Link: https://readhacker.news/s/6upzs
Comments: https://readhacker.news/c/6upzs

Читать полностью…

Hacker News

A Research Preview of Codex (🔥 Score: 159+ in 1 hour)

Link: https://readhacker.news/s/6uADB
Comments: https://readhacker.news/c/6uADB

Читать полностью…

Hacker News

Sci-Net (🔥 Score: 153+ in 2 hours)

Link: https://readhacker.news/s/6uA6T
Comments: https://readhacker.news/c/6uA6T

Читать полностью…

Hacker News

Tek – A music making program for 24-bit Unicode terminals (Score: 150+ in 17 hours)

Link: https://readhacker.news/s/6uydd
Comments: https://readhacker.news/c/6uydd

Читать полностью…

Hacker News

After months of coding with LLMs, I'm going back to using my brain (🔥 Score: 157+ in 2 hours)

Link: https://readhacker.news/s/6uzNn
Comments: https://readhacker.news/c/6uzNn

Читать полностью…

Hacker News

Initialization in C++ is bonkers (2017) (Score: 150+ in 12 hours)

Link: https://readhacker.news/s/6uyte
Comments: https://readhacker.news/c/6uyte

Читать полностью…

Hacker News

Ollama's new engine for multimodal models (Score: 150+ in 5 hours)

Link: https://readhacker.news/s/6uyXH
Comments: https://readhacker.news/c/6uyXH

Читать полностью…

Hacker News

A leap year check in three instructions (🔥 Score: 150+ in 3 hours)

Link: https://readhacker.news/s/6uyxN
Comments: https://readhacker.news/c/6uyxN

Читать полностью…

Hacker News

Harvard Law paid $27 for a copy of Magna Carta. It's an original (Score: 152+ in 5 hours)

Link: https://readhacker.news/s/6uxVy
Comments: https://readhacker.news/c/6uxVy

Читать полностью…

Hacker News

Getting AI to write good SQL (Score: 154+ in 4 hours)

Link: https://readhacker.news/s/6uBLa
Comments: https://readhacker.news/c/6uBLa

Читать полностью…

Hacker News

X X^t can be faster (Score: 150+ in 8 hours)

Link: https://readhacker.news/s/6uANa
Comments: https://readhacker.news/c/6uANa

Читать полностью…

Hacker News

Show HN: KVSplit – Run 2-3x longer contexts on Apple Silicon (🔥 Score: 150+ in 2 hours)

Link: https://readhacker.news/s/6uBAK
Comments: https://readhacker.news/c/6uBAK

I discovered that in LLM inference, keys and values in the KV cache have very different quantization sensitivities. Keys need higher precision than values to maintain quality.
I patched llama.cpp to enable different bit-widths for keys vs. values on Apple Silicon. The results are surprising:
- K8V4 (8-bit keys, 4-bit values): 59% memory reduction with only 0.86% perplexity loss
- K4V8 (4-bit keys, 8-bit values): 59% memory reduction but 6.06% perplexity loss
- The configurations use the same number of bits, but K8V4 is 7× better for quality
This means you can run LLMs with 2-3× longer context on the same Mac. Memory usage scales with sequence length, so savings compound as context grows.
Implementation was straightforward:
1. Added --kvq-key and --kvq-val flags to llama.cpp
2. Applied existing quantization logic separately to K and V tensors
3. Validated with perplexity metrics across context lengths
4. Used Metal for acceleration (with -mlong-calls flag to avoid vectorization issues)
Benchmarked on an M4 MacBook Pro running TinyLlama with 8K context windows. Compatible with Metal/MPS and optimized for Apple Silicon.
GitHub: https://github.com/dipampaul17/KVSplit

Читать полностью…

Hacker News

Thoughts on thinking (🔥 Score: 158+ in 2 hours)

Link: https://readhacker.news/s/6uBsd
Comments: https://readhacker.news/c/6uBsd

Читать полностью…

Hacker News

Show HN: Visual flow-based programming for Erlang, inspired by Node-RED (Score: 153+ in 4 hours)

Link: https://readhacker.news/s/6uABz
Comments: https://readhacker.news/c/6uABz

Hi There,
Erlang-RED has been my project for the last couple of months and I would love to get some feedback from the HN community.
The idea is to take advantage of Erlangs message passing and low overhead processes to have true concurrency in Node-RED flows. Plus also to bring low-code visual flow-based programming to Erlang.

Читать полностью…

Hacker News

Ollama violating llama.cpp license for over a year (Score: 152+ in 7 hours)

Link: https://readhacker.news/s/6uzP7
Comments: https://readhacker.news/c/6uzP7

Читать полностью…

Hacker News

The Awful German Language (1880) (Score: 151+ in 13 hours)

Link: https://readhacker.news/s/6uzbP
Comments: https://readhacker.news/c/6uzbP

Читать полностью…

Hacker News

The first year of free-threaded Python (Score: 150+ in 6 hours)

Link: https://readhacker.news/s/6uzHP
Comments: https://readhacker.news/c/6uzHP

Читать полностью…

Hacker News

Material 3 Expressive (❄️ Score: 156+ in 2 days)

Link: https://readhacker.news/s/6uqLa
Comments: https://readhacker.news/c/6uqLa

Читать полностью…

Hacker News

A $130M company faked trials instead of running our free OSS (🔥 Score: 183+ in 46 minutes)

Link: https://readhacker.news/s/6uA2E
Comments: https://readhacker.news/c/6uA2E

Читать полностью…

Hacker News

Teal – A statically-typed dialect of Lua (Score: 150+ in 11 hours)

Link: https://readhacker.news/s/6uyRR
Comments: https://readhacker.news/c/6uyRR

Читать полностью…

Hacker News

BuyMeACoffee silently dropped support for many countries, and nobody cares (🔥 Score: 150+ in 1 hour)

Link: https://readhacker.news/s/6uzmX
Comments: https://readhacker.news/c/6uzmX

Читать полностью…

Hacker News

NASA keeps ancient Voyager 1 spacecraft alive with Hail Mary thruster fix (🔥 Score: 155+ in 3 hours)

Link: https://readhacker.news/s/6uyQN
Comments: https://readhacker.news/c/6uyQN

Читать полностью…

Hacker News

Show HN: Min.js style compression of tech docs for LLM context (Score: 150+ in 11 hours)

Link: https://readhacker.news/s/6ux2M
Comments: https://readhacker.news/c/6ux2M

Читать полностью…

Hacker News

The unreasonable effectiveness of an LLM agent loop with tool use (🔥 Score: 157+ in 3 hours)

Link: https://readhacker.news/s/6uy92
Comments: https://readhacker.news/c/6uy92

Читать полностью…
Subscribe to a channel