frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenClaw broadcasts its screen while I'm at the gym

https://www.instagram.com/reel/DVN2zfSEXJj/
1•nomilk•1m ago•0 comments

Asura: Looped Language Models done better

https://neel04.github.io/my-website/projects/asura/
1•n7g•1m ago•1 comments

Facebook is now the EU law maker

https://thegoodlobby.eu/watchdogs-call-to-drop-ex-meta-lobbyist-as-digital-omnibus-rapporteur/
1•zoobab•3m ago•0 comments

Show HN: A Confidence Calibration Game

https://www.calibrategame.com/
1•SleepyJack•3m ago•0 comments

Memory Price Trends

https://fr.pcpartpicker.com/trends/price/memory/
1•tin7in•4m ago•0 comments

Sometimes Your Device Is Alive but Is Dead

https://dunkels.com/adam/sometimes-your-device-is-alive-but-is-actually-dead/
1•adunk•7m ago•0 comments

Why This Ransomware Attack Failed

https://kb-it.net/why_this_ransomware_attack_failed/
1•better-it•8m ago•0 comments

Technical Excellence Is Not Enough

https://raccoon.land/posts/technical-excellence-is-not-enough/
2•bo0tzz•8m ago•0 comments

Heinzel – AI-Powered Linux Server Administration with Claude Code

https://github.com/wintermeyer/heinzel
1•wintermeyer•11m ago•0 comments

Reducing the size of Go binaries by up to 77%

https://www.datadoghq.com/blog/engineering/agent-go-binaries/
1•birdculture•14m ago•0 comments

What a negative AI economic scenario could look like

https://deadneurons.substack.com/p/what-a-negative-ai-economic-scenario
1•nr378•15m ago•0 comments

How Russia is intercepting communications from European satellites

https://theconversation.com/how-russia-is-intercepting-communications-from-european-satellites-27...
1•robtherobber•16m ago•0 comments

Pdfpc: A presenter console with multi-monitor support for PDF files

https://pdfpc.github.io/
1•fanf2•18m ago•0 comments

Show HN: Who's Winning the AI Race?

https://whoswinningtheairace.com/
2•truffle_pig•20m ago•0 comments

8B tokens a day forced AT&T to rethink AI orchestration and cut costs by 90%

https://venturebeat.com/orchestration/8-billion-tokens-a-day-forced-at-and-t-to-rethink-ai-orches...
1•Daviey•20m ago•0 comments

Show HN: Codex builds a working NES Emulator in one hour

https://github.com/kaonashi-tyc/codex-nes-emulator
1•zi2zi-jit•22m ago•0 comments

Show HN: PsiGuard – real-time hallucination monitoring for LLM apps

1•brad_o_ley•23m ago•0 comments

Tech Monitor – Real-Time AI and Tech Industry Dashboard

https://tech.worldmonitor.app/
1•Daviey•24m ago•0 comments

Tell HN: YC companies scrape GitHub activity, send spam emails to users

7•miki123211•25m ago•0 comments

Thoughts on Coding Agents

https://dennybritz.com/posts/coding-agents/
1•dennybritz•27m ago•0 comments

SEO, AEO, and AI Visibility: The three metrics that define your Website's future

https://repuai.live/en/blog/seo-aeo-ai-visibility-metrics-website-analysis
1•bioneisme•28m ago•0 comments

I built a turn tracking app and I don't know if it's useful?

https://www.turnsies.app/signin?returnUrl=%2F
1•aidanw•29m ago•1 comments

Copland (Operating System)

https://en.wikipedia.org/wiki/Copland_(operating_system)
1•sanbor•29m ago•0 comments

PivotOrDie – a public startup survival tracker

https://pivotordie.club
1•fojia•30m ago•1 comments

Why "All we need is 1% of this large market" is a red flag

https://www.n47.com/insights/why-all-we-need-is-1-percent-of-this-very-large-market-is-a-red-flag
1•fzliu•39m ago•0 comments

ConTraSt – database of empirical results on consciousness theories

https://contrastdb.tau.ac.il/
1•paraschopra•41m ago•0 comments

H-Bomb: A Frank Lloyd Wright Typographic Mystery

https://www.inconspicuous.info/p/h-bomb-a-frank-lloyd-wright-typographic
2•mrngm•41m ago•0 comments

Tldraw is moving their tests to a closed source repo to prevent a Slop Fork

https://twitter.com/cramforce/status/2026782878609322317
1•twapi•43m ago•3 comments

Why Does America Feel Worse Than Other Countries? Crime

https://www.noahpinion.blog/p/why-does-america-feel-worse-than
2•barry-cotter•45m ago•3 comments

Rare earth shortages worsen in US aerospace, chips despite trade truce

https://www.reuters.com/business/aerospace-defense/rare-earth-shortages-worsen-us-aerospace-chips...
2•JumpCrisscross•45m ago•0 comments
Open in hackernews

Codex was able to port KittenTTS to JavaScript

https://github.com/jokkebk/KittenTTS-JS
4•jokkebk•2h ago

Comments

akssassin907•1h ago
Nice to see a real-world example of Codex handling a port like this. The browser first approach makes sense for TTS, being able to run it locally without a server is a big deal for privacy. Curious how the output quality compares to the original...?
jokkebk•1h ago
Output quality was initially quite horrible, but turned out the phoneme stuff (espeak library) was not used but a brute force method. After I asked Codex to add the same library (a WASM port I think) and using that (already in the code now), the output quality should match the original exactly. The speed is not too bad on my Macbook Pro (M3) either.