Live data from Hacker News

Ask HN: What non-AI products are you working on?

news.ycombinator.com

41–50 of 544 posts

Re: Ask HN: What non-AI products are you working on?

#41
I'm working on Edna https://edna.arslexis.io/

It's a web-based scratchpad and note taker for developers and power users.

It sits somewhere between Obsidian and Simplenote.

It's particularly optimized for keyboard navigation: Ctrl + K / ⌘ + K to open note navigator where you can quickly create new note, switch between notes, delete notes.

Even though it runs in the browser, when running on Chrome you can store notes in a folder on disk and share between computers if that folder is replicated via DropBox / OneDrive / Google Drive etc.

More info: https://edna.arslexis.io/help

Re: Ask HN: What non-AI products are you working on?

#48

https://weexpire.org - An opensource tool for creating emergency notes that can be read by your trusted contacts only after your death or if you are seriously injured.

I love this! Thank you.

Thank you!

Re: Ask HN: What non-AI products are you working on?

#49

An open-source, type-safe http client to your postgresql database. It let's you access your database directly from your react components. It's fast, safe and performant. Think Graphql but you don't need to implement resolvers, it's all generated from your database schema. If this sounds interesting to you, ping me (email on my profile) :)

What's the main difference from Postgraphile, PostgREST, Hasura, Directus or Supabase?

Right now I'm shopping for a tool like this, tried all of these. Can I try yours?

Re: Ask HN: What non-AI products are you working on?

#50
post #43

I'm working on a Wordpress-replacement written in Go, distributed as a single static binary with SQLite/Postgres for db and Disk/S3/GCS for storage.

Including the plugin capabilities?

What plugins would you want? My hope is to support most use cases for WP-plugins with built-in functionality.
Post reply on HN