frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Same Intel X7 358H with Qwen3.5-9B: Xiaomi Book Pro 14 vs. MSI Prestige 14

https://grigio.org/panther-lake-qwen3-5-9b-on-the-same-core-ultra-x7-358h-xiaomi-book-pro-14-cach...
1•grigio•2m ago•0 comments

Can You Beat Jev?

https://antics.gg/p/side-out-94df7d
1•eric_khun•2m ago•0 comments

Show HN: Laya (open source jev) with vision

https://huggingface.co/thaitea/laya-vision-smolvlm-256m
1•someguy101010•4m ago•0 comments

AI Model Leaderboards

https://vercel.com/ai-gateway/leaderboards/models
1•__rito__•6m ago•0 comments

Object Storage and WAL: Lakebase Postgres for the Agentic Era

https://www.databricks.com/blog/object-storage-wal-lakebase-postgres-agentic-era
1•theanonymousone•8m ago•0 comments

Jobs Without LeetCode

https://noleet.lol/jobs
1•monological•9m ago•0 comments

The Hugging Face Hack Wasn't What It Was Cracked Up to Be

https://www.wsj.com/opinion/the-hugging-face-hack-wasnt-what-it-was-cracked-up-to-be-e00cf3fa
2•theanonymousone•9m ago•1 comments

ChatGPT-6 Astra cracks 108-year-old unsolved WWI German code for the first time

https://www.tomshardware.com/tech-industry/artificial-intelligence/chatgpt-6-astra-cracks-108-yea...
1•NordStreamYacht•10m ago•0 comments

Retro emojis: We had 'em in the 80s and 90s

https://dfarq.homeip.net/emoticons-in-the-80s-and-90s-we-had-em/
1•zdw•11m ago•0 comments

Show HN: CrabBoss, radio automation software

https://crabboss.vercel.app
2•sonyarianto•11m ago•0 comments

Researchers Observe First Real-Time Quantum Jump in Sound

https://thequantuminsider.com/2026/09/18/researchers-observe-first-real-time-quantum-jump-in-sound/
1•staindk•12m ago•0 comments

Destinations Map – Climate details for flyable 3,833 destinations

https://destinationsmap.com/
1•Flightmussy•12m ago•0 comments

Nine-Year-Old Spends $118K on YouTube Ads Using Father's Corporate Credit Card [video]

https://www.youtube.com/watch?v=SL8_lX4E6ME
1•scottmcdot•13m ago•0 comments

Openhighways – See UK traffic CCTV feeds

https://openhighway.fly.dev/
2•jamesdillondev•13m ago•0 comments

Show HN: Math Mania

1•meow101•15m ago•0 comments

The LLMs Yearn for the Spines

https://buttondown.com/hillelwayne/archive/the-llms-yearn-for-the-spines/
1•zdw•15m ago•0 comments

Texas freezes installation of Flock cameras along state roads

https://www.texastribune.org/2026/09/17/texas-flock-camera-pause-highways-txdot/
2•geox•18m ago•0 comments

The Cure for Cancer Is Not a Pure Math Benchmark

https://scholars-stage.org/the-cure-for-cancer-is-not-a-pure-math-benchmark/
2•zdw•21m ago•1 comments

The Lamentable Later Life of Lemmings

https://www.filfre.net/2026/09/the-lamentable-later-life-of-lemmings/
1•zdw•24m ago•0 comments

TraceUX – self-hosted session replay, feedback, tickets, and Slack

https://trace-ux.builtbyfrank.dev/
1•fjosue4•25m ago•0 comments

Enjoy it while you can guys, the safeword should be SCIF

https://en.wikipedia.org/wiki/Sensitive_compartmented_information_facility
1•SamInTheShell•26m ago•1 comments

Dracula – Amiga Illustrated Edition

https://giadacu.itch.io/dracula-amiga
1•doener•32m ago•0 comments

Ben-Gvir

https://en.wikipedia.org/wiki/Itamar_Ben-Gvir
1•barrister•40m ago•0 comments

A 137ms Sparse-Matrix 3-SAT Solver for 10k Variables

https://github.com/11developer11/Spectral-Manifold-Methods-for-SAT-Solving
1•khalilovshamil3•40m ago•0 comments

Show HN: Claude Code hits its 5-hour limit, Codex picks up in the same terminal

https://github.com/ucsandman/legcli
1•practicalsystem•41m ago•0 comments

Ben Shapiro

https://en.wikipedia.org/wiki/Ben_Shapiro
5•barrister•42m ago•1 comments

It's not just LG. Every TV company is spying on you

https://www.theverge.com/tech/997682/every-tv-company-is-spying
3•el_duderino•42m ago•1 comments

Ben (BB) Netanyahu

https://en.wikipedia.org/wiki/Benjamin_Netanyahu
2•barrister•43m ago•0 comments

The Doomsday Cult Inside OpenAI – Patrick Boyle [video]

https://www.youtube.com/watch?v=luXnftoxCaM
4•Topfi•44m ago•0 comments

Ragnarok Online client written in Golang

https://github.com/kivutar/goro/
1•blacksoil•45m ago•1 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.