Skip Navigation

Posts
7
Comments
15
Joined
4 mo. ago

  • 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

  • i 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)

  • figures

  • 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

    https://www.gnu.org/software/sed/manual/sed.html

  • Programmer Humor @programming.dev

    Too much Bloat

  • Well I would not enable auto updates to not get any random problems which can happen sometimes

    wants to hack your mom 🤭

  • oooooh

  • Programmer Humor @programming.dev

    ᨐᵉᵒʷ

  • sometimes there is a arrow going into a folder

    but then again noone knows what the foldwe icon is supposed to depict nowadays either

  • good one

  • mullvad has wireguard obfuscation making it harder to detect vpn traffiic

  • ok creepy pedo unc joke

  • linuxmemes @lemmy.world

    Year 2001

  • linuxmemes @lemmy.world

    Steamed

  • Programmer Humor @programming.dev

    NaN Posting

  • not sure but for it to be a fork bomb you need something like & in ur pseudo code to go on to the next call

    rn the first call of f within the loop never completes so the second doesn't happen. So this is "just" infinite recursion

    pls don't scream at me should i be wrong.

    edit: i meant "completes" not "compiles"

  • Programmer Humor @programming.dev

    ooc wikipedia

  • Programmer Humor @programming.dev

    with a break statement right?