Earlier quoted context omitted.
Damn, the culture they have bred and actively maintained is now going to be turned against them? It might end up making them more sympathetic people on the long term. They might realise the seriousness of what they have done to others.
You don't like to lump people into groups by race/country of origin but find no cognitive dissonance in lumping people together by platform choice.
4chan Sharty Hack And Janitor Email Leak
231–240 of 1001 posts
Re: 4chan Sharty Hack And Janitor Email Leak
#232Earlier quoted context omitted.
Damn, the culture they have bred and actively maintained is now going to be turned against them? It might end up making them more sympathetic people on the long term. They might realise the seriousness of what they have done to others.
You don't like to lump people into groups by race/country of origin but find no cognitive dissonance in lumping people together by platform choice.
People can leave the platform. They can't leave their race.
Re: 4chan Sharty Hack And Janitor Email Leak
#233Earlier quoted context omitted.
> bodybuilding.com Obligatory post about the dumbest argument to ever be had online [0]. It’s so good, the Wikipedia entry [1] has a section devoted to it. [0]: https://web.archive.org/web/20240123134202/https://forum.bod... [1]: https://en.wikipedia.org/wiki/Bodybuilding.com
My personal favorite rendition of this: https://www.youtube.com/watch?v=JqylqmDl0Mw (Mega64 - Flame War Theater - "Full Body Workout Every Other Day?")
In the same vein, for those who haven't seen it, the classic "Is soup a drink?" debate: https://m.youtube.com/watch?v=IDNuz_VFJtU
Somewhere, there are ancient Greek rhetoric teachers spinning in their graves.
Re: 4chan Sharty Hack And Janitor Email Leak
#234[1] https://www.theverge.com/2018/10/24/18019464/4chan-anon-anim...
Re: 4chan Sharty Hack And Janitor Email Leak
#235You know, I always found Twitter (even pre-X) to be worse than 4chan ever was. Not in obvious terms, but in how it fucked with your head.
Re: 4chan Sharty Hack And Janitor Email Leak
#236Earlier quoted context omitted.
I'd hardly call it the "old internet". It is very niche, and has not been around that long really - like what 2003 or something? Nothing compared to e.g. Geocities which was early-mid 90s IIRC which I'd argue had more relevance to people than 4chan.
22 years is old. Nobody knows what geocities is, it has no relevance. It’s like talking about brands of telegraph wire.
Re: 4chan Sharty Hack And Janitor Email Leak
#237Earlier quoted context omitted.
You shouldn't be logging in to a server via SSH using a user+password combo, instead use a public/private key combo which is considerably more complex and can't effectively be bruteforced like a user+password. Most web servers don't really come with any built in defense against brute force attempts vs Basic Auth gates, so unless you've set something up to protect it, someone with enough time will eventually get in.
> " can't effectively be bruteforced like a user+password. " Only when the password is weak enough to bruteforce swiftly. It will take literally thousands of years to bruteforce strong passwords.
Re: 4chan Sharty Hack And Janitor Email Leak
#238I feel too many people conflate /pol/ with the whole website. I enjoyed browsing through sfw boards like /tg/ (tabletop media), /ck/ (cooking) and /fit/ (fitness). I had long discussions about the SW sequels on /tv/ back in 2015-19. The readership was surprisingly diverse and the anonymity lead users to provide more focused replies. With bodybuilding.com gone, the blue boards felt like the last bastion of the old int…
I always thought it's /b/ that people conflate with the whole website… (for the purpose of declaring it a cesspool) … but then again I never looked at /pol/, maybe it's even worse than /b/?
Re: 4chan Sharty Hack And Janitor Email Leak
#239Earlier quoted context omitted.
I haven’t used it for many years now, but phpMyAdmin was long a source of compromises. Lots of security holes.
That's my point - if you have a reasonably secure password (let's say 50-100 characters, fully random), it's extremely unlikely that anyone is ever going to even get beyond the basic auth prompt.
Re: 4chan Sharty Hack And Janitor Email Leak
#240Earlier quoted context omitted.
You shouldn't be logging in to a server via SSH using a user+password combo, instead use a public/private key combo which is considerably more complex and can't effectively be bruteforced like a user+password. Most web servers don't really come with any built in defense against brute force attempts vs Basic Auth gates, so unless you've set something up to protect it, someone with enough time will eventually get in.
Genuine question that I haven't found a good solution to yet, if I want to just go to any old computer and ssh into my server, do I have to carry around a USB stick with the ssh key on or something? because I sure as hell wont be able to just remember it