Hacker Newsnew | past | comments | ask | show | jobs | submit | jbonatakis's commentslogin

I’m sorry but this is just bad financial advice


> We believe that the user experience comes first

Bold coming from the company who gives me the most confusing “Open in app” prompts that are designed to confuse you and get you to use their app rather than the web

https://mjtsai.com/blog/2024/03/29/those-obnoxious-sign-in-w...


https://pginbox.dev

Repo: https://github.com/jbonatakis/pginbox

Makes reading/searching the Postgres mailing lists easier.

I’m polling a Fastmail inbox to nearly instantly receive and ingest messages. Anyone can browse without an account, but registered users can follow threads to be notified of new messages, threads in which your registered email is found are auto-followed, and there are some QOL settings.

Search is pretty naive right now (keyword on subjects) but improved search is the next big thing on my list.


CMU very recently had a seminar [1] with the founder of SpacetimeDB, which was very interesting. The recording should be up in the next few days I expect

[1] https://db.cs.cmu.edu/events/pg-vs-world-spacetimedb-tyler-c...


I’ve been working on a site that makes it easier to follow the Postgres mailing lists, which can be a bit of a firehose

https://pginbox.dev


Yet I don’t see Google listed as a sponsor for this year’s pgconf.dev [1], which is the main developer-focused conference in the Postgres community. All the other major players you’d expect to see listed are there. And they aren’t listed as a provider of servers for internal Postgres usage [2]. Perhaps they’re supporting the community in other ways I’m not aware of, but these seems to be some conspicuous areas where other companies are involved and Google isn’t.

[1] https://2026.pgconf.dev/sponsor

[2] https://www.postgresql.org/about/servers/


Postgres uses Meson+Ninja in their builds. That seems like a pretty big endorsement.


Most of Gnome is built using that too.


I don't know about OpenAI using a lot of Python, but Astral builds all their tools in Rust and just exposes Python bindings. Codex is all Rust. It feels like a reasonable acquisition from that perspective. They're banking on at least in part on the Astral team being able to integrate with and supercharge Codex.


I have been building this in my free time and it might be relevant to you: https://github.com/jbonatakis/blackbird

I have the same basic workflow as you outlined, then I feed the docs into blackbird, which generates a structured plan with task and sub tasks. Then you can have it execute tasks in dependency order, with options to pause for review after each task or an automated review when all child task for a given parents are complete.

It’s definitely still got some rough edges but it has been working pretty well for me.


Very much mvp but I just got this all set up: https://www.pginbox.dev/

Downloaded and parsed a bunch of the pgsql-hackers mailing list. Right now it’s just a pretty basic alternative display, but I have some ideas I want to explore around hybrid search and a few other things. The official site for the mailing list has a pretty clean thread display but the search features are basic so I’m trying to see how I can improve on that.

The repo is public too: https://github.com/jbonatakis/pginbox

I’ve mostly built it using blackbird [1] which I also built. It’s pretty neat having a tool you built build you something else.

[1] https://github.com/jbonatakis/blackbird


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: