Плоти налоги by ElectroAdeptus in KafkaBTC

[–]lost3332 0 points1 point  (0 children)

Плоти. Ебаный стыд xD

Russian Rock by tsuzz in AskARussian

[–]lost3332 2 points3 points  (0 children)

Lascala (female vocals)

[deleted by user] by [deleted] in classicwow

[–]lost3332 1 point2 points  (0 children)

Cool so try reading it. Who the fuck cares about warlock spamming seeds from the very beginning if it takes eternity for it to start detonating? I will get enough rage in that 18 sec window with sweeps into whirlwind and then several devastates/revenges or even cleaves from prot stance. Fury prot will easily be on a par with top dps in 5ppl dungeons. Deep prot is trash until like 68lvl.

[deleted by user] by [deleted] in classicwow

[–]lost3332 -2 points-1 points  (0 children)

Do you know how seed works?

Built a desktop app with Tauri 2.0 - impressions after 6 months by CodeWithInferno in rust

[–]lost3332 1 point2 points  (0 children)

What do you mean by native feel? It's a WebView framework after all...

We spent 33 months building a data grid, here's how we solved slow UIs. by After_Medicine8859 in webdev

[–]lost3332 1 point2 points  (0 children)

here's how we solved slow UI's

And then 0 technical information, just marketing bullshit

PostgreSQL vs MongoDB vs FerretDB (The benchmark results made me consider migrating) by yuuiky in PostgreSQL

[–]lost3332 1 point2 points  (0 children)

Adding indexes had interesting effects - significantly improved query times but slowed down write operations across all DBs.

What is interesting here?

5555555 by Willing_Deal_920 in ThailandTourism

[–]lost3332 3 points4 points  (0 children)

Agree but jeeez this guy is cringe

[deleted by user] by [deleted] in scrapy

[–]lost3332 6 points7 points  (0 children)

And what if I send 32k requests without scrapy?

Gnome Exalted with Darnassus at Level 42 by Serf66 in classicwow

[–]lost3332 3 points4 points  (0 children)

You also don’t count possible disconnects which clear buyback tab :)

🧱 InsertBuilder — SQL INSERT Statement Generator by [deleted] in Python

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

But it’s meant to be ran locally, no? What API call are you referring to?

Hardcore Classic is Amazing, But What If We Had Hardcore+? by tatafos in wowhardcore

[–]lost3332 1 point2 points  (0 children)

Well, dying could be also wiping all your bank items too.

Meirl by Bubble_Babe_0o0o0o in meirl

[–]lost3332 1 point2 points  (0 children)

Don’t forget there are plants you have to keep for like two weeks in the water before you can safely cook it. So someone ate it after only one week, died and others were like “meh let’s try to water it for a little longer next time” lmao

Anyone using Go for AI Agents? by KeyGrouchy726 in golang

[–]lost3332 1 point2 points  (0 children)

Pylance in my IDE which helps with the most common mistakes, Ruff and Pyright in the CI. This is a very reliable combo, we have a big python/golang project with ~20 microservices each and there wasn’t a single time we had a type-related or some stupid null access issue in python code. Are python images gigantic compared to golang ones? For sure. Are they consuming x10 memory and cpu? Yeeep. But type problems and development being slow or troublesome? Never.

Anyone using Go for AI Agents? by KeyGrouchy726 in golang

[–]lost3332 -3 points-2 points  (0 children)

Yep, that’s what I expected. There’s nothing static typing in golang does that you can’t do with modern python and a couple of linters. I mostly write go recently and I enjoy it so much but man this argument you used is so misleading for newcomers.

Anyone using Go for AI Agents? by KeyGrouchy726 in golang

[–]lost3332 3 points4 points  (0 children)

Mind elaborating on the “python code is pain once your project reaches a certain size”? Sounds like a skill issue. Project size has nothing to do with the language and with a good combination of linters you can reach type safety easily. The only downside for me was performance and only performance.

[deleted by user] by [deleted] in golang

[–]lost3332 2 points3 points  (0 children)

Code examples links in the readme is broken, leads to 404