frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ukrainian drone makers target Asia as Taiwan tensions spur demand

https://www.reuters.com/world/china/ukrainian-drone-makers-target-asia-taiwan-tensions-spur-deman...
1•JumpCrisscross•38s ago•0 comments

Show HN: OpenTunnel – Run Remote Commands as Local Agent Tool Calls

https://github.com/akoenig/opentunnel
1•akoenig•4m ago•0 comments

HN with pics – a visual hcker.news reader

https://hn.is-ai-good-yet.com/
1•ilyaizen•5m ago•0 comments

Dana Scott: Lambda Calculus, Forcing and the Foundations of Math: #14 aboutlogic [video]

https://www.youtube.com/watch?v=opLbbZ-_AWE
1•matt_d•7m ago•0 comments

Prodigy: AI Employees

https://docs.google.com/presentation/d/1aldEHGR_1Hv_F0UlTuQIL8mXhsw5s5VzuuPcgKV5czY/edit?usp=sharing
1•samayashar•11m ago•1 comments

We built a status page service on Cloudflare

https://ampliflare.com/blog/status-page-cloudflare-architecture/
1•powerpurple•13m ago•1 comments

I tested Gemma4 12B on my 8GB GPU, now I don't want to go back to smaller models

https://www.xda-developers.com/tested-google-gemma-4-12b-on-8gb-gpu-and-dont-want-to-go-back-to-s...
1•theanonymousone•14m ago•0 comments

Make-work and Sub-subsistence work

https://wilsoniumite.com/2026/06/19/make-work-and-sub-subsistence-work/
1•Wilsoniumite•14m ago•0 comments

'We created a monster': companies rein in AI usage as costs strain budgets

https://www.ft.com/content/1d37cc08-e0aa-45a4-a45d-4ad282529314
1•JumpCrisscross•15m ago•0 comments

One Model Won't Save You: How We Built Our AI Stack

https://www.xelerate.tech/one-model-wont-save-you/
1•pedrocha•17m ago•0 comments

Mantyx – Batteries Included Managed Agent Runtime

https://mantyx.io/
1•mantyx•17m ago•0 comments

Show HN: Write SaaS apps where users control where their data is stored

https://github.com/wolfoo2931/linkedrecords/
1•WolfOliver•23m ago•0 comments

Disney+ Is Down

https://mashable.com/tech/disney-plus-down-outage
2•01-_-•24m ago•0 comments

I Replaced My Custom Next.js Portfolio with a Markdown First Site Engine

https://muhammadhaseeb.me/blog/why-koji
1•iamhaseeb•24m ago•0 comments

Contributor Poker and Zig's AI Ban

https://kristoff.it/blog/contributor-poker-and-ai/
2•birdculture•29m ago•0 comments

It looks like Elon Musk has a Giganormous tax bill coming

https://bsky.app/profile/bgrahamdisciple.bsky.social/post/3mokv2qdksc2m
2•doener•33m ago•1 comments

Google Is Using Nvidia's Playbook to Build a Rival AI Chip Business

https://www.wsj.com/tech/ai/google-is-using-nvidias-playbook-to-build-a-rival-ai-chip-business-1e...
1•doener•38m ago•0 comments

The Invisible Force of Brand Awareness

https://sofiamb.substack.com/p/the-invisible-force-of-brand-awareness
1•MelloS•38m ago•0 comments

Tirith – Detect terminal injection, homograph, and pipe-to-shell attacks

https://tirith.sh/
1•d3Xt3r•42m ago•0 comments

Building Reliable Agentic AI Systems

https://martinfowler.com/articles/reliable-llm-bayer.html
1•Garbage•47m ago•0 comments

Ordered Key Sharding in DynamoDB

https://death.andgravity.com/albumtitle
1•genericlemon24•49m ago•0 comments

Bernie Sanders unveils $7T plan to give Americans control of AI industry

https://arstechnica.com/tech-policy/2026/06/bernie-sanders-unveils-7-trillion-plan-to-give-americ...
3•asymmetric•50m ago•2 comments

Microsoft discovers new lightweight backdoor that steals cryptocurrency

https://arstechnica.com/security/2026/06/microsoft-spots-new-self-propagating-malware-for-stealin...
1•joozio•51m ago•0 comments

Show HN: Appaca – AI Workspace for Operators

https://www.appaca.ai/index.html
1•susros•1h ago•0 comments

Someone Built a Kleopatra Alternative for PGP

https://github.com/developaaah/pgp-manager
1•special_unicorn•1h ago•0 comments

Claude Code and Codex as one pipeline

https://www.unsiloed.ai/blog/guides/claude-code-codex-one-pipeline
1•ritzaco•1h ago•0 comments

Ask HN: Is Google's AI Mode and AI summaries now gone for everyone in EU?

2•consumer451•1h ago•1 comments

Roar (1981 Film)

https://en.wikipedia.org/wiki/Roar_(film)
1•vismit2000•1h ago•0 comments

Microsoft discovers new lightweight backdoor that steals cryptocurrency

https://www.techsentiments.com/article/2026/06/18/microsoft-discovers-new-lightweight-backdoor-th...
1•rajsuper123•1h ago•0 comments

Ask HN: Please recommend sci-fi books similar to "children of time" or "anathem"

1•rishabhpoddar•1h 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.