#ot1-perplexing-regexing
1 messages · Page 242 of 1
thanks man
Just because you can type things on your keyboard doesn't mean you should
There's plenty of other places on the internet to be toxic
Allentown PA
oh PA is nice
That’s close to you right?
where did you go
who?
The night at the museum, museum
midtown i'm guessing? i hate midtown
oh nvm.
Which is like right next to centennial park
I hadn’t. Was one of the only major ones I have yet to go to. We only had like 3 hours but it was 👌👌
It’s massive though. Well worth the visit could probably spend all day in there if you are really like reading stuff
Have been to Manhattan a couple times though. My moms in upstate NY so when I visit, we normally drive down for a day or 2 and go to Times Square or other places
Hello, anyone who has info about logic circuits, design, decoders etc?
am I going nuts, or did this discord have a modded MC server
we did indeed yeah
It was closed down quite a while ago though
We didn't plan on hosting it forever
RIP I just built a PC yesterday
RIP? Dude thats awesome!
You know what bothers me as a Canadian citizen? My Prime Minister correcting "Mankind" to "Peoplekind"
huMAN
woMAN
gerMANy
I can go on
At first I thought he was doing something great but when I rlly thought about it, it didn't make any sense
help. Lets say that theres an infa red sensor and an intruder came stepped in the infa red line the sensor sends the signals are converted into digital form by ADC and is sent to the microprocessors and the microprocessors reads the signals and does it send signals to ring the bell or does it ring the bell itself
MANo y MANo
That's one small step for MAN, one giant leap for MANkind lol
hupeople
wopeople
gerpeopley
Peopleo y Peopleo
😂
Have you played Terraria?
I have heard of it
Hello guys
I'm doing this project for python and I'm not able to understand this concept
which channel should I go to?
#help channels I guess
However if it is really on topic you may look out for the topical chats directly beneath if im not mistaken
The ropeople empire was very large btw
^
eroor
reminds me of someone trying to get rid of master/slave terminology in programming even though it has nothing contextually to do with actual slavery
Haha really? Someone tried to get rid of master and slave hahaha
Replace "tried to get" with "got"
trying to? they already succeeded in Python, Redis etc
Many dissapoint still
politics forced into tech 
ugh
If you really don't care about politics, then does this really matter?
It's not barring you from having fun with linux and technology in any way
does this make sense to anyone? https://i.imgur.com/V1nuEVf.png
im referring to the footer
Looks like a username at the end.
yessir
The other jargin is an MIT Copyright, which I assume refers to the MIT License.
yessir
im just asking if it makes sense is all, like does it show that the bot sending the embed is under the mit license
thanks for the link though, i did need that 😂
I'd place a separater in between the two, then swap their places.
issuemeaname | MIT Copyright (c) 2018
implementing that as we speak, why do it that way though?
Looks better IMO
@misty field Why not try a Markov generator? It's a challenge to implement, but fun to see as a finished product.
A Markov chain is a stochastic model describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event.In probability theory and related fields, a Markov process, named after the Russian mathematician Andr...
i still dont get it
it works by analyzing basically what words follow other words generally and then picking the most often / probable choice
If my knowledge is correct
@glass gorge please buy me a nuke to eat if i fail my math(s) test tomorrow
Believe i said that was unhealthy last time you asked
i think thats against discord community guideline
so u not only gonna die, your soul wont be able to chat with us either

Nah Chilbi’s a cop it’s fine
🚓
🚨

911
not getting any pineapples from me
Good. I don’t want them
wow rude
mobile?
Ûãølś, éwšälop
?
@tired osprey u on?
maaybe
ok good
can you help me understand how to do wiener's attack if e is small? cuz i can only find how to do it if d is small
(and idk enough about crypto to know if i can just switch e and d)
Story of my life honestly
oh right
does that mean u can help?
copperfield?
thnx
Same mov al, 0
Sets the register to 0 basically
It’s used sometimes because it saves bytes of machine code
The downside is that in some architectures it may not be able be optimized / branched as quickly.
mov a1, 17
xor a1, a1
and
mov a1, 17
mov a1, 0
Produce the same result but it’s possible in the first snippet the xor won’t happen until the mov is finished while others could short circuit to just setting it to 0
That I don’t know. My ASM is pretty rusty 😛
:/
there is neg in some instruction sets
well in binary you can represent negative numbers by only using positives but okay
like with flags? or is there another way?
twos complement
hmm
I’m gonna go with that being signed but I can’t say for sure I guess
mov eax, 0x19 ; sets eax to 0x19 (0b10011)
xor al, al ; set last 8 bits of eax to 0
so overall that just sets eax to 0?
yes
well as you can see last 8 bits of eax
as documented
but as 0x19 is only 8 bits this sets it to 0
(i documented it, so it could be wrong)
Just in case you were curious why, xor is true iff the input bits are different. But since it’s the same register on both sides, it’s always false (0)
thats pretty cool - is that faster than just doing mov al, 0?
The machine code generated is smaller
Speed is probably very close
Mainly because it doesn’t have to store the 0 in memory
my friend was hosting a bot on repl.it and it seemed to work for a bit before it would just shut off
Yes, that's what I mean by that it would work for development/a school project
It isn't really a real hosting option
hey where would i report a user?
If you are reporting a user inside this server then please contact myself or any other administrators
to report a user for something elsewhere on discord please either contact the moderation team on that server or discord via https://dis.gd/contact
@bleak lintel u ever thought of using commas?
no
Ah, well let me introduce u to them - oxford even has it’s own comma 😃
So they help break up sentences into smaller bits so that people can more clearly understand what u mean
For example, in that paragraph it’s a bit vague as to whether the link is for contacting just discord, or discord and the moderation team on that server
Is there a bot command for suggesting a channel name?
no
Any chance u can add that bot functionality?
i think it was an idea at some point but we decided that the meta issue was a better way to collect suggestions
If I wrote the code to do it, would u consider adding it?
(As in the code for the bot to just take the suggestion and comment it on the issue)
i mean maybe
Yay - ok i’ll do that later today
Per person or overall?
per person
!otname suggest is a kind of meme
!otname
Can also use: otnames, otn
Add or list items from the off-topic channel name rotation.
Subcommands:
add <name>
Adds a new off-topic name to the rotation.
delete <name>
Removes a off-topic name from the rotation.
list
Lists all currently known off-topic channel names in a paginator.
Damnit clay :/
I'm sure
If he’s actually done it now I need to come up with something else to get dev role :/
Everyone has dev role
the only commands knownerror has used relating to otname is otname add
What’s the role u get when u add to the bot?
Hi 
Hi
Yeah that one
The fucking nerd role
lol
Got em
If I have an exam at 9:30, and it takes me 20m to get to the hall, and I don’t have any writing utensils or a calculator, what time do I need to wake up?
*what time do I need to sleep?
It’s 7:30 here and I’m in bed
How’d your interview go?
👌 like always
Was the food worth it?
anyone ever read Fahrenheit 451
Nope
i had to
@bleak lintel @sullen thorn @steel fox Yeah, I was just adding ot names in response to suggestions. It would be really cool to have a suggest subcommand for otname though!
Somebody is going to have fun removing that
That brings back memories
snoo
it hasn't snowed here since march last year.
They closed a highway here for a day or two last week due to black ice
I'm in the bloody high desert
Also a shit ton of snow
No snow in northwest, tons of snow in the southwest. Complete opposite of two years ago.
Weirded me out
Education ministry decided that school is too dangerous to travel to ATM so my weekend starts now and ends at Tuesday morning
The week keeps getting better
why is it too dangerous
too cold?
closing highways due to cold weather is absurd to me, as a norwegian who lives with ice on roads and cold weather most days of the year :P
it might be that there is no infrastructure to handle snow.
though i think people would be shocked to see norwegian winter roads
my firm owns a cabin up by a popular winter restort that any employee can use.
let me find a photo from there
is there an english word for packed snow by the road? the kind of thing you get when a snow plow have just driven by?
plowing edge there 😄
@tired osprey
824 Posts - See Instagram photos and videos from ‘brøytekant’ hashtag
Lol
Well it's not that dangerous but it's really much snow compared to what usually falls here
yeah, and when that happens infrastructure suffers.
Here, any speck of snow will grind the infrastructure to a halt
No one's used to it
It usually only happens once a year
Currently they are cutting down all major trees at roads and rails
So there isn't another train chaos like tomorrow
here we just switch to winter tires and get on with our lives
Same
Yeah well yesterday it was normal winter
My area does not have plows or salt or anything
Any amount of ice on the road we shut down
eesh not even sand??
Today the storm was so uh hard I guess that major parts of our train system didn't work anymore because there were so many trees on the rails etc
we have an army of plows and salt
Don’t have the trucks to distribute them
Er to distribute it (sand salt w/e)
But we also only get snow like once every 5 years or so
a significant amount of ours are tractors, actually
I guess to put my area in perspective, it was 70F on Christmas Day
Get yourself better climate
i got two days more weekend because of snow
yeah but that has nothing to do with the climate
another t shirt for me apparently
gg
Ew. T shirts with logos
who needs a tshirt with a logo if your jacket is going to cover it?
👌 single 👌 color 👌 v 👌 necks 👌
oh man you lucky duck @tired osprey
there was probably 10000 people who answered that and only 100 of them got t-shirts.
not too shabby.
loll
Would you get slapped by me or me?
Hey, let's not.
that kind of meme isn't appropriate here
How do u even do that...
Like how can u choose which core to use?
I thought that was an OS assigned thing
On windows (and presumably linux somehow) you can change the affinity of a process and select which cores an application should make use of
I assume that there will either be some win32com thing or a syscall on linux to change the affinity yeah
but to change it you need to run taskmgr (or the application) as administrator
Affinity doesn’t seem to be a rule tho... more a guideline saying “if this core is free, run it here if possible”
¯_(ツ)_/¯
Do you know the muffin man?
\texttt{taskset} can do that on linux, but i personally wouldn't
woah
i've been doing way too much tex recently
there is no such thing as too much tex
discord just needs to get proper tex rendering
Seems like a bit of a false positive there
👌
Or that @granite lake is actually self botting 
let's pretend ves had literally everything to do with it even though he really didn't :D
Seeing as how @bleak lintel is the owner. He gets all the blame.
Yeah we had issues with it
The author of the feature wasn't aware that discord embeds on opengraph and stuff use that embed field
Almost
Basically, almost all user-posted embeds have special types
Except, as it turns out, the one for Twitter
Which had a type matching that of an embed posted by a bot
So, as far as I've tested now, everything is fine but a link pointing to a page with a Twitter Card
Working on a patch now
Ah
Sorry, you can't do that here!
@rough sapphire
reeee
going into interview #4 with this business
can i just like get an ofer already at this rate my next interview will be with the AL governor
Ignoring discord.Message object.
ok awesome
Whoever decided that M&S should switch from plastic to wooden spoons needs to be shot
Like seriously
My tongue is dying
Thank god tesco still has plastic ones
I hate wooden spoons
I’d be worried if u didn’t
Wood might not be the option
Truly Metal would be better
But its more environmentally friendly
yet their cups or whatever are still made out of plastic
imagine shopping at M&S
Do u guys have M&S in America?
no
Ah - in general it’s kinda pricy, and they’re mostly own brand stuff
But their stuff tends to be better quality
They have the 2nd best pomegranate (Waitrose has the best but there’s no Waitrose here)
sainsburys is great
actually
forget about these big shops
my local corner shop is le best
i buy from them nearly everyday
customer service 10/10
lol same
We don’t really have a corner shop :/
We got Sainsbury, Tesco, M&S and Co-op within like 100m of my house
And a local butcher 😃 he’s awesome
Ok and there’s a bakery
What's bad about wodden spoons
I don't know where to get one
And I mean a shitty mass produced one, not a good one u actually paid for
That’s probably for the best
Aha
And u might get a splinter in your tongue
Wood is da best
Album hier kaufen: ► CD: http://bit.ly/mkkms-cd ► iTunes: http://bit.ly/mkkms-itunes ► Google Play: http://bit.ly/mkkms-gp ► Spotify: http://spoti.fi/257ers ...
At least it's German so they won't understand what's happening
I’m more worried about the image than the audio
If the still image is anything to go off
Ok then
I'm sorry Joseph
Mehodin
Why are the rules enforced so strictly? @bleak lintel
Like, you can't even YTDL
Yeah
Or say fags
Did U notice something in my username
I noticed your PC specs
Mhmm
@rough sapphire because it is the way we choose to run this place, we are discord partners and therefore we try and follow the Discord community guidelines and terms of service
Since when is saying fags against discord guidelines or tos
We also respect the terms of service of other companies and therefore do not assist in breaching it
I mean, this was made for gamers, I used to game
I know what the convos are about
It's not about sunshine
It's a derogatory term
It's only derogatory if you make it that
Have you never, when you were a kid
Lobbed something at a friend
Mehodin, wats that picture I been wondering, Reminds me of a show
🤷
no, believe it or not, I have not lobbed something at a friend like that
Reminds me of family guy and simpsons
@rough sapphire its slightly based off spooderman
Alright then
I'm done then, you're admin either way
It's not appropriate language here as even if you don't intend offence some people may take offence
Pooderman is black and spooderman is red
You're right
This is so, current time though
I need some biryani
25 years ago noonr would get "offended" by such terms
Nowadays they're all, excuse my language, lactating sissies, that can't handle a word
Shut it, Imma print some biryani
and in 1981 we were lynching people, doesn't mean the past was correct
mehodin this is a discord for python help and is intended to be a professional server, the language doesnt belong here even if its more accepted elsewhere, consider this like a work place environment
Lol
exactly Urbana
Meant to refer to him, my bad
there are lambda's
lambdas
(proper ones)
lambdas :^)
lambdas
what do you mean "proper"
Multi-line
they mean lambdas
idk if anyones mentioned lambdas yet
No they have not
oh, well then lambdas
pythons architecture doesn't revolve around needing multiline anonymous functions
i think if you end up needing to write one there is a chance you're writing bad code
"arguing about the use of the word {insert word I used} with an owner"
Apparently arguing is worth an infraction
https://www.artima.com/weblogs/viewpost.jsp?thread=147358 @rough sapphire Guido mentioned multiline lambda's here
Alright then
no, using the word and then using it repeatedly and trying to justify your usage after being told not to is worth an infraction

Best rhino build
Uhhhh
no
I do, but I'm not gonna start posting pictures and start talking about builds here.
I just personally don't think it's in the best interest to.
its cuz @lilac glade knows hes bad at it poggers
TIL you can be bad at Warframe
2/2 on the learning spectrum today.
anyone wanna playt urf?
You can have multi line lambdas?
no
Swear y’all said that above
What’s the syntax?
u start them with def function_name():
😒
well, standard line continuation rules still apply to lambdas
but you can not have multiple statements in a lambda, just one single expression
Ok... I can see myself throwing the 80 character rule out the window by the end of today
ew
also
compiling to bytecode takes 32+x more time than just executing it
Does it not need to be compiled before it’s executed?
How does that work? Like if u have a py file and a pyc file, and u do python3 file.py, will it check for pyc first?
i dont think it even gonna check for pyc
if you do py -m file it'll use pyc unless the py is newer than the pyc
i don't know what py file.py does
i never used -m
@rough sapphire wanna explain what that was supposed to be?
whats the opposite of detailed?
but it cant mean the same as short
i went with general 😃
@sullen thorn brief?
cant be short, and brief is like short
simple
imprecise
nix is using thesaurus.com
i dont even know what that is
yes you do
vague
apparently you are using thesaurus.com
guys... im going with general
oh no
@robust sierra so you need it
i wanted to describe a help message that only had a list of the commands, but didnt go into detail about the commands
@tired osprey we are the thesaurus
hows your maths going importerr
what compsci are you doing
example?
like von neumann architecture or what
were doing that too
wat
harvard architecture
i thought germany had a hard education system or smth
always depends on the lecturer
meh i should be able to pass my test
teacher who always makes fun of everyone who does stuff wrong or does embarassing stuff during class and has more trivia than stuff he can teach if he wants to
(got the same guy in maths btw)
nix do u find anything hard about wat u are learning in compooter sci?
there was a fun situation last week where we were doing probability and stuff and then one guy said "we have to calculate the big B" and then he said "there is no big B in this task" break "the only big B there is is me (his second name starts with B)
🅱
my maths teacher said he wanted to get deported

or our name for credits in school is BE which stands for rating units, one day while we were correcting a test he said and then we had 3 times zero 2nd name of him Einheiten (with Einheiten being unit)
and since then he has been referring to BE as that
one time he prayed to the cross in the room that "god shall help him to lead the confused maths sheep back to the right path" after 3 people in a row failed to derivate a function
you have a cross in your classroom? 
someone should draw a few pentagrams next to them, for the balance
(school was built in the 70s)
we actually moved it so it looked like an X one time (our grades got notably better after that coincidence??????)
how many towers has the club house of the satan book club got?
Yo
our nervous system acts on electric system to make our muscles work basically yea. So what if you were able to control this electricity and let it flow to the hand and than release it through this hand. Real life force lightning
The current is too low
than just cut your arm of and make some form of arm that acts like a tesla coil
you first!
reported to discord
what are you, the joke police?
engage in conduct that is fraudulent or illegal or otherwise harmful to Discord or any other user;
I don't really see how that applies here, can you elaborate?
than just cut your arm of
I don't see why making a fairly obvious friendly joke would be "engaging in conduct harmful to any other user"
I think he’s joking too
Some guy did the control your arm thing
Check out Brilliant to support the channel!, click here: https://brilliant.org/MichaelReeves/ Big thanks to Brilliant for the sponsorship, it's a great place...
@tame terrace If I'm able to shoot lightnings out of my hands afterwards hell yeah
@rough sapphire reported to the police of the United Kingdom of the year 1950
yeet
Because your name gay and gay wasnt allowed back then. Just to name a stupid reason c:
sry if this was offensive
Let's end this conversation now please.
everyone post your desktop / os
Like I got "some" kinder chocolate for christmas... and this is the only taste of chocolate I had for the past 3 weeks
Normal chocolate is so much better
isn't that the one that got banned somewhere?
How does mafia work?
Like that
That's how mafia works
https://www.amazon.com/BenQ-XR3501-35-inch-Curved-Monitor/dp/B01047I0X2 Do any of y'all know how much this weights without the stand?
their own product datasheet doesn't say, just 11.1 kg with stand
ah, i'm too slow
every website i see that lists without stand puts that at 11.1 aswell
the stand looks like it can't weigh more than a couple pounds anyway
if you get a replacement that can deal with 11.1 you'd be safe
it looks like monitor stands are marketed in ranges of 10 pounds anyway
so "20 to 29" or "21 to 30"
(I don't know why there's a low end either - is it gonna float away if my monitor's only 10 pounds?)
oh nevermind, those are just categories - individual products list individual max weights i'm an idiot 😛
But yes. They will just float away @sinful copper. They use mega helium to act as a counter weight in the stand obviously
Soo~do you recon a stand being able to cary 9kg will handle my monitor-?
Lookin at dis
I would probably look for something a bit more heavy duty. That might work but better to be safe than sorry with an expensive monitor I’d say
But ~ mani
Ask your monitor is 35” right? That stand supports up to 30”
It may shift the center of gravity in ways that cause it to tip, too at extended parts
Since the base looks quite small
That's just for the rotation though, is it not
Idk I don’t speak that language
Oh word
And all other alternatives either support less or 9kg as well
unless i wanna go from €100 to €220
eeeeh
so is this the one time where we can discuss solving captchas using python?
cuz i got some good ideas 😃
pay kids to solve em for you?
the monitor costs what, €1000?
you could buy it, weigh it without the stand, and make your decision then, but do you really want to be at the very top of what a stand can support with a monitor that expensive?
the curve might put the center of gravity further out than what a stand's manufacturer expects, too.
anyway @glass gorge i don't know what site you're on or what country you're in so ymmv, but maybe shop around more - I see one on Amazon with a weight limit of 33 lb for $99
€1000?!!! It better fucking be 4K 120Hz with a curved screen or some shit
It's curved 35" 144hz
Not quite 4k
And i already own it
So i could technically unplug it and weight it.. but im lazy
hey
My man!
Oh wait nevermind that was a 2-episode thing and then nothing ever happened after.
Fucks sake, brock.
Lmao 😂😂
She's hot, too, man.
The one time.
Not even the first time, there was that one woman basically coming onto him once and he never did anything.

offtopic cuz i dont need to do this but
d = {}
d = {w: 1 if not d.get(w, False) else d[w] + 1 for w in word}
any way to get this onto a single line?
huh nvm
apparently you cant change the dictionary during the dictionary comprehension
Hemlock is weird
what the...
@plucky ridge why also WHY
I guess because he can
I'd argue Inver is weirder in that convo 
naw, that's probably exactly what would happen

But he managed to imagine it.
we should force hemlock to do that just to see what happens
Large surface area, large volume of air moving past it at relative high speed, not a lot of moisture. The thing's going to be dry unless you're waiting until you're nearly on the ground.
Because my humor knows no bounds
thing is
at that altitude, the pee will likely shoot right back up at you
so you can play the hero and shield your friends from the pee assuming youre not falling back first
why should it do that at altitude
i did read physics book/s why should that happen
if the parachute if open probably you
i shouldnt have uninstalled the simulation software by ansys yesterday....
It would hit you the moment after you pee it out. Watery liquid cannot reach (maintain) such speed in free fall as a human body can, due to the air resistance. The ultimate speed of a free falling object (through the atmosphere) is higher for bod...
TIL
yes but what if the parachute is already open
if the parachute wouldnt be open hemlock couldnt really aim for anybody
Unless they were above me and I just flipped over
idk about pee, but you definitely fall faster than rain water
maybe the pee can blow into you
like if the pee is come from one side and blowing to u...
the parachute will also get blown to the opposite side
The real question is how much can you increase your speed if you pee upwards and really push it out
why "while skydiving naked"
what, are we generating thrust with pee now?
do all skydivers get fully naked to pee
nobody wants to be wearing a soggy suit while hurtling towards the earth
well, i wouldn't want that at least
thatsmyfetish.jpg
oh dear.
Lemon e begging for stars
Hits me right in feels
I know that feeling
⭐
Here
Have a star

thanks baby
is posting the complete lyrics to a song spam?
im not sure if this has been posted before, but apparently tons of people's email accounts have passwords, ip adresses, stuff like that stolen from their accounts
https://www.troyhunt.com/the-773-million-record-collection-1-data-reach/
is it real?
apparently
sounds like a dumb question
Troy Hunt is a pretty reliable source
you can check here if you want to
i wanted to post this in #cybersecurity, but i felt like that wouldn't be allowed
in those 11 years it's been pwned like 20 times
well that sucks
this new one is like an amalgamation of multiple breaches in one
ehh it's not so bad. two factor authentication is neat.
well, it's probably good practice to change all of the passwords on your account
you never use the main account password when signing up to a website
that's a rookie mistake
I guess thats why my 2nd spam email started getting blackmails now
Actually so funny just cooked dinner for the fam
My two main emails weren't pwned luckily
But not knowing that they've been pwned is something else
Passwords are usually connected to an email or usernane
Just check those
I sometimes do a intext: username / email google search as well
You find many stuffs then
oh well
I don't think I will get an internship
@toxic delta Dude I'm a bit confused rn
you already asked that question on the 15th
With the same problem
And this code here is from the 15th as well: https://paste.pydis.com/lubetilegi.py
wait
And is almost exactly the same as this: http://hatebin.com/gtbdilqnyt
And I fixed it on that date
oh, i went to bed after that and then looked back and didnt understand, then i went on holiday and came back, and forgot about that
i went on holiday 17th
Than why didnt you ping me so that I can explain it to you o-o
Giving up is not really an option
And confusing others most certainly isnt either ;^; no hard feelings
Game engine
Hmm... Well unity is good I guess but it runs on C# if I'm informed correctly
godot is awesome
pygame
pygame doesnt let you have characters that take up more than 2 bytes 😒
Godot is awesome I agree
unity or ur wrong tbh
unreal?
bad cuz dead language
!ytdl
Per PyDis' Rule 5, we are unable to assist with questions related to youtube-dl, commonly used by Discord bots to stream audio, as its use violates YouTube's Terms of Service.
For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2018-05-25:
4A: You agree not to distribute in any medium any part of the Service or the Content without YouTube's prior written authorization, unless YouTube makes available the means for such distribution through functionality offered by the Service (such as the Embeddable Player).
4C: You agree not to access Content through any technology or means other than the video playback pages of the Service itself, the Embeddable Player, or other explicitly authorized means YouTube may designate.
c++ is a dead language? what u on about lol
although after spending a few weeks in c++, i have to say its such a relief to come back to python
import antigravity ftw (unless u want speed or choose what gets saved on stack and heap)
😒
Heyy.
What's the actual difference between these two : https://selly.gg and https://shoppy.gg/ ?
The address?
Yeah, not the address. They seem to be two different services. Although, if you visit their sites, it looks exactly the same, and offers the exact same things.
I was wondering if there's actually any difference between using them or if one is just a duplicate of the other.
Heck if I know, never heard of either
They were registered through two different registrars by two different registrants, so unlikely they're the same unless one was bought by the other since late 2016 or one is copying the other
Looking at their sites now, the latter seems the more likely explanation
ook
On another note the whois command is handy
Did I just read ook?
hello @sand goblet
Hi.
##Test
Test failed.
@bleak lintel wats this test role for
oh
they were probably testing something
@rough sapphire we had to perform a bisect of our userbase to check something & the test role was there just so we could keep track of who was in what chunk
alright
Sounds like some interesting data in the works
he's recruiting us all for his private army
lol yes
shit
americans are overrated
Take SANS SEC560 online to learn network penetration testing and ethical hacking through methodical course content and technical, hands-on lab exercises.
function over form
im not saying that, the styling just looks oldish for some reason
then again it is $6,600 which could go towards some CSS 
i was doing a personal finance course last year and the website we used was too... flashy?
man you should've seen my computer science work today
i decided to write everything using the curvy wordart
all this
it was the most epic document on the Environmental Issues posed by Computer production
gnomed
hey brother
get trolled https://en.wikipedia.org/wiki/SANS_Institute
The SANS Institute (officially the Escal Institute of Advanced Technologies) is a private U.S. for-profit company founded in 1989 that specializes in information security, cybersecurity training and selling certificates. Topics available for training include cyber and network...
but you just proffed my statement
FUCK
that name always makes me think of https://www.foodwatch.org/fileadmin/Themen/abgespeist/Eckes_Granini_Frucht_Tiger/Frucht-Tiger_540x320pxt.png
(literally "fruit-tiger")
The family i was staying at had an 8 year old kid who took 0% alcohol beer to school as a drink
had a great time there though
Hello folks! What's new?
bisect, is this a class war thing or just a duopoly? (sorry, channeling foreign agent economic comedian Max Kizer)
@bleak lintel did u pay $7k freedom dollars for a course
@stark prawn that better be 126 max virtual level in the good RS
I mean rs3
don't they both have the 200m cap?
Yeah
I tried to watch some SU with my kid @sand goblet but even he can't stomach it.
right so i installed kite
yeah, I remember :P
probably I said this a few times but steven is annoying as heck in the first season
indeed
and that's an intentional part of the whole thing
he's a hapless teenager caught in an intergalactic war :P
@tired osprey What about it "breaking"
Well shit
I don't follow the fandom at all
try another editor?
I made a valid suggestion omg
haha I wasn't be sarcastic.
install it systemwide
I want to break all of nix's editors
its windows so
and if you are unable to accept Scottish sarcasm you can fuck off
no problem for now
Window is great. I honestly might stick with it when I get my own laptop
Only problem is docker + non windows 10 Pro is a no no
vscode > atom :0
That's interesting tho.
Because they are both electron.
Right?
Nice email
lets fire up le shark
i mean its public on github and gitlab and in my gpg keys so
yes?
again with the Scottish sarcasm
please don't call it that
Well it feels like that
it's either sarcasm or it isn't. you don't get to have a special patriotic sarcasm
I suppose it should really just be "being a dick"
right first one is updating wireshark lets see if it works after taht
Okay so If I kill everything on my machine except of kite there is still going some communication to like 4 IP addresses and all of them appear to be TLS encrypted
Fürthermore it's still talking to them when my editor is closed for some reason ?
And yes further is written with ü
Damn..
i mean closing everything isn't definitive proof
there's still windows telemetry and other services running
When I kill kite they stop talking
So either windows has to talk a lot about kite
Or kite talks about itself
Kinda interesting that they still talk even if I close all my editors .....
windows itself is pretty talkative
Yeah I already closed it but at least two were some aws instances
Yes but if I kill kite and it's surprocesses they kinda stop
And with kinda I mean they stop immediately
Yeah, that's quite suggestive
certainly could be
with the right setup, it is possible to intercept that data
Yes but not at 1:30 am :P
@tired osprey u on?
If you listen closely you'll hear the bits moving
oh nvm i was gonna ask for RSA help
but i found that
I am in school, but




