frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Beyond "Clean Code": Why Your Comments Matter

https://blog.moertel.com/posts/2026-07-27-beyond-clean-code-why-your-comments-matter.html
1•chmaynard•2m ago•0 comments

The TLA+ Video Course

https://lamport.azurewebsites.net/video/videos.htmlhttps://lamport.azurewebsites.net/video/videos...
2•woggy•4m ago•0 comments

Show HN: Fancontrol-rs rust windows fan controls specdrivendesigned open source

https://github.com/Leyukaka/fancontrol-rs
1•yukaka•5m ago•0 comments

BSX Markets

https://markets.basicswapdex.com/plain/
1•dRK-U•8m ago•0 comments

Double jeopardy law ushered out (2005)

http://news.bbc.co.uk/2/hi/uk_news/4406129.stm
1•Cider9986•9m ago•0 comments

TeXShop History

https://pages.uoregon.edu/koch/texshop/history.html
1•sharma-arjun•10m ago•0 comments

Show HN: A record the vendor doesnt hold

https://github.com/githubscum/lotor
1•hnscum•11m ago•0 comments

Lilian Weng (co-founder) leaving Thinking Machines

https://twitter.com/lilianweng/status/2081816923088814421
4•dpc10•11m ago•0 comments

What Building My Own Container Runtime Taught Me About Software Architecture

https://kaleab-ayenew.github.io/writings/what-building-my-own-container-runtime-taught-me-about-s...
1•kalishayish•12m ago•0 comments

Opus 5: Richard III

https://analog-antiquarian.net/2026/07/24/opus-5-richard-iii/
1•ibobev•13m ago•0 comments

FreeBSD Developing New Ntsync Driver for Accelerating Windows NT Sync Primitives

https://www.phoronix.com/news/FreeBSD-Q2-2026
1•Bender•13m ago•0 comments

I Recommend Old Russian Mathematics Books

https://valeman.medium.com/why-i-recommend-old-russian-mathematics-books-b9d36405dcf1
1•ibobev•13m ago•0 comments

Vapnik and Chervonenkis: The Founding Fathers of Machine Learning

https://valeman.medium.com/vapnik-and-chervonenkis-the-founding-fathers-of-machine-learning-96f17...
1•ibobev•15m ago•0 comments

I've Spent a Month with Nvidia's RTX Spark in Microsoft's Surface Laptop Ultra

https://www.techpowerup.com/forums/threads/i%E2%80%99ve-spent-a-month-with-nvidia%E2%80%99s-rtx-s...
3•_____k•16m ago•0 comments

HBM Is the Ugly Baby: What Now? – By Vikram Sekar

https://www.viksnewsletter.com/p/hbm-is-the-ugly-baby-what-now
2•rbanffy•17m ago•0 comments

I got tired of writing the same FastAPI boilerplate, so I built a CLI

https://github.com/prathamdmehta/backend-dash
1•prathamdmehta•20m ago•0 comments

Now it's Nvidia's turn in the CDs funhouse

https://bsky.app/profile/carlquintanilla.bsky.social/post/3mrnpjnje4c2y
1•doener•20m ago•0 comments

Anthropic used robots.txt to hide shared Claude chats; the pages have no noindex

https://www.wired.com/story/private-claude-chats-exposed-in-google-and-bing-search-results/
2•logickkk1•21m ago•1 comments

Show HN: X Enhancement Suite (Chrome Extension)

https://github.com/tomchapin/x-enhancement-suite
1•remmargorp64•22m ago•0 comments

MappingTools

https://github.com/erivlis/mappingtools
1•erivlis•23m ago•1 comments

Live wildfire map that knows a refinery flare from a real fire

https://arguseyes.xyz/?layers=fire
2•spwizard•23m ago•0 comments

Show HN: Sealing traffic between Go services with hpke –no mTLS, no secrets

https://towardsdev.com/sealing-traffic-between-co-operating-go-services-with-crypto-hpke-a628cb89...
2•cheikhdev•23m ago•0 comments

AlgebraX

https://github.com/erivlis/algebrax
2•erivlis•23m ago•0 comments

Ordinary Abundance

https://ordinaryabundance.com/
2•salonium_•25m ago•0 comments

ASD-STE100 Simplified Technical English [pdf]

https://asd-web-be-prod.azurewebsites.net/media/wunhmi5y/asd-ste100-issue-9.pdf
2•gregsadetsky•26m ago•0 comments

60 Minute Creator – Node-based AI content workflows using your own API keys

https://60minutecreator.com/
1•dansambusiness•30m ago•0 comments

AMD Advancing AI 2026: Talking CDNA5 with AMD's Alan Smith

https://chipsandcheese.com/p/amd-advancing-ai-2026-talking-cdna5
2•rbanffy•31m ago•0 comments

Notes on the Fourier Transform

https://eli.thegreenplace.net/2026/notes-on-the-fourier-transform/
2•Jimmc414•32m ago•0 comments

Distributing LLM Inference in DwarfStar

https://antirez.com/news/167
1•Jimmc414•33m ago•0 comments

SVG Sketch Source

https://tomlarkworthy.github.io/lopebooks/notebooks/tomlarkworthy_svg-lens.html#view=S100(@tomlar...
1•tlarkworthy•34m 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.