Fabián Vega Alcota (@fabianmativeal) 's Twitter Profile
Fabián Vega Alcota

@fabianmativeal

Software Developer

data PL = Haskell | Elm | Rust | Python | Typescript

ID: 1465352017

linkhttps://www.linkedin.com/in/fabian-vega-alcota/ calendar_today28-05-2013 18:11:50

2,2K Tweet

196 Followers

471 Following

Taelin (@victortaelin) 's Twitter Profile Photo

DEMO TIME SupGen is a generative coding AI... except it isn't an AI. There is no model, there is no pre-training. You just give it some examples, and it gives you a program. It runs locally, in a single-core CPU. Oh, and it can also prove theorems. Here's a demo, including a

lotz (@lotz84_) 's Twitter Profile Photo

1400~1700 * 0.55~0.65 - 600~700 のように範囲で指定される不確実性を持つ数の計算を行う計算機を100行のHaskellで実装する記事👀 不確実性の範囲は正規分布の95%幅を表しており、計算式の抽象構文木を確率モナドに変換してサンプリングを行う形で実装されている📝 alt-romes.github.io/posts/2025-04-…

1400~1700 * 0.55~0.65 - 600~700
のように範囲で指定される不確実性を持つ数の計算を行う計算機を100行のHaskellで実装する記事👀
不確実性の範囲は正規分布の95%幅を表しており、計算式の抽象構文木を確率モナドに変換してサンプリングを行う形で実装されている📝
alt-romes.github.io/posts/2025-04-…
Functor Fact (@functorfact) 's Twitter Profile Photo

'The purpose of abstraction is not to be vague, but to create a new semantic level in which one can be absolutely precise' - Edsger Dijkstra

Graham Hutton (@haskellhutt) 's Twitter Profile Photo

Great blog post about Programming Language Theory by One Happy Fellow: tinyurl.com/PLT-image-prob…. There's so much *great* stuff in PLT that everyone involved in CS should know about.

Fabián Vega Alcota (@fabianmativeal) 's Twitter Profile Photo

I already without ideas. My last option is that the middleware is looking for the session id in the wrong schema. This usually happens when making sync queries on an async server. I can verify this by changing the engine from postgres to redis, it should avoids race conditions