frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

AI Coding Startup Anysphere Fields VC Offers at over $18B Valuation

https://www.bloomberg.com/news/articles/2025-06-17/ai-startup-anysphere-fields-vc-offers-at-over-18-billion-valuation
1•bookofjoe•1m ago•0 comments

Show HN: I built an aesthetic Pomodoro timer to stay more focused at work.

https://internetgarden.co/aesthetic-pomodoro-timer
1•FreddieSO•3m ago•0 comments

Accelerating hardware development to improve national security and innovation

https://news.mit.edu/2025/nominal-accelerates-hardware-development-improve-national-security-innovation-0625
1•rbanffy•5m ago•0 comments

AlphaGenome

https://github.com/google-deepmind/alphagenome
1•zerojames•7m ago•0 comments

How Can Vibe Coding Transform Programming Education? – Communications of the ACM

https://cacm.acm.org/blogcacm/how-can-vibe-coding-transform-programming-education/
1•rbanffy•7m ago•0 comments

Cancer-Killing Immune Cells Can Now Be Engineered in the Body

https://singularityhub.com/2025/06/24/cancer-killing-immune-cells-can-now-be-engineered-in-the-body-with-a-vaccine-like-shot-of-mrna/
1•Brajeshwar•7m ago•0 comments

Simulations find ghostly whirls of dark matter trailing galaxy arms

https://arstechnica.com/science/2025/06/simulations-find-ghostly-whirls-of-dark-matter-trailing-galaxy-arms/
1•PaulHoule•7m ago•0 comments

DuckPlot: The missing link between DuckDB and visualization

https://www.summer.io/blog/introducing-duckplot
4•summer_avery•8m ago•0 comments

Heart attacks are no longer the leading cause of death in the US

https://news.ycombinator.com/newest
2•Brajeshwar•10m ago•2 comments

Four Astronauts Lift Off on Axiom Mission to the ISS

https://www.nytimes.com/2025/06/25/science/spacex-launch-axiom-mission-4-watch.html
1•Brajeshwar•10m ago•0 comments

3D Arena

https://huggingface.co/spaces/dylanebert/3d-arena
1•LorenDB•10m ago•0 comments

How keys are used in FileVault and encryption

https://eclecticlight.co/2025/06/25/how-keys-are-used-in-filevault-and-encryption/
1•Bogdanp•11m ago•0 comments

UK gov website campaigning against encryption hijacked to advertise payday loans

https://www.theregister.com/2025/06/25/home_office_antiencryption_campaign_website/
1•rntn•11m ago•0 comments

Patch-based, environment-aware K8s deploys with plain YAML and zero templating

https://github.com/kubepatch/kubepatch
1•alzhi7•12m ago•1 comments

How to Write Compelling Release Announcements

https://refactoringenglish.com/chapters/release-announcements/
2•mtlynch•13m ago•1 comments

Deleting a file in Wire doesn't remove it from servers – and other findings

https://offsec.almond.consulting/deleting-file-wire-doesnt-remove-it.html
1•notmine1337•15m ago•0 comments

The Rise and the Fall of the Mail Chute

https://hackaday.com/2025/06/25/the-rise-and-the-fall-of-the-mail-chute/
1•Tomte•16m ago•0 comments

How not to lose your job to AI

https://80000hours.org/agi/guide/skills-ai-makes-valuable/
1•ianrahman•17m ago•0 comments

SpaceX Rocket Launch Highlights the Quiet Power of Open Source

https://www.gizvault.com/archives/spacex-rocket-and-foss
2•ricecat•18m ago•2 comments

Framework Laptop 12 press reviews are live and Framework Laptop 13 in-stock

https://frame.work/blog/framework-laptop-12-press-reviews-are-live-and-framework-laptop-13-in-stock
2•nfriedly•18m ago•0 comments

Building an own real-time analytics platform at scale

https://blog.picnic.nl/building-a-real-time-analytics-platform-for-picnic-fefc094807ec
2•andrewstetsenko•19m ago•0 comments

Show HN: Turn Images and Text into AI Videos in Minutes

https://imagetovideo.io/
2•lumen2088•19m ago•1 comments

A computer worth 7k$ and the question if it had internet

https://berti92.github.io/posts/a_computer_worth_7k_and_the_question_if_it_had_internet.html.html
1•preezer•21m ago•0 comments

AlphaGenome: AI for Better Understanding the Genome

https://deepmind.google/discover/blog/alphagenome-ai-for-better-understanding-the-genome/
3•meetpateltech•21m ago•0 comments

Johns Hopkins University on DSPy

https://imagine.jhu.edu/classes/structuring-language-model-interactions-with-apis-and-dspy/
1•plurby•22m ago•0 comments

Frozen Fractal

https://frozenfractal.com
1•ibobev•23m ago•0 comments

TxtLogParser Support Filters and Search

https://github.com/paneltree/TxtLogParser
1•paneltree•25m ago•1 comments

Deep Dive into Databend UDF, implementing your data solutions with Python, WASM

https://www.databend.com/blog/category-product/Databend_UDF/
1•DatabendLabs•25m ago•0 comments

How to build a handheld game console

https://leandrolinares.com/blog/diy-handheld-game-console/
1•davikr•26m ago•0 comments

Show HN: Sleep Calculator – A tool to calculate ideal sleep/wake times

https://sleepcalculatorapp.com
1•loocao•28m ago•0 comments
Open in hackernews

Show HN: Vue-Infinity – Visibility-based rendering for Vue apps

https://github.com/isaact/vue-infinity
2•tewolde•4h ago

Comments

tewolde•4h ago
A vue library inspired by how 3D engines only render what the camera sees. Applying that idea to the DOM lets us build UIs that are radically more efficient under load.

The library includes two components: - Ghost: Wrap heavy elements like images, video, or animations. It tracks their size and unloads them from the DOM when out of view — preserving layout without wasting memory. - InfiniteCarousel: A virtual scroller that renders only what's visible, but keeps your DOM layout intact. No absolute positioning tricks — just native scroll snapping and easy styling

- Code: https://github.com/isaact/vue-infinity

- Demo: https://tewolde.co/vueInfinity

- Background: https://tewolde.co/blog/vue-infinity