ellynu
ellynu wrote
i believe windows using the backslash to this day is the result of an absurd level of backwards compatibility. ms-dos didn't have directories originally, and they used / for switches instead of -. so for file directories, they used \.
ellynu wrote
Reply to Where do you pirate fiction books? by twovests
also if anyone needs a specific book you could try messaging me and i can see what i can find on various websites that i am registered for
ellynu wrote
Reply to how’s everyone doing by hollyhoppet
i need my girlfriend 😭
ellynu wrote
ellynu wrote
would i get a tax rebate or something then
ellynu wrote
Reply to comment by hollyhoppet in every time a gamer makes entitled complaints about ultrawide support to indie devs a star dies by hollyhoppet
according to wolfram alpha that would just get rid of 37% of the stars in our galaxy, so we'd still have quite a bit of stars left. 30 million gamers would have to complain every day for 91.32 trillion years, or about 6600 times the age of the universe.
ellynu wrote
Reply to password manager update by devtesla
yay im glad i helped (i assume)
ellynu wrote
Reply to recommendations for password managers by neku
i swapped from lastpass to bitwarden a while ago
ellynu wrote
Reply to comment by ellynu in I HAVE BEEN MISSING THE FEMPIRE DOT ORG SINCE 2015 AND I ONLY JUST FOUND OUT ABOUT THE EXISTENCE OF THIS SITE? by BUFFY2K21
do you have a discord or anything id love to talk more
ellynu wrote
Reply to I HAVE BEEN MISSING THE FEMPIRE DOT ORG SINCE 2015 AND I ONLY JUST FOUND OUT ABOUT THE EXISTENCE OF THIS SITE? by BUFFY2K21
omg btfs i missed you 😭
ellynu wrote
i think i agree fully with this set of tweets i saw about how someone felt about this article: https://twitter.com/afewbruises/status/1359228036659355651
ellynu wrote (edited )
Reply to uwu! friendly reminder that advertisements are the only valid contributions to human culture~~ Buy MUSTARD by twovests
just_mustard
justard
ellynu wrote
Reply to i do not like the sea shanty meme by neku
is anybody singing sea shanty 2
ellynu wrote
communism
ellynu wrote
Reply to i'm gay by hollyhoppet
oh im gay too
ellynu wrote
Reply to comment by devtesla in looking forward to 2021, the year of linux on desktop by hollyhoppet
is it the best linux
ellynu OP wrote
Reply to marine biologists be like by ellynu
does anyone have any more
ellynu wrote
Reply to rant about capitalism and software by hollyhoppet
if capitalism is efficient then how come google starts and then kills 800 products a year? checkmate capitalism.
ellynu OP wrote
Reply to comment by Dogmantra in pocket dog by ellynu
pocket dog loves u
ellynu wrote
Reply to comment by devtesla in hey it's alright to be really relieved right? because thank fucking god by twovests
learn german so you can read some karl marx, untranslated.
Proletarier aller Länder vereinigt Euch!
ellynu wrote
Reply to comment by neku in Cryptocurrencies are interesting because someone anonymously solved an open problem in computer science, made it profitable, and then someone improved upon it with a work called "PPCoin" by twovests
fucked up that regular currencies are too.
ellynu wrote
copyright intended 👿
ellynu OP wrote
Reply to comment by devtesla in i love my girlfriend by ellynu
congrats
ellynu wrote
Sid Meier's better title for his memoir
ellynu wrote
Reply to comment by ellynu in does windows still use those terrible backslashes by default in paths? by flabberghaster
read this pdf for some fun examples of the problems they have had to deal with, here's one of my favorites:
"One card game tried to make changes to the system.ini file but ended up destroying it. The game read the system.ini file a line at a time into an 80-character buffer, made any necessary changes, and wrote the result to a temporary file. If any line contained more than 80 characters, the buffer overflowed and corrupted the next variable on the stack, which happened to be the name of the temporary file! Once the changes were made, the program deleted the system.ini file and renamed the temporary file to system.ini. But the rename operation failed because the name of the temporary file was corrupted by the extra-long line.The result: a system with no system configuration file.In other words, installing this program rendered your system unbootable.The fix from the operating system side was to go through all the components of the system that used the system.ini file and make sure none of them ever wrote lines longer than 80 characters."