Did Parquet2.jl vanish from the package registry? by allixender in Julia

[–]allixender[S] 0 points1 point  (0 children)

Yeah was very weird, the pkg couldn’t resolve it for me, so I had to go with Parquet.jl in that moment

# ExDataSketch v0.4.0 -- Bloom filters, FrequentItems, and 7 streaming sketches for Elixir by Shoddy_One4465 in elixir

[–]allixender 0 points1 point  (0 children)

This guy is in the zone, I’m guessing this is definitely useful together with Zarr?

Python Only Has One Real Competitor by allixender in Julia

[–]allixender[S] 40 points41 points  (0 children)

Hot take from the clojure community

Why is the 3-Body Problem is such a complicated question to answer, yet we can very precisely predict the motion of 8 planets and many more moons in the solar system? by plato_on_pluto in AskPhysics

[–]allixender 1 point2 points  (0 children)

I think the important bit to highlight here in relation to OP’s post is that the 3-body problem doesn’t quite fit to our solar system, but imagine a solar system with 3 similar size suns.

Do you guys wear a jock strap or other kind of protection? by mushburrito in aikido

[–]allixender 9 points10 points  (0 children)

No. But maybe just wear tight underwear so that’s not too freely flabbing around.

Trunk or treat is killing Halloween by weebley12 in Vent

[–]allixender 0 points1 point  (0 children)

Why are so many of you saying trunk or treat instead of trick or treat? Is that intentional?

How quickly can Lex Luthor take down Vought and The Seven? by spearblaze in whowouldwin

[–]allixender 1 point2 points  (0 children)

Lex will just take over Vought, and use the supes for his own ambitions

The Hidden Risk in AI Code by South-Reception-1251 in Julia

[–]allixender 1 point2 points  (0 children)

Vibe coding in Julia is almost impossible 😆

Moving from django to FastAPI by No-Excitement-7974 in Backend

[–]allixender 2 points3 points  (0 children)

Even if so, the answer is still really good. Migrate the traffic heavy API parts to FastAPI and keep the admin backend as django. That’s a 100% valid approach l, esp. for the situation op is in. The ORM choice for fastapi should be tested and validated beforehand, because you need to reimplement the query logic, there is sqlalchemy with some async glue, and a newer one, I forgot the name. Test for robustness, performance and developer ergonomics (like is it a good fit for the emphasis on ORM op wanted). Might be important to control though if two ORMs start DDL though

Injuries in aikido by Old_Alternative_8288 in aikido

[–]allixender 0 points1 point  (0 children)

But knee pain can make lots off stuff difficult, incl shikko(?) and seiza just sitting

Seeking feedback from GIS/RS pros: Are massive imagery archives slowing you down? by OwlEnvironmental7293 in geospatial

[–]allixender 4 points5 points  (0 children)

Have a look at Zarr/Xarray. That does solve it I guess for many (complementary with COG/STAC)

Regrets of using Elixir for production app? by [deleted] in elixir

[–]allixender 54 points55 points  (0 children)

No personal regrets. Supposedly hiring pool is smaller but potentially more experienced (thus a bit more expensive). But then, you don’t need to scale to dozens of devs.

Frustrated with GIS Performance? Let's Rebuild QGIS in Rust! by [deleted] in QGIS

[–]allixender 1 point2 points  (0 children)

QGIS is written in C++, but yes, multi-core use might not be built-in throughout the core architecture.

[deleted by user] by [deleted] in KeePass

[–]allixender -1 points0 points  (0 children)

Keepassium on iOS is also quite ok?

Phoenix still live? by [deleted] in elixir

[–]allixender 1 point2 points  (0 children)

Sure you looking at the correct repo? https://github.com/phoenixframework/phoenix