#ot1-perplexing-regexing

1 messages ยท Page 301 of 1

rough sapphire
#

also, if i have two-factor enabled, will the adversary get access to my account if he gets the token somehow?

sand goblet
#

I'm a programmer, so I'm naturally skeptical until we get hard proof, so

#

Yes.

rough sapphire
#

seriously?

sand goblet
#

Yep

rough sapphire
#

does it work like a cookie?

sand goblet
#

The token is post-2fa

rough sapphire
#

oh god

#

@wet steppe WhatsApp.... gangs?

#

how can the token be stolen then?

sand goblet
#

It identifies the session specifically

rough sapphire
#

๐Ÿค”

sand goblet
#

With great difficulty

#

They'd need access to your machine really

rough sapphire
#

what about the console scams

plucky ridge
#

Scott, for some reason that sounds like a YouTuber's intro

sand goblet
#

I mean, don't use the console

rough sapphire
#

i dont

sand goblet
#

Problem solved

plucky ridge
#

"WhatsApp, Gangs!!"

rough sapphire
#

but like, its like session stealing basically?

#

@plucky ridge WHATSAPP, GANGS! IT'S YA BOI

#

but token instead

sand goblet
#

Basically

rough sapphire
#

i am sure csrf is in place but

wet steppe
#

pls like and subscribe @rough sapphire

rough sapphire
#

idk this creep keep saying he got my token

sand goblet
#

Csrf is irrelevant unless you use the browser, but yes

rough sapphire
#

like i am not buying into it but still

#

@wet steppe Don't forget to SMASH that like button!

sand goblet
#

If you change your password then it invalidates the tokens

plucky ridge
#

Does it?

sand goblet
#

Yep

wet steppe
#

I watch a lot of youtube minecrafters
I have to hear SMASH THAT LIKE a lot

rough sapphire
#

@sand goblet actually no, csrf is relevant if you use the app too

sand goblet
#

Only for RPC

rough sapphire
#

app is hybrid, and sends the request the same way browser would

sand goblet
#

Which you have to authorise anyway

#

Yeah but CSRF relies on the cookie being present in the current browser session

#

Anyway, it's not an issue with Discord

rough sapphire
#

lol i just dont want my data stolen

sand goblet
#

Their API doesn't make use of your cookie

rough sapphire
#

@sand goblet can two-factor be compromised? In general, not only with discord per se

#

Don't forget to SMASH that like button, leave a comment, hit that bell, sacrifice a goat, and follow us on Instagram, Twitter, Mastadon, Diaspora, Facebook, and Pinterest!

sand goblet
#

Depends on what you use for it

rough sapphire
#

@rough sapphire If you compromise the app, sure

sand goblet
#

Yep, exactly

rough sapphire
#

mobile app right?

#

is what we all use

sand goblet
#

Keep the totp secret safe and then no biggie

rough sapphire
#

The web app

#

yeah but the token is being generated on remote device

#

mobile device mostly

#

right

sand goblet
#

It depends what you use for 2fa, there is no one 2fa app

#

Some 2fa apps do sync the secret

rough sapphire
#

@rough sapphire I'm not sure what you mean

sand goblet
#

Also, disable SMS 2FA

plucky ridge
#

SMS is very insecure

rough sapphire
#

well in order to authorize with 2FA i gotta provide token, that's being generated on my mobile device

#

Are you asking if 2fa can be compromised on a server application, or if TOTP can be compromised by stealing the device it's on?

sand goblet
#

TOTP relies on a shared secret, if the secret is stolen somehow then it's compromised

#

But that's very unlikely

rough sapphire
#

okay i am not too keen on the terms

#

in respect to 2FA

#

@sand goblet Sure, but I'm just trying to understand the definition of compromised here

#

Okay, so

plucky ridge
#

here's teh earth

rough sapphire
#

TOTP is essentially just a SHA1 hash of a secret

#

So you'll get 6 numbers based on that ( most of the time, can be different, as well as the hash. But these are what to expect most of the time )

sand goblet
#

nice earth, you might say

rough sapphire
#

So are you talking about someone stealing the TOTP ( Timed One Time Password ) from your mobile device ( tablet/phone ), or are you talking about compromising the application/server that stores these secrets?

#

@rough sapphire ^

#

TOTP surely

#

is it literally being generated on my tablet/phone?

#

or is it connected to remote server

#

which generates it

#

i am just curious whether this TOTP could be predicted

#

The remote server will generate the secret for you

#

the remote server that my phone is connected to ?

#

Which you'll capture the QR the server gives you via camera

sand goblet
#

You know when you set up 2fa and it's like, scan the QR code

rough sapphire
#

Which remote server?

sand goblet
#

that QR code is the TOTP secret

rough sapphire
#

@sand goblet i know that's what i've done

sand goblet
#

after that, though, everything happens directly on the device

rough sapphire
#

okay i took Timed One Time Password for the 2FA token that resets every 30 seconds

#

@sand goblet Not necessarily. If you're using Google Authenticator/AndOTP/etc, yes. If you're using Authy, no.

#

i remember scanning the QR code

#

with my phone

sand goblet
#

well okay, but nobody should be using Authy

rough sapphire
#

but it was like setting it up

#

right

#

i am curious about the 30 second token

#

@rough sapphire That's TOTP. The server gave you the secret via QR

sand goblet
#

You can't predict the token without also having the secret

rough sapphire
#

oh i see

#

and where is the secret stored?

#

So unless someone either 1. Breaks into your device and takes the secret

sand goblet
#

on your device. Usually.

rough sapphire
#

which one

#

i have my pc with discord

#

and mobile

#

or 2. Breaks into the server and steals the secret

#

with 2FA app

sand goblet
#

the one you scanned the QR code on

rough sapphire
#

got it

sand goblet
#

Discord has a copy of it as well, of course

#

to check your token

rough sapphire
#

when i authorize

#

right

sand goblet
#

I mean, it's on their servers

#

not the Discord client

rough sapphire
#

okay, i really think of 2FA as a safeguard in case somebody gets access to my main machine that has the discord client installed

#

so even if that happens, they will still need my phone

#

in order to authorize

#

BRB AFK

sand goblet
#

It's a safeguard for when your password is compromised

#

that's all

#

you should secure your computer separately

rough sapphire
#

so its essentually the same as SMS validation

#

its basically for restoring password in case it was changed

sand goblet
#

well, no

#

it has nothing to do with that

#

it's just a second factor when you login

#

you provide your password and a 2fa token

#

instead of just one of those

rough sapphire
#

login is the key word here right

#

well i just found out that adversary can still login on my behalf

#

if they have my token

#

i am not sure but isn't there a way to disallow that?

plucky ridge
#

You'd be disallowing yourself to login

#

Pretty sure

#

Just reset your password and deactivate and reactivate your 2FA

sand goblet
#

it's better to think about how they might have gotten hold of your token

#

but it's likely they don't have it

#

either way, just do what hem said if you're worried

#

making sure you reset the password first and 2fa second

vapid bluff
#

do you have 2fa enabled for your email account

rough sapphire
#

i mean token is relatively public data within your local network? It gets transmitted with every request

#

and i would assume its also stored in some private file

sand goblet
#

it gets transmitted via https, so it's encrypted there

#

so that's not a problem

#

yes it'll have to be stored somewhere

rough sapphire
#

I see

#

i also have another question, it's pretty out of the blue but still.
If 2 clients are using the same vpn and also have chosen the same server with all of their requests going through it, and also given that both clients access the same website

#

will the webserver they accessed have the same public ip in logs

#

can't things get messy because of that?

#

and what about cookies

plucky ridge
#

I really feel like you're blowing this out of proportions. Thus far you have no proof that he has access to your account, right?

#

And even if he did, you'd be able to lock him out with a password change

#

And if you haven't done that yet, then why not

#

If you genuinely think your systems are compromised, disconnect from the network, run virus scans and whatever other scans you feel are needed

#

But usually the more time you take the worse it'd be

sand goblet
#

this thing that you're doing

#

sitting here, worrying about it

#

is exactly what a person like that would want you to do

plucky ridge
#

Don't let the terrorists win

#

Wait

rough sapphire
#

lol

sand goblet
#

haha

rough sapphire
#

yeah i got it

#

thanks

wet steppe
#

its like a game of CS:GO

sand goblet
#

Reset your password, make sure windows defender is up to date

#

go about your day

#

preferably block the idiot

rough sapphire
#

i am on linux

sand goblet
#

well then you're probably fine

plucky ridge
#

Just like how turning your computer off and on again is standard procedure for IT stuff, resetting your password is standard procedure if you think your account is compromised in any way

rough sapphire
#

i know, its just when sombody tells you he has your token, it's at least a little reason for concern

#

a reason to give your privacy a few extra thoughts

plucky ridge
#

I'd agree if this wasn't the internet

#

People say all kinds of false things to get others riled up

#

But that doesn't mean you can't err on the side of caution

#

You'll be fine

wet steppe
#

if you join a greyhat server
you will get many people telling you they have your token

#

I learnt that lesson already

plucky ridge
#

It's scamming 101

#

Say you have access to their deepest, darkest secret, even if you don't

#

For most, that's usually enough

#

NOTE: Hemlock and the Python Discord community do not condone the use of scamming or any other malicious activities, and this previous statement served only as a commentary on the human psyche.

wet steppe
#

๐Ÿ‘€

#

scared of Hemlock now

plucky ridge
#

Well it's not a totally undesirable response

wet steppe
#

this is why we need BinGang

plucky ridge
#

omg

rough sapphire
#

okay will my question regarding vpn be answered though

plucky ridge
#

Virtual Potato Nation

rough sapphire
#

yes that one

plucky ridge
#

-nods-

#

Respect the Spud Lord and he will show mercy

#

I'm very tired

wet steppe
rough sapphire
#

idk about that one

#

its the most popular rn

#

meaning attracts all the attention of the agencies

plucky ridge
#

Then don't do sketchy shit in the first place?

rough sapphire
#

whom?

plucky ridge
#

Hard to get caught if you're not doing anything in the first place, it's my motto

#

Oh more just a general statement

rough sapphire
#

well if you are not doing anything then why use VPN

plucky ridge
#

The almost obsessive hold people have on privacy

rough sapphire
#

in the first place

plucky ridge
#

China

wet steppe
#

if you don't wanna get caught by the authorities
find a big plastic bin
open the lid
and jump inside

#

100% success rate

plucky ridge
#

And the great firewall

#

Plenty of practical reasons

#

Also playing games on school campuses

wet steppe
#

region locks

#

on videos

plucky ridge
#

^

wet steppe
#

also just being a webdev in general

plucky ridge
#

True

#

Also accessing documents at your office when you're out of town

#

Like our auditors do

#

Spying on your cat while you're out of town

#

Get a job you lazy little bastard....

grave phoenix
#

What

minor jewel
#

creeper

#

aw man

#

so we back in the mine

rough sapphire
light kayak
#

if this is a doubly linked channel, where's the prev and next pointers?

rough sapphire
#

i see a little silhouetto of a man saying play doh doh doh

rough sapphire
#

I'm just the Poe man from a Poe family, spare me my life from this monstrosity

#

im convinced that "i see a little silhouetto of a man saying play doh doh doh" is a thing somewhere tbh

#

like its ALWAYS stuck in my head

#

that one line

#

it must be somewhere

vestal briar
#

๐Ÿ‘Œ

wet steppe
#

@rough sapphire bohemian rhapsody by queen ๐Ÿ˜ƒ

vestal briar
#

Mhm

#

scattermous! scattermous! will you develop with django!

wet steppe
#
Scaramouche, Scaramouche, will you do the Fandango?
Thunderbolt and lightning, very, very frightening me```
rough sapphire
#

@wet steppe i dont think "saying play doh doh doh" was part of the song tho feelsGladMan

#

ive mixed bohemian rahpsedy and the playdoh advert together in my head somehow

vestal briar
#

Misremembering

wet steppe
#

ooh I see

vestal briar
#

Or that I guess

#

I have modded my modular chassies in besige

rough sapphire
#

its been a thing that repeats in my head for years tho like it must be a thing

vestal briar
#

It is now a apc thing

rough sapphire
#

i have no clue what that is but it looks badass

vestal briar
#

:)

#

I made a modular chassies

#

Just a ton of struts and suspention that was strong

#

Then I very heavily modded it to make it that

#

Removed all wheels and suspention apart from the front

rough sapphire
#

i know what a modular synthesizer is but no clue what a modular chassies is

vestal briar
#

Uhh

#

Besige is like ksp for medival vehicles

rough sapphire
#

ahhh

vestal briar
#

Really cool game, i'd reccomend it

#

So I just made a very strong "base" for all my stuff

#

And modded it to make it this thing

rough sapphire
#

i dont even have ksp yet pepe

vestal briar
#

Rip

#

I was playing it a bit today

#

I'm a pro at making planes ๐Ÿ˜Ž

half spoke
#

why is pulseaudio taking more CPU than the entirety of KDE

vapid bluff
#

anyone up for a rocket league tournament?

#

or a few games?

tame pier
#

I would, if I played RL ๐Ÿ˜…

half spoke
#

i like the game

#

but i felt like my teammates were always trolling :/

#

ended up refunding it on steam because i was somehow the best player on my team despite being trash

#

but god it was fun

tame pier
#

What other games do you play Enki?

rough sapphire
#

weird.. OT name..

#

Duke Nukem reference

sand goblet
#

I came here to kick ass and chew bubblegum

#

and I'm all out of ass

#

..wait

gusty tulip
#

wat

harsh hemlock
#

taw

rough sapphire
#

XD

wooden silo
#

chew chew chew

rough sapphire
#

I came here to kick bubblegum and chew ass

vestal briar
#

I came here to kick bubblegum and chew ass

tired osprey
#

riot drummer is rioting!

half spoke
#

It's a they live reference, not Duke nukem

vestal briar
#

No

#

It's a discord reference I think

half spoke
#

"i came here to chew bubblegum and kick ass, and i'm all out of gum" is a they live reference. duke nukem rips this off (as he is just a ripoff of pop culture), and in duke forever, your hologram/clone thingy says "i'm here to kick bubblegum and chew ass"

#

ive never seen that movie or played those games. no idea why i know this

vestal briar
#

ยฏ_(ใƒ„)_/ยฏ

sinful turtle
#

A server I'm on just sent a base64 thing in the announcments page, which when decoded gives: 'Nqrt ba jan tmanertofssl. Otf ad ghajer Tnb, As otf Ceetr spkk ya rte Oq. Drlpts dhais beu fkd gl Esta.' Does anyone have any clue what encoding that could be (and no it isn't Ceaser, I've checked that)

sinful copper
#

no idea - putting it in a cryptogram solver just yields gibberish and failed matches, so it's not arbitrary substitution either

sinful turtle
#

Turns out you can get ConfederatesBoyOurGoodsHealthyGodsMissySnlbPOnBooksDogh2HomeBoyFreeMusicLoginMarineLJXRihan from binary decoding it, though I have no clue what you can do with it

wet steppe
#

hmm maybe puzzle

sinful turtle
#

And they just gave the hint 'think outside the box'

rough sapphire
#

@half spoke So you're saying it's a Duke Nukem reference

half spoke
#

it's referencing a reference

#

but at its core it's a they live reference

jagged fog
#

Duke made it popular

rough sapphire
#

that convo inspired me to take a break from linux and watch They Live for the first time and man was it worth it

wet steppe
#

they live is actually a huge film

half spoke
#

they live absolutely made it popular

#

you're just a youngin

#

from the little ive seen of it, its an amazing movie

wet steppe
#

fairly sure you are also too young for that movie ๐Ÿ˜„

half spoke
#

im older than you fammo :P

wet steppe
#

it doesn't count if u were like 1 year old in 1988 lol

half spoke
#

not quite that old lmao

jagged fog
#

Generation gap I guess

wet steppe
#

Zoomers best

jagged fog
#

idk the names

#

I played duke when I was kid

#

more than much

half spoke
wet steppe
#

is it like trump is carrying on the song?

half spoke
#

trump tweeted that first

#

papa roach quote tweeted

proven flint
#

okay so i just installed a ryzen 7 3700x
and im confused af

#

according to windows its running at 4.2 ghz?

#

while the stock is at 3.6?

#

ive not changed anything

#

is this some kind of windows bug?

#

i tried checking in the bios and it says 36.0 ratio there

#

okay it doesnt seem to be a windows bug as cpu-z reports a similar ghz

#

any ideas of how to underclock it lmao

wet steppe
#

it overclocked itself

proven flint
#

why tho

wet steppe
#

ryzen just be like that

proven flint
#

damn

#

any idea how to turn it off

wet steppe
#

why would you wanna turn it off?

proven flint
#

you know

#

dont want to fuck the warrant when ur not sure if shit works yet hehehe

wet steppe
#

it doesn't break warranty

proven flint
#

ah

#

i guess it turns inself down when the temps goes up?

wet steppe
#

yeah that's right

proven flint
#

alright

#

thanks brah

wet steppe
#

its called Precision Boost Overdrive

#

and Automatic Overclocking

vestal briar
#

๐Ÿ‘Œ

#

Fuck 2 mins off from being exactly 12 hours after

wet steppe
#

nice

vapid bluff
#

if a store tells you something is gonna take 7-20 'working days' but theyre also open on weekends should you count those too?

#

ive emailed multiple times and got no response

#

even called and was told theyd get back to me over email lmao

sand goblet
#

No

vapid bluff
#

on their website they use the term business days and say 5-15

#

but on the paper i got it says 7-20 'working days'

#

idk if that's just cause this job is gonna take longer or just some terminology weirdness

wet steppe
#

working days doesn't count weekend

#

business days also doesn't

#

as far as I know

#

at least when I ordered things

vapid bluff
#

right, but what im saying is this store is open 7 days a week

wet steppe
#

hmm

vapid bluff
#

so would the weekend count as working days for them?

wet steppe
#

now its ambiguous

#

but uh

#

I would still assume 5 day week

wooden silo
#

@vapid bluff I wouldn't bet on it.

sand goblet
#

Pretty interesting delivery window

#

4 weeks, give or take 8 days

vestal briar
#

I'm trying to focus

#

But the music is too nice

sand goblet
#

What music?

gentle moss
#

the only music

vestal briar
#

@sand goblet Abbey Road

gentle moss
#

good album

vestal briar
#

Yeah

sand goblet
#

Ah right

gentle moss
#

bang bang maxwell

vestal briar
#

Currently listening to Oh Darling!

gentle moss
#

ah so you've just finished maxwell then

#

i think they're one after the other

vestal briar
#

Yeah

#

Octopus's Garden is next

gentle moss
#

Here Comes the Sun is clearly the highlight of the whole album

#

weird it's a b-side

vestal briar
#

One of my favroites

#

Hm?

gentle moss
#

Octopus's Garden, proof they were high enough to let ringo write a couple.

vestal briar
#

ยฏ_(ใƒ„)_/ยฏ

sand goblet
#

the first time I heard that

#

it was on the muppets

vestal briar
#

Bike by pink floyd is the most high song I have ever heard

wet steppe
vestal briar
wet steppe
#

can't believe sax this good in a mario game

#

Pink Floyd are awesome yeah

vestal briar
#

:P

#

I was so confused when this came on my mp3 player

wet steppe
#

that guitar solo in comfortably numb

#

so good

sand goblet
#

haha that lick

#

love how he inserted it in

gentle moss
#

"the most high song"

vestal briar
#

Yes

gentle moss
#

i mean... that can go weird places

wet steppe
#

"the most high song" is gonna be some deep fried meme thing

gentle moss
#

nah

#

it'll be something you didn't expect

sand goblet
#

that's hilarious

#

good video apex

#

it reminds me of the bassoon players

gentle moss
#

how deep is your love?

sand goblet
#

yep

#

haha

vestal briar
#

Haha

#

Now back to beatles

gentle moss
#

idk what my favourite track they ever did was

#

there's a few

#

Helter Skelter is pretty dope

vestal briar
#

Yeah

gentle moss
#

Fixing a Hole is just kinda nice

vestal briar
#

I used to dislike fixing a hole

#

I like it now

gentle moss
#

their worst stuff is definitely when their early stuff

#

that's some generic pop stuff

vestal briar
#

The Early Beatles is the Beatles' sixth album released on Capitol Records, and their eighth album for the American market. All of the tracks on this album had previously been issued on the early 1964 Vee-Jay Records release Introducing... The Beatles. The front cover photo fo...

gentle moss
#

that's... totally not what i meant.

#

:D

sand goblet
#

since we're talking music

vestal briar
#

I went to the reconstructed cavern

sand goblet
gentle moss
#

i have objections already

#

without opening

sand goblet
#

I bet you do

#

haha

vestal briar
#

Classical hungarian EDM

sand goblet
#

Hey!

cosmic quiver
#

stop it

#

the piece is already dead

#

๐Ÿ˜”

sand goblet
#

haha

vestal briar
#

Sorry overlord

#

It's funny, a secondary school we went to visit when I was in year 6 was bragging about being where john lennon went

#

It's the biggest secondary school in liverpool

#

Of course someone famous from liverpool went there..

#

There's a massive section for Notable former pupils on wikipedia haha

gentle moss
#

hah

#

Rand Paul legit said that no one has been denied medical care in the united states for 100 years

vestal briar
#

๐Ÿค”

gentle moss
#

"We have always taken care of those who are sick in our country. We have never, ever turned anyone away. Iโ€™m a physician. Iโ€™ve operated in hospitals for 25 years. I have never, ever seen anyone turned away who needed care."

#

ahhh, it's subjective evidence, never mind

#

opinion not fact.

vestal briar
#

Well

#

You wouldn't be turned away

#

You'd just be massivly in debt :D

gentle moss
#

and then die

vestal briar
#

Time to watch mr robot

#

Didn't finished season 3

gentle moss
#

plenty of people avoid going to hospital to avoid costs and then generate higher costs when they actually get sick and go into hospital

vestal briar
#

So rewatching from the beginning

#

Yeah

gentle moss
#

"oh man, this cancer is really bad, if you'd have been in 6 months ago we could've helped"

#

"soz."

vestal briar
#

:/

wet steppe
#

early intervention in medicine is often cheaper yeah

gentle moss
#

i'm a fan of this campaign

#

"YOU DON'T HAVE TO YELL" plays really well

wet steppe
#

he running for Pres?

gentle moss
#

i'm gonna say....

#

Congress

#

yeah, congress.

wet steppe
#
@TimRyan

Running for Prez #Ryan2020 |```
#

his twitter sidebar

#

he's already a congressman for 17 years

gentle moss
#

yes, but that's not that long

wet steppe
#

?

#

17 years not long

#

that's long in my book

gentle moss
#

nah, there's one that's been in congress for like 47 years

#

it's a problem with the system, in a way.

#

short term re-elections, no term limits, etc

gentle moss
#

@sand goblet

#

birdseye might start making them

sand goblet
#

What is that

gentle moss
#

that's...

#

fish finger lasagne.

sand goblet
#

Do I need to get out the cross

gentle moss
#

:D

sand goblet
#

I'm getting out the cross

#

This is an abomination

gentle moss
#

iiii meeeaaaannnnnnn

#

i'd try it if it weren't full of gluten

#

it does look nice

#

until you know what it is

wet steppe
#

i'd still eat that

gentle moss
#

hangover food or lazy freezer food maybe

#

it's still weird.

wet steppe
#

pasta and fish in general is nice

vestal briar
#

And it's actually just made me angry at it's quality

rough sapphire
#

bright side is a shite channel

vestal briar
#

Yes

#

The fuck

olive epoch
vestal briar
#

And what does that have to do with anything?

olive epoch
#

I used that to block bright side on yt

#

It legit removes the videos from suggestions and from popping up

vestal briar
#

Thats.. nice

olive epoch
#

And if someone links you to a video from their channel it redirects to the homepage

#

Goodbye clickbait

#

:D

gentle moss
#

wot bout the queen upsaid dwn

#

dun finky it's a problem

lucid heron
#

hi

#

What was your last project?

eager trout
#

A python module that made automated web spiders

#

but that's boring af

#

I made a website recently, but that's also casual

lucid heron
#

damn

#

I am horrible at this then

eager trout
#

I learned how to make a website in a day

lucid heron
#

Me too, but I am bad at it

eager trout
#

its easy with python flask

lucid heron
#

because it was the only day

#

The last thing I did is in show your projects

eager trout
#
from flask import Flask,render_template

app = Flask(__name__)

@app.route('/')
def home():
    return 'Hello World'

if __name__ == "__main__":
    app.run(debug=True)

#

I see a lot of cool projects in that channel

lucid heron
#

Nice

#

Ill check it out

rough sapphire
#

@eager trout Except you don't use debug=True in production

#

as it'll open you up to code execution

half spoke
#

the newest python discord logo offends me and i demand that it be changed!
/s

rough sapphire
#

You being offended has been noted, carry on citizen.

half spoke
#

your noticing of my offense has been noted

quasi sequoia
#

I am wishing to 8bitify my avatar

vestal briar
#

Oh god what have I set off

#

Apparently it reminded him of selling optiplexes?

#

ยฏ_(ใƒ„)_/ยฏ

ornate bison
#

omg i honestly love the new server icon

#

the circle looks kinda weird tho

#

but tis pretty awesome

jagged fog
#

is best icon

vestal briar
#

Very cool icon

#

Just the pixels look a bit off

#

Needs either a tad higher or a tad lower resulution

ornate bison
#

yeah

#

a little to the right i think as well

autumn night
#

i wish discord allowed you to disable the "...is typing"

rough sapphire
#

Yeah me too

autumn night
#

same with imessage

#

its like venmo making all transactions public by default

#

serves nobody except to further acclimate people to a no-privacy society

#

(that said we are all using discord, a closed platform run by a privately held company that can change its privacy policy at any time)

rough sapphire
#

I never said Discord was good

#

I wouldn't know about iMessage/Venmo, never used them

tight fractal
#

i have this in my todo

create a user input module that mimics all kinds of garbage that users input and test our functions against it

#

is there anything out there that already does that?

wooden silo
#

Are your functions pure Python?

#

Sounds pretty interesting, tbh.

#

Apparently you write tests by defining a class of inputs and the library finds examples from that class that breaks your test.

#

"class" as in "set", not class as in OOP

summer rampart
#

create a user input module that mimics all kinds of garbage that users input and test our functions against it
sounds like fuzzing

wooden silo
#

Yeah, I found Hypothesis from a list of fuzzing frameworks on the Python wiki.

sand goblet
#

Hypothesis is a popular fuzzing library/tool, yep

#

I've heard it's pretty good

minor jewel
tight fractal
#

thanks lads

gentle moss
#

thads.

minor jewel
#

damn i want caterpillar 340f hydraulic excavator for my bday

shell raptor
#

Do you think anyone would be intersted in a game where the main mechanic has something to do with regular expressions?

torn ridge
#

yes, people who hate themselves lol

sand goblet
#

there are people that enjoy that much regex

#

I'm not one of them though

junior sundial
#

Hey, how do you do to send embeds?

vestal briar
#

Apart from dennis richie, I don't know of anyone that likes regex

#

Sure it's a handy tool

gentle moss
#

i like regex now that i'm getting better with it

vestal briar
#

But it isnt really fun to write

gentle moss
#

i still use something like regex101 or something to write it though

vestal briar
#

Yep

#

Takes forever to write

#

I genuenly wish there was a scratch-like thing for regex

#

It's confusing looking over your regex pattern trying to find why it's not working

gentle moss
#

wonder if there's a pycharm plugin that does some cool regex syntax colouring

shell raptor
#

It can be done without a plugin.

sand goblet
#

yeah it does it without one

shell raptor
wet steppe
#

ooh nice

sand goblet
#

it'll do it automatically if you're using one of the re methods too

gentle moss
#

oooooooooooooooooooooooooooh

#

tasty

shell raptor
gentle moss
#

nice

#

TIL etc

summer rampart
#
wraith umbra
#

PyCharm does the same thing with SQL which is also really nice

tight fractal
#

regex game would be fun, i use regex a lot and I always find myself on regexr.com

just like vim-adventures, it's a fun game; once in a while i do a speed run to keep my memory fresh

wet steppe
#

there's a game for flexbox too

shell raptor
cosmic quiver
#

regex crossword eh

#

doesn't sound too hard since it's this way and not the other way around

wet steppe
#

looks hard to me

cosmic quiver
#

the hex one is uh

#

broken to say the least

#

oh they form words

#

so you don't actually even need to solve them

#

thanks discord

minor jewel
#

how to write embeds?

rough sapphire
#

this?

minor jewel
#

yep

rough sapphire
#

> you do this
->

you do this

minor jewel
#

ok

#

woah

rough sapphire
#

this doesn't work though iirc

#

but this does

minor jewel
#

bruh

cosmic quiver
#

>>> if you do this
it will continue
on multiple lines

minor jewel
#

ty

#

oh
really

rough sapphire
#

oh
really

minor jewel
#

no

rough sapphire
#

oh
really

cosmic quiver
#

three of them

rough sapphire
#

oh
ok
hmm

#

oh huh

minor jewel
#

i
got
it
k?

#

ok thank you

#

how to close the embed

cosmic quiver
#

If you have 3 you can't AFAIK

minor jewel
#

like

writing
writing

and here i need it to end

#

damn

cosmic quiver
#

> you'll
> have to do
> this instead

minor jewel
#

oh fuck

#

ok

cosmic quiver
#

how long did this take

#

not bad

wet steppe
#

the regex?

#

nice

cosmic quiver
#

yes

wet steppe
#

how did you get good at regex

cosmic quiver
#

I should do the flexbox one too as I am known to be a flexbox master

#

flexbox is the only CSS tool that works as you'd expect

#

besides colour

wet steppe
#

CSS Grid is good

#

you would best find help in one of the help channels ๐Ÿ˜ƒ

rough sapphire
#

okay, i will try my luck

eager trout
#

Do these channels change names every day?

wet steppe
#

ye

vestal briar
#

Wait david cameron said he described the National Health Service as "one of the 20th Century's greatest achievements".

#

Right wing prasing left wing?

sand goblet
#

he's wrong either way

wet steppe
#

Conversatives still support NHS

vestal briar
#

I mean the nhs is good

#

They are just underfunded

sinful copper
#

that >>> thing doesn't seem very useful

sand goblet
#

super useful

#

copy-paste is common for quotes

#

easier than having to go back and reformat

vestal briar
#

I WANT TITLES

glass gorge
#

What's you guys' favorite goto for sore throat / starting cold

wet steppe
#

drink water

#

eat lots of food

#

and sleep lots

glass gorge
#

drink water \โœ”

eat lots of food \โœ”

and sleep lots \โœ”

wet steppe
#

no need to take cold medicine, none of it can actually help with a cold virus
except possibly vitamin C and even that is in dispute

glass gorge
#

I dont even recall seeing that in norway.

wet steppe
#

I imagine norway does have vitamin c pills ๐Ÿ˜„

glass gorge
#

Yeah, but not "cold medicine"

#

from what ive seen, but i never looked for it

jagged fog
#

hm

#

โœ”

#

dope

glass gorge
#

But yeah, that's pretty much what I do, take days off early to not be that guy sniffing and coughing at work

#

and just rest, eat, drink water

wet steppe
#

you can take painkillers but they aren't rly helping

#

just masking symptoms

glass gorge
#

I probably need those tonight

#

Last night was horrible

#

Aching ears, headache, breathing being slow

#

and throat just dying

#

Not to mention uncomfortable heat

minor jewel
#

can i post some kind of bad picture

wet steppe
#

okay

minor jewel
#

epic gamer

glass gorge
#

Didn't ninja not even qualify for the last major?

wet steppe
#

wow really?

#

i thought he was the best

glass gorge
#

Read somewhere a 16 yo or something won a buncha millions

#

where ninja didnt even qualify

wet steppe
#

my hairdresser entered

#

the open qualifier

minor jewel
#

ninja is a noob

glass gorge
minor jewel
#

he just makes everyone think he's a big skill guy

jagged fog
#

he played with controller

minor jewel
#

i remember when he died another time and reported some dude for streamsniping

glass gorge
wet steppe
#

yeah he did do false reports for streamsniping

minor jewel
#

he contacted someone from epic games

#

oh anyone remember his old clips

#

when he wasnt a kid friendly streamer

glass gorge
#

Ninjas an entertainer

#

He's gotta spend most of his "game time" also entertaining, marketing, and branding

minor jewel
#

THE FUCK YOU SAID TO ME YOU LITTLE SHIT

glass gorge
#

The kid that won supposedly spent at least 6 hours everyday with intense practice

wet steppe
#

probably way more than that

minor jewel
#

oh guys you know cizzors speedrun maps?

glass gorge
#

at least

wet steppe
#

I know there are Dota pros who play 12hr per day or more

glass gorge
#

Kid probably also had school ๐Ÿ˜‚

minor jewel
#

one fellow gdasher (hotball1) made the fastest speedrun ever

#

and won money

pine vector
#

@glass gorge Fisherman's Friend or Ricola lozenges are my gotos. They don't speed recovery or anything, but they keep the soreness in check.

glass gorge
#

I love doc's

#

for that

#

but fishermans work

#

Dont really get Ricola

glass gorge
#

Repsils are nice too

minor jewel
glass gorge
minor jewel
#

whats this

glass gorge
#

Cheap, and licorice

#

Cough .. tablets?

pine vector
#

I rarely use the *caine ones. But they def numb. ๐Ÿ˜

glass gorge
#

i dont know the word for em ๐Ÿคท๐Ÿฝ

minor jewel
#

i remember using Strepsils when i was ill and my throat hurted much

#

it helped

glass gorge
#

I'm considering leaving my comfy home to get something for my throat

minor jewel
#

thats dope because i wasnt sick for like 6 months

#

or more

glass gorge
#

Tea dont work :(

wet steppe
#

I'm very lucky with genetics
almost never get ill

minor jewel
#

try hot tea with honey

wet steppe
#

like once every 2 years

minor jewel
#

helped me too

glass gorge
#

I dont have honey

#

so i'd have to leave for honey

pine vector
#

Yeah, tea & honey only go so far.

glass gorge
#

Same

minor jewel
#

and also tea with berries

#

i have a lot of berries in home

glass gorge
#

I have not been ill for the last 3-4 years

#

Or well

#

Depends how you define ill

minor jewel
#

raspberries, strawberries, blackberries

glass gorge
#

I've had small coughs and such here and there, but i usually treat it within a day or 2

minor jewel
#

all these literally in my backyard

#

flu counts too

glass gorge
#

Ill count it as, it's 3-4 years since I stayed home from work because of something (that wasnt chicken pox)

spiral flame
#

Hey guys , do you think the 3x rule for buying properties is feasible irl?

#

In my Canadian city the average detached house is going for 720k (Kelowna) do that many people really pull 240k a year Orrr

wet steppe
#

most people don't buy detached houses in a city...

spiral flame
#

Good point

wet steppe
#

detached house here in london is over a million

#

even in a bad area in the outskirts

vestal briar
#

Imagine just skyscrapers in a futuristic city

#

Then a nice little home sitting on a small block

#

In the middle of the city

frosty berry
#

that "up" movie was quite something ๐Ÿ˜ƒ

#

๐Ÿ˜‚ even

foggy kindle
#

What do you guys think about Toronto pricing? Houses in the suburbs of Toronto are now starting to go over 1 million dollars.

wet steppe
#

same for every big city in the west

#

its a big problem

foggy kindle
#

Yep.

vestal briar
#

Woo

#

Wealth inequality!

#

Isn't it the top 14 people own as much as the bottom 4 billion?

foggy kindle
#

What? I don't understand your question.

#

Are you trying to say that individuals like Bill Gates don't spend their money on useless things such as mansions, and live life like middle class individuals? - If so, you are correct.

vestal briar
#

Search up wealth inequality

light kayak
#

expanding_brain1 return
expanding_brain2 return None
expanding_brain3 return print()

tame pier
#

lol

rough sapphire
gentle moss
#

me: hey apprentice can you patch port 421 on the patch bay into port 45 on the switch?
apprentice: click, click.... click

glass gorge
#

Haha

gentle moss
#

he patched two networks with DHCP enabled into each other and caused a DHCP fight

#

had to restart the service on the pfsense cause it was freaking out

#

one of our bigger customers is actually taking security seriously after one of their managing directors was emailed their own password

#

which is the same for almost everything he uses

#

from a breach that happened 4 years ago

gentle moss
#
When he took over as CEO of Britainโ€™s Daily Telegraph in 2017, Nick Hugh laid out ambitious plans involving a strategic pivot for a pro-Brexit newspaper that was facing plummeting circulation.

The former Yahoo and BT executiveโ€™s mission, he said, was to focus the 164-year-old publication not on selling papers, or counting subscribers, clicks, and views, but rather to accumulate 10 million โ€œregistered usersโ€ online as soon as possible.

โ€œRegistration is the tide that lifts all boats,โ€ Hugh told the Financial Times in December of that year.```
#

well that explains the massive paywall

#
the Telegraph makes no attempt to authenticate the email addresses used in the registration by asking the user to confirm in a follow-up email```
#

ah. :D

#
โ€œAs a subscription-first business, registration is the first step on the way to becoming a subscriber,โ€ they said in a statement in response to a series of questions.

โ€œIn order to create a smooth registration experience, The Telegraph does not authenticate email addresses at the first point of entry, instead the email database is routinely reviewed for any inaccuracies.โ€```
#

interesting angle of attack.

#

i imagine the advertisers paying for eyeballs might not be so happy with this information

vestal briar
#

Why are there fucking 8 fast an furious movies

#

9th one is coming next year

summer rampart
#

I want there to be at least 10 so we can have Fast 10 Your Seatbelts

vestal briar
#

๐Ÿ‘

#

But people have not got sick of them

#

One out per year basically

#

All have been meh quality

autumn night
vestal briar
#

Ooh intresting

patent ferry
#

now we have a python Minecraft version server pic.... cooooool

sand goblet
#

What? Minecraft?

vestal briar
#

?

sand goblet
#

This is far more retro

patent ferry
#

i should have used the word pixelated

wet steppe
#

I guess you could dye concrete blocks

#

and make a grid of them like pixel art

patent ferry
#

that's what i mean

plucky ridge
#

I thought wool was usually used for that

wet steppe
#

if u want ye

vestal briar
#

Can someone tell me why the avengers endgame just started playing supersonic rocket ship by ELO?

#

Oh it has the lyrics now

#

Alright then, a random 30 second transition with elo

#

ยฏ_(ใƒ„)_/ยฏ

vapid bluff
#

wow spoilurs

vestal briar
#

Thanos dies

autumn night
#

Tcl is fun

proc doubleString {text} {
    set letters [split $text {}];
    set result "";
    for {set i 0} {$i < [llength $letters]} {incr i} {
        append result [lindex $letters $i];
        append result [lindex $letters $i];
    }
    return $result;
}

set text "hello world";
puts [doubleString $text];
autumn night
#
proc doubleString {text} {
    return [join [lmap char [split $text {}] { concat $char$char }] ""];
}

set text "hello world";
puts [doubleString $text];
timid vigil
#

hi world

#

is there any way to combine school subjects such as physics and biology with programming?

#

do you perhaps know any modules that allows for modelling of physical phenomenoms or even chemical reactions?

frosty berry
#

Python is used a lot in science, you might want to look au scipy for a starter

#

It's pretty general though, there are more specialised modules for domains of physics, chemistry, biology, astrophysics, etc

timid vigil
#

OK

frosty berry
#

And there are more elsewhere, you can usually google python and a science subject and find good stuff :)

timid vigil
#

yes

#

thanks nonetheless for you advice!

autumn night
#

@timid vigil you basically can't do physics nowadays without programming

autumn night
#

@jaunty crater what's that 75% keyboard?

#

nice battlestation

jaunty crater
#

which one

autumn night
#

the one in the middle, the 75% one

jaunty crater
#

drevo grammar

#

I modded it with pbts

#

ones from a massdrop the others an amazon order

autumn night
#

good stuff

#

you do video editing? finance? day trading?

#

what do you use 6 monitors and 2 computers for

jaunty crater
#

i used to hardcore game

#

modded a gaming reddit page

#

then i broke my back

#

I decided to learn to code so i could work even if i was in bed

#

above is a poker 2

#

thats running my mint setup

rough sapphire
#

keyboards hyperlemon

#

i recently ordered a new clear case so i can get some smexy underglow - idk what keycaps im gonna use yet tho

jaunty crater
#

are they backlit?

#

use this and paint your canvas

#

upload a dank meme

rough sapphire
jaunty crater
#

ur welcome

rough sapphire
#

thanks for allowing me to waste even more money hyperlemon

autumn night
#

just dont get into high end customs

rough sapphire
#

the only thing i really like care a lot about is the switches and look

#

ive been contemplating building one with a wooden case, seen a few of them and they look real nice

vestal briar
#

I dislike all but the filesystem & name

#

(That was newbie me first learning what "systems" programming was)

vapid bluff
#

Owe-S

#

๐Ÿ‘

lost skiff
#

where the toucans at

vapid bluff
#

in the cupboard

#

with the other cans

rough sapphire
#

Hey guys, in the IDE libe webstorm you can find a part of code using regular expressions.
Can you use that regexp to replace a text?

Example:
I have a string like that '[1,2]' and want to replace it to [1,2] and the same thing every matching text

vestal briar
#

Home alone for 4.5 hours

frosty berry
#

you don't want to replace text, you want extract values from text, no?

#

ah, in the IDE, yeah i don't use webstorm, but hopefuly they offer something like search and replace from regexp

#

if they don't, well, i advise learning an editor that does

flint dagger
#

When you open the search & replace function, there should be a checkbox for Regexp

rough sapphire
#

^.*$

wet steppe
#

search and replace from regexp is rly good

gentle moss
#

i think the robot uprising is a way off.

wet steppe
#

why is there a trend on github of

#

"awesome-X"

#

and then its a repo with links about X

vestal briar
#

Because it's good

#

I think there is a github topic that lists them all

flint dagger
vestal briar
#

Oh shit this is a big list

sand goblet
#

oh my god

#

every time I press the PS button while using PS4 remote play

#

Steam is like HAAAAAAAAI

vestal briar
#

๐Ÿค”

lilac glade
#

@gentle moss I found a lady yelling at one of those one day.

#

It was hysterical.

#

Shame I don't remember the one-sided converstaion.

gentle moss
#

:D

#

i get mad at robots

#

i saw something that pissed me off recently too

#

Tesco has self service tills that have this annoying voice

#

"UNEXPECTED ITEM IN BAGGAGE AREA"

#

Tesco have actually used that as a JOKE for marketing their banking products

#

"UNEXPECTED VALUE IN THE BANKING AREA!"

#

like fuuuuuuck you

gentle moss
#

DO NOT LOOK INTO THE LASER

#

:D

wet steppe
#

self service did make shopping way faster tho

#

some of the smaller tescos around here

gentle moss
#

it's great if you've got one or two items

wet steppe
#

only had 1 person on till 10 years ago
now they still got 1 person on till
but also have 3 self service checkouts

gentle moss
#

and 1 person watching the self service checkout

#

seen some larger tescos that take the piss

#

like 3 people watching self service

#

and only 2 on the main tills

vestal briar
#

Aldi does it right

#

A billion normal tills

#

There have been 7/10 open ones in a medium sized aldi near me

#

I am home alone and smell fire, brb

sand goblet
#

aldi/lidl never have enough people at checkout

#

usually only one or two open

vestal briar
#

I mean at peak

#

Normally it's 4 at low

rough sapphire
#

self checkout OP

vestal briar
#

๐Ÿค”

rough sapphire
#

walks up to the mirror

#

Is this the self checkout lane?

#

oh god

vestal briar
#

I would like to do some programming today but I don't know what

rough sapphire
#

I have a whole host of things to work on

vestal briar
#

I finished my projects

#

I have 1 that I am really not bothered to do and is a waste of time from a tutorial

#

And 1 that needs thousends of lines of code and a rewrite

#

Time to write a new portfolio description

acoustic brook
#

some day linkedin will stop giving me truck driving jobs and give me programming jobs

vestal briar
gentle moss
#

expertise?

vestal briar
#

No clue

#

I cannot write this for the life of me

gentle moss
#

interest?

#

study?

#

aint no expert yet

#

damnit my keyboard is broken, no shifty face

#

grrr

vestal briar
#

๐Ÿค”

#

I need to pad this out but I have not got any awards or shit to showcase

#

Just a ton of projects I added below

rough sapphire
#

\โ—€

vestal briar
#

@sand goblet How do you change the text colour in bulma?

#

I tried body-text and text but not working

#

I have a h1.title

#

Nevermind, got it

rough sapphire
#

I have a very serious question for yโ€™all - Star Wars or Star Trek, which is better

vestal briar
#

Star trek

#

Though not watched past the first 2 episodes

#

Star wars is very 70s and 80s cliche now

rough sapphire
#

you - i like you feelsGladMan

vestal briar
#

Awh <3

wet steppe
#

Star Wars extended universe has stuff that is better than the movies

#

Knights of the Old Republic series

#

and The Clone Wars animated series

rough sapphire
#

I agree. To be honest, Star Wars is the one thing where I consider the canon to be the fan fiction. Its the old Star Wars books that were the best version of SW for me. But, I like SW enough that I'm okay with most of it, even if not all of it is the best.

vestal briar
#

The lore is really cool

rough sapphire
#

Star Trek best hyperlemon

wet steppe
#

I do think The Next Generation is amazing

#

I don't know Star Trek that well tbh

#

I've only seen a bit of TNG so far

uneven granite
#

okay

#

here's a real silencer

#

theneedledrop (anthony fantano) or any other music critic

sweet sparrow
#

You had me at Star Trek

frosty berry
#

i guess i shoulld watch the old star trek some day

rough sapphire
#

yo @sand goblet

sand goblet
#

@rough sapphire do I know you?

rough sapphire
#

well no but are u free for 1 minute i wanna ask for advice.

sand goblet
#

why me specifically?

rough sapphire
#

cuz i remember long time ago u showed me your setup xD so i built a new setup and im wondering which one looks better..

wet steppe
#

monitors?

sand goblet
#

I mean, my setups are all about functionality, not looks

gentle moss
#

gdude's going for the 3 monitor TIE-Fighter setup

rough sapphire
wet steppe
#

nooo

#

not another TIE-Fighter

gentle moss
#

s ๐Ÿ‘ m ๐Ÿ‘ h ๐Ÿ‘

wet steppe
#

You were supposed to bring balance to the force, not leave it in darkness

rough sapphire
#

thats my setup 1 week ago ^^

gentle moss
#

BETTER