frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Marimo: Is building data apps easier now?

https://www.lovelydata.cz/en/blog/marimo-is-building-data-apps-easier-now/
1•lovelydata•28s ago•0 comments

Professional Dental Free Samples Directory

https://freedentalsamples.com/
1•nickgrigora•41s ago•0 comments

My 2025 AI Engineer Setup: Portable, Productive and Fun

https://zackproser.com/blog/2025-ai-engineer-setup
1•ingve•2m ago•0 comments

The Sound of Slop Is Coming (To Podcasts)

https://gizmodo.com/the-sound-of-slop-is-coming-2000657649
1•gnabgib•4m ago•0 comments

When Computer Magazines Were Everywhere

https://www.goto10retro.com/p/when-computer-magazines-were-everywhere
1•ingve•5m ago•0 comments

What Is Man, That Thou Art Mindful of Him?

https://www.astralcodexten.com/p/what-is-man-that-thou-art-mindful
1•rahimnathwani•7m ago•0 comments

Coding Agents and 3rd party integrations?

1•itsankur•8m ago•0 comments

OpenAI reasoning system scores 12/12 at the 2025 ICPC World Finals

https://twitter.com/MostafaRohani/status/1968360976379703569
3•tedsanders•10m ago•1 comments

A more "human" ChatGPT, delivered through iMessage

https://www.meetverona.com
1•menwithoutwomen•10m ago•0 comments

Open Source DeepWiki: AI-Powered Wiki Generator for GitHub/Gitlab Repos

https://github.com/AsyncFuncAI/deepwiki-open
1•merqurio•10m ago•0 comments

China bans tech companies from buying Nvidia's AI chips

https://www.ft.com/content/12adf92d-3e34-428a-8d61-c9169511915c
1•mgh2•11m ago•1 comments

Show HN: OrderlyID – typed, time-sortable, 160-bit IDs with checksums

https://github.com/kpiljoong/orderlyid
1•piljoong•12m ago•0 comments

Pricing the Unknown: A Paid MCP Server

https://www.pulsemcp.com/posts/pricing-the-unknown-a-paid-mcp-server
2•macoughl•12m ago•0 comments

Framework and Nvidia develop a swappable RTX 5070 graphics module

https://spectrum.ieee.org/upgrade-laptop-gpu-framework-nvidia
2•CharlesW•13m ago•0 comments

Tongyi DeepResearch: A New Era of Open-Source AI Researchers

https://tongyi-agent.github.io/blog/introducing-tongyi-deep-research/
1•pykello•14m ago•0 comments

Is the LDP's catch-all approach to politics still effective?

https://www.japantimes.co.jp/news/2025/08/22/japan/politics/catch-all-party-ldp/
1•PaulHoule•14m ago•0 comments

Google DeepMind claims 'historic' AI breakthrough in problem solving

https://www.theguardian.com/technology/2025/sep/17/google-deepmind-claims-historic-ai-breakthroug...
1•keybits•14m ago•0 comments

Wendy Yoshimura

https://en.wikipedia.org/wiki/Wendy_Yoshimura
1•petethomas•15m ago•0 comments

Show HN: AI Writing Challenges

https://www.writingrooms.xyz/challenges
1•scotty529•15m ago•0 comments

Iteration is the new product moat

https://www.inngest.com/blog/announcing-inngest-series-a
1•janpio•15m ago•0 comments

Ask HN: Is it immoral not to correct someone else's grammar on social media?

1•amichail•16m ago•1 comments

New AI tool can predict risk for many diseases

https://www.theguardian.com/science/2025/sep/17/new-ai-tool-can-predict-a-persons-risk-of-more-th...
1•ivan_ah•16m ago•0 comments

NixOS ISOs with Determinate Nix

https://github.com/DeterminateSystems/nixos-iso
1•teekert•18m ago•0 comments

WASM 3.0 Completed

https://webassembly.org/news/2025-09-17-wasm-3.0/
64•todsacerdoti•18m ago•4 comments

Show HN: Velda – Run any command directly on cloud compute

https://velda.io
1•eagleonhill•19m ago•0 comments

DeepMind and OpenAI Win Gold at ICPC, OpenAI AKs

https://codeforces.com/blog/entry/146536
11•notemap•20m ago•1 comments

Power Causes Brain Damage (2017)

https://www.theatlantic.com/magazine/archive/2017/07/power-causes-brain-damage/528711/
1•diymaker•20m ago•0 comments

My weird week of wearing shoulder pals

https://www.theguardian.com/lifeandstyle/2025/sep/17/my-weird-wild-week-of-wearing-shoulder-pals
2•n1b0m•21m ago•0 comments

Fyre Festival Sold to Limewire for $245,000

https://www.wsj.com/style/fyre-festival-sale-limewire-billy-mcfarland-892abd24
2•frenchman_in_ny•22m ago•0 comments

Bringing CAD-like workflows to the mesh environment

https://www.cadsketcher.com
2•wizardforhire•22m ago•1 comments
Open in hackernews

Show HN: Zero-downtime Kubernetes workload migration using CRIU

https://cast.ai/solutions/container-live-migration/
1•Rainniis•2h ago
We've been working on container live migration for Kubernetes - moving running pods between nodes with zero downtime, preserving memory state, network connections, and process state.

The problem: Traditional Kubernetes eviction kills pods and restarts them elsewhere. This breaks stateful workloads like databases, long-running computations, and anything that can't tolerate restarts. It's a major blocker for cluster optimization - you can't bin-pack efficiently when half your workloads are "untouchable."

Our approach uses CRIU (Checkpoint/Restore In Userspace) with custom Kubernetes orchestration: >Checkpoint running containers with their full memory state >Transfer state to destination node while app keeps running >Brief pause (~100ms) for final state sync >Resume on new node with preserved TCP connections and PIDs

Key technical details: >Works with multi-container pods, StatefulSets, bare pods >Preserves IP addresses via forked AWS VPC CNI >Incremental memory transfer reduces migration time >Fallback to traditional eviction if migration fails >Currently AWS EKS + Kubernetes 1.30+, expanding to other clouds

The impact: We're seeing 40-60% better cluster utilization because Evictor (our bin-packing optimizer) can now move stateful workloads that were previously stuck. A Redis instance with 4GB RAM migrates in ~2-3 seconds with zero dropped connections.

This is early access on AWS EKS. We're particularly interested in feedback from folks running stateful workloads that currently can't be optimized due to restart sensitivity.

Detailed video: https://www.youtube.com/watch?v=WUxMYl2XWCQ Docs: https://docs.cast.ai/docs/clm-overview