frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

There Is Too Much

https://vtorosyan.gitHub.io/there-is-too-much/
1•vtorosyan•2m ago•0 comments

White House Executive Order on Quantum Innovation

https://www.whitehouse.gov/presidential-actions/2026/06/ushering-in-the-next-frontier-of-quantum-...
1•atlasunshrugged•2m ago•0 comments

New Abuse of the ClickOnce Technology

https://www.crowdstrike.com/en-us/blog/new-abuse-of-the-clickonce-technology-part-one/
1•eatonphil•3m ago•0 comments

About Those "Hackquisitions"

https://spyglass.org/failed-hackquisitions/
1•momentmaker•4m ago•0 comments

Lines or Less: Test Case Minimization

https://matklad.github.io/2026/04/20/test-case-minimization.html
1•birdculture•6m ago•0 comments

Code Smells when you get AI to write your Front end Tests

https://howtotestfrontend.com/resources/frontend-ai-generated-test-code-smells
2•howToTestFE•6m ago•0 comments

ytr: YouTube Radio for Emacs

https://xenodium.com/ytr-youtube-radio-for-emacs
1•xenodium•7m ago•0 comments

Unsloth GLM-5.2 – How to Run Locally

https://unsloth.ai/docs/models/glm-5.2
2•TechTechTech•7m ago•0 comments

Qualcomm is in talks to acquire Modular for $4B

https://www.bloomberg.com/news/articles/2026-06-22/qualcomm-is-said-to-near-deal-for-ai-chip-star...
2•colesantiago•10m ago•0 comments

OpenAI's $1T Bullshit Is Falling Apart [video]

https://www.youtube.com/watch?v=vbNz0CeIG3E
5•devonnull•10m ago•2 comments

Laser-Based Audio Injection on Voice-Controllable Systems

https://lightcommands.com
1•rvnx•12m ago•0 comments

Rocket Lab launches satellite for U.S. Space Force Victus Haze responsive space

https://spacenews.com/rocket-lab-launches-satellite-for-u-s-space-force-victus-haze-responsive-sp...
1•bookmtn•14m ago•0 comments

Frontpage Getting Boring?

https://www.frontpage.social/fronts
1•teodorwaltervid•16m ago•0 comments

Rlwrap your CLI tools, dammit

https://github.com/hanslub42/rlwrap
1•nvader•22m ago•0 comments

Vector Graphics in Lil

http://beyondloom.com/blog/vectorgraphics.html
2•RodgerTheGreat•23m ago•0 comments

Vulgar Materialism

https://borretti.me/article/on-vulgar-materialism
2•leephillips•24m ago•0 comments

Tacky men with ridiculous glasses want you to wear them too

https://manualdousuario.net/en/smart-glasses-ugly-tacky/
6•rpgbr•29m ago•1 comments

United States Standard for the Colors of Signal Lights [pdf]

https://nvlpubs.nist.gov/nistpubs/Legacy/hb/nbshandbook95.pdf
1•js2•30m ago•0 comments

Lucid Reduces Production and Lays Off 18 Percent of Its Workforce

https://www.caranddriver.com/news/a71668069/lucid-layoffs-production-cuts/
2•RickJWagner•30m ago•1 comments

Reading the Dictators' Newspapers (2025)

https://www.currentaffairs.org/news/reading-the-dictators-newspapers
2•theanonymousone•30m ago•0 comments

Ask HN: Why do we use depth first search on comment threads in HN?

2•robertclaus•31m ago•1 comments

Job application asked for my SAT scores

https://mrmarket.lol/job-application-asked-for-my-sat-scores/
1•seltzerboys•33m ago•0 comments

Ask HN: What is today's "Bitcoin in 2010"?

1•TimCTRL•35m ago•0 comments

Burnham ally to unveil ambitious plan to reverse decades of privatisation

https://www.theguardian.com/politics/2026/jun/21/burnham-ally-to-unveil-ambitious-plan-to-reverse...
4•paulpauper•35m ago•0 comments

Concerns over therapy ferrets used to kill rats at UK's largest childrens prison

https://www.theguardian.com/society/2026/jun/21/therapy-ferrets-kill-rats-uk-largest-children-pri...
3•paulpauper•35m ago•1 comments

What I've Been Reading

https://marginalrevolution.com/marginalrevolution/2026/06/what-ive-been-reading-290.html
1•paulpauper•36m ago•0 comments

Sakana AI Ships Fugu, an Orchestration Model Claiming Fable 5 Performance

https://pokee.ai/blog/pokee-ai-daily-2026-06-22
3•polskibus•36m ago•0 comments

Web Components at Work

https://thomaswilburn.github.io/wc-book/
2•homebrewer•36m ago•0 comments

Iran war supercharges electric vehicle uptake in Africa

https://www.ft.com/content/14cb294b-cdf0-4623-9393-3287fb85a4e4
6•JumpCrisscross•37m ago•1 comments

Show HN: Git Issues – versioned task management for AI agents

https://steviee.github.io/git-issues/
1•steviee•38m ago•0 comments
Open in hackernews

DeepSeek V4 Flash optimized framework and model variants for DGX Spark

https://github.com/sleepyeldrazi/ds4-nvfp4-spark
2•sleepyeldrazi•1h ago

Comments

sleepyeldrazi•1h ago
Inspired by [https://github.com/antirez/ds4](ds4), [https://github.com/CerebrasResearch/reap](REAP) and [https://huggingface.co/0xSero/DeepSeek-V4-Flash-162B](OxSero's Deepseek v4 reap) I wanted to push and see how much performance can be extracted from a single DGX Spark. It should also work day one (hopefully) on the upcoming Spark devices.

I made three versions, one with 128 experts kept, one with 150 and the biggest (borderline fitting one) with 180 experts out of 256. Experts kept are based around coding / agentic / research workloads.

Goal is to have a higher-precision (NVFP4) option to run the model, the original full ds4 already runs the IQ2XXS version. Custom CUDA kernels are written to try and best align the NVFP4 models to the Spark.

The K180 runs at around 119/122GB ram usage at the full 1M context, tested up to 32k prefill and was stable. For best memory efficiency, you might need DS4_CUDA_MANAGED_MODEL=1 DS4_KV_TURBO=1. More memory/bandwidth optimizations are coming, after that I plan on tackling re-adjusting the MTP heads (which would require re-training them on the new architectures).

Benchmarking hasn't been done yet, as I have mostly been busy with the CUDA. Treat as experimental.

Model links: https://huggingface.co/sleepyeldrazi/DeepSeek-v4-Flash-REAP-... https://huggingface.co/sleepyeldrazi/DeepSeek-v4-Flash-REAP-... https://huggingface.co/sleepyeldrazi/DeepSeek-v4-Flash-REAP-...