Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jeeybee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
UUIDv7 vs. sequences: locality, information leakage, and pagination
(gist.github.com)
1 points
by
jeeybee
16d ago
|
0 comments
2.
▲
Show HN: Pgnudge – tell your app which Postgres tables just changed
(github.com)
1 points
by
jeeybee
2mo ago
|
0 comments
3.
▲
Show HN: Pgnudge - tell your app which Postgres tables just changed
(github.com)
3 points
by
jeeybee
2mo ago
|
0 comments
4.
▲
Show HN: PgQueuer v1.0 – Python job queue using only PostgreSQ
(github.com)
2 points
by
jeeybee
4mo ago
|
0 comments
5.
▲
by
jeeybee
5mo ago
Added a mcp command for it, but i might add it as a comfig as well? https://github.com/janbjorge/rekal/pull/14/changes
6.
▲
by
jeeybee
5mo ago
Thanks, i will look into making them configurable.
7.
▲
by
jeeybee
5mo ago
The 0.4/0.4/0.2 weights are just based of hand wavy trail an error, will look into other options. I could make them configurable?
8.
▲
by
jeeybee
5mo ago
Thanks! You're right, that's just a relic of my dev environment. Will broaden the version requirement.
9.
▲
Show HN: Rekal – Long-term memory for LLMs in a single SQLite file
(github.com)
9 points
by
jeeybee
5mo ago
|
10 comments
10.
▲
by
jeeybee
5mo ago
Did you test with fillfactor < 100 on the queue table? With HOT updates, status changes can reuse dead space without creating new index entries, which seems like it could significantly delay the onset of the death spiral?
11.
▲
by
jeeybee
6mo ago
No config step, the tools discover everything from pg_catalog at call time. list_schemas → list_tables → describe_table is the typical agent workflow, and there's a query_guide prompt baked in that suggests that progression. On query g
12.
▲
by
jeeybee
6mo ago
Thanks! Read-only felt like the obvious constraint; agents shouldn't need write access to understand a database.
13.
▲
by
jeeybee
6mo ago
Most Postgres MCP servers expose query and list_tables. Agents end up guessing column values, enum casing, and join paths - then retrying until something works. pglens gives agents the context to get it right the first time: column_values s
14.
▲
Show HN: Pglens – 27 read-only PostgreSQL tools for AI agents via MCP
(github.com)
13 points
by
jeeybee
6mo ago
|
7 comments
15.
▲
Show HN: Pglens – Postgres MCP server that lets agents look before they query
(github.com)
3 points
by
jeeybee
6mo ago
|
0 comments
16.
▲
Show HN: GYML – YAML syntax, JSON semantics, zero runtime dependencies
(github.com)
1 points
by
jeeybee
6mo ago
|
0 comments
17.
▲
Show HN: PgQueuer – A PostgreSQL job queue that works without PostgreSQL
(github.com)
2 points
by
jeeybee
7mo ago
|
0 comments
18.
▲
Show HN: Jqueue: A job queue that runs on a single JSON file
(github.com)
2 points
by
jeeybee
7mo ago
|
0 comments
19.
▲
PGQueuer for High-Performance Job Queues
(alexdewey.github.io)
1 points
by
jeeybee
7mo ago
|
0 comments
20.
▲
by
jeeybee
8mo ago
I maintain a small Postgres-native job queue for Python called PGQueuer: https://github.com/janbjorge/pgqueuer It uses the same core primitives people are discussing here (FOR UPDATE SKIP LOCKED for claiming work; LIST
21.
▲
by
jeeybee
11mo ago
If you like the “use Postgres until it breaks” approach, there’s a middle ground between hand-rolling and running Kafka/Redis/Rabbit: PGQueuer. PGQueuer is a small Python library that turns Postgres into a durable job queue usin
22.
▲
by
jeeybee
1y ago
I’ve always loved Slack. It’s been core to how we work, and I’ve recommended it to countless others. But seeing how they just treated Hack Club — sudden 40x price hike, almost no notice, threatening to cut off access and delete 11 years of
23.
▲
by
jeeybee
1y ago
pgqueuer turns vanilla PostgreSQL into horizontally-scalable job queue with zero extra infrastructure. If you’re running Postgres and want to ditch extra queue clusters, give it a spin and let me know how it holds up. https://git
24.
▲
Ask HN: How Do You Approach Public Docs for Small Open-Source Projects?
2 points
by
jeeybee
1y ago
|
1 comments
25.
▲
Someoen accidentally saved half a million-dollars
(ludic.mataroa.blog)
48 points
by
jeeybee
1y ago
|
4 comments
26.
▲
Ask HN: Can You Prompt an LLM to Solve a Simple Puzzle Clearly?
(github.com)
1 points
by
jeeybee
1y ago
|
1 comments
27.
▲
by
jeeybee
1y ago
I've observed something interesting: my toddler can quickly and somewhat effortlessly solve a simple physical puzzle, yet when I try to prompt large language models (LLMs) to guide me clearly through the solution, they struggle. Even w
28.
▲
by
jeeybee
2y ago
Kudos to the author for diving in and uncovering the real story here. The Python 3.14 tail-call interpreter is still a nice improvement (any few-percent gain in a language runtime is hard-won), just not a magic 15% free lunch. More importan
29.
▲
Gitlab: Account Takeover via Password Reset
(hackerone.com)
1 points
by
jeeybee
2y ago
|
0 comments
30.
▲
by
jeeybee
2y ago
This post is a perfect reminder of Gandhi’s advice: "Be the change you want to see in the world." We can’t expect kids to trust or wait for better outcomes unless we first model consistency and patience ourselves. Our everyday act
More ›