frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ladybird Browser adopts Rust

https://ladybird.org/posts/adopting-rust/
339•adius•2h ago•154 comments

VTT Test Donut Lab Battery Reaches 80% Charge in Under 10 Minutes [pdf]

https://pub-fee113bb711e441db5c353d2d31abbb3.r2.dev/VTT_CR_00092_26.pdf
19•sagyam•34m ago•16 comments

Elsevier shuts down its finance journal citation cartel

https://www.chrisbrunet.com/p/elsevier-shuts-down-its-finance-journal
247•qsi•5h ago•47 comments

Hetzner (European hosting provider) to increase prices by up to 38%

https://old.reddit.com/r/BuyFromEU/comments/1rce0lf/hetzner_european_hosting_provider_to_increase/
165•doener•2h ago•91 comments

Sub-$200 Lidar could reshuffle auto sensor economics

https://spectrum.ieee.org/solid-state-lidar-microvision-adas
175•mhb•3d ago•227 comments

I built Timeframe, our family e-paper dashboard

https://hawksley.org/2026/02/17/timeframe.html
1253•saeedesmaili•18h ago•305 comments

Magical Mushroom – Europe's first industrial-scale mycelium packaging producer

https://magicalmushroom.com/index
102•microflash•6h ago•40 comments

0 A.D. Release 28: Boiorix

https://play0ad.com/new-release-0-a-d-release-28-boiorix/
191•jonbaer•3d ago•63 comments

Facebook's Fascination with My Robots.txt

https://blog.nytsoi.net/2026/02/23/facebook-robots-txt
26•Ndymium•1h ago•6 comments

I Donut Believe – Presenting Third Party Results (Donut Lab)

https://idonutbelieve.com/
14•Maximilian_Bet•1h ago•3 comments

A NASA Engineer Discovered a World of Semi Truck Aerodynamics by Accident

https://www.thedrive.com/news/how-a-nasa-engineer-discovered-a-world-of-semi-truck-aerodynamics-b...
32•PaulHoule•5d ago•31 comments

Pipelined Relational Query Language, Pronounced "Prequel"

https://prql-lang.org/
14•dmit•2d ago•8 comments

SETI@home: Data Acquisition and Front-End Processing (2025)

https://iopscience.iop.org/article/10.3847/1538-3881/ade5a7
28•tosh•3h ago•1 comments

Loops is a federated, open-source TikTok

https://joinloops.org/
479•Gooblebrai•18h ago•314 comments

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
377•MilkMp•16h ago•83 comments

Pope tells priests to use their brains, not AI, to write homilies

https://www.ewtnnews.com/vatican/pope-leo-xiv-tells-priests-to-use-their-brains-not-ai-to-write-h...
301•josephcsible•6h ago•271 comments

QRTape – Audio Playback from Paper Tape with Computer Vision (2021)

http://www.theresistornetwork.com/2021/03/qrtape-audio-playback-from-paper-tape.html
17•austinallegro•3h ago•7 comments

Bitmovin (YC S15) Is Hiring Interns in AI for Summer 2026 in Austria

https://bitmovin.com/careers/8023403002/
1•slederer•6h ago

My journey to the microwave alternate timeline

https://www.lesswrong.com/posts/8m6AM5qtPMjgTkEeD/my-journey-to-the-microwave-alternate-timeline
281•jstanley•4d ago•117 comments

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

https://llm-timeline.com/
18•ai_bot•4h ago•19 comments

What I Learned After Building 3 TV Apps Coming from Mobile

https://dinkomarinac.dev/blog/what-i-learned-after-building-3-tv-apps-coming-from-mobile/
15•dinko7•4h ago•12 comments

Pinterest is drowning in a sea of AI slop and auto-moderation

https://www.404media.co/pinterest-is-drowning-in-a-sea-of-ai-slop-and-auto-moderation/
53•trinsic2•9h ago•37 comments

Hacker News.love – 22 projects Hacker News didn't love

https://hackernews.love/
89•ohong•3h ago•64 comments

The JavaScript Oxidation Compiler

https://oxc.rs/
210•modinfo•10h ago•105 comments

Man accidentally gains control of 7k robot vacuums

https://www.popsci.com/technology/robot-vacuum-army/
326•Brajeshwar•23h ago•183 comments

Crawling a billion web pages in just over 24 hours, in 2025

https://andrewkchan.dev/posts/crawler.html
62•pseudolus•9h ago•9 comments

Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

https://discuss.ai.google.dev/t/account-restricted-without-warning-google-ai-ultra-oauth-via-open...
683•srigi•14h ago•572 comments

Six Math Essentials

https://terrytao.wordpress.com/2026/02/16/six-math-essentials/
248•digital55•18h ago•54 comments

What I learned designing a barebones UI engine

https://madebymohammed.com/miniui
51•teleforce•9h ago•21 comments

How to train your program verifier

https://risemsr.github.io/blog/2026-02-16-halleyyoung-a3/
64•matt_d•4d ago•14 comments
Open in hackernews

Show HN: Whippy Term - GUI terminal for embedded development (Linux and Windows)

https://whippyterm.com
96•SurvivorTed•9mo ago

Comments

SurvivorTed•9mo ago
New GUI based serial terminal for embedded development (Linux and Windows)

Hi all, just wanted to let everyone know of my new open-source serial (and TCP/IP) terminal program aimed at embedded developers.

I wasn't happy with what was available on Linux, so I decided to write my own. The goals were to have a modern GUI (tab based, pull out panels, etc) and I wanted support for binary protocols.

It has support for ANSI escape sequences, XModem (up/down), binary blocks, hex dumps, bridging 2 open connections, and more.

Source link: https://github.com/TheBeef/WhippyTerm

This is the first release (version 1.0), and I am hoping people will have a look (and hopefully like it).

stavros•9mo ago
This seems really nice, thank you! Does it support auto-reconnect, like `tio` does?
SurvivorTed•9mo ago
It doesn't currently support it, but I was planning in the next release (a number of people have asked for it so it's a definitely going to add).
svth•9mo ago
Why no macOS support?
SurvivorTed•9mo ago
I don't have a mac. I did have a guy who was going to add support for it but he backed out.

The main GUI is built in QT so making a mac port shouldn't be too hard (the serial port detection would be the hardest part I think).

pjmlp•9mo ago
Kudos for going with Qt. It looks nice.
mystified5016•9mo ago
Oh damn, this could easily replace my own bespoke serial monitors.

Can a plugin filter the list of available ports? For instance serial over Bluetooth creates two virtual ports for initiating and accepting connections (on windows at least). My bespoke monitor filters these and only shows the outbound ports to the user. It also pulls in the Bluetooth device name from WinRT, etc.

SurvivorTed•9mo ago
There isn't any filtering of serial ports (it lists everything it finds).

However it does support bookmarks. With bookmarks you open the serial port you want to use then select to bookmark it. WhippyTerm will take the current config you are using and save it for later. You can then just pick the bookmark later to reopen that connection. Bookmarks also store some of the settings (like is it a binary or text connection, terminal size, colors, etc).

It's a lot like bookmarks in a web browser.

SurvivorTed•9mo ago
Thinking about it a bit more, if someone wanted to filter the comports like this you could copy the standard comport IO driver and make a new plugin that only listed the outbound ports (you could also restrict the list to Bluetooth devices).

Internally the comport IO driver is just a plugin that gets compiled into the main exe (any plugin can be made into a built in, just add the source to the .pro file, add a call to the register function and now the extern plugin is built in).

So you could copy the existing comport IO driver, change the 'REGISTER_PLUGIN_FUNCTION_PRIV_NAME' and 'COMPORT_URI_PREFIX' defines to something else (so it doesn't conflict with the built in 'COM' one). Change the code so filter any comport that isn't for the Bluetooth device. Compile the source and package the resulting .dll using the ExternPluginMaker tool. Done

When the new plugin is installed the new connection dialog you will list your detected "devices" listed along with all the other types (you could prefix them with bluetooth for example).

Feel free to email me if you would like more details.

AriedK•9mo ago
This is neat. The send buffers and live display give it a nice edge over something like Tera Term. One nitpick: I couldn't find the option to disable autoscroll on incoming serial streams. Like 'Auto scroll only in bottom line' in Tera Term. Thanks!
SurvivorTed•9mo ago
It seems like I missed this option. I'll be adding it to the list of things to do for version 1.1 :)

Thanks for the feed back.

alias_neo•9mo ago
This looks great. I don't do serial/embedded stuff too often at the moment; ESPHome took away much of my need to hand-build stuff (happy and sad about that), but when I do I always find it slightly irritating to remember the syntax to connect with minicom or screen (I'm a Linux user).

I'm sorry I can't give more useful feedback at the moment, but this is certainly encouraging me to come up with an idea for an embedded project so I can try it!

ac29•9mo ago
Can you add Linux build instructions for people not on Debian/Ubuntu?

I didnt see anything on the github or in the source download.

Alternatively an AppImage or Flatpak is a nice way to test software.

SurvivorTed•9mo ago
Can't really help with exact instructions for other distros, but the "in a nutshell" is you need to install qtcreator and QT5.

After you have them installed and working all you have to do is load the .pro file from the Project directory (https://github.com/TheBeef/WhippyTerm/tree/main/Project) you should be able to just hit the green debug/go button and it should work (you do need to be using the gcc toolchain). This is the same for the Windows build.

Hope this helps.