frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hermetic 'blinded' agents using Starlark sandbox

https://github.com/jakewins/larkin
1•jakewins•2m ago•0 comments

How Talks Between Anthropic and the Defense Dept. Fell Apart

https://www.nytimes.com/2026/03/01/technology/anthropic-defense-dept-openai-talks.html
2•kmfrk•4m ago•0 comments

Guido van Rossum Interviews Thomas Wouters (Python Core Dev)

https://gvanrossum.github.io/interviews/Thomas.html
1•azhenley•5m ago•0 comments

This System Can Go Fuck Itself and Burn in Hell

https://shawnfromportland.substack.com/p/this-system-can-go-fuck-itself-and
1•SirensOfTitan•6m ago•1 comments

Why on-device agentic AI can't keep up

https://martinalderson.com/posts/why-on-device-agentic-ai-cant-keep-up/
1•martinald•7m ago•0 comments

Why aren't Claw skills just MCP server install instructions?

https://nickdirienzo.com/why-aren-t-claw-skills-just-mcp-server-install-instructions/
3•nickdirienzo•9m ago•0 comments

Show HN: I built an interactive game database for Albion Online

https://www.albiondatabase.com/
2•nbrempel•10m ago•0 comments

The Newness Illusion: Why Everything Was Better 'Back in Our Day'

https://aseemshrey.in/blog/the-newness-illusion/
1•LuD1161•13m ago•1 comments

Sweden's Housing Factories Could Fix US Home Prices [video]

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

Mutability Considered Harmful

https://psteitz.blogspot.com/2026/02/mutability-considered-harmful.html
1•psteitz•14m ago•0 comments

Wiby.me – Early Web Search

https://wiby.me/
1•rickcarlino•17m ago•0 comments

The trap Anthropic built for itself

https://techcrunch.com/2026/02/28/the-trap-anthropic-built-for-itself/
1•iancmceachern•20m ago•0 comments

CLM: A Structural Refusal Boundary for LLMs (v0.1) [pdf]

https://mensura.one/clm.pdf
1•waynerisner•22m ago•1 comments

Sit on Your Ass Web Development

https://blog.jim-nielsen.com/2025/sit-on-your-ass-web-dev/
1•satvikpendem•22m ago•0 comments

Show HN: ClawSight – Lightweight monitoring and kill switches for AI agents

https://clawsight.org/
1•upsidepotential•22m ago•0 comments

Don't blame System76 because California wants to ruin Linux [video]

https://www.youtube.com/watch?v=eCtWeNwOb9w
1•delduca•26m ago•0 comments

I replaced my Viewtron DVR's 2008-era web UI with a single Go binary

https://github.com/nyluke/surveillance-client
1•civitage•26m ago•1 comments

Show HN: InDesign MCP via UXP plugin – faster, cross-platform, no AppleScript

https://github.com/theloniuser/indesign-uxp-server
1•theloniuser•27m ago•0 comments

AutoBrief – Write incident postmortems in 10 min, track action items

https://autobrief.dev
1•SoloShipper•28m ago•1 comments

A Cheapskate in Honolulu

https://www.nytimes.com/2026/02/27/travel/honolulu-budget-travel.html
1•whack•29m ago•0 comments

Show HN: Grepis – Living SOPs that generate your work items

https://project-g.grepfruits.com
1•moowmoow•29m ago•0 comments

Ask HN: How does your team keep SOPs in sync with actual workflows?

2•moowmoow•33m ago•0 comments

Got a Public Amazon Wishlist? Upcoming Change Could Reveal Your Address

https://www.pcmag.com/news/got-a-public-amazon-wishlist-upcoming-change-could-reveal-your-address
2•speckx•34m ago•0 comments

Epoll's Handle-Centric Design vs. Kqueue's Filter-Centric Design (2021)

https://ariadne.space/2021/06/05/actually-bsd-kqueue-is-a.html
2•birdculture•35m ago•0 comments

Show HN: SEO Score API

https://seoscoreapi.com
1•seoscoreapi•35m ago•0 comments

The Snapshot Paradox

https://docs.eventsourcingdb.io/blog/2026/03/02/the-snapshot-paradox/
1•goloroden•37m ago•0 comments

Daily News Now tops search results for local news podcasts with AI content

https://indicator.media/p/this-ai-generated-podcast-network-publishes-11-000-episodes-a-day-it-s-...
1•speckx•37m ago•0 comments

The design process is fundamentally changing

https://www.youtube.com/watch?v=eh8bcBIAAFo
1•vincirufus•40m ago•0 comments

Show HN: Nabla – Pure Rust GPU math engine, 7.5× faster matmul than PyTorch

https://github.com/fumishiki/nabla
1•fumishiki•41m ago•1 comments

Minecraft Server Setup Tool – An Interactive CLI for Scaffolding and Management

https://marshy-dew-d95.notion.site/Minecraft-Server-Setup-Tool-305cfa0d34eb8075bd91faba7f9e3ef7
1•Stephcraft•41m ago•1 comments
Open in hackernews

Show HN: Dexter – an opinionated day planner for Mac

https://dexterplanner.com/
17•cvburgess•9mo 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•9mo ago
Sorry to hear about the inspiration for this. It's very nicely done. Great work.
cvburgess•9mo ago
Thank you so much <3
DevDad_io•9mo ago
Very clean UI, well done!
cvburgess•9mo 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•9mo 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•9mo 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•9mo 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.