Comment on
Meme check point.
Bonus cat:
Comment on
Meme check point.
Bonus cat:
Comment on
GTA 6 leaks prompt Take-Two to subpoena Microsoft for Windows device IDs of everyone in three Discord servers — daily gameplay leaks shatter cloud of secrecy around the much-hyped game
Reply in thread
If you're already running a homeserver, I don't care; switching homeserver software is hell. I run a continuwuity at pool.net.eu.org, which has been doing fine.
Comment on
GTA 6 leaks prompt Take-Two to subpoena Microsoft for Windows device IDs of everyone in three Discord servers — daily gameplay leaks shatter cloud of secrecy around the much-hyped game
Reply in thread
Tuwunel should not be recommended to new users.
Keep in mind the claim of being official is not true: this is a claim by one of the former co-maintainers of conduwuit, to claim legitimacy over other projects like continuwuity. Additionally, tuwunel's maintainer has openly made threats against the maintainers of continuwuity, aswell as being formally banned from the foundation for actively abusing protocol exploits. I'm not sure I'd trust a project primarily maintained by them for these reasons. Additionally, it's maintainer appears to currently also be pushing for publishing how to exploit the security vulnerabilities from the upcoming security release.
— aur tuwunel-git, corroborated by nex (CoI: continuwuity maintainer; has received death thrrats from tuwunel developers) in #offtopic:continuwuity.org a few upgrades ago
Comment on
And that’s how I live my life
Reply in thread
lemmy.world redacts words*
edit: I hate markdown
Comment on
A discussion on GenAI in Anarchist communities
Reply in thread
Interesting, maybe I just don't see it.
edit: what's with the purge?
Comment on
A discussion on GenAI in Anarchist communities
Reply in thread
Comment on
A discussion on GenAI in Anarchist communities
Reply in thread
Comment on
A discussion on GenAI in Anarchist communities
Reply in thread
Comment on
Cool new trick
Reply in thread
…raises paw
Comment on
Meme Checkpoint
Comment on
Teserract may be opensource, but adding myself would feel disingenuous
Reply in thread
[Tesseract is a] Lemmy Frontend / UI that instances can use instead of the default. They had a secret shadow ban / block list for keyword, users, communities, instances that were not accessible via the admin UI and only pulled down at runtime so you could not see them in the source code before using it and could not modify it because no one knew about it.
stolen from another comment here
Comment on
That Damn Smile
Don't let this lady's antics distract you from the fact that in 1998, The Undertaker threw Mankind off Hell In A Cell, and plummeted 16 ft through an announcer's table.
Comment on
I can't like the fish
Reply in thread
A terminal emulator (such as xterm, tmux, or emacs) is responsible for displaying a pseudoterminal in a different context (such as an x server, another terminal, or an emacs buffer respectively). Terminals are divided into three types: virtual terminals (on boot or as presented by [C-]A-F<N>), ‘true’ terminals (exposed on serial ports), and pseudoterminals (controlled by other programs). Essentially, you have a virtual terminal running X running Xterm which controls a pseudoterminal with tmux attached controlling another pseudoterminal.
Login shells are a special flag set when launching shells, sometimes. They typically read different settings (e.g. Bash reads ~/.bash_profile instead of ~/.bashrc). Most shells will launch as a login shell if their command name (argv[0]) begins with a hyphen; Bash also allows explicit bash -l to run a login shell.
Comment on
Mrrrp
awawawa :3
(not transfem (left my gender at home), but I'm familiar with the language)
Comment on
Applies to IT too right?
Reply in thread
There aren't any unhandled errors! There aren't any unvalidated inputs!
Comment on
catgirls save us
Reply in thread
or creatures :3
Comment on
Now: Take it Easy by The Eagles
Huh, this is the third Sisyphus-related post I've seen today.
Comment on
Running ping for every IP address
Reply in thread
Essentially, IPv4 addresses[2] are just numbers from 1 to 2147483647, for example 3405804031. However, since address routing is often based on common binary prefix, more intuitive methods like 203.0.113.255 are used. This notation is just a length-4 list of integers from 0 to 255. To convert from an integer to a common IP address, you divide-with-remainder with a constant divisor of 256. For example, 3405804031 /% 256 = (13303921,256), 13303921 /% 256 = (51968,113), 51968 /% 256 = (203,0), and 203 /% 256 = (0,203).[1] Collecting all the remainders in reverse order, then joining them with periods, produces 203.0.113.255. (This notation is just for people to read; aside from parsing code, none of IPv4 uses this notation.) When you enter an IPv4 address, the opposite happens — an expression like ((203 * 256 + 0) * 256 + 113) * 256 + 255, which evaluates to 3405804031, is performed. These octets are just numbers — using 203.000.113.255 or 203.00.113.255 in place of 203.0.113.255 is merely a choice of how to write the address, as 203 * 256 + 0 = 203 * 256 + 000. mraow
[1]: this operation can be omitted; I include it for symmetry. [2]: though all of this holds true for IPv6, I really didn't feel like going through 128 bits of address
Comment on
Great ideas
Reply in thread
and, of course, so many people would be fluffier :3
Comment on
ICANN is Accepting Suggestions for new TLDs (for $227k) - what would you pick?
Reply in thread
.moe already exists; my Matrix client has a .moe domain.