frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Testing Azure free tier with a live Juneteenth trivia competition

https://web.triviablack.com/board/juneteenth2026
1•hercules08•3m ago•0 comments

Daily AI briefing narrated by Seinfeld

https://nanloss.com/briefings/2026-06-18
1•rajap•3m ago•0 comments

Why Futhark?

https://futhark-lang.org/
1•tosh•4m ago•0 comments

Bevy 0.19 Released

https://bevy.org/news/bevy-0-19/
2•GenericCanadian•5m ago•1 comments

A startup claims it broke through a bottleneck that's holding back LLMs

https://www.technologyreview.com/2026/06/19/1139313/a-startup-claims-it-broke-through-a-bottlenec...
1•Brajeshwar•7m ago•0 comments

Protocol spec for row separated key value format

https://github.com/SymbolGroundingFramework/SGF-manifest/tree/main/rskv-spec
1•jstakelum•10m ago•1 comments

Show HN: Managed Agents API for open source agents

https://brainbaselabs.com
1•egrigokhan•10m ago•0 comments

Protecting Yourself from Malicious AUR Packages

https://blog.nimendra.xyz/blog/aur-attack/
1•speckx•12m ago•0 comments

Binface, foxes and raving loonies: the UK's proud history of costumed candidates

https://www.theguardian.com/politics/2026/jun/19/ount-binface-fox-raving-loony-uk-proud-history-c...
1•mellosouls•16m ago•0 comments

Don't Restrict Chinese Biotech

https://economist.com/leaders/2026/06/18/dont-restrict-chinese-biotech
1•andsoitis•17m ago•0 comments

Surprising Economics of Load-Balanced Systems

https://brooker.co.za/blog/2020/08/06/erlang.html
1•KraftyOne•18m ago•0 comments

Chinese AI models have overtaken US rivals in token consumption

https://www.ft.com/content/2567877b-9acc-4cf3-a9e5-5f46c1abd13e
1•jameslk•20m ago•0 comments

Understanding data sovereignty and jurisdictional risk

https://www.hyperact.co.uk/blog/understanding-data-sovereignty
1•imjacobclark•22m ago•0 comments

From a 7 KB file to a 13-year backdoor operation

https://anchor.host/from-a-7-kb-file-to-a-13-year-backdoor-operation/
1•ValentineC•24m ago•0 comments

Using AI to help physicians diagnose rare genetic diseases affecting children

https://openai.com/index/diagnose-rare-childhood-diseases/
2•dmckinno•24m ago•1 comments

The next generation of speculative decoding: DFlash and Spec V2

https://www.lmsys.org/blog/2026-06-15-next-generation-speculative-decoding-dflash-v2/
2•gmays•24m ago•0 comments

Hide Secrets from AI Agents and NPM install using Airgap

https://sauleau.com/notes/airgap-security-for-the-modern-ai-age.html
2•netgusto•24m ago•0 comments

RFC 10008 on the HTTP Query Method

https://mailarchive.ietf.org/arch/msg/ietf-announce/uNaYyRDGKjyOn_KDT2JaGLlm9fE/
2•conductor•26m ago•0 comments

Think of the Children: How to Force Real ID for All Internet Traffic (2023)

https://nochan.net/b/Internet-Crap/20230829-Think-Of-The-Children/
2•Bender•29m ago•0 comments

'Light in a bottle' liquid can harvest and store energy from multiple sources

https://www.science.org/content/article/light-bottle-liquid-can-harvest-and-store-energy-multiple...
2•Brajeshwar•30m ago•0 comments

Enshittification Isn't Limited to the Digital World

https://thenoosphere.substack.com/p/enshittification-isnt-limited-to
6•spking•31m ago•2 comments

Show HN: Control a 3D avatar with English instead of buttons

https://programasweights.com/avatar
3•cloudyclouds•35m ago•0 comments

Everyone Has Something

https://seangeiger.substack.com/p/everyone-has-something
1•benjaminmaccini•36m ago•0 comments

The Pain of Caring for a Parent Who Abused You

https://www.nytimes.com/2026/06/15/magazine/elder-care-parent-abuse.html
2•gmays•37m ago•0 comments

Show HN: https://bill.today –> use a local folder to do your billing

https://bill.today
2•PhilKunz•39m ago•0 comments

How LLMs Work

https://arpitbhayani.me/blogs/how-llms-work/
1•devx711_123•39m ago•0 comments

AI Warfare Is at the Point of No Return. What Now?

https://www.wsj.com/world/ai-warfare-ukraine-russia-anthropic-29945df9
3•JumpCrisscross•40m ago•0 comments

One AI, two AI, red AI, blue AI

https://soniafpearson.substack.com/p/one-ai-two-ai-red-ai-blue-ai
2•paulpauper•41m ago•0 comments

New Air Force One

https://www.af.mil/News/Article-Display/Article/4522274/vc-25b-bridge-aircraft-arrives-at-joint-b...
1•bear_with_me•41m ago•1 comments

Liberalism in the Age of Weaponized Interdependence

https://www.liberalism.org/p/liberalism-in-the-age-of-weaponized-interdependence
3•paulpauper•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.