Readit News logoReadit News
rickette commented on Fun with Finite State Transducers   blog.yossarian.net/2025/0... · Posted by u/woodruffw
zokier · 22 days ago
I've been thinking that FST could be well suited for building routers for web frameworks. I.e. matching request path `/foo/42` to a set of route patterns like `/foo/{id}` etc. As I understand FST should be near perfect for this use and could potentially allow very good performance. Especially if you can construct the FST at compile time. Somewhat surprisingly I haven't seen anyone doing anything in that direction though, and FST literature is bit difficult if you don't have formal NLP background
rickette · 22 days ago
Radix Trees are (often?) used for this purpose, for example in Chi: https://github.com/go-chi/chi. Coincidentally FSTs and Radix trees share some similarities.
rickette commented on GitHub is no longer independent at Microsoft after CEO resignation   theverge.com/news/757461/... · Posted by u/Handy-Man
rickette · a month ago
Lots of comments here remind me of the time GitHub was purchased by Microsoft. It would be the dead of GitHub. While in fact it got better: GitHub Actions (pretty neat CI system) happend under Microsoft. Free private repos happend under Microsoft.

Now this time it could be different. But last time wasn't that bad imho.

rickette commented on Show HN: OrioleDB Beta12 Features and Benchmarks   orioledb.com/blog/orioled... · Posted by u/akorotkov
rickette · 2 months ago
Would Postgres FTS (ts_vector) benefit from this storage engine?
rickette commented on Ask HN: What Pocket alternatives did you move to?    · Posted by u/ahmedfromtunis
rickette · 2 months ago
For me Kobo support is the most important feature. But haven't found a substitute.

Also no word from Kobo (Rakuten) about this. Very disappointing.

rickette commented on Select FOR UPDATE considered harmful in PostgreSQL   cybertec-postgresql.com/e... · Posted by u/samokhvalov
rickette · 3 months ago
tl;dr "Unless you plan to delete a row or modify a key column, always use SELECT FOR NO KEY UPDATE".
rickette commented on DuckLake is an integrated data lake and catalog format   ducklake.select/... · Posted by u/kermatt
SystemOut · 3 months ago
Strangely I can't get to this domain. We have ZScaler at work with DGA Blocking enabled and it prevents me from loading the page.
rickette · 3 months ago
Most likely caused by the .select TLD.
rickette commented on Show HN: Fahmatrix – A Lightweight, Pandas-Like DataFrame Library for Java   github.com/moustafa-nasr/... · Posted by u/mousomashakel
rickette · 4 months ago
Congrats on putting this out there. There isn't a de facto pandas-like library in Java like you said. But for Kotlin there is: https://github.com/Kotlin/dataframe
rickette commented on Show HN: Use Third Party LLM API in JetBrains AI Assistant   github.com/Stream29/Proxy... · Posted by u/Stream
ulrikrasmussen · 4 months ago
I tried using the AI assistant when it came out but seemingly was too stupid to figure out how to use it correctly. I tried to get it to write single functions or short blocks of code for me, but it would always start rewriting the whole file from scratch which was way too slow.

Has it gotten better since, or did I just do it wrong from the beginning?

rickette · 4 months ago
It has gotten a lot better IMHO in the latest 2025 release. Ability to enable/disable per project. Ability to favor local models over online models (online as fallback), support for OpenAI, Claude, Gemini, etc. Beter integration overall.
rickette commented on GPU Server with 8 RTX 4090   a16z.com/building-an-effi... · Posted by u/m3at
rickette · 5 months ago
Cool... but this isn't really rack mountable with the GPUs sticking out on top.

u/rickette

KarmaCake day849May 12, 2011
About
Software engineer, Co-Founder @ https://mindloops.io
View Original