#ot1-perplexing-regexing
1 messages · Page 317 of 1
I'm literally at the fucking edge right now
wot
could just rip that eyelid off
yeah i dont think you should do that
it's so fucking annoying god DAMN it
just close your eye 😉
So you stress more 🤔
@tired osprey it does it with my eyes closed as well
to a lesser extent, but still
okay thats ....interesting
I have to really focus and pretty much meditate for it to stop twitching
I honestly will if this continues for a couple of more days
actually, I have a routine checkup on the 13th anyways
I'm not really sure what they can do about it though
well maybe they at least know why its happening
the silver lining is that it at least doesn't seem to be visible unless you're specifically looking for it
it's visible, but very subtly
but it makes me self conscious as well, like what if my conversation partner sees it and thinks I'm nuts or something
I mean we already know you are
😒
¬_¬
wow that emoji is totally different on my phone than on discord
Tazer your eyelid
I just got a ping
Not sure where from
that looks interesting
Discord and Slack are the next-gen of IRC
nah using IRC via irssi is cool
pft who needs uploads or anything
IRC has uploads...
yeah but not with these fancy previews everyone on discord likes
Yeah
cuz it's open bitch
i mean discord is open ish as well
Not really
Hah
you can do your own client if you want to
Yeah
and get banned
I would still be interested in how theyd figure out youre using a third party client
I mean if htey know their client uses the API in a certain way and see it not being used in a certain way they can still figure it out lol
are you assuming all the API is documented though?
^
API wrappers are all open source
Anyway there aren't any undocumented parts of the api that we know of
yeah thats why its called undocumented
Im quite sure if somebody found an endpoint which isnt listed in the official docs theyd make some research on it and publish a blog post explaining exactly what it does dont you think
Yeah
dun hav to tell every one nuffink m8
Official discord client most likely sends some telemetry to track us facebook-style
But then again, there would be a button to turn that off
And there is one
So it can't legally detect anything using any extra telemetry as sending it is optional, even on the official client
Even if you were worried about that, sniff the network.
People have done it and the api is all documented to my knowlage
https://twitter.com/losethos/status/1170286154106703872 he's back baby
what on earth
next fight is khabib vs poirier lets gooo
@rough sapphire That's a distasteful joke
anyone using Tern for company-mode in Emacs?
do we know for sure that account ever belonged to terry to begin with?
Well he had other accounts 🤔
whoa those post's though JC
So all terries where hackers
And one just got his face public
And done livestreams
just found out my mum's bottom right eyelid started twitching around the same time that mine did, and still is, just like mine
I really want to chalk it up to coincidence, but what the fuck?
I'm not stressed though
she is, but I'm not at all
I've never had my eyelid constantly twitch like this and she hasn't either
I sleep pretty ok
¯_(ツ)_/¯
What app is that @rough sapphire
mi fit, it works via my amazfit bip watch
there's other apps for that as well
sleep as android was pretty good when I used it, what, 5 years ago?
requires you to leave your phone on your bed, though
so you just sleep with your watch on?
*on^my bed
or just next to it
I'd rather not leave it on / in my bed thanks
for many reasons
I think with sleep with android, you put it on your bed because it also keeps track of how much you move around and stuff
Im also an old analog watch fan, not so much smartwatch guy 🤷
Eh. I have what I call a dumb watch, or just a calculator watch.
No IoT syncy Real Time OS stuff :p
Those watches just use microcontrollers with what probably is a mask ROM
Still prefer these kinds 😍
casio f-91w or bust
the f-91w is ok, it's a real classic
i prefer my modded casio royale more, though
cheap and tough
i do want to get around to doing some mods
new LED maybe
inverted polarised filter
lasers
how do they work
no
PEW PEW
they work more like this: peeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeew
and it carries on
lasers are super funky
i didn't realise that their functionality is dependent on the bose-einstein statistics as part of quantum statistics/mechanics until a few months ago. :D
apparently if you zap a magnet with a laser it behaves like a liquid 🤔
apparently if you shine a 5mw laser onto your eyes you can go BLIND 
apparently if you go blind you cant see anything 
!ban @everyone
god damn it
i just followed the tutorial here https://thepi.io/how-to-use-your-raspberry-pi-as-a-wireless-access-point/
and now i cant ssh into the pi any more
gg wp
and it didnt even work
dont see any AP showing up
that's from 2017
if you're on the latest debian based OS i think it might be wrong..
like latest raspbian or ubuntu or something idk
Guys, what chat should I ask in for help for opencv?
@robust turtle if its just python related then a help channel is fine, if its more about math or image processing maybe #data-science-and-ml
thanks, I'll try asking in the help channel first then.
I didn't know where to ask so I'll ask here.
I forked an active library and changed like 2 lines from a file that's 2 years old and will never change. is there a way to make my fork in sync with the original one except for that one file ? (github)
I have a Huawei watch but I never wear it
@vapid bluff if networking is kill, you can take the sd card out and use qemu + systemd-nspawn to chroot into it and revert the modifications locally
or use the uart serial comms, if you have that set up
oh yeah monitors are a thing
used this instead
but i cant figure out how to make it share wifi with whatever's connect to the ap
not sure if thats even possible here
doing some reading up now
rofl @rough sapphire
"oh yeah well you could just UART to get access to a TTY through serial or take the SD card out and manually change the settings in the file system perhaps eve-"
"i plugged in a monitor."
Okay?
does it?
yeah some of them probably need privileges to be installed so if you don't sudo they wont install
they installed fine regardless of whether i had sudo or not
i started off with just pip3 install [package]
then when i did sudo python3 [script] it couldnt find the package
but it did if i ran python3 [script]
then i ran sudo pip3 install [package] and it worked
confused af
it's not cool to just say random stuff in the middle of other people's convos
(that last message was directed at @rough sapphire who then deleted their shitpost)
hmmm, it has to do with privileges some how, i have had similar issues like that in that past
i thought maybe sudo is switching the user to root? but that's not how it works right?
that's kind of it
sudo executes a command as root.
for this purposes it is
ahh
if you apt install python3.X with sudo
TIL
it's system wide
same for pip packages
can you not?
in fact, that's just annoyed me enough i'm gonna go back to washing up
peace
o/
right, so i wasn't wrong?
i believe so
think ive misunderstood something fundamental here then
is root the only super user?
when you use sudo the command runs as root rather than whoever's currently logged in?
all this time ive been thinking about it in terms of admin privileges like on windows
well root is = to 0 which is like all priveleges
IIRC both OS'es employ a form of discretionary access control, but how they do that is way different
Windows's is more granular
Relies on Tokens with a set of permissions
Which are checked against the access control list of an object
Which I believe is how they implement features like integrity levels
SELinux brings some of that and more to Linux
Along with Mandatory Access Control I believe
i also think you can control sudo privileges too like depending how you have it setup in your sudoers file so not all sudoers are the same
we mostly use sudo so we don't have to use root to do certain things since that can be kinda of dangerous we don't want to be root unless we have to be
They're both granular
the name sudo makes so much more sense now
Linux does most things via file permissions but we have systemd access stuff too
It's literally super user do 😄
uhh yes system fucking d
As I've brought up before in #cybersecurity , I tend to recommend the use of su as opposed to sudo for those that don't know / aren't interested in the difference
Whereas sudo is certainly more powerful, su is more straightforward.
isnt su for logging root access?
I don't think there is a need for sudo with a password on a personal machine
Unless you don't know what you're doing
It's infinitely simpler if you don't have one
@sand goblet You don't think sudo access needs a password?
I'm confused as to what you're saying
In prod or in like an office or something, sure
Your home PC? Probably not going to be a problem
yeah i agree makes it so much easier for me to pivot a system without that hahahaha
i dunno i think encouraging people to be more secure even at home is a better way of thinking just my opinion
100%
If you're learning, yeah, you should have a password for sudo, but I did say that too haha
Well, to play devil's advocate, you did say a home pc wasn't a problem 😄
Idk about that. I don't have sudo setup at all, and if I need root I login as root.
What
But I also have 2fa enabled on my user and my root account, so...
wtf you can 2fa setup on root
You can setup 2fa on any account
@shell blade Yeah, google-authenticator-pam
It's a PAM module
It's open source too
Sudo configurations are super useful in prod btw
Like if you have CI deploying something and you need root to restart the service
@sand goblet Why would it be such an issue to login as root to do root-related things?
my mind just freaking exploded right now
You can set up passwordless sudo just for that specific command
Because you can login as root, it's a known attack vector
You'd setup passwordless sudo for apt install ?
You can set up passwordless sudo just for that specific command
Then why suggest it?
you can 2fa allllllll the things @shell blade
how did i not know this
I don't think anyone mentioned packages
we're in the process of moving our 2fa on everything over to titan key from google auth
Look for me in the help channels.. I am trying to build a tree in my program.... I don't think I will be able to do it alone
:p
gong to make my first attempt and see how it goes
@gentle moss Physical 2fa?
combination
oh with the keys
technically you could as many FA as you wanted
I had a Yubikey, didn't see it as useful.
Super useful for offices and stuff
nice!
@sand goblet Until it's stolen or broken, then gg
pffft
^
ok so with 2fa on root what happens if you dont have a network connection?
it doesn't need one
@shell blade It's TOTP
Nothing? You don't need Internet for 2fa
2FA via email or SMS is an awful idea anyway
Agreed
i use app for 2fa
@sand goblet Sure, you can replace it if you're an office or something, but personal use... Yeah, that's not gonna work.
so you can generate a code in terminal
i did i use google now
scan it to google authenticator
That one is also crap
and set up that shit
But it's better than authy
How is Google Authenticator crap?
@rough sapphire well again, we are talking about offices
no code recovery
It's crap because you can't back it up yeah
Oh yeah? Show me
hmm?
Lemme find the command
what do you guys use?
i just store the auth string from the QR code in a vault
a physical vault
on physical paper
I actually use bitwarden
again, office work so
but do you get to open a combination lock when someone done fucked up?
You say that like my hands are strong enough to lift your solid steel deadbolt
/data/data/com.google.android.apps.authenticator2/databases/ is where they're at
i mean i don't get to do it either gdude so don't feel bad :(
Great, but I'll just sync them to an encrypted Google drive backup I think
it's a key'd safe
You'll need root and/or adb - but they're there 😄
Not gonna happen
ok so im def setting this up so stoked
haha
If you're going to move 2fa app
there are some pitfalls if you don't get your shit correct and disconnect or w/e
Remember to disable 2fa and then re-enable for the new one
@shell blade Make sure you setup it properly or you'll lock yourself out 😄
if you're doing it on a remote server
yes
exactly what scott said
i'd create a temporary recovery account and give it privs
incase you fuck it up :D
ok sounds good
It's more copy/pasting command properly - there's way too many how-tos for the PAM to screw it up
luckily i still had an SSH session open
I say that, but someone will screw it up. 
juan was only changing his sshd config too
i use andotp, open source + lets you backup and restore keys
not even installing a pam module
@vapid bluff AndOTP is legit
Eh, idk about that
im not buying a vault
@gentle moss That's more something you do with your wireless info
literal safe
Then you just put it up somewhere and scan the QR code
Should apply the 3 2 1 principle to that aswell.
Then when anyone comes over and they ask "What's the wireless info?" Scan the QR code, find out
Google WiFi has like an entire screen for sharing the WiFi password
And it doesn't have a qr code
Good job Google
pure JS WiFi QR Code Generator
totally wouldn't have anything else stored in the QR code lol hehehe
Good stuff
For guests I create a seperate network.
Me too
same
But it still has a password
You'll still want them to scan a QR code.
Otherwise it's "Yeah, lemme give you the password... it's around here somewhere"
i only give 2.4 too
I have an NFC ring
which evolves to "Screw it, let me login to the router and find out what it is."
I used to show off by like, picking their phone up and oh hey it's connected
I don't even use NFC
If you use something like pythondiscordisutopia You'll always remember it.
I use the fuck out of nfc
Safe enough for a guest network imo
I've used it.. once? for a purchase on one of my cards.
It was more "Hey check this out"
I use it for payments basically every time I go shopping
Contactless is standard here
i have nfc turned off
@shell blade You and me both
Ah, didn't think you'd count regular bank cards.
i just got robbed like a week ago still paranoid about everything
My public transport card also has it.
I mean I do that with cards too but my phone is in easier reach
Or my watch, when I'm wearing it
Which is not often admittedly
my bank did return all the money though so that was nice
Curious if anyone's done research on smart watches and how often they don't get security updates how they're useless.
I would leave it off if I was in America or Canada too I think
That continent is not known for secure point of sale tech
I have a smart watch
They're very nice if you're active
Very very nice
But I am not
You mean the fact that Target, Home Depot, Goodwill, and many more had POS systems compromised doesn't instill confidence?
😄
Well that and they just got chip+pin like 5 years ago
Hybrid smart watches ftw
If it's easier to pull your phone out than tap your watch then the watch is kinda pointless
But if you're running or your hands are dirty or you just don't want to have a phone to interact with
@sand goblet I think you skimmed past how I said smart watches don't get security updates much at all.
They're great
Sharpops is secure ™
I mean WearOS does get updates
The fitbits do too
But WearOS frequency depends on the manufacturer
How often, and how long are they supported?
Unless it's a recent WatchOS, then it gets security fixes via Google play like a phone does
The OS gets updates via Google Play and not OTA?
Bisk did you hear about people dying in the states from vaping>
We've had that since android 9, and they doubled down on it in 10
Security fixes by Google Play
(Or at least they think thats it)
@gentle moss gg nice knowing you
You need to support it to get certification these days
If you're a manufacturer I mean
those are from a certain type of vape mostly weed ones and black market stuff
Ah ok
@sand goblet That seems wrong. OTA is the better way of doing that
Vaping being marketed to children is wrong.
OOS and LineageOS does OTA at least
Stupped juul.
Gdude I need help with docker "setups"
It is over the air
¯_(ツ)_/¯
that's also because the USA has far more lax regulatory standards than the EU too
You got a minute?
sooo
But it's done by Google play services
And they decided to do it because manufacturers take months to release patches
DBrand now do juul skins
i havent seen much on hacking smart watches yet
Sounds like a good idea to get into
hmmm?
or fitness bands. I had an idea a few years ago of an open hardware fitness band
It's uninteresting because they're very underpowered
But that market is so complicated to get into as a beginner.
Anything in the background is immediately noticeable with the performance hit
@sand goblet I think it'd be fun to play with tbh
what do you mean scott? why would it be difficult?
I mean people have got doom running on them
Fitness bands are so cool. But many of these newer once you need to upload your data to the internet before you can get to it.
Instead of reading it out yourself.
@shell blade The hardware/software isn't open at all.
So to make something from the ground-up is expensive and time consuming.
Just look at the neo900 or librem 5
WearOS is just uninteresting
it's just android
you can sideload APKs or use ADB
there's basically nothing different about those mechanics
hahahaha @shell blade , they didn't update their instructions.
it said "remove cap"
and there was no cap on the cartridge
so apparently i ripped a component that had a silicone seal out
nice job, dickheads
I'm with @stark prawn in regards to fitness bands though
man don't use pods systems i hate them they are ruining the market imo
yeah, fitness bands do often require that and it's annoying at best
Well for one,
that said, a fitness band is no better at tracking than a good wearos watch
You need an account and all your information goes to their servers.
i don't care, i only got this one because they are out of cartridges for the ones i can smoke like a cigarette.
i hate button pushing
I was working with a fitbit for school. It doesn't allow you to read the data from it. You have to go through their site to get the actual data.
grr
All I want is a fitness band that stores all the information on my device and I have control of anything it does.
Which doesn't sound like a crazy idea, but ha ha ha ha ha good luck with that
can we ghidra to reverse engineer it?
People made some progress with my smartwatch
By reading and writing bluetooth data to the hybrid watch
You could add a bunch of extra features
@shell blade Considering these things have updates that are probably/maybe signed? Good luck.
then we can find some vulns make a exploit and now we have a dc28 talk woot win
jk of course dont take seriously
I mean, it's basic Android like @sand goblet said
I'd be surprised if there wasn't some big glaring issue
Fitbits run android?
WearOS, I mean
No, WearOS
Gdude why is it not acceptable to have 2 programs in one docker container?
That seems way overkill for a fitness tracker.
you don't even need your phone in the area
as long as they're both online somehow you'll get your notifs and you can action them
@stark prawn is right. I just want something to count steps/distance/running/time and I'm golden.
if you have one of those swanky 3G watches and you want to disconnect but not miss your messages then you just take your watch out and leave your phone at home
just use your phone?
yeah, you can use a phone for that
palm phone?
you know, the company that made the palm pilot PDAs?
palm
it's the small phone that's supposed to make you use your big phone less
I know of them, but have no clue what you're talking about, no.
Uh...
you just reminded me of it and it's hilarious
``Bad Stuff
Terrible battery life
Only supports SMS sync
It really won’t solve your digital overconsumption
``
It's also $350...
This is better
and when it was released you could only get it on verizon, or was it at+t
that looks like something from the 90's
@rain spindle The hell is that e-ink looking thing?
and you had to also have a second phone
Its a phone!
that website is terrible
I'll stick with my 1+, thanks.
For people that don't want a phone
That Palm thing reminds me of this: https://www.bhphotovideo.com/images/images1000x1000/SanDisk_SDMX22_008G_A57K_Sansa_Clip_Zip_MP3_832315.jpg
im angry just looking at that thing lol
You can still just get a brick phone.
the light phone also costs $350
hahaha yeah
also there's a running joke on the verge about it
( Which, I actually had a Clip Zip and even flashed Rockbox to it. Was pretty great back then. )
I read that as Roblox.
DON'T DEAD
OPEN INSIDE
Top to bottom, left to right
I normally read left to right, top to bottom.
the logo doesn't encourage you to do that
you could easily read it either way
offtopic but I just killed a flying bug and the blood it left behind was green.
weird.
Must be royal.
you are now radioactive
His superpower: Having green blood.
My favourite super power is being able to literally surf the web.
cobwebs + surf board
_ _ _
| | | | | |
___ ___ ___ | |_| | __ _ _ __ __| |
/ __|/ __/ _ \| __| |/ _` | '_ \ / _` |
\__ \ (_| (_) | |_| | (_| | | | | (_| |
|___/\___\___/ \__|_|\__,_|_| |_|\__,_|
Accidently send that email?
Just go chase it and pick it back up.
I think it was some kind of beetle
oh well
anyway
Requiring $10 extra per month and not getting text messages are just the infrastructural problems that the Palm phone can’t overcome. I don’t think either is necessarily insurmountable, but even if Palm had managed to do so, the Palm phone would still be a loser on its own merits.
It’s a bad phone, you see.
yis
That The Light Phone is just an android on super power saving
The Palm phone is a fad diet for your digital consumption. Just like fad diets, it promises a quick and easy fix for a perniciously complicated problem. Just like fad diets, it offers a framework for understanding your digital health that’s massively oversimplified at best and unhealthy at worst. And just like fad diets, the chances that it will actually help long-term are basically nil.
I love the verge for this kind of writing
even if I don't like Vox
350 yikes
I would love to listen to music right now
But just had a shower and don't want to put headphones on
Ok bisk
Notion - Shook feat. Freddie Martin 📱 Help us to 400,000 subscribers: http://bit.ly/subcribedeeprot 🔔 Turn on notifications to stay updated with new uploads!...
@sand goblet you reminded me of this: https://www.youtube.com/watch?v=7vJDPsd80f4
8 Bit Instrumental VGM
Download or stream at: https://atlanti.cr/TMBTL-Remix Download or Stream No.6 Collaborations Project - out now: https://atlanti.cr/No6 Tickets for the Divide...
I've been in a british music mood lately
Bluuuurrrrrr
or Dan Le Sac vs Scroobius Pip
love a bit of the Sac Pip
http://www.lexrecords.com 7" vinyl / CD / MP3 Download For more info and to hear exclusive tracks etc, visit: http://www.myspace.com/lesacvspip
@gentle moss stop exposing me you great spoon
haha, i suppose :D
every time i hear UK hip/hop i can't help but think of this human traffic scene
A scene from the movie "Human Traffic" in which Koop sells records in his record store and they mash up da place.
junglists eh
also bisk, thank you for introducing "ponce" to my vocabulary. fear not, for i shall use it well. ya ponce. :^)
Zero - Enter The Dragon 📱 Help us to 400,000 subscribers: https://goo.gl/0vUsl8 🔔 Turn on notifications to stay updated with new uploads! DEEPROT UK EVENT: h...
what do you mean you've never used ponce?
i've never heard it before now.
to be fair it's either a girly man or a pimp
OR
to get something for free
which probably comes from the pimp bit
yeah google's dictionary has all that sort of stuff
it can also be used as a crude gay slur
but to be honest that's pretty rare and usually manly men thinking they're hard
a.k.a. people who are usually called a ponce
yeah i'm trying to think of the northern alternative but i can't figure it out
Do people actually get called ponce outside of your town?
@stark prawn that is jackshouse stuff pretty great
jackshouse?
let there be house
uh one sec let me find it it was super famous
Mastered 320kbps download link - http://www.mediafire.com/?77235e5vnh3... My new remix of "Jack Had A Groove" Follow me on soundcloud : https://soundcloud.co...
ok so jack had a groove has been mixed and re made so many times it's like the house standard
super super famous
I had never heard of it.
Guess this is also where all the "My house is your house and your house is mine." t5hings reference to
Chuck Roberts - In The Beginning (There Was Jack) feat. Monique Bingham Chuck Roberts - In The Beginning (There Was Jack) feat. Monique Bingham by Ultra Musi...
also this is pretty true when people talk about origins of house lol no one can agree and i have had many arguments about where it started
i have had people from the uk claim it started their too ffs
Same as the ones fighting over wether hardcore came from rotterdam or amsterdam.
it's so crazy though that jackshouse is still used so much like all the time lol
even cross-genre
i don't think anything has been sampled that much
but yeah i was just trying to say that track was lit lol
Found a half-secret on xkcd: xkcd.com is best viewed with Netscape Navigator 4.0 or below on a Pentium 3±1 emulated in Javascript on an Apple IIGS at a screen resolution of 1024x1. Please enable your ad blockers, disable high-heat drying, and remove your device from Airplane Mode and set it to Boat Mode. For security reasons, please leave caps lock on while browsing.
Since someone linked green hill zone earlier
Everyone needs a little more jazz in their lives.
agreed
@vestal briar YOU DON'T KEEP CAPS LOCK ON WHILE BROWSING? #1 I RECOMMEND
OH YES SORRY
PRETTY MUCH INPENETRABLE FROM 0DAYS

@shell blade i'd argue that the amen break is sampled far more than that, although i suppose @gentle moss may be able to correct me if i'm wrong because i have no idea haha
amen break is pretty much the most sampled piece of audio ever
There's an entire music genre that is just the amen break with a little extra bells and shit.
yeah
It's distinct enough to be it's own thing imo.
and then you've got stuff like breakcore which sneaks it in all over the place but it's almost too fast or too buried under other stuff to recognise :D
Although within dnb the difference between like neuro and jump up is also enormous.
neuro is cool
No you are cool.
aww thank you :D
but so are you
to be fair, i've heard that you can put the amen break under any tune and, assuming you've made it the right BPM, it'll work.
Yeah, the amen break is definitely the most sampled piece in music. It's like the wilhelm scream in movies/tv
yeah
jacks house isn't a audio sample it's more about the some or all of the lyrics being used so i don't think anyone has tracked that lol as for amen break yeah totally
agree
bum bum tshhh taah taah bumm tshhhh
smacks bisk
Speaking of music, you'll probably like this @gentle moss
https://www.youtube.com/watch?v=r6AN1-CTUXM
Tickets on sale now for THE ALCHEMY TOUR with NGHTMRE, Slander, and Seven Lions at http://theglitchmob.com Limited "Meet & Greet" passes are available! 2019 ...
@shell blade ^ You'd probably like this too
Most anything Gramatik/Parov Stelar/Glitch Mob is a good point to start from if you like that kind of stuff
Pretty Lights - Finally Moving is a good song too
guess who is having sushi tonight <-- this girl haha i just ordered a lot of sushi
womp womp
ok so apparently to market the new doom release Bethesda came out with a doom inspired vodka lol
I don't trust Bethesda with much these days. They borked the Dark Nuka Cola release for crying out loud.
Fallout 76 is still a dumpster fire too
the new doom games are really good so im pretty excited for it
for the new series the first one was 2016 the sequel is suppose to be released november
official first gameplay trailer for Doom Pinky, the Double-Barrel Shotgun, incredibly fast multiplayer, SnapMap, , and id Tech 6! Watch the first gameplay tr...
Raze Hell. DOOM Eternal launches on 11.22.19. Watch the all-new Story Trailer for DOOM Eternal, the much-anticipated sequel to DOOM (2016). DOOM Eternal puts...
i usually dont either but the first was so good and this one also looks good too so I cant help my self lol
You mean the 2016 one, or the first one?
well both were but in this case the 2016 version
it was really neat they did a lot of throwbacks to the orginals including secret areas that were exactly like the orignal versions
I mean, I'd love to say You can't possibly screw up Doom, but then I'd be let down because they screwed up Doom.
and the soundtrack is like so perfect
well i would say try the 2016 version at least its very good and highly recommend by like everyone
who is a doom fan anyways
I played Doom on my old Sansa Clip Zip when I had that years ago
that sounds amazing
I honestly didn't know such a thing existed, I thought it would have the power of a mid 2000s phone
like those that ran little Java games
It was pretty neat, actually. Incredibly small screen and started a lot of conversations
but it looks exactly like Doom
"That's neat and all, and I'm gonna let you finish, but have you seen DOOM?"
"Woah, how did you get it to run on that thing?"
"I'm Hackerman, duh."
I think you'd enjoy Pixel Dungeon
Pixel Dungeon
I've played it before, but I didn't put much time into it to git gud
the only thing I play on my phone now is a japanese game of dubious morality
ah, you're kinda tempting me :/
was the mage a starting class?
because if it was, I always picked him
Or, wait
I always picked the Rogue
What was the one you had to unlock?
Barbarian or something
Google Images shows me a huntress
Yeah, that sounds right
out of 4 classes
I always did the Rogue
Because you could use your cloak and sneak attack things
Also throw shurikens, I believe
Not at all
Depends greatly on the game
Like for example, on Fallout 4 I decided to ||side with the Institute, because I ended up making my own jetpack. Besides, BoS are a bunch of jerks anyway.||
Ouch, you're missing out
Just don't touch 76 because it's complete garbage
3, New Vegas, and 4 are pretty solid
I'm not too much into modern games (I know it's not exactly modern)
I spent 50+ hours playing Baldur's Gate II this year, and I stopped because I didn't have the time
but I bought a Tales of because a friend of mine told me it was interesting and I barely touched it
(maybe it's because I find the tropes in that Tales of somewhat boring, but it would happen with most games)
Is that the one with the mouse guy?
yeah
the game itself looks horrible but I find it hella fun
I also loved the first Deus Ex! and I played it 2 years ago for the first time
I played Baldur's Gate 2 when it first came out 😄
That probably ages me a little bit, lol
This is a complete re-do of my "Deus Ex: The Recut" video. Some parts I couldn't get exactly the same due to the randomness inherent in the game's AI and lip...
relevant
I played Baldur's Gate 2 when it first came out 😄
we're probably about the same age then?
I'm 28
Something like that 😄
38, alright
I want to make one of those Roomba that turn your house into a Doom level.
Cough
I'm actually sick rn lol
bold of them to approach a sick person
does it count as a mass murder if you give them the flu?
I don't think so
Hmmmm probably not
She told me vaccines kill and then took a big puff off a cigarette


you can't expect them to be self-aware
It seems like a strictly American and Australian thing
Idk about the states, but here some vaccines are mandatory for children, and you need a medical prescription if you don't want your children to take it
I have a weird perception of the US
Many do lmao
it's like each state is their own country
Pretty much
so you have super progressive people and others who live in feudal times
Yup
I don't think we have mandatory vaccines here gdude.
We definitely do over here, I'm not sure whether the ones I'm thinking of are EU or Ireland+UK though
it's part of the school system, they do it at school
when you get to the right age
doctor comes in, innoculates everyone

That's not the case here
It's actually a political minefield that some are trying to navigate at the moment
It's starts with the question if daycare centers or schools are allowed to decline children who are not vaccinated
Which obviously leads to the question of if vaccination can be made mandatory by the state
I mean, the answer to "can they do that" is probably "yes" when you're talking about the state
Countries that do it haven't really reported many drawbacks
I was more referring to the ethical implications of that than I was to practical objections
Ah okay
the state tells me whether or not i can collect rainwater lmao
that is false
there are far more unethical things that they mandate
We've got a pretty conservative government and Christian parties still have a huge influence
true
So, well, it's not going to happen soon here
that guy was arrested for building like 4 dams to redirect rivers and streams to his backyard
it had nothing to do with collecting rainwater
haha
gdude, there are places in the US where a rain barrel is illegal
The impression I get from US politics is that stuff like this is often used to argue against government influence in areas where it's far more reasonable to have government influence
Not in most states
"not in most states" summarizes most laws tbh
the US us a trash fire for a lot of reasons, but the biggest is "muh states rights" leading to worse fragmentation than android
still two states :^)
nevada and.. colerado
existence proof
Makes sense to me. Laws against diverting water exist for the protection of the environment.
Yeah
and in nevada you can only collect it for private use, off your house, but not to be filtered for drinking
so it seems that there are no states where it's outright illegal
most of them just say you can't drink it
haha
which, like, fair enough
with today's pollution it isn't exactly clean
just a tad dirty
So it'd make sense they advise against it, but making it illegal?
it's only a few PCBs!
People are stupid
the US likes to outlaw everything
we're now talking about outlawing vapes
even though cigarettes are far more dangerous
oh I saw an article about that recently
yeah that is kind of dumb
something something a bunch of people died because vaping?
5 people
that doesn't sound like a lot
it isnt
we just hate those darn vapers
because they blow bigger clouds than my cigarette
gurr millenials
lol
she's said a ton of stupid things that make me think she's a center-right moron pretending to be liberal
not that center-right means moron. just that she's center-right, and also a moron
Interesting, that's the first negative comment I've seen
Yeah
yeah same chick
"antifa just as bad as real, actual nazis reeeee"
that both sides thing was enough to make me hate her, but i understand why people like her
I mean I don't 100% disagree with that comment, but I can see why it's a bit of a surprise
"both sides"
when you have a movement like antifa that was co-opted by random violent people
she's equating "the left" with actual nazis
and you're still getting new people willing to identify with that
name 3 random violent people
it's kind of hard to defend
well that's kind of the problem isn't it
antifa doesn't have a heirarchy
I mean there's been plenty of antifa events that turned into riots
well yeah, we should be rioting
I don't really see how terrorising the populace is a good way to get support
anyway, i don't wanna get political here, last time i did it went south real fast lol
haha, okay, fair enough
I dunno, she's the only candidate that's said things that made sense, even if you agree that some of the stuff she's said is stupid
at least as far as I've seen
none of these people I've heard anything from though
also isn't yang her DNC competition?
you must not be really looking, they're everywhere
I mean I'm not in the US, so
exactly :P
but isn't that the person I'm thinking of? Yang?
Ah right
but yeah, warren sanders and yang are all in it for the DNC
There was some DNC candidate that had Tulsi pushed out
gabbard will literally never get it after what she did to the democrats
which is why she has kind of underdog support I guess
"blah blah the democrats aren't centrist enough blah blah far left balh blah i'm not a democrat anymore"
"wait i changed my mind"
I mean she's right in that playing the left/right game is stupid, but yeah, I see what you mean
most aren't
but not all yeah
a lot of people think that anything left of actual fascist is "far left"
I'm of the opinion that you can't have an excellent set of policies without taking frames of thought from both sides
^^
That's centrism, as I understood it
I mean there are people that will hear "centrist" and retort with "so you compromise with the far left/right?"
which seems.. hyperbolic
a lot of centrists in america are actually pretty right wing
because "center" in america is just right wing anywhere else in the world
I see that
I wouldn't know, really
whoa
I mean fandoms are already the worst thing anyway
I don't see that
"they aren't killing anyone so they're fine" type stuff
ahhhh
ignoring the fact that the neo-nazis have killed people, and continue to do so whenever they can
Thought police kind of stuff is what they're trying to prevent
okay but nazis should be thought policed
But yeah, when you cherry pick examples and data like they do...
I was about to say something like what hem just said, haha
I'm not arguing that
ah alright
I'm just explaining why they might come to their conclusion.
There's always multiple angles to things
I don't think that being enforced upon what you should think is a great idea
and that thought wouldn't be allowed under thought policing
a lot of centrism in america is "left bad, don't wanna be an actual nazi, i'll pretend to be in the middle"
wait so right automatically makes you a nazi?
I think a lot of the problems with opinion is that people can't tell leadership and fandom apart
to some people yes
haha
wtf
....
not inherently
👍
I think that's a super hard judgement call
it's why I didn't like punch-a-nazi
like, how can you tell
the ones with swastikas
yeah but that isn't what that movement was about
the ones saying we need to genocide people
in that case "nazi" was used like, in the twitter sense
and you know what twitter is like
i dont
