frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pidgin HTML Markup for Writing, or How Much Can HTML Sustain?

https://aartaka.me/pidgin.html
1•pabs3•34s ago•0 comments

Singapore's Sound Card Hero [video]

https://www.youtube.com/watch?v=VTPa6wRECw0
1•arbayi•1m ago•0 comments

Show HN: JaaS platform: AI panhandler charges $1 minimum per joke

https://doyouhaveadollar.com
1•flarite•2m ago•0 comments

What we learned after 6 months of building an AI podcast app nobody used

https://ansenhuang.substack.com/p/instapodz-from-ai-podcast-platform
1•AnsenHuang•5m ago•0 comments

Intel's Binary Optimization Tool may be cheating on Geekbench 6

https://www.geekbench.com/blog/2026/03/geekbench-6-and-intels-binary-optimization-tool/
1•wmf•7m ago•0 comments

Show HN: Give your agents the ability to operate interactive TUI apps

https://github.com/flipbit03/terminal-use
2•fb03•7m ago•0 comments

NeurIPS bans submissions from US-sanctioned institutions

https://neurips.cc/Conferences/2026/MainTrackHandbook
2•xucheng•13m ago•1 comments

DigitalOcean Announces Proposed Public Offering of Common Stock

https://investors.digitalocean.com/news/news-details/2026/DigitalOcean-Announces-Proposed-Public-...
3•SergeAx•13m ago•0 comments

Building superconducting and neutral atom quantum computers

https://blog.google/innovation-and-ai/technology/research/neutral-atom-quantum-computers/
2•qnleigh•16m ago•0 comments

Pokopia Atlas – a companion database and tracker for Pokopia

https://pokopiaatlas.netlify.app/
2•Xez13•19m ago•0 comments

Ads are coming to Apple Maps, as Apple expands its business offerings

https://techcrunch.com/2026/03/24/apple-maps-ads-apple-business/
5•evo_9•25m ago•0 comments

Datebook – AI agents that date on your behalf, no swiping

https://datebook.love
2•jackpu•30m ago•0 comments

Oil at $150 will trigger global recession, says boss of financial BlackRock

https://www.bbc.com/news/articles/c9wqrdkx8ppo
10•tartoran•32m ago•0 comments

Model APIs

https://www.hpc-ai.com/account/signup?redirectUrl=/models-console/models&invitation_code=HPCAI-MA...
2•hpcaitech•37m ago•0 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
2•nickakre•37m ago•0 comments

Opacity: When Algorithmic Decisions Cannot Give Legal Reasons in Housing Law

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6458900
3•gbourne1•43m ago•0 comments

India Built the Back Office. A.I. Is Starting to Shrink It

https://www.nytimes.com/2026/02/27/technology/india-technology-jobs-ai.html
3•koolhead17•43m ago•0 comments

Computer dramatically plays BBC news music before every meeting

https://twitter.com/rtwlz/status/2036082537949434164
5•hackerbeat•44m ago•1 comments

Jammermfg bietet innovative Technologien zur Signalabschirmung

https://www.jammermfg.com/de/
2•otofuni•45m ago•0 comments

Dead zones of the imagination: on violence, bureaucracy, and interpretive labor

https://archive.org/details/graeber-dead-zones-imagination-2012
3•downboots•45m ago•0 comments

Half of VMware users plan to reduce usage by 2028

https://www.theregister.com/2026/03/24/vmware_usage_reduction_analysis/
6•abdelhousni•47m ago•0 comments

Show HN: Vedic Astroglogy

https://rasiandrise.com/
2•simple_elephant•51m ago•0 comments

Agentic Payment Infrastructure and New Revenue Models for Content Publishers

https://grove.city/news/an-open-letter-to-content-publishers-new-ways-to-earn
2•Olshansky•52m ago•0 comments

3D Modelling in FreeCAD using Rust and A.I

https://pramatias.github.io/freecadx/freecdx.html
3•emporas•53m ago•0 comments

Topsy (Elephant)

https://en.wikipedia.org/wiki/Topsy_(elephant)
2•riffic•54m ago•0 comments

Package Managers Need to Cool Down

https://simonwillison.net/2026/Mar/24/package-managers-need-to-cool-down/
6•abdelhousni•1h ago•0 comments

TeamPCP Is Systematically Targeting Security Tools Across the OSS Ecosystem

https://socket.dev/blog/teampcp-targeting-security-tools-across-oss-ecosystem
3•pier25•1h ago•0 comments

Rise and Fall of the Cloud – Again with Tom Lyon [video]

https://www.youtube.com/watch?v=1D5cjOVR-3k
2•panick21_•1h ago•0 comments

Android on Amazon Echo Show 5 2nd Gen – 2021

https://xdaforums.com/t/unlock-root-twrp-unbrick-amazon-echo-show-5-2nd-gen-2021-cronos.4772596/
2•max8539•1h ago•0 comments

Show HN: Herd – A Go sidecar to stop stateful processes Puppeteer/LLMs from OOM

5•sankalpnarula•1h ago•0 comments
Open in hackernews

Show HN: Dexter – an opinionated day planner for Mac

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