IO (Angel / Princess) Genderfluid
matrix: @angel:private.coffee
source of profilepic: https://xcancel.com/montes4352/status/1985680627698721035?s=20
- 13 Posts
- 20 Comments
and how does qed, ed, ex and sed and grep relate to nano micro and pico in comparison? 🤔
newsflash, ed is also visual, i can see it on my terminal rn
io@piefed.blahaj.zoneto
Programmer Humor@programming.dev•I wasted all my generational luck for thisEnglish
10·4 days agoi was curious how unlikely exactly this would be.
The randomUUID method generates a new version 4 UUID
which is, According to the linked documentation, a 128bit number, with some “significant bits” being changed (no idea what that’s about, lets just say it’s a 128bit number)
the chance of hitting a predfined number would be
1/(2^128) or 1/340282366920938463463374607431768211456
assuming your cpu does one comparison per Step at 4Ghz (4 billion per second) (idk how many steps it needs in reality, it doesn’t matter, more then one tho)
that would take roughly
2.696 x 10^21 years, which is
2 x 10^11 or 200000000000 times the age of the universe
(using the expected value of geometric distribution (1/p), so 1/(1/(2^ 128)) = 2^128 steps)
io@piefed.blahaj.zoneto
Programmer Humor@programming.dev•I wasted all my generational luck for thisEnglish
2·4 days agofigures
no it doesn’t (?)
is that vim’s evil mode?
sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input(s), and is consequently more efficient. But it is sed’s ability to filter text in a pipeline which particularly distinguishes it from other types of editors.
I love the way they are selling this
io@piefed.blahaj.zoneto
Linux@lemmy.ml•Just installed Linux mint on my moms desktopEnglish
2·5 days agoWell I would not enable auto updates to not get any random problems which can happen sometimes
wants to hack your mom 🤭
it’s actually war lord
io@piefed.blahaj.zoneto
Technology@lemmy.world•Browser Fingerprinting And Why VPNs Won’t Make You AnonymousEnglish
251·9 days agohere is a fingerprinting test you can trust https://coveryourtracks.eff.org/
fingerprinting is nasty, i suggest canvas blocker extension because it gives them fake readouts
io@piefed.blahaj.zoneto
Linux@lemmy.ml•What are the options if my country makes VPN's illegal?English
11·16 days agomullvad has wireguard obfuscation making it harder to detect vpn traffiic
almost all science of that period was, also colonialist
I use Fedora which is Bazzite with different preinstalled bloat
io@piefed.blahaj.zoneOPto
Science Memes@mander.xyz•This one goes out to Dennis PragerEnglish
9·17 days agosperms carry x chromosomes, how do you think biological females come to be
io@piefed.blahaj.zoneOPto
Science Memes@mander.xyz•This one goes out to Dennis PragerEnglish
12·17 days agohe didn’t try hard enough
io@piefed.blahaj.zoneOPto
Programmer Humor@programming.dev•with a break statement right?English
12·18 days agonot sure but for it to be a fork bomb you need something like
&in ur pseudo code to go on to the next callrn the first call of
fwithin the loop never completes so the second doesn’t happen. So this is “just” infinite recursionpls don’t scream at me should i be wrong.
edit: i meant “completes” not “compiles”









thanks for that!