frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Eudora – The legendary email client power users wouldn't let die

https://buttondown.com/blog/eudora-legacy
1•microsoftedging•4m ago•0 comments

Why We Don't Do LeetCode-Style Technical Interviews

https://protean-labs.io/blog/why-we-dont-do-leetcode-style-technical-interviews
1•thunderbong•5m ago•0 comments

The Observable Plugin System

https://github.com/ReactiveHTML/the-observable-plugin-system
1•demeanor•7m ago•0 comments

The State of React and the Community in 2025

https://blog.isquaredsoftware.com/2025/06/react-community-2025/
1•fabian2k•8m ago•0 comments

Database Branching for PostgreSQL: A Comparision

https://xata.io/blog/neon-vs-supabase-vs-xata-postgres-branching-part-1
1•mebcitto•14m ago•0 comments

Show HN: LaminarFlow – Rejected by YC S25, Doubling Down for W25

https://www.lamflo.xyz
1•ydew•15m ago•0 comments

Push is Faster [using std:cpp 2025] [video]

https://www.youtube.com/watch?v=Ghmbsh2Mc-o
1•joaquintides•21m ago•0 comments

Solving Super Agentic Planning

https://www.rtrvr.ai/blog/v12-release-notes
1•arjunchint•22m ago•1 comments

Saab achieves AI milestone with Gripen E

https://www.saab.com/newsroom/press-releases/2025/saab-achieves-ai-milestone-with-gripen-e
1•fnordsensei•22m ago•0 comments

Free Digital Revolutionary zine: 24 hours only

https://www.patreon.com/posts/free-digital-24-131431284
1•mitchbob•23m ago•0 comments

Debian Package to Comply with the Spanish National Security Framework (ENS)

https://github.com/cronotrunks/ens-compliance
1•trunks•26m ago•1 comments

How multiplication is defined in Peano arithmetic

http://devlinsangle.blogspot.com/2011/11/how-multiplication-is-really-defined-in.html
1•nill0•28m ago•0 comments

AI Slop YouTube Channels Are Telling Google About Motorcycles That Don't Exist

https://www.jalopnik.com/1884156/ai-slop-fake-motorcycle-youtube-channels-in-google-searches/
1•Animats•29m ago•1 comments

Pizza delivery monitor alerts to secret Israel attack

https://www.france24.com/en/live-news/20250613-pizza-delivery-monitor-alerts-to-secret-israel-attack
1•TMWNN•31m ago•0 comments

KDE Plasma finally gets Wayland PiP

https://www.neowin.net/news/kde-brings-wayland-pip-to-plasma-65-adds-finishing-touches-to-64-as-release-nears/
1•bundie•31m ago•0 comments

Link Aggregators

https://github.com/Cosmhyccc/linkaggs
4•lcnmrn•40m ago•0 comments

Nvidia and Deutsche Telekom Partner to Advance Germany's Sovereign AI

https://blogs.nvidia.com/blog/nvidia-deutsche-telekom-germany-sovereign-ai/
3•donutloop•44m ago•0 comments

Strace Tips for Better Debugging

https://rrampage.github.io/2025/06/13/strace-tips-for-better-debugging/
3•signa11•44m ago•0 comments

Leading EU Telcos Build AI Infrastructure with Nvidia for Regional Enterprises

https://blogs.nvidia.com/blog/european-telcos-ai-factories/
1•donutloop•45m ago•0 comments

Orange Business and Toshiba to launch commercial quantum-safe service in France

https://www.orange-business.com/en/press/orange-business-toshiba-partner-launch-first-commercial-quantum-safe-network-service-france
1•donutloop•46m ago•0 comments

Everything old is new agAIn

https://www.relativesanity.com/articles/ai-ai-ai/
1•lylo•46m ago•0 comments

Roof Painters Reflect on Their Role Fighting Climate Change

https://www.thecity.nyc/2025/05/27/cool-roofs-paint-climate-change/
1•PaulHoule•46m ago•0 comments

Hypershell: A Type-Level DSL for Shell-Scripting in Rust Powered by Context-Gen

https://contextgeneric.dev/blog/hypershell-release/
2•todsacerdoti•48m ago•1 comments

Show HN: Plugin-jj (fish abbreviations plugin for jj)

https://github.com/kapsmudit/plugin-jj
1•kapsmudit•49m ago•0 comments

Show HN: I built a library of free Google Sheets and Excel templates

https://docsjam.com/
1•alexandru84•53m ago•0 comments

NoVNC, the open-source VNC browser client

https://noVNC.com/info.html
1•gjvc•1h ago•1 comments

Just shipped LandscapioAI – AI-generated landscape plans with ±15% cost estimate

https://www.landscapioai.com/
1•IhusanAdam•1h ago•2 comments

What's New in Chromium 137.0.7151.104

https://arc.net/e/988EDA36-CF76-43F9-98EA-6C9F8607A815
1•b0a04gl•1h ago•0 comments

Meta-analysis of three different notions of software complexity

https://typesanitizer.com/blog/complexity-definitions.html
1•ingve•1h ago•0 comments

Dance Captcha

https://dance-captcha.vercel.app/
1•denysvitali•1h ago•0 comments
Open in hackernews

High performance client for Baseten.co

https://github.com/basetenlabs/truss/tree/main/baseten-performance-client
7•mich5632•15h ago

Comments

mich5632•15h ago
We wrote a rust py03 client for OpenAI embeddings compatible servers (openai.com, or infinity, TEI, vllm, sglang). Most server-side ML infrastructure auto-scales based on the workload. On embedding workloads, this is no longer the bottleneck and has shifted to the client. In Python, the client is blocked by the global interpreter lock. With the performance package, we release the gil during requests, so you have available resources to query your VectorDB again.