anzo

joined 2 years ago
MODERATOR OF
[–] anzo@programming.dev 2 points 2 weeks ago

Just few decades before the book was written people were marrying girls of 12-15 years old. Perhaps society can allow themselves to judge from an anachronical standpoint and just be done with it. We still have a lot to improve, and the road is full of ... well, people like yourself. Defending what they believe is correct while ignoring other facts..

[–] anzo@programming.dev 2 points 2 weeks ago

WE are his game

[–] anzo@programming.dev 2 points 2 weeks ago

That's John travolta. Or not. I'm still confused.

[–] anzo@programming.dev 3 points 3 weeks ago (1 children)

Sounds like my experiences with Ultima Online. Right before they added paladins and necromancers, the shard where I played was quite "raw". You really got the human experience, with everything: misery, dignity, psycopaths, etc.

[–] anzo@programming.dev 1 points 3 weeks ago (2 children)

Ah, you got me on the nostrils. Alright..

My point was that the discussion is silly/ absurd/ meaningless. Yet here I am... Caught in it.

So... Ears. Those have a membrane (so the air pressure inside transmits the sound to small bones)... I was considering that given a (healthy) membrane the hole is just a cavity. Bt then, the other side does have air. No idea how does it go in and out. But scuba or free divers do compensate the pressure on the other side of the membrane when descending... So the air in there goes in and out of the body in seconds. Might be connected to... Nostrils? Haha. My best guesstimate.

Fuck this game xD

[–] anzo@programming.dev 2 points 3 weeks ago (4 children)

Urethra doesn't go anywhere either except for bladder, then nephrons (kidneys)...

Something similar applies to ears, right? And nose... But,

Also, what about the pores in my skin? :O

[–] anzo@programming.dev 2 points 3 weeks ago (1 children)

How about Qubes? if you have the specs, you get sandboxes (VMs) and all distros are available into 1. Heck, you can even have windows VMs...

And if you don't have the specs, just use any linux and install distrobox (docker) !

[–] anzo@programming.dev 3 points 3 weeks ago (1 children)

To each its own in accordance to their needs. Debian is great unless you want to add proprietary stuff like GPUs. That's the whole reason so many distros (e.g. Ubuntu) raised to fame and gained popularity while being based on Debian... That, and the fact that until recently Debian installation guide was not updated and called to download an ISO to be burned in 1-2 CDs... that was so f*ing unclear. Of course you can use a pendrive, but if the guide talks about CDs... that's just confusing to newbies. None pointed that out, but to me is like being even less friendly than Arch :P Just my opinion. That said, I have been using Debian based distros for most of my time, even today (desktop PC with MX 'ahs'.)

[–] anzo@programming.dev 2 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

On a gaming laptop I'm using Aurora because KDE Plasma btw (:

[–] anzo@programming.dev 1 points 3 weeks ago* (last edited 3 weeks ago)

It can also be a tie. Like you two right here, both presented fair arguments... Anyway, I think you took the "hypothetical situation" to another case. I was seeing an angry mob physically punishing 1 person (rightfully or not) accused of pickpocketing. So, the "winning" side was kind of guaranteed because it would be many against 1. And, in my case, I didn't see any weapons. At least, those were the 'real life' situations I saw in the news on my home country a few times... it always saddened me. Hence, my opinions here in this thread. Sure, I didn't consider that in the US 11 out of 10 people carry bazookas.

 

Sharing this in appreciation on women's day 💪

 

cross-posted from: https://lemmy.world/post/25580771

The visualization presents monthly global temperature anomalies.

https://svs.gsfc.nasa.gov/5190

 

Joinmbin.org has nicer ux than any corporate. Behold the power of open source and s(tf)u ;)

 
 

Same could be said about other distros, btw ;)

 
 
 

cross-posted from: https://lemmy.ml/post/21672073

You will go straight to jail 😡😡😡

 

cross-posted from: https://lemmy.ca/post/31369276

 

(For context, I'm basically referring to Python 3.12 "multiprocessing.Pool Vs. concurrent.futures.ThreadPoolExecutor"...)

Today I read that multiple cores (parallelism) help in CPU bound operations. Meanwhile, multiple threads (concurrency) is due when the tasks are I/O bound.

Is this correct? Anyone cares to elaborate for me?

At least from a theorethical standpoint. Of course, many real work has a mix of both, and I'd better start with profiling where the bottlenecks really are.

If serves of anything having a concrete "algorithm". Let's say, I have a function that applies a map-reduce strategy reading data chunks from a file on disk, and I'm computing some averages from these data, and saving to a new file.

view more: ‹ prev next ›