Readit News logoReadit News
pksunkara commented on Nobody knows how to build with AI yet   worksonmymachine.substack... · Posted by u/Stwerner
dangero · a month ago
I want claude code on my phone running in a cloud vm so I can give feedback out on a trail somewhere and continue my three hour hike or bike ride with my family.
pksunkara · a month ago
I am working on something for that at https://automa.app. Let me know if you are interested in trying it out.
pksunkara commented on Rust CLI with Clap   tucson-josh.com/posts/rus... · Posted by u/rajman187
msgodel · 2 months ago
This shouldn't even need terminal coloring, in fact that sounds annoying because it's going to have to behave differently if you pipe it to less (or it's going to do something dumb like the rust compiler itself and just reopen the tty.)

This actually reminds me of my other issue with this kind of "oh we just get it for free" attitude that tends to result in overbuilding things that I also dislike in rust.

No I think people would be better off with a bespoke option parser actually.

pksunkara · 2 months ago
Actually,

1. `color` feature and thus the `anstream` dep is optional.

2. Even if you use it, it handles all the behaviour correctly regarding the piping and no color support, which is why it is a dependency in the first place.

Source: I am clap maintainer

pksunkara commented on Making Beautiful API Keys   docs.agentstation.ai/blog... · Posted by u/savannahkc
pksunkara · 7 months ago
This ulid Postgres extension doesn't have any performance issues compared to native uuidv7 in Postgres. https://github.com/pksunkara/pgx_ulid. Just wanted to bring it up since it looks like the author didn't come across it when looking for ulid generators in postgres.

Disclaimer: I built it.

pksunkara commented on Refactoring Python with Tree-sitter and Jedi   jackevans.bearblog.dev/re... · Posted by u/todsacerdoti
_jayhack_ · a year ago
We do advanced static analysis to provide programmatic access to the type system, etc., based on tree-sitter and in-house tech.

This enables APIs such as `function.call_sites`, `symbol.usages`, `class.parent_classes`, and more!

pksunkara · a year ago
Where can I learn more about this? You guys don't seem to have any docs available.
pksunkara commented on Unexpected downsides of UUID keys in PostgreSQL   cybertec-postgresql.com/e... · Posted by u/alexzeitler
samokhvalov · 2 years ago
We discussed some of these problems here during a Postgres.tv session, and developed a patch to support ULID / UUIDv7: https://www.youtube.com/watch?v=YPq_hiOE-N8

And then Andrey proposed a patch in the pgsql-hackers mailing list: https://www.postgresql.org/message-id/flat/CAAhFRxitJv%3DyoG..., https://commitfest.postgresql.org/43/4388/

Everyone who can help (test, discuss, etc.) – please participate in that discussion.

The standard is not finalized yet, but there some expectations that it will be, if it happens, it would be great to have this in future Postgres 17.

pksunkara · 2 years ago
Implementing support for UUIDv7 does not equal implementing support for ULID. ULID needs to be treated as a first class citizen (type, read format, storage format, converters) instead of being an afterthought result from UUIDv7.

I have built a postgres extension for adding ULID support which does what I described. https://github.com/pksunkara/pgx_ulid

pksunkara commented on State of Routing in Rust   pksunkara.com/posts/state... · Posted by u/lukastyrychtr
pksunkara · 5 years ago
Hey, thanks for posting this. :)

u/pksunkara

KarmaCake day673September 12, 2011
About
[ my public key: https://keybase.io/pksunkara; my proof: https://keybase.io/pksunkara/sigs/YXTiDymHTSwfTfEjI2dZWnYM9dPA_eYyck8jXzPT71Y ]
View Original