#ot1-perplexing-regexing

1 messages Β· Page 21 of 1

tardy rain
#

Is it gonna sing to me

high haven
#

good question

#

their palm or whatever is an acronym

tardy rain
#

I want every bard answer in the form of a sonet

#

I'll settle for haiku

high haven
#

ah its powered by their "LaMDA"

#

"Language Model for Dialogue Applications"

#

i would rather have a haiku tbh

#

oh wait

#

you know whats funny

high haven
tardy rain
#

Hahaha based

high haven
tardy rain
#

Thanks bard, very cool

grave cove
#

Aren't haikus not supposed to rhyme

#

Well doesn't look like its a haiku regardless

tardy rain
#

Haikus just worry about syllable count nom

dapper dew
high haven
high haven
#

ah haiku is 5-7-5 syllables

grave cove
#

Our English teacher said it had to not rhyme and be about nature

#

πŸ’€

high haven
#

im telling you. back in the day, if you were a bioinformatician, you created bespoke tooling for biologists

#

and only a certain version of windows

tardy rain
#

xp

high haven
#

bruh

#

not xp

tardy rain
#

You think im kidding?

high haven
#

i know youre not

#

thats the bruh part

tardy rain
#

πŸ₯Ή

#

It do be like that sometimes

high haven
tardy rain
#

Apparently its because of hardware but i may be wrong

#

Hardware is expensive and not made to be updateable

high haven
#

not python 2

tardy rain
#

πŸ™Š

rugged owl
#

Hur Dur we updated python versions so please check that the scores are the same.

Multiple issues Killmern

high haven
high haven
#

(β•―Β°β–‘Β°)β•―οΈ΅ ┻━┻

#

ugh i hate this

#

reminds me of undergrad

#

did i tell you one of my majors in undergrad was molecular

dapper dew
high haven
#

it IS you now

rugged owl
# high haven time to flip a table

I'm writing up an email with 3 attachments. My notebook, & 2 excel sheets of UUIDs. Basically my email is:
Here are the screw ups, here are some examples, GL

#

This is what you get for "gentle reminder"

#

I'll gently remind you that IT IS WRONG ASreee

high haven
high haven
#

i feel this

#

in my soul

#

may or may not have been in your same shoes before

rugged owl
#

Also, I'm adding my manager on the cc list

high haven
#

broooo

#

not the manager CC

#

hahaha

#

we are the same person

#

πŸ’€

rugged owl
#

Ok, technically my manager should have been CCed

rugged owl
high haven
#

hmm syru not online yet right

young shoal
#

@foggy jungle arise

high haven
#

no let him sleep

#

hes been doing good work

high haven
#

vibe check

rugged owl
#

Did someone say depressing songs? ChitogeSmug

high haven
#

ah thats a separate playlist

#

its specifically called: πŸ™ƒ

#

on my spotify

rugged owl
#

it sounds similar to another song, but I can't recall the name or the song atm.

high haven
rugged owl
#

I learned a better way to sort my music library, and in the progress learned that some songs in the past were named incorrectly lol

#

#DataProblems

high haven
#

theres a cover of this that i obsessed over for a while

#

lms if i can dig it up

#

cant find it

high haven
# rugged owl Youtube algorithm: https://www.youtube.com/watch?v=67CN8FOCc84

spotify recommendations: https://youtu.be/COaitAjBqO4

Provided to YouTube by bilibili

New Type of Hero (γ€Šε‡Έε˜θ‹±ι›„Xγ€‹εŠ¨η”»εŽŸε£°εΈ¦) Β· Chatterbox Β· Griff Clawson Β· Griff Clawson Β· Griff Clawson Β· Griff Clawson

New Type of Hero (γ€Šε‡Έε˜θ‹±ι›„Xγ€‹εŠ¨η”»εŽŸε£°εΈ¦)

β„— bilibili

Released on: 2022-10-29

Auto-generated by YouTube.

β–Ά Play video
rugged owl
#

Pretty sure use spotify is cheating. I'm wondering if spotify algorithm looks at the song's waves (w/e it's actually called) and compares it with other ones.

high haven
#

stel showed me a video about it once

rugged owl
#

Yea, probably super complex

rugged owl
#

The first 10 seconds and all I heard was unsupervised clustering lmao

high haven
#

collaborative filtering can count as that

#

but its typically counted as its own category

#

the sonic profile is what youre talking about btw

#

the 3rd piece

jaunty wraith
#

fitting otn

high haven
#

is it tho

#

jk

high haven
#

lol look at this feature max_danceability

foggy jungle
high haven
#

give me only tracks that have min_danceability > 0.95

#

"im sorry. i dont recognize that command"

jaunty wraith
#

are you sirious

high haven
#

😦

#

ah wait

#

syru is up

#

i forgot

high haven
foggy jungle
#

What are these job postings lmao

high haven
#

thats the real question

#

heres the full posting

#

i guess everyone at the company must have their pilots license lol

#

πŸ›©οΈ

harsh tundra
high haven
#

im jk

#

btw

rugged owl
#

Pilot by day, coder by night. It's the pilot-coder 3sChikaRave

harsh tundra
#

My sibling had done glider course, does that count? I was kinda interested in doing that but sexism, my toxic father (who'd need to pay for that) said I wouldn't manage... while I literally helped park the gliders in the fucking hangar when I went with them :c

foggy jungle
#

PyPI security was busy this afternoon.

harsh tundra
#

The one with webhooks, I mean, the one you posted yesterday

foggy jungle
#

It's not automated yet so those are still the result of me manually parsing the content.

#

But yes.

harsh tundra
#

Nice

foggy jungle
#

13 package removals.

harsh tundra
#

Next, to find obfuscated malicious code automatically... What about building containers with single packages and just installing stuff, monitoring the network stuff it does? pithink

foggy jungle
#

Detecting obfuscated code automatically doesn't seem particularly difficult to me; but just monitoring any network queries it does doesn't really get me any closer to a reversal I think.

#

Obfuscated code is already against the rules on PyPI, so I could just automate that report process. But I'd rather extract the webhook and disable the package.

#

What I'm thinking about doing is hosting PyPI inspector locally in a docker container, dumping the code into that, then querying that container locally to pull out the plaintext for the package.

harsh tundra
#

Yes, I know. I mean, as another case and hard to read code, just to find malicious stuff that maybe isn't webhooks... Or that are webhooks but the url is obfuscated as well

foggy jungle
#

Sure, but I'd still need to reverse it at that point, yeah?

#

Or just do the report anyway-- because at that point it's already broken the rules.

high haven
harsh tundra
#

Get the malicious urls, maybe webhooks, maybe other stuff - for webhooks, disable and report to discord, for other stuff report to hosting - then report package itself to pypi anyway because obfuscation+malicious

foggy jungle
#

pithink I don't know that monitoring my packets would help me get towards a resolvable URL, I'd just get the IP address of whatever endpoint it was hitting through netstat or even through Wireshark pithink

harsh tundra
#

You can capture the dns packets to see what was queried? And if you can man-in-the-middle the container (install your own trusted cert on the container, and set proxy through your machine), you can see the actual request content (because it will be using your cert), so you will have the url and even the data

foggy jungle
#

I'd have to do an awful lot of hardening to automate that container for indiscriminate malware detonation I think. That might be above my knowledgebase right now.

harsh tundra
#

I left my notes from an old workshop I attended at the office, but we did that using some tools on Kali. I don't remember what tools, I think I did that workshop in early 2020

foggy jungle
#

I have an idea of how to go about it; just that I'm not sure that I can do so entirely safely within the confines of my knowledgebase at the moment.

harsh tundra
#

Also, don't mind me too much, I have slight fever but somehow got a boost to energy, which might be a bad thing, might give me bad ideas

high haven
#

lol shouldnt you rest

#

and drink lots of water

harsh tundra
#

I did that when I was sick like last week or two weeks ago... Idk what happened, I was low energy for quite a while, then I decided to clean a bit, then an awful headache started so I laid down... And now I'm up again and with some of that cleaning energy still there?

high haven
#

hmm i also wonder if i may be getting sick too

#

i feel kinda off

#

yooo

#

for one of the podcasts i follow

#

the guy messaged me back

#

πŸŽ™οΈ

foggy jungle
high haven
#

@gritty zinc

high haven
#

i even got vaxxed for everything too

#

ima take an after-work nap. see if that helps

#

also 7am bedtime wtf

vale raven
foggy jungle
#

Syrup spends 12 hours a day reading PyPI packages.

high haven
#

syru...

#

maybe you should cut that time down

foggy jungle
#

Syrup is making the community safer by bonking bad guys. No rest. pithink

grave cove
#

Syrup went insane

vale raven
high haven
grave cove
#

Good point

foggy jungle
#

Syrup sleepy. PepeHands

high haven
#

take a nap syru

foggy jungle
#

It is 5PM, I just woke up.

high haven
#

its okay

#

go back to sleep

grave cove
high haven
#

your sleep schedule is already effed up

grave cove
#

i looked it for like 5 seconds

#

i know nothing but your first name

foggy jungle
#

It's Syrup

grave cove
#

crazy

high haven
#

i know nothing. - me

young shoal
#

syrup is speaking in the third person because it makes him feel like he is in a movie

foggy jungle
#

I'm making an Ubuntu spinoff called Uwuntu

young shoal
#

lul

vale raven
foggy jungle
young shoal
#

bruh

foggy jungle
#

Mods pin pls

young shoal
#

is that real

#

bruh

vale raven
#

@grave cove

#

PSVC hates good

foggy jungle
#

@grave cove

vale raven
#

getem

foggy jungle
#

Prime rib quesadillas tonight

young shoal
#

sheesh

#

pic

#

s

foggy jungle
#

will do when ready

gritty kernel
lament cairn
#

this whole "tearing obfuscated code open and seeing what it does" thing seems fun. where can i learn/get samples without accidentally giving myself 300 virus or something

foggy jungle
#

Buhhh... After the incident we had yesterday, I'm concerned about the implications of trying to bring inexperienced individuals into this realm without ensuring they're sufficiently protecting themselves.

lament cairn
#

hm, fair enough

foggy jungle
#

"into this realm" also sounds incredibly cringe the more I read it.

#

So... take that for what it's worth. I'll be over here edgelording it up.

#

@grave cove

#

I got a new sticker.

vale raven
#

I LOVE IT

clever lichen
#

Thinking of swinging by for this beauty

foggy jungle
#

Toolbox enthusiast is one of the more fringe things I'd expect to find in PyDis

young shoal
#

laptop update: the flickering went away somehow

clever lichen
#

I've got a bad addiction

#

That I don't want cured

#

Though my wallet does

high haven
foggy jungle
clever lichen
#

And it's not just a toolbox thing, just looking to upgrade

high haven
#

rex update: i feel better after the nap. feels like i staved off illness...for now

foggy jungle
#

I forgot to take a picture of my quesadilla

young shoal
#

bruh

foggy jungle
#

it was tasty

#

i am very full now

young shoal
#

SMH

tardy rain
#

Its been so long since i've had a quesadilla

#

Theres always a wait time

young shoal
#

you know, chipotle makes quesadillas

tardy rain
#

Yea, every time i try and get one they tell me its gonna be 40min

young shoal
#

sheesh

tardy rain
#

Not gonna wait that long, its supposed to be fast food

rugged owl
#

They secretly hate you that's why DAB

tardy rain
#

Im sure they do

#

I hate them back ducky_sphere

young shoal
#

chipotle is like, slightly higher tier than fast food

#

the cost is definitely higher

rugged owl
#

There's a further chipotle place near me that's really bad. Once they left their front door locked lol

tardy rain
#

Than taco bell maybe lol

#

Burritos are ok ish

young shoal
#

the bowls though

tardy rain
#

There was this one place in cambridge that did quesadillas with chorizo chicken
Thin was soaked through with chilli oil

#

Was so good

#

Needed knife and fork tho

high haven
#

and bbq ig DoggoKek

foggy jungle
#

Chorizo is fantastic

clever lichen
grave cove
foggy jungle
#

This will dave the models.

vale raven
#

What is it?

high haven
vale raven
#

I'll PR their template

foggy jungle
high haven
#

ah yes the leaked facebook model

vale raven
median domeBOT
young shoal
#

what are some reasons to be interested in interning with a company that makes metal tubes

vale raven
#

Do you want to make metal tubes?

young shoal
#

not particularly

foggy jungle
#

My friend makes glass tubes

#

he seems satisfied

vale raven
#

Then there probably aren’t any for you

#

Well yeah but that’s glass

#

Way different

young shoal
#

it's a dev internship

#

ok but the worst part is they want me to call at the scheduled time for the interview. not them calling me

white lance
#

can someone with vscode check what the default command is for the keybinding "ctrl shift B"

#

it was something for Go like building a task

#

I removed it but I wanna put it back

#

actually nvm

#

fuck that

high haven
#

i mean i say that facetiously

#

but im like half-kidding

young shoal
#

well i'm working on it

#

i don't think this one has much competition, though that's probably true for all my other interviews

#

it's probably the only reason i got interviews for them lol

high haven
#

the other candidate also bailed

#

i mean

#

what

#

jk

young shoal
#

😭

#

yeah they probably got better offers

high haven
#

they were like

young shoal
#

πŸ˜” they probably actually have offers

#

also, i keep refreshing my email, even though there's almost 0 chance i get anything at this hour

#

but one company emailed me at like 9:30 a week ago and they haven't responded 😭

#

they def are ghosting me frfr

#

update: i accidently flipped my pen into the screen and the flickering is back

foggy jungle
#

Smack it.

#

Do it.

young shoal
#

no change

foggy jungle
#

Harder.

#

On the back center.

young shoal
#

the issue is in the connection in the hinge, though

foggy jungle
#

SMACK IT

#

But also that should be pretty easy to at home fix

young shoal
#

that sounds like an easy way to lose a partially functioning laptop

#

huh. it went away

#

or at the very least, more infrequent

#

maybe smacking is the solution

high haven
# foggy jungle But also that should be pretty easy to at home fix

Siren (Official Video)

Get the song here: https://republic.lnk.to/SirenYD

Connect with Kailee:
http://www.kaileemorgue.com/
https://www.instagram.com/morguemami
https://twitter.com/morguemami
https://www.facebook.com/KaileeMorgueMusic

Music video by Kailee Morgue performing Siren. Β© 2018 Republic Records, a division of UMG Recordings, Inc.

...

β–Ά Play video
young shoal
#

it's actually pretty much gone again

#

once every like 15 seconds

young shoal
#

is it music recommendation time

high haven
#

is it

#

you got some

#

actually

young shoal
#

what's the vibe tonight

high haven
#

do you have any

#

that matches syru's vibes

#

been on a listening streak

young shoal
#

what are syrup's vibes

high haven
#

if that makes sense

#

how to describe

young shoal
#

i'm trying to research this company, but they don't even have a linkedin

high haven
#

@foggy jungle syru how do i describe your vibes to someone else

young shoal
#

sweet πŸ₯Ί

high haven
#

uhh

foggy jungle
#

Post Hardcore/Metalcore

high haven
#

lol

young shoal
#

😩

high haven
young shoal
#

i don't know what that means

high haven
#

see

#

this is when a playlist would be handy syru

#

then you can just hand someone your vibes

#

and they can get a feel for it

#

also

#

i cant type tonight

#

trying to do too many things at once lol

foggy jungle
#

!paste

royal lakeBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

high haven
#

thats not a playlist

#

anyway

foggy jungle
high haven
#

lel

#

nice name

young shoal
#

let's see

#

probably not tbh

#

it sounds ok tohugh

high haven
#

hmm

#

how about the reverse

#

we do your vibes

young shoal
#

lul

high haven
#

and ill see if i have any

young shoal
#

recently i've been listening to more ballad-y songs

high haven
#

i can do ballad

young shoal
#

i hate how they pronounce "alienated"

foggy jungle
#

https://www.youtube.com/watch?v=Pj2miRJ6bZs
This came up when in the auto play after listening to Rex's recommended song (which was good, by the way)

Motionless In White's official video for 'Another Life' from the record, Disguise - available now on Roadrunner Records.

Subscribe to our Youtube channel: https://miw.lnk.to/subscribe
Stream 'Disguise': https://miw.lnk.to/disguise

Directed by @maxmoorefilms
http://www.maxmoorefilms.com
Director of Photography - Nate Spicer

Lead Actor - @LeeVi...

β–Ά Play video
high haven
young shoal
#

siren? πŸ‘€

#

this siren song you sent seems ok

high haven
young shoal
#

😭

high haven
#

i literally tagged him. what do you want me to do

young shoal
#

wow

#

get a room

high haven
#

you mean your box

#

πŸ“¦

young shoal
#

definitely not my box

wraith hound
#

@foggy jungle are you on a mission to remove every piece of malware from pypi or something?

foggy jungle
#

That might be a little ambitious though.

wraith hound
#

you should get their security team to hire you :p

young shoal
#

new mission: add more malware to pypi

carmine apex
foggy jungle
wraith hound
#

was a joke, but yeah, that's perfectly sensible

foggy jungle
#

I'm working on a threat profiling algorithm right now.

#

That's gonna stay closed source, but I'm pretty sure I can automatically detect, deobfuscate, invalidate, and report about 90% of the ones I've ran across so far.

carmine apex
#

i wonder if pypi has a trusted flaggers team πŸ€”

young shoal
young shoal
#

i don't really get that song tbh

high haven
young shoal
#

it's alright, but like, where did the zombies come from

foggy jungle
young shoal
#

completed staff work 😀

foggy jungle
#

I'm deeply upset by how easy it is to upload malicious code to PyPI at the moment to be entirely honest.

rugged owl
# young shoal recently i've been listening to more ballad-y songs

Mayday Parade's official music video for "Jamie All Over" from the album, A Lesson In Romantics - available now on Fearless Records.

Site: http://maydayparade.com
Merch: http://maydayparade.merchnow.com
Instagram: http://instagram.com/maydayparade
Facebook: http://facebook.com/maydayparade
Twitter: http://twitter.com/maydayparade

LYRICS
I had ...

β–Ά Play video
foggy jungle
#

I HAD A DREAM LAST NIGHT WEEEEEE

carmine apex
#

you'd think there'd be some sort of review process, or at least a requirement for valid email addresses

young shoal
rugged owl
#

Tbh I had to look up ballad is. I'm pretty sure half my tags are wrong.

foggy jungle
high haven
foggy jungle
#

Of note, if you upload something that's vulnerable to certain CVE's, it'll flag it in the package index.

high haven
young shoal
#

πŸ‘€

foggy jungle
#

Working on it lol.

#

I'm not good at Python, so I gotta' learn as I go.

high haven
#

i think itd be a cool side-project

#

as you go through your schooling

#

i will help

#

as moral support

carmine apex
#

so there's checking if packages could become a victim of malware but not its source. that's... better than nothing i guess?

foggy jungle
#

Correct, from what I understand.

young shoal
carmine apex
#

honestly, just flag every package that uses eval or exec. there'll be false positives - it's even used in the standard library - but they won't be numerous

high haven
#

thats a good heuristic

#

i think

#

right?

young shoal
#

that sounds like a terrible heuristic

high haven
foggy jungle
#
print([value for value in AUTH_WHITELIST if value in TEST_1])```
I don't know why I'm surprised this works.
high haven
#

psvm

foggy jungle
#

List comp is still very neat to me.

high haven
#

any more vibes

young shoal
#

uh

#

idk

high haven
#

πŸ›Œ

#

sigh

young shoal
#

what happened to πŸ›οΈ

high haven
#

oh a taeyeon song?

#

mina would approve

young shoal
#

mina has good taste, sometimes

high haven
#

el oh el

rugged owl
#

lmao, I have like 0 k-pop

young shoal
#

smH

rugged owl
#

Besides maybe

high haven
rugged owl
high haven
#

girls generation

carmine apex
young shoal
#

@distant hazel πŸ‘‰ πŸ‘ˆ

high haven
young shoal
#

come hither

high haven
#

you called her lmao

young shoal
#

well yeah

carmine apex
#

"do not disturb"
well it was nice knowing ya psvm

young shoal
#

eh she's always on that

high haven
#

should i turn on mine too

young shoal
#

πŸ‘€

high haven
#

?

young shoal
#

uh, idk. i never really respect DND, lol

high haven
#

im listening to it

young shoal
#

i don't check that

high haven
young shoal
#

like, if you're on DND, i interpret that as "i won't respond soon", instead of "don't message/ping me"

high haven
#

makes sense

#

i guess thats how i interpret it on teams too

carmine apex
#

to be fair, i think "do not disturb" is a discord setting that basically mutes everything

high haven
#

good thing i only care about my own taste

young shoal
#

SMH

high haven
#

lol

#

i was gonna say

#

it matches my friends taste

young shoal
#

oh? me? πŸ₯Ί

high haven
#

theyre actually a freshman too

#

i think

young shoal
#

😬

#

are they cool

high haven
#

they go to one of the UCs

#

very smart

#

CS major i think

young shoal
#

πŸ˜” my competition πŸ˜”

high haven
#

basically

young shoal
#

is my resume better

high haven
#

honestly?

#

its a tough call

young shoal
#

πŸ˜”

rugged owl
#

Haha

young shoal
#

need to widen the gap

distant hazel
#

hallo

young shoal
#

ngl i thought you were gonna say theirs

distant hazel
#

i have found a nice jumble of... indian pop?

#

idk what it is actually

thin cloak
young shoal
high haven
young shoal
high haven
#

wait let me try one more time

rugged owl
young shoal
#

the playlist is called 'f5fffa'

carmine apex
distant hazel
#

who in tarnation do you think you are

young shoal
distant hazel
#

or was, at the time. idk if i could listen to them now

distant hazel
#

if i like independent indian music, is that indie indie?

young shoal
#

i have two interviews tomorrow >w<

distant hazel
#

nice nice

high haven
#

grats

young shoal
#

one is a second round

#

but the other one, i think i'm just going to have to talk about why i'm interested in the position, instead of the company

high haven
young shoal
#

oh they have a facebook πŸ˜”

high haven
#

thats...

young shoal
#

i think i'll just talk about how i like automating things??

high haven
rugged owl
#

Automate the insurance industry

high haven
#

automate my work

rugged owl
high haven
#

honestly theres a part of my work that can be automatable

#

i just need to get around to writing the selenium scripts for it

#

but when will that happen

young shoal
#

also, i'm running out of tab space, even with vertical tabs and folders. i need to be able to nest my folders, but edge doesn't let you

rugged owl
#

Start closing tabs

high haven
young shoal
#

then i'll forget to work on them

rugged owl
#

Wave them goodbye

high haven
#

if you forget, then they werent important

rugged owl
#

You never will anyways

high haven
young shoal
#

hey! i just recently got back to working on my blog

high haven
#

ok

young shoal
#

i haven't touched a few of these in a while tbh

high haven
#

yeah its confirmed

#

our tastes just dont align

#

like im going through this playlist

#

and its decent

#

but i think

#

i have to be in a certain mood

#

for these vibes

#

like smoking a cig on the beach or something

rugged owl
#

Wtf

young shoal
#

what playlist lol

high haven
#

your playlist

#

but i dont smoke

#

so theres that

young shoal
#

oh, the f5fffa playlist?

high haven
#

yeah

young shoal
#

o

#

i don't listen to it that often

high haven
#

i c i c

young shoal
young shoal
high haven
#

hmm its not bad

rugged owl
#

oof, it's already so late and I didn't even do much today Dead

young shoal
high haven
#

its just not one i would save to a playlist if that makes sense Running

young shoal
#

😭

high haven
#

im telling you

#

we just have dif tastes

#

and thats okay

young shoal
high haven
#

twice is always fun

young shoal
#

this song is, imo, one of their best

#

the entire album is almost good

high haven
#

ye

rugged owl
high haven
young shoal
#

that looks quite fancy

rugged owl
#

Oh jesus

high haven
#

supposed to look like this though

#

oh wait cant post gifs

#

lol

young shoal
#

eh

high haven
#

forgot

#

oh it worked

#

thought it wouldnt

young shoal
#

it doesn't look very visual

clever lichen
#

You can apparently

#

Might have to click on it

high haven
rugged owl
#

Time to apply log

young shoal
#

oh i see

high haven
#

its more an ETL tool. and the visualizations is just to confirm the data looks about right

#

before you continue setting up more triggers, etc.

rugged owl
#

YEA if only OUR TEAM DID THAT

high haven
rugged owl
#

Maybe they would have seen the OBVIOUS NULLS

young shoal
high haven
#

this one has built in data quality test sg

#

using great expectations

#

lib

clever lichen
#

Why are there smart people in here lmao

young shoal
young shoal
rugged owl
#

wow

clever lichen
#

That's a given

rugged owl
clever lichen
#

What

#

The

#

Heck

#

Computer just nascared me

young shoal
high haven
clever lichen
#

Now I have a BSOD

#

And it's not turning on

foggy jungle
clever lichen
#

Oh god damn it

clever lichen
#

Fans reved down

#

Then reved up

high haven
clever lichen
#

Like nascar levels

#

Oh crap

foggy jungle
clever lichen
#

It's actually not turning back on

high haven
#

my friends are also just nerds lel

clever lichen
#

And my gpu light just went out

young shoal
foggy jungle
#

No fans spinning, no lights, no clicks, etc?

young shoal
#

turn right to go left

clever lichen
#

Only the blue power button lights on

high haven
clever lichen
#

My computer just crapped out in front of me

#

I'm gonna give it a whack

foggy jungle
#

o k a y b u t d o n t

clever lichen
#

Didn't make a difference

rugged owl
high haven
high haven
#

if you ever had to work with airflow youd understand

young shoal
clever lichen
#

It smells burnt

#

Rip

foggy jungle
rugged owl
#

I feel like I'm getting more and more allergic to these "I'm so unique" tools.

high haven
#

gotcha. ill stop linking them mb

young shoal
rugged owl
#

No I mean in general lol

clever lichen
#

None that I saw anyways

young shoal
#

stop drop and roll

rugged owl
clever lichen
#

Oof

rugged owl
#

Main page: Here's how great it is.
Back end: PartyPoop

clever lichen
#

I'm gonna remove my gpu

high haven
rugged owl
high haven
#

like

#

every single one

rugged owl
#

Pretty sure my current company has some internal tools like that too

high haven
#

in the words of my mentor

#

"software is more brittle than people think"

rugged owl
#

Actually, the way our internal tools are named makes me wanna AMknife

high haven
clever lichen
#

Oh god damn it

#

Let's hope and pray reseating this card will fix it

#

Everyone cross your fingers

#

It came back to life without it

high haven
clever lichen
#

OH

#

THANKFULLY IT LIVES

#

AAAAAAAAAAAHHHHHHHHH

young shoal
#

😀

clever lichen
#

Boutta drive some sheet metal screws straight through the case so the card doesn't move

young shoal
#

😬

#

just get a better card lmao

clever lichen
#

Nope

#

No point lmao

#

I'm running a god damn

#

CORE 2 DUO

young shoal
#

interesting

clever lichen
#

Lmao

#

Did that on both sides to clamp it

#

And put a roll of tape on the other side so it doesn't sag

young shoal
#

πŸ˜” πŸ˜” πŸ˜”

rugged owl
#

Fishing wire

young shoal
#

just tape it lol

rugged owl
#

I hate when I can't find a match to these songs. Music DB: "It doesn't exist"
ExcusemeWtf

clever lichen
young shoal
#

πŸ˜”

high haven
rugged owl
#

No, my local library

high haven
#

ah

rugged owl
#

Youtube's only really for covers

clever lichen
#

Never have I been so happy

young shoal
#

am i supposed to ask about compensation in a phone screen

#

or benefits

high haven
#

for the internship?

young shoal
#

yeah

high haven
#

its usually set in stone i think

#

for internships

#

but you can ask

#

heres a question

#

can postgres store audio

#

lmao

#

im guessing not

young shoal
#

uh. well it can store blobs..

high haven
#

hmmmm

#

what would be a good data store for 1) audio, 2) natural language text, 3) embeddings

#

honestly at this point maybe i should just dump it in an s3

#

but i would like decent retrieval

young shoal
#

redis 😀

high haven
#

oh wait

#

youre right

#

can redis do audio

young shoal
#

idk

high haven
rugged owl
#

Oh FFS, why are all these songs covers

high haven
#

lol

#

bc you like covers?

#

jk

#

RediSearch is a Redis module that provides querying, secondary indexing, and full-text search for Redis. To use RediSearch, you first declare indexes on your Redis data. You can then use the RediSearch query language to query that data.

RediSearch uses compressed, inverted indexes for fast indexing with a low memory footprint.

RediSearch indexes enhance Redis by providing exact-phrase matching, fuzzy search, and numeric filtering, among many other features.

young shoal
#

interesting

high haven
rugged owl
#

It's more like somehow I find the cover first before the actual song.

high haven
#

im interested in how this fuzzy search is implemented

high haven
#

sometimes it be like that

rugged owl
#

1 hour blah songs

All covers

high haven
#

oh no the ci failed lol

#

ok im done

#

for the night i think

#

lol

molten nexus
#

who names these channels?

young shoal
#

me

molten nexus
#

huh

crystal spruce
#

psv just sits there and comes up with names for the off topic channels 10 hours a day

#

7 days a week

gritty kernel
molten nexus
#

wheres the pool

gritty kernel
#

!otn list maybe

karmic gust
#

!otnames

gritty kernel
#

i don't think non-staff members can use it

karmic gust
#

i thought we had a tag for this

molten nexus
#

!otname add <name>

young shoal
#

has the !otn a name cycled through recently

royal lakeBOT
karmic gust
#

there we go

molten nexus
#

!rule 4

royal lakeBOT
#

4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.

molten nexus
#

huh

#

its not be a golf ball

#

<@&267628507062992896> change pls

#

huh

#

i got <@>ed

high haven
#

or do they have a lifetime?

gritty kernel
#

why would they

high haven
#

idk

#

how many names are there

gritty kernel
#

around like 1200 something i think

foggy jungle
#

Sheeeesh

high haven
#

so what youre saying is if you add a name

#

itll never be seen

#

lol jk

young shoal
#

used names aren't used again until they're all used

honest pawn
#

lmao cant wait to see this name again in ~3 years

foggy jungle
#

~400 days to cycle completely through all OTN names if there's 1200

honest pawn
#

oops

clear plume
high haven
#

lmao not js frameworks

boreal trench
rough sapphire
rough sapphire
#

anybody with duolingo max? please ping me if so

clear acorn
jovial oriole
#

My onedrive is fucked, im unable to delete a 12 gb folder, and i csnt load files in a specific dir

#

It just says "cloud provider is unable to validate download data"

tardy rain
#

LTT got his channel blasted

young shoal
#

what happened

tardy rain
young shoal
#

what does blasted mean

acoustic moss
tardy rain
#

I thought he had his entire catalogue removed

young shoal
tardy rain
#

Americajin moment

young shoal
#

i'm so confused

harsh tundra
#

Catalogue, centre, colour...

#

Vs catalog, center, color

#

Also: localisation vs localization

young shoal
#

no, i'm talking about the situation with the youtube channel

#

lol

harsh tundra
young shoal
#

i know they spell it wrong

harsh tundra
#

It's not wrong, as Mariosis said - American English is not more correct than British English

young shoal
#

it's most definitely wrong

harsh tundra
tardy rain
#

The channel was probably hacked

young shoal
#

how?

tardy rain
#

How it was hacked? Idk probably left his password on a notepad near by

young shoal
#

oh, i see

#

i understand

#

oof

foggy jungle
#

Just tonight PepeHands

rare wing
#

If you type cls and ur a python mod in thr python dev. Area u get 10 yrs of good luck

#

Legit!!

rare wing
#

😌

foggy jungle
#

Not sure how a VPN solves anything

rare wing
#

Im lazy to try it

#

U should

#

Just sayin

foggy jungle
#

I use a VPN.

rare wing
#

Poo

grave cove
foggy jungle
#

Uwu?>

clear plume
#

The fix to all security and devops issues, a VPN

harsh tundra
#

When I used vpn, Facebook started showing me ads in Arabic... Even after some time of not using the vpn. So when I clicked "why I'm seeing this ad", it would tell me "because you're x and y, located in Poland" XD

lament cairn
#

.. did I post this one already

harsh tundra
jaunty wraith
#

yes

foggy jungle
#

thicc

grave cove
clear plume
harsh tundra
#

You're thicc?

grave cove
#

relative to the wall

foggy jungle
#

The walls are thin and robin is thicc?

jaunty wraith
#

are you embedded in the wall?

grave cove
harsh tundra
grave cove
jaunty wraith
#

embed ded

clear plume
#

Real picture of @grave cove

foggy jungle
grave cove
#

🀯🀯🀯

grave cove
#

We ought to set up a pager system so you can pager me in the middle of the night

harsh tundra
grave cove
#

He's been doing nothing but finding webhook tokens and bot tokens this last week

#

He feeds them to me
Let's just say I do minor amounts of trolling

jaunty wraith
#

what do you do robin

foggy jungle
#

Don't let Robin fool you, I invalidate 99% of them the moment I find them.

rare wing
#

This is epic

grave cove
#

No wonder I'm not having any fun nooo

grave cove
#

(/s)

harsh tundra
foggy jungle
#

Check your DM's monkaStab

jaunty wraith
#

check your Dungeon Masters

timid latch
#

<@&831776746206265384> @foggy jungle is DMing malware to users

#

wow, that worked

jovial spruce
foggy jungle
#

STOP

frozen crane
#

what?

jaunty wraith
#

inb4 syrup is banned

timid latch
#

... wait that didnt actually ping did it?

foggy jungle
frozen crane
timid latch
#

WTF DISCORD

foggy jungle
#

Vivax unironically trying to get me banned.

timid latch
#

I... why?

jovial spruce
#

partial credit

timid latch
#

WHY DOES THAT PING

distant hazel
#

i think it always did

acoustic moss
#

syrup im disappointed in you

timid latch
#

wtf is the point of the escape if it still pings

grave cove
#

Holy shit what happened

jaunty wraith
#

mod party

distant hazel
#

for roles

foggy jungle
#

I feel like the police are screaming at me while we all try to calm everyone down.

grave cove
#

Accurate

stark prawn
#

Vivax drank a bit too much of the syrup

grave cove
foggy jungle
#

You could not possibly have picked a worse message to ping with too.

timid latch
#

(also how tf is this one of the few times every mod on the server responds to a ping)

grave cove
#

Boom roasted

crystal spruce
#

syru is about to get banned like ten times

distant hazel
#

a lot of us see the pings but we wouldn't typically all respond

grave cove
foggy jungle
jovial spruce
#

fwiw i was wondering how syrup got baited into compromising their account

foggy jungle
grave cove
#

Funniest shit I've seen today
Not saying a lot since I woke up 15 minutes ago
But still

crystal spruce
#

good morning robin

timid latch
#

like there is no indication to me that it would actually ping, why discord, why

grave cove
#

morning

foggy jungle
#

I'll take three malwares as payment.

stark prawn
dapper dew
#

But this is more fun

timid latch
rough sapphire
stark prawn
#

Well you did ask them to

foggy jungle
#

We're... we're cool right? Everyone cool? We're all chillin'? Havin' a good laugh?

grave cove
#

I'm dying of laughter

foggy jungle
grave cove
#

hilarious

timid latch
jaunty wraith
#

wdym this is a serious issue

stark prawn
foggy jungle
#

I need the doggo here.

grave cove
#

@vale raven

#

Get in here

#

moral support doggy

jaunty wraith
#

dog: bye syrup

grave cove
grave cove
#

What a lad

foggy jungle
#

You mean I can sleep? PepeHands

vale raven
grave cove
#

All

harsh tundra
vale raven
#

I think I'm supposed to recuse myself because of my split loyalties

dapper dew
#

We are probably fine, right @royal lake ?

royal lakeBOT
#

Annihilation imminentbrainmon

foggy jungle
#

Oh splendid.