IO (Angel / Princess) Genderfluid
matrix: @angel:private.coffee
source of profilepic: https://xcancel.com/montes4352/status/1985680627698721035?s=20
- 14 Posts
- 25 Comments
i use Gear Lever it’s alright for managing appimages
cat -> concatenate ❌
cat -> cat 😼
i agree if anything i would browse codeberg:p
io@piefed.blahaj.zoneto
Technology@lemmy.world•RAM and SSD prices are still climbing—here’s our best advice for PC buildersEnglish
2·8 months agoi built one literally in early November and prices were still normal, that was close haha
io@piefed.blahaj.zoneto
Programmer Humor@programming.dev•Free software has some glib naming conventionsEnglish
3·8 months agognot unix
io@piefed.blahaj.zoneto
Technology@lemmy.world•An Apple fan says they lost '20 years of digital life' after using an Apple gift cardEnglish
51·8 months agoof course …
if you click in the source in der desc of the post, you can hover over the lines. thre it says which line referes to what
yeah idk either
My computer does that in the background completely.
Thank you fedora and opensuse!

tbf if you didn’t update fedora for 6 months you may aswell downlaod a new iso and they also do the windows reboot screens for no reason
thanks for that!
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
7·9 months 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·9 months 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
1·9 months agoWell I would not enable auto updates to not get any random problems which can happen sometimes
wants to hack your mom 🤭


Ubuntu is owned by a billionair who is calling himself self appointed dictator, they have a long history of forcing their technologies down their users throats ignoring all concerns of the community, which is why it got way less popular and is now mainly doing b2b
if you write apt install firefox on ubuntu, the snap version is installed.