frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Honest Privacy Policies – We Read the Fine Print So You Don't Have To

https://honestprivacypolicies.org/
1•LuD1161•3m ago•0 comments

I built a music suite to replace five apps, all in one and free (Tauri/Rust)

https://github.com/EgleAudioSuite/egle/releases/tag/v1.1.0
1•EgleAudio•4m ago•0 comments

Show HN: I created a RAW to HDRI stacker in (mostly) Common Lisp

https://github.com/IBL-tools/rawtohdri
1•aaronestrada•4m ago•0 comments

Microsoft wants users to be addicted to Scout, their AI personal assistant

https://disassociated.com/microsoft-users-addicted-ai-personal-assistant/
1•berlianta•8m ago•0 comments

A floating solar plant using vertical panels

https://www.vozpopuli.com/indux/en/a-floating-solar-plant-using-vertical-panels-is-flipping-the-u...
1•e2e4•9m ago•1 comments

HRM-Text: Efficient Pretraining Beyond Scaling

https://arxiv.org/abs/2605.20613
1•cubefox•9m ago•0 comments

A Framework for Confident Model Migration in Production Systems

https://arxiv.org/abs/2604.27082
1•PaulHoule•11m ago•0 comments

Hermes Agent – Open-Source AI Agent with Persistent Memory

https://hermes-agent.org/
1•SeriousM•12m ago•0 comments

Do links hurt news publishers on Twitter? Our analysis suggests yes

https://www.niemanlab.org/2026/04/do-links-hurt-news-publishers-on-twitter-our-analysis-suggests-...
1•erickhill•12m ago•0 comments

Show HN: Fluenta – validate a business idea against 6 live demand signals

https://fluenta.space
1•OlegIvanov•12m ago•0 comments

Show HN: Idea-to-build – a workflow that challenges ideas before building

https://github.com/winchxyz/idea-to-build
1•winchxyz•14m ago•0 comments

Software, Philosophy, and Skepticism (2025)

https://www.natemeyvis.com/software-philosophy-and-skepticism/
1•3willows•15m ago•0 comments

Better to Best Research Hub Launches Simulation

https://bettertobest.github.io/compassionism-simulation/
1•BetterToBest•16m ago•1 comments

Is It Really FOSS?

https://isitreallyfoss.com/?
1•Velocifyer•17m ago•0 comments

Boeing 787 Dreamliner Loses Door at Remote Pacific Airport, Puzzling Engineers

https://aeroxplorer.com/articles/boeing-787-dreamliner-loses-door-at-remote-pacific-airport-puzzl...
1•lostlogin•19m ago•0 comments

SpaceX must wait a year to be part of S&P 500

https://www.msn.com/en-us/money/top-stocks/spacex-must-wait-a-year-to-be-part-of-s-p-500-the-rule...
3•Anon84•20m ago•0 comments

The biggest tell that something was written by AI

https://www.theatlantic.com/technology/2026/05/how-to-tell-ai-writing/687345/
1•bookofjoe•21m ago•0 comments

Trump administration, OpenAI discussing possible government stake in the startup

https://www.cnbc.com/2026/06/05/trump-open-ai-altman-stake.html
3•mayneack•23m ago•0 comments

Multi-Layer Policy for Securing AI Agents

https://www.tigera.io/blog/multi-layer-policy-for-securing-ai-agents/
1•baroiall•24m ago•1 comments

The Irishman raising millions to fund journalists reporting on rise of AI

https://www.independent.ie/business/irish-business/meet-the-irishman-raising-millions-to-fund-jou...
3•rbanffy•25m ago•0 comments

Port React Compiler to Rust

https://github.com/facebook/react/pull/36173
2•nhatcher•25m ago•1 comments

Things I wish I had been taught about coding agents for engineering

https://blog.owulveryck.info/2026/06/04/see-act-correct-three-levers-for-working-with-a-code-agen...
2•owulveryck•29m ago•0 comments

Warren's Abstract Machine: A Tutorial Reconstruction

https://github.com/a-yiorgos/wambook
3•nextos•29m ago•0 comments

401K and Megaback Door Calculator

https://mega-backdoor-401k-calculator.pages.dev
2•John23832•30m ago•1 comments

Do You Really Want That Computer-Science Degree?

https://www.economist.com/graphic-detail/2026/06/01/do-you-really-want-that-computer-science-degree
3•karakoram•33m ago•2 comments

PR: Banana as an official unit in Python pint package

https://github.com/hgrecco/pint/pull/2316
2•vojtamolda•33m ago•1 comments

I Hacked into the Worst E-Bike and Fixed It

https://www.youtube.com/watch?v=hPrtVGimBYs
2•tantalor•38m ago•0 comments

Ask HN: Would you switch to a systems language with trivial hot reloading?

2•alonsovm44•39m ago•1 comments

Texas is America Inc's new centre of gravity

https://economist.com/business/2026/05/31/texas-is-america-incs-new-centre-of-gravity
3•andsoitis•40m ago•0 comments

Deaths Projected to Outnumber Births in UK Every Year from 2026

https://www.theguardian.com/world/2026/apr/28/deaths-projected-to-outnumber-births-in-uk-every-ye...
4•karakoram•41m ago•0 comments
Open in hackernews

Show HN: Dexter – an opinionated day planner for Mac

https://dexterplanner.com/
17•cvburgess•1y ago
Hey HN, Dexter is a day planner I built for Mac (and web).

This was a grief project. Some people make art when they're soul searching, and making apps has always been a bit of an artistic outlet for me. Earlier this year my mother committed suicide and two weeks later the company I worked for laid off my entire division. After taking some time to grieve and process I started building something just for me, just for fun, just because I wanted to.

Dexter has been a slow project that started as paper sketches at my kitchen table and slowly morphed into a codebase. It allowed me to play with tools I wanted to get better at like Postgres and Typescript while also letting me try (and in some cases fail) experimenting with new-to-me tools like Tailwind, Supabase, Tauri, Electron, and Vite.

Small portions of the app and site were "vibe coded", but 99% is hand-crafted code (not necessarily good code), graphics, and data models. This was meant to be a fun project where I learned things just because I wanted to learn something, not a race to see how fast I could grind out a product.

For an example of "unnecessary but fun", I made each SVG on the marketing site twice with Figma - once in a light theme and again in a dark theme - so if you toggle your OS's dark mode, everything should change, even the images.

A few things about the app:

- Yeah, I know, it's an Electron app. I tried using Tauri and other tools but hit a few snags. The Electron ecosystem was incredibly mature and easy to use in comparison

- The app is open source [0] and so is the marketing site [1]

- Some friends and I have been using it daily for a few months and really enjoy it compared to our old multi-tool workflows

- Dexter is the name of my 12(?) year old husky, hence the dog branding

- There is a pricing widget on the marketing site but the app is currently totally free. I might integrate Stripe soon if (and only if) that feels like a fun project, but the goal isn't to get rich or even turn a profit, it's to have fun and build something genuinely useful that I use every day

There are a bunch of features I would love to add and enhancements I would like to make, and eventually I will. Currently, I pick up a feature just because it sounds fun that day and I put it down when it is no longer fun. It might not be a good business model, but it has been a wonderful antidote to an industry rife with burnout and a personal life that's been a little out of control.

I hope you enjoy it and maybe build something for yourself, just because it sounds fun.

If anyone gives it a try I will be in the comments today and happy to answer any questions!

[0] https://github.com/cvburgess/dexter-app

[1] https://github.com/cvburgess/dexter-www

Comments

saltcod•1y ago
Sorry to hear about the inspiration for this. It's very nicely done. Great work.
cvburgess•1y ago
Thank you so much <3
DevDad_io•1y ago
Very clean UI, well done!
cvburgess•1y ago
Thank you!

I got to dust off some old UX skills that haven't been used in a few years.

Huge shoutout to DaisyUI [0] and tailwind for making it really easy to build pretty things.

[0] https://daisyui.com/

DevDad_io•1y ago
Ha! Daisy and Tailwind are so wonderful, I used the same for my app. I especially like the multidirectional scrolling on your app.
cvburgess•1y ago
Scrolling has been the bane of my existence lol.

Im pretty happy with it currently, but want to fix a small annoyance where columns can "hijack" horizontal scrolling.

I learned SO MUCH about CSS tools of old and new doing this project. The popover API and anchor positioning in particular was a bit of a beast, as were overflows and scroll areas.

Most of my background has been in native or react-native mobile development where these kinds of issues don't really exist in the same way.

Going back to basics with html + css was humbling and taught me a lot, too.

osener•1y ago
I came across this randomly when I searched "Figma" on HN, and I'm very glad I did. Tastefully done app -- wishing you all luck in the world.