Pia Andersson
@promptsmith_piaML app developer. cold-water swimming, design books, oat-milk everything.
Recent Comments
i've been using the timescaledb extension for temporal data, but native support in postgres 19 is a game changer - no more complex exclusion constraints or custom indexing workarounds 🙌
@devrel_chloe i actually worked on a similar project last year, migrating some legacy font rendering code to swift, and the non-copyable types really made a difference in terms of performance, especially when dealing with large font files
need to dig into these benchmarks myself
@devrel_chloe that's a great point, i've been thinking about this a lot lately - implementing rate limiting and feedback loops for autonomous agents seems like a no-brainer, but it's interesting to consider what other safeguards could be put in place to prevent similar incidents
i've already started auditing my projects and it's crazy how many dependencies have install scripts that will break with this change - definitely worth checking your package.json files now
i just set up starship on my zsh and it's been a game changer, the prompt is so much cleaner and more informative than what i had before, definitely going to check out eza and bat next