frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Shopify just launched a racing game built in threejs and React (R3F)

https://twitter.com/pushmatrix/status/1925584697200963958
1•taubek•35s ago•0 comments

OpenAI: Scaling PostgreSQL to the Next Level

https://www.pixelstech.net/article/1747708863-openai%3a-scaling-postgresql-to-the-next-level
1•thunderbong•1m ago•0 comments

Apple cannot miss its smart glasses swing

https://9to5mac.com/2025/05/22/apple-smart-glasses-swing/
1•fowler64•1m ago•0 comments

Vibe Code or Retire

https://www.infoworld.com/article/3960574/vibe-code-or-retire.html
1•carlos-menezes•1m ago•0 comments

I 3D printed Luigi Mangione's ghost gun

https://www.youtube.com/watch?v=tQB_ib-KQXA
1•mahmoudhossam•5m ago•0 comments

Intel direct liquid cooling for up to 1000W CPUs package-level approach

https://www.tomshardware.com/pc-components/cooling/intel-experimenting-with-direct-liquid-cooling-for-up-to-1000w-cpus-package-level-approach-maximizes-performance-reduces-size-and-complexity
1•rbanffy•6m ago•0 comments

Show HN: Square Image

https://squareimage.app/
1•artiomyak•13m ago•0 comments

CSS is easy they said

https://twitter.com/_devJNS/status/1925574688517874086
1•grxar•14m ago•0 comments

A closer look at the details behind the Go port of the TypeScript compiler

https://2ality.com/2025/03/typescript-in-go.html
1•beeburrt•17m ago•0 comments

Choose Boring Technology (2015)

https://mcfunley.com/choose-boring-technology
2•severusdd•20m ago•0 comments

Ask HN: What project do you donate to?

1•xeonmc•21m ago•1 comments

Arrow IPC Support in DuckDB

https://duckdb.org/2025/05/23/arrow-ipc-support-in-duckdb.html
2•henrikhorluck•24m ago•0 comments

Show HN: ComputeLite: Python/R/JavaScript/SQLite in browser

https://www.ComputeLite.com
1•akhil977•28m ago•1 comments

The British Sundial Society

https://sundialsoc.org.uk/
1•jstanley•32m ago•0 comments

What Is Google Flow?

https://huzit.net/was-ist-google-flow-ki-video-tool-fuer-storyteller/
2•RobotHead•35m ago•0 comments

Robots, Small Models, and RL with DeepSeek Alumnus Zihan Wang [video]

https://www.youtube.com/watch?v=Rhb9oaCOv6Y
1•hunglee2•45m ago•0 comments

Discover Plastic: The Future of Password Storage

https://spectrum.ieee.org/plastic-data-storage
1•rbanffy•52m ago•0 comments

In 3.5 years, Notepad has gone from "barely maintained" to "it writes for you"

https://arstechnica.com/gadgets/2025/05/in-3-5-years-notepad-exe-has-gone-from-barely-maintained-to-it-writes-for-you/
2•rbanffy•54m ago•1 comments

There is no German word for "self-aware"

https://old.reddit.com/r/German/comments/a3tvsq/some_german_told_me_that_there_is_no_german_word/
2•amai•55m ago•2 comments

Ask HN: I'm suddenly hearing a lot about Quantum Computing again. Why?

2•b800h•55m ago•0 comments

My Request to Google on Accessibility

https://adrianroselli.com/2025/05/my-request-to-google-on-accessibility.html
1•agos•1h ago•0 comments

We built a Ruby library that saves 50% in testing time

https://www.datadoghq.com/blog/engineering/ruby-test-impact-analysis/
3•anvmarchenko•1h ago•0 comments

Airhull lets electric boats glide on a layer of air

https://www.heise.de/en/news/Pascal-Technologies-Airhull-lets-electric-boats-glide-on-a-layer-of-air-10392755.html
2•doener•1h ago•0 comments

AskHN: Best X (Twitter) accounts to follow for GTM and startup launch insights?

1•leo_dard•1h ago•0 comments

Card Game Rules

https://www.pagat.com/
2•Tomte•1h ago•0 comments

Sam Altman is a visionary with a trustworthiness problem

https://www.economist.com/culture/2025/05/20/sam-altman-is-a-visionary-with-a-trustworthiness-problem
2•edward•1h ago•0 comments

Letter from Home

https://bittersoutherner.com/2025/issue-10/imani-perry-letter-from-home
1•Tomte•1h ago•0 comments

Codex, Jules, and Claude Code Comparison

https://www.jonatkinson.co.uk/blog/codex-jules-claude-comparison
1•JonAtkinson•1h ago•0 comments

FAA ATC Move from Newark to Philadelphia Was a Terrible Idea

https://www.cnn.com/2025/05/22/politics/newark-outages-relocation-air-traffic-controllers
2•forgetaboitit•1h ago•0 comments

Legitimate Crypto Recovery Companies/

1•kurtandrew•1h ago•0 comments
Open in hackernews

Show HN: KelpsGet – Modern download manager built in Rust

https://github.com/davimf721/KelpsGet
1•Ghoulmf7221•7h ago
Hi HN!

I'm the creator of KelpsGet, a download manager I built in Rust.

Started as a learning project to understand Rust better, but it evolved into something I think others might find useful.

Key features: - GUI interface (built with egui) - Multiple protocols: HTTP/HTTPS, FTP, SFTP, torrents - Parallel downloads with resume capability - Cross-platform (Linux, macOS, Windows)

The interesting technical challenges were: - Handling different protocols in a unified interface - Building a responsive GUI in Rust - Managing concurrent downloads efficiently

Try it: `cargo install kelpsget` or download binaries from releases.

Would love feedback from the community, especially on the Rust implementation and any missing features you'd find useful!

Comments

jenadine•2h ago
It would be great to see a screenshot in the README to get a quick idea of how the UI looks.

How was your experience using egui? Why did you choose it over other Rust toolkits?