HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jbonatakis

72 karmajoined قبل 5 سنوات
site: jack.bonatak.is email: sed 's/\./@/' <<< "$site"

comments

jbonatakis
·قبل 3 أيام·discuss
That’s well beyond what a stock Postgres server would reasonably handle
jbonatakis
·قبل 5 أيام·discuss
[dead]
jbonatakis
·قبل 6 أيام·discuss
They always have been diluted. Titles mean vastly different things at almost every company.
jbonatakis
·قبل 12 يومًا·discuss
I’ve been using Crush with Openrouter and have good success lately

https://github.com/charmbracelet/crush
jbonatakis
·قبل 27 يومًا·discuss
I’ll never not watch this when it’s posted
jbonatakis
·الشهر الماضي·discuss
> we built pg_textsearch

Maybe you meant to word this differently and I’m nitpicking, but didn’t TJ Green build this while he was still at Tiger Data?
jbonatakis
·الشهر الماضي·discuss
Unsubscribing from The Economist was one of the most frustrating corporate interactions I've ever had.

Honestly if it was easier to unsubscribe I'd probably have an on and off again subscription, but I'll never subscribe again because I don't want to jump through those hoops to unsubscribe.
jbonatakis
·قبل 3 أشهر·discuss
I’m sorry but this is just bad financial advice
jbonatakis
·قبل 3 أشهر·discuss
> 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...
jbonatakis
·قبل 3 أشهر·discuss
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.
jbonatakis
·قبل 3 أشهر·discuss
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...
jbonatakis
·قبل 3 أشهر·discuss
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
jbonatakis
·قبل 3 أشهر·discuss
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/
jbonatakis
·قبل 4 أشهر·discuss
Postgres uses Meson+Ninja in their builds. That seems like a pretty big endorsement.
jbonatakis
·قبل 4 أشهر·discuss
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.
jbonatakis
·قبل 4 أشهر·discuss
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.
jbonatakis
·قبل 4 أشهر·discuss
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
jbonatakis
·قبل 4 أشهر·discuss
Well it’s not even performance (define that however you will), but behavior is definitely different model to model. So while whatever new model is released might get billed as an improvement, changing models can actually meaningfully impact the behavior of any app built on top of it.
jbonatakis
·قبل 4 أشهر·discuss
Google is already sending notices that the 2.5 models will be deprecated soon while all the 3.x models are in preview. It really is wild and peak Google.
jbonatakis
·قبل 5 أشهر·discuss
Doesn’t the nature of most open source licenses allow for AI training though?

Example — MIT:

> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions