#ot1-perplexing-regexing

1 messages · Page 488 of 1

winter terrace
#

dont have 500 bucks

#

so ill make my own

rich rover
#

Elon made a tunnel, and then made a flamethrower, and then sent his car to space

#

Lol

winter terrace
#

elon is just a shitposter that happens to own a few companies

rich rover
#

If you want to make a flamethrower, you need napalm

winter terrace
#

not a real flamethrower

#

im thinking of just basically making a big blowtorch

cosmic lotus
#

flammenwerfer

rich rover
#

Yes, it werfs flammen

#

If you need a blowtorch, you need acetylene

winter terrace
#

nah

#

just propane and oxygen

rich rover
#

That's called a bomb

winter terrace
#

not if its set on fire

rich rover
#

And how are you gonna heat things?

winter terrace
#

wha

#

its propane

#

its flammable

rich rover
#

Lol

winter terrace
#

i can just make a spark

rich rover
#

Just get a gas tank then

#

Compressed propane

cosmic lotus
#

Nah use a jet engine

winter terrace
#

yeah

rich rover
#

Both guaranteed to light you on fire as a bonus

#

You know, if you want to make a good experiment..

#

You can try to make jet fuel

winter terrace
#

boring

#

what can i do with jet fuel?

rich rover
#

Make uranium glass

winter terrace
#

but what can i do with it?

#

stab myself with it and die?

rich rover
#

They glow in the dark under UV

winter terrace
#

a glowstick does that

rich rover
#

Right

winter terrace
#

but a flamethrower is cool

#

and thats the excuse im going to use when building it

rich rover
#

You can make ferro fluid

winter terrace
#

now youre just listing what nilered did

rich rover
#

No not really

#

It's easy to make

#

And Nilered is an amateur chemist

winter terrace
#

amateur????

rich rover
#

It's possible for you to do it then

winter terrace
#

bitch what

rich rover
#

What? He said it once himself

winter terrace
#

have you never seen proffesionals say that "they're not THAT good"

#

at the very least, he has very expensive equipment that i dont

rich rover
#

What's your definition for Amateur?

winter terrace
#

hes undermining himself

#

doesnt he have a degree?

#

by definition, an amateur is someone that is relatively new to something

#

not a complete newbie

#

basically a newbie+

rich rover
#

Actually, I'm curious if he has a degree or not

winter terrace
#

im pretty sure he said that in the video about the history of the channel

rich rover
#

Hmmm

#

He does have a degree

#

He's not an Amateur, slight misunderstanding, sorry

quick bay
#

@narrow pecan what does the "event team insights" mean in your list of roles?

narrow pecan
#

It’s basically for the people who will be working on the insights things

#

We’ll basically have a survey (this winter?) where we collect some insights on the community. That’s mostly what it’s for

quick bay
#

ohhh

oak tangle
#

Basically, it would be interesting to see things like preferred editor, resource, but also opinions about and suggestions for the community itself

narrow pecan
#

Yepp!

uneven pine
#

I feel like vs code and vim would be the top 2

#

Also I can't get neovide to work on windows lol

#

I was trying to set it up to do some testing but it just won't open

topaz aurora
#

@uneven pine Do you have Vulkan?

uneven pine
#

Yes

topaz aurora
#

Neovim on your path as well I assume

uneven pine
#

Yeah it opens for a split second and closes

solid pollen
#

Vulkan?

#

I'm guessing this isn't about the rendering API, is it

topaz aurora
#

Neovide uses Vulkan for rendering

shell raptor
#

@astral minnow

astral minnow
#

henlo

shell raptor
#

!e

import json
menu = [{"price": 42, "name": "Fried duck beaks"}, {"price": 100, "name": "Lemonade"}]
json_string = json.dumps(menu)
print(json_string, type(json_string))
new_menu = json.loads(json_string)
print(new_menu, type(new_menu))
royal lakeBOT
#

@shell raptor :white_check_mark: Your eval job has completed with return code 0.

001 | [{"price": 42, "name": "Fried duck beaks"}, {"price": 100, "name": "Lemonade"}] <class 'str'>
002 | [{'price': 42, 'name': 'Fried duck beaks'}, {'price': 100, 'name': 'Lemonade'}] <class 'list'>
astral minnow
#

ty so much

modern pendant
#

Create a program that will compute some statistics on winning lottery numbers.

Download a .csv file from Winning Powerball Numbers containing a record of past winning numbers.
Examine the formatting of this file.
Create a dictionary that contains each winning number and the number of times that number was drawn.
Print the 10 most frequently drawn numbers, and the 10 least frequently drawn numbers. HINT: You can’t sort a dictionary. Build a list that is ordered by frequency.
The output may look something like the following. (The output below is not correct for your file.)

#

can someone please help me with this

calm dawn
#

is this homework?

scenic blaze
#

We can't do hw for you

#

I think we can just offer general guidance and feedback

#

As opposed to telling you what to do

honest star
#

Urgh, I really need to start dating my notes. It's making it annoying trying to figure out which lecture recording is the one I need

floral viper
#

If you seriously consider dating your notes then you are very alone and could use some company

narrow pecan
#

Sounds very smart

#

You could also keep them digitally, if you don’t already

#

When I saw that message, I froze for a second when seeing that you were gonna date some notes

rough sapphire
#

Oh shoot, did I miss Kat being a helper

#

Congrats

honest star
#

thanks~

#

I do keep them digitally but I section them by topic and the way I take then doesn't tell me when I added a certain section

#

I tend to go back and re-annotate and add additional notes/clarification outside of lecture

narrow pecan
#

Ohh, what program are you using?

honest star
#

OneNote, it's accessible on all my devices and it's amazing with my surface pro

#

This is what my notes look like, where I can go back in later and add annotations or complete his "and for extra practice, you can solve..." stuff

narrow pecan
#

Ah, that looks really nice

young shoal
#

dating your notes?

#

what about your boyfriend

honest star
#

he'll have to share I guess

narrow pecan
#

That’s my thought exactly hahah

shrewd thunder
#

Gotta love that feeling when you spend all day working on a story and then realize it isn’t in the current sprint.

narrow pecan
#

Ohh, that’s too bad

#

At least it’ll be easier in an upcoming sprint ¯_(ツ)_/¯

shrewd thunder
#

Thankfully the current actual story is basically the same story but much much easier.

For one, the current story has a PUT api endpoint already made, so I don’t need to write a workaround, like I did earlier today.

#

As in, the vendor has a PUT endpoint for updating api products, but not api proxies. Adding functionality for a publishing api for my company’s api gateway.

#

Anyway, tomorrow is learning day, but I’ll probably be spending the day writing up the pytest code (trying Test Driven Development for the first time)

bleak forum
#

Anyone got any recommendations for a decent 300-400 laptop?

mild abyss
#

Anyone got any recommendations for a decent 300-400 laptop?
@bleak forum Lenovo brands

bleak forum
#

Alright I'll poke around those, thanks

eternal wing
#

yes, I really like lenovo for work horses

mild abyss
#

yes i like them when they melt their plastic cases

terse sluice
#

i loove Dell XPS

mild abyss
#

me broke to buy Dell xD

rough sapphire
#

you know what.. I wish I could rank the channels I use frequently instead of the preset that the server admins make

bleak lintel
#

that would be nice

rough sapphire
#

hello broseph

bleak lintel
#

greetings

rough sapphire
#

wait a minute.. it's late there.. not getting any shut eye?

#

maybe I'll raise a ticket requesting this feature.. right now raised something else 9667091

mellow spire
rich moon
#

lmaooo

mellow spire
#

akarys is oofline 😦

edgy crest
#

i mean, why are you asking for exam answers here, like if i you can search then why not just go-

eternal wing
#

akarys is always with us in our hearts

mellow spire
#

it is not exam, this is a last year's paper, my french exam is on friday

edgy crest
#

i mean google is still a thing then...

mellow spire
#

googling i found nothing, so asked here

rich moon
#

lmao what

#

there are literal conjugation dictionaries

#

online....

#

literally gives u all forms of that verb

uneven pine
#

Who is U?

rich moon
#

the dude looking for french help

uneven pine
#

Oh, one letter names are annoying

quick ledge
#

y

mellow spire
#

i asked my school friend nvm 🙂

versed saffron
#

i stg I'm so pissed I'm doing a lab with this guy
His lab is due tomorrow but we decided to split the work
Mine was due at midnight
and he has the audacity to take his time
like I'm waiting on 1 last graph
it took him 3hrs to plot some points on a video and press a few buttons
he's STILL not done
and he's asking me about my lab section

cosmic lotus
#

I have a code golfy question, is there an alternative to a for or while loop? I am trying to remove the indentation

quick ledge
#

use list comprehension and join or something

cosmic lotus
#

I have assignment expressions inside my loop

#

ok i guess I have to use 3.8 walrus operator

#

(n:=2, print(n))

royal lakeBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

sand siren
#

Gotta love that feeling when you spend all day working on a story and then realize it isn’t in the current sprint.
@shrewd thunder I once read a task wrong

#

and it was fun when i go to the end of the sprint to pass the task, and a manager calls me and says that i did the wrong thing

winter terrace
#

club penguin ban an% speedruns are wild

#

i feel like theres a lot of optimisations to make, but it just comes down to rng

#

oh fuck its 1am again

sullen stag
#

no itss 8:00

winter terrace
#

Not my time

#

Why does every one use pm am

#

Those don’t make sense if you don’t use them

#

Just use 24 hour clock

#

No confusion

#

Like

#

Cmon

#

11 am -> 12 pm

#

What is this shit

#

And then 12 pm -> 1 pm

#

I swear, whoever came up with this system just doesn’t know how to count and was like yeah bro no bro that’s how you count bro trust me bro

rich rover
#

Atomic clock's the name

winter terrace
#

Tf

versed saffron
#

Counting Hz's the game 😎

mild abyss
#

@winter terrace some people are more comfortable with PM and AM

cosmic lotus
#

Joe teleports into the cluster
You turn behind you
Joe: "Nothing personnel kid"

young shoal
#

personnel

rich rover
#

personnel

rough sapphire
#

personnel

edgy crest
#

personnel

digital lantern
#

What's this a sink thing?

rich rover
#

Nothing personal kid

spiral cipher
#

is it true that teachers can see whats happening on our screen during a zoom meeting? I doubt they actually can see it all but someone here might know

oak tangle
#

Unless you're sharing your screen, they should not be able to

spiral cipher
#

alright

edgy crest
#

are you asking that because you open some other app while you are attending the meeting?

mild abyss
#

maybe he accidentally clicked share screen

#

and was caught hiding something

spiral cipher
#

Nah lol my math teacher was showing us a website we can use to check our work and then went on a big thing about not to use it during tests and he told us that teachers can see whats going on on your screen and i feel like thats an invasion of privacy lol whether or not someone isn't focusing in class or whatever. I understand that they can probably see whether you are focused on the zoom tab or some other application but being able to see your screen is something else

young shoal
#

presumably you're using some special test taking software?

quick ledge
#

idts

#

i think it's the teacher's scare tactic

edgy crest
#

yeah, the famous lie of the teacher

#

or parent

spiral cipher
honest star
#

LMAO. My professor has on our take home exam "Here's a hint: <insert hint thing he had"
Someone asked "Professor can you explain the hint?"
Professor: "No."

#

and then promptly moved on to the actual lecture

solid pollen
#

Haha

quick ledge
#

A hint on hint would have been hintception

mild abyss
#

so the hint is find it by yourself

#

hmmm

solid pollen
#

Hey @viral parrot, now you got me curious, why can't you update to 2004?

mild abyss
#

2004?

#

windows 10?

solid pollen
#

Yeah

mild abyss
#

hmm he doesnt want to update or he cant update? which is which?

solid pollen
#

Can't apparently

mild abyss
#

woah

edgy crest
#

how do you know that?

lofty dirge
#

There is drivers and AV that will block Windows 2004 update

#

Microsoft seemed to give up and just moving forward with Windows 10 2010 update

#

1909 will be supported till March 2021

mild abyss
#

so uhm how can he update then? he will wait?

lofty dirge
#

I'd wait until bugs with 2010 update get sorted and try again in December

#

unless there is some pressing feature in 2004 they want

#

about biggest feature I know of is Wifi 6 support in Windows 10 2004

mild abyss
#

i see cool then

#

goodnight wabbit

lofty dirge
#

you mean afternoon!

mild abyss
alpine shuttle
#

wassup

#

is it possible to choose any domain for your website?

#

like if I want mywebsite.aaa or .opo, .wyb, .nqm, anything?

narrow pecan
#

I don't know if those specific ones exist, but I don't think everything exists

alpine shuttle
#

yes that was my question: can you choose a domain that doesn't exist?

narrow pecan
#

I don't think so

alpine shuttle
#

ok ty

solid pollen
#

You can register it, technically

#

But it costs a lot

edgy crest
#

technically creating your own virtual country

stark prawn
#

The application fee for a gtld is $185k

alpine shuttle
#

jesus this is indeed expensive

narrow pecan
#

Oh, wow

alpine shuttle
#

WHAT NO

#

F*CK THE SYSTEM

#

:[

ancient stream
#

Just saying, I never understand why people censor "bad words". I mean its spelled out with a single letter or two censored. Doesn't make sense XD

Not trying to poke fun I am legit confused

alpine shuttle
#

because maybe the modbot won't like that

#

it's meant to let you understand what I'm saying while passing through the censorship

ancient stream
#

saying fuck? I mean its not the end of the world here, it is not /wanted/ but it isn't an instaban either

uneven pine
#

And if the mod bot would remove it in any given server

#

That means the moderation team doesn't want it

#

So circumventing it makes less sense then

alpine shuttle
#

anyway you see why

last mantle
#

Sad

rough sapphire
#

This line:

filename = "".join(random.choice(string.ascii_letters) for i in range(filename_length)) + source_url[-4:] if ".jpeg" not in source_url else source_url[-5:]```
screws up on files that have the `.jpeg` extension which ends up writing all `.jpeg` files onto the same file which means that the last contents got overwritten, nice.
alpine shuttle
#

this is very specific

rough sapphire
#

Basic

alpine shuttle
#

woops you answered

#

ok nvm then

sullen stag
#

The world is mostly fucked. Who agrees?

gilded canyon
#

me

#

mostly because of fake people infront of faces

alpine shuttle
#

what are you thinking about

gilded canyon
#

The world is mostly fucked. Who agrees?
@sullen stag

#

may be about this

alpine shuttle
#

no I mean you probably faced a situation that led you to think that

#

it probably did not pop in your mind did it?

gilded canyon
#

maybe in discord itself

#

no I mean you probably faced a situation that led you to think that
@alpine shuttle
yup

#

are u interest in hearing me??

alpine shuttle
#

n o

gilded canyon
#

okay np

#

that sine of true personality

alpine shuttle
#

yes

#

tell me if you want, do not if you don't

gilded canyon
#

but no
fake people will comfort others in front of the face and talk shit at back(or they will pretend to be happy and cool every time which not possible)

#

i think that will say all

alpine shuttle
#

i get it

#

is it related to a recent personal experience?

gilded canyon
#

is it related to a recent personal experience?
@alpine shuttle
i am hoping that
i am not involve in that

#

😅

narrow pecan
#

For some reason, I don't quite like how this character looks: ¶

#

I think it may be the weird combination of thick and not-so-thick lines

quick bay
#

thats like a paragraph thing. for editing. i think it looks like a q filled in

#

or an uppercase backwards p

narrow pecan
#

Yeah

#

I still don't quite like how they filled the loop

rough sapphire
#

Yeah, its not typical of any other characters

#

I suppose that it is intended to be a marker, not just another character

narrow pecan
#

Yeah

floral viper
#

iirc it symbolizes a carriage return

#

The only one I ever know that used that thing was my dad back in 1995 when he was binging on text editors.

narrow pecan
#

Yeah, I know¶
You can see the character on Google Docs if you click some button, which I accidentally did a few times¶

But I guess that's the only use of it today

cosmic lotus
#

It looks like an elephant

narrow pecan
#

Hmmm

#

How?

cosmic lotus
#

The left part looks like an elephant’s ears which then connects to its trunk

#

Or maybe a battle axe

narrow pecan
#

Hmm, maybe a bit

winter terrace
#

what about ╥

#

just playing with alt + numpad keys is fun

#

like

narrow pecan
#

That has nice line widths

winter terrace
#

#

just press alt and press some random numbers

narrow pecan
#

Slightly odd, but looks fine

winter terrace
#

¼

#

Φ

#

Ф

#

щр нуфр

#

ерфеы огые ерфе срфкфсеук

#

цфше

#

агсл

#

woops

#

graceful basin
#

please do not dump random text

winter terrace
#

oh woops

rough sapphire
#

Factorio is a game that gives you an ultimate goal to strive towards, but respects you enough to let you figure out that on your own.
Or, you know, fail horribly. And die horribly. Because you forgot that a single laser gun firing non-stop drains 2.5 fucking megawatts off your power grid.
And you weren't gonna stop at building one, were you? So you black out your entire elctrical system, which means the inserters now no longer have power to insert coal into your boilers to fuel your fucking steam engines to generate your power in the first place; leading to a permanent blackout, just conviniently, as a roving horde of illegal aliens launches an assault. Luckily, you can just save and load the game to plan out your strategy. Or, you know, you can just delete your save game and never play this again.

graceful basin
#

this is why you use burner inserters for your power lines

floral viper
#

powered inserters are more energy efficient iirc but yeah if the power goes you effectively deadlocked yourself

graceful basin
#

yes, but the difference is so minor that the outage resistance is worth it

cosmic lotus
#

@rough sapphire Hey hey people

honest star
#

lol, my boyfriend just pulled a "I think python is doing math wrong"
I help him debug it and ended up with him saying
"Okay, I'm doing math wrong, nevermind"

graceful basin
#

computers do generally not make mistakes

cosmic lotus
#

A good metaphor for life

rough sapphire
#

THE ONE AND ONLY YEEHAW

#

thanks for existing my man

honest star
#

That's what I said~

cosmic lotus
#

Wait I forgot the other one

#

THE FACTORY MUST GROW

rough sapphire
#

after a while, you start to hear voices

#

its true i swear to god

cosmic lotus
#

I’ve stayed away from the game for a while now

#

But I still hear them every day

rough sapphire
#

same

#

shudder

cosmic lotus
#

Speaking of my favourite African warlord, have you played Starsector?

mild abyss
rough sapphire
#

I still want to so bad.

#

But, no, not yet

#

some ugandan warlord stole my 15 dollars

#

said he needed starsector money

cosmic lotus
#

If only he knew

#

My man gave out a key

#

The game’s drm free

rough sapphire
#

heres my actual steam key

#

and theres a download link in the description

#

there will never be another legend as great as his

#

ye, I guess i shall just get it off deez.

#

we'll see we'll see

#

life's busying me

#

but thanks for the reminder nonetheless

cosmic lotus
#

Mines too, havent played in a while

#

Might get back into DF sometime, its gonna be released on steam soon

rough sapphire
#

owo yes

#

noice

low chasm
#

Hi

#

Lol

#

oof

#

my school has 45 minutes in the meet with the teacher, and 45 minutes after

#

for all 4 of my classes

#

lol

#

Cool

#

Yeah IK, but I just have my camera off

#

and just chill on my phone lol

#

Lmao

#

Oh, cool

#

Lol

#

Most of my code is on USB sticks that I don't keep in my room, so I can't really code

#

Lol

#

Yeah I've gotten hacked in among us a lot

#

Oh yeah, our school gives us chromebooks

#

Lol

#

Oof

#

Lol

#

Lmao

#

On your chromebook?

#

Lmao

#

Lmao

#

not the schools

#

Unless you visit the projects

#

page

#

oof

#

Lol really?

#

Oof

#

U get in trouble?

#

Oof

#

OOF

#

Lol

#

That must be an awkward conversation which your teacher

#

Lol

#

What grade are you in?

#

Oh, im in 8th

#

I took programming last year

#

Im in loudoun county

#

Cool

#

we used scratch

#

which sucked

#

It got pretty repetitive after a while

#

and we learned the basics of python

#

like printing and whatnot

#

Yeah same

#

I learned the rest on my own

#

since january

#

Lol

#

I've gotten pretty far in python

#

Im writing a parser right now

#

For a language

#

Lmao

#

Nice

#

Oof

#

I started this january

#

Lol

#

Lol

#

The hardest thing i've made is a parser, its pretty confusing

#

Lol

#

Im basically writing a programming language

#

lol

rich rover
#

The hardest thing I've made is a tic-tac-toe game

low chasm
#

in python

#

Oh cool

rich rover
#

But with touch controls

#

😉

low chasm
#

Oh cool

#

If I fix one error, 10 more pop up

#

lol

#

Lmao

#

I gtg, Cya

winter terrace
#

apathy

#

so thats the word for it

thin dune
#

hello

spiral nacelle
quick ledge
#

nice 👏

spiral nacelle
#

i cant think of anything else to add to it. the buttons are just placeholders but still

twilit hull
#

its cool but the UI is

#

"retro"

rough sapphire
#

hey you guys

#

I have a tilted photo that I need to convert to a document..

#

I tried photoshop and stuff.. but I'm not that good... any suggestions?

twilit hull
#

outsource

#

the job

rough sapphire
#

to who

#

lol.. where do I find people.. I see fiverr but I dont know them and not sure how long they'll take

winter terrace
#

what would a rythm rogue-like game look like

twilit hull
#

lose all your scores ratings on all songs if you fail a song

winter terrace
#

osu is a fucking drug

sullen stag
#

I think it may be the weird combination of thick and not-so-thick lines
@narrow pecan THICC

desert knoll
#

anyone wanna guess what my english teacher thinks you say a female hero?

#

she thinks that a female hero is called a "heroine"...

#

correct: yes
funny:VERY

winter terrace
#

Have you ever heard of or seen a creature and thought: yep this is definitive proof that there is no god or if there was one he is dead

rich rover
#

That is suspiciously specific

desert knoll
#

maybe god is just a big psychopath

#

or he watched a greystillplays video and he decided to recreate the stuff he does

twilit hull
#

god is a construct

solid pollen
#

class God extend IGod, IOmnipotent

cosmic lotus
#

SuperGod extends God, Universe, IChocyMilk

mild abyss
#

God is a mispelling of "good" that is why he is evil

narrow pecan
#

Hmm

mild abyss
#

hm?

cosmic lotus
#

hrm

sullen stag
#

4000AD: still complaining about the state of the world

narrow pecan
#

:PaimonCookies:
@mild abyss still chewing. Always chewing

rich rover
#

yes, the coookies

mild abyss
#

nearly done

rough sapphire
#

I forgot which adv rank I am now

mild abyss
#

I forgot which adv rank I am now
@rough sapphire me will cry if cant play next year

rough sapphire
#

what are your pc specs?

mild abyss
#

not enough to run genshin xD

#
GPU: Intel Skylake GT2 [HD Graphics 520]```
#

xD

rough sapphire
#

Mine is intel i3-7 gen and intel hd 620
<30fps gang

mild abyss
#

Mine is intel i3-7 gen and intel hd 620
<30fps gang
@rough sapphire what how did you made it run?

#

man i did what you did but

#

sigh

rough sapphire
#

did you install dxvk?

mild abyss
#

yeah

rough sapphire
#

🤔 idk I played a bit

mild abyss
#

i followed all your instructions bro

rough sapphire
#

what was the problem

#

the starting scence glitches a LOT

mild abyss
#

when i try to launch the game, it just minimizes

rough sapphire
#

the story I mean

#

dd if=<(echo -ne "\xc3") of=UnityPlayer.dll bs=1 seek=$((0x0148BDD0)) conv=notrunc
dd if=<(echo -ne "\xc3\xf5") of=UnityPlayer.dll bs=1 seek=$((0x0148C420)) conv=notrunc
dd if=<(echo -ne "\x31\xed") of=UnityPlayer.dll bs=1 seek=$((0x01B30933)) conv=notrunc
#

did you execute these commands?

mild abyss
#

ah...

#

no

#

😄

#

how do i execute that...

rough sapphire
#

ok you installed the playonlinux one right?

mild abyss
#

mhm

rough sapphire
#

okay go to the game directory from home

#

it will be Play on linux virtual drives or smth

mild abyss
rough sapphire
#

drive_c -> program files -> genshin impact -> genshin impact game

#

and then open up a terminal and type these one by one

mild abyss
#

okiee

rough sapphire
#

dd if=<(echo -ne "\xc3") of=UnityPlayer.dll bs=1 seek=$((0x0148BDD0)) conv=notrunc
dd if=<(echo -ne "\xc3\xf5") of=UnityPlayer.dll bs=1 seek=$((0x0148C420)) conv=notrunc
dd if=<(echo -ne "\x31\xed") of=UnityPlayer.dll bs=1 seek=$((0x01B30933)) conv=notrunc

#

it will only work after these

#

@mild abyss Omg

#

same icon theme

#

and same file explorer

#

and same theme

#

lol

mild abyss
#

@rough sapphire okay thanks me will try that later

rough sapphire
#

which distro?

#

he/she is using manjaro

#

ha ok

#

I use arch

mild abyss
#

@rough sapphire i am just using the defaults

rough sapphire
#

but I really like manjaro theme

mild abyss
#

i like green annyway

rough sapphire
#

@rough sapphire i am just using the defaults
@mild abyss There is no "defaults" for arch

#

me too tbh

mild abyss
#

it is still a "default" lol

rough sapphire
#

I use manjaro theme as my kde theme

#

it is still a "default" lol
@mild abyss no I'm using arch

mild abyss
#

i am talking about mine bro

#

hence the "i am"

rough sapphire
#

here

#

my distro

#

I use papirus icon theme

#

idk why but folder icons are still same

mild abyss
#

i am reinstalling :3

#

so i wont skip any steps

rough sapphire
#

idk it automatically started with full screen

#

you will download 12gb again 👀 ?

#

you should have saved that data it can be reused

mild abyss
#

yeah. it is fine. i am writing a research paper anyway

rough sapphire
#

I have backed it up on my backup drive

mild abyss
#

sad i dont have such a thing 😦

rough sapphire
#

?

#

I have partitions

#

okay I am gonna play some

mild abyss
#

goodluck have fun

rough sapphire
#

I am playing this on a window manager cause gnome gets so laggy lmao

mild abyss
#

I am playing this on a window manager cause gnome gets so laggy lmao
@rough sapphire window manager?

#

the Wine Desktop Window?

#

oh. nvm

rough sapphire
#

no i3-wm

mild abyss
#

yeah i kinda figured

#

so.. i should use i3-wm .

#

because KDE is laggy too if thats the case

rough sapphire
#

yeah cause normal de takes some ram away

mild abyss
#

how much ram do you have?

rough sapphire
#

8

mild abyss
#

oh same

rough sapphire
#

and it goes up to 80% sometimes

mild abyss
#

ah... fudge... idk if it is worth it to play anymore xD.

rough sapphire
#

yes I should buy a strong pc 😔

mild abyss
#

Memory: 3429MiB / 7834MiB

#

sad

#

i should buy a new one too

#

ah i hope my account does not get deleted after a year

#

of not playing

#

ah fucc i will cancel it

#

sigh

#

well i survived not playing CSGO. gotta not play xD

rough sapphire
#

Memory: 3105MiB / 3839MiB

mild abyss
#

you should use a tiling window manager if thats the case

rough sapphire
#

no need

#

my laptop is still fast

#

lel

#

I can survive with it

mild abyss
#

just buy new ram

rough sapphire
#

1₺ = 8$

mild abyss
#

you can disassemble your laptop and add more compatible SODIMM RAM

rough sapphire
#

I dont have enough money

mild abyss
#

sad

rough sapphire
#

😦

rough sapphire
#

lol?

mild abyss
#

youre really weird dude.

rough sapphire
#

what?

#

what did I do

mild abyss
#

nvm

rough sapphire
#

please

#

tell

#

@mild abyss

low chasm
#

Hi

tribal aurora
#

Memory: 4431MiB / 7932MiB

rough sapphire
#

Memory 3GiB / 4GiB

tribal aurora
#

I'm running i3 , Why is it 4.5GB ?!

tribal aurora
#

@rough sapphire 100% running on Virtual machine

rough sapphire
#

no

#

if I use virtual machine its probably be 4/4 gb

tribal aurora
#

I musn't be 3839GB

rough sapphire
#

I'm living in turkey

tribal aurora
#

?!

rough sapphire
#

1₺ = 8$

tribal aurora
#

I didn't ask for that

rough sapphire
#

🤦‍♂️

#

1₺ = 8$
@rough sapphire.

#

ram is too expensive

tribal aurora
#

OK

rough sapphire
#

?

tribal aurora
#

You pinged me and I said I got it

rough sapphire
#

weird kid

#

nvm

tribal aurora
#

!?!

narrow pecan
#

ram is too expensive
@rough sapphire I usually just download a few terabytes for free from a not-very-fishy site called “scammers.com

rough sapphire
#

lmao

green stone
#

i was playing games and my dad came to me and said my grandma died

high verge
#

just now?

mild abyss
#

i was playing games and my dad came to me and said my grandma died
@green stone you should go dude

green stone
#

go where

mild abyss
#

go where
@green stone with your dad

green stone
#

i dont understnad

mild abyss
#

nvm

narrow pecan
#

Fun thing to try if you haven’t already. Send +:+1: here

quick ledge
#

reactions?

narrow pecan
#

Yep

#

It’s really cool

#

Like this: +:hyperlemon:

quick ledge
#

I've seen it in discord's start-up hints but never used it yet

narrow pecan
#

Same

#

It’s not that useful, but still cool

calm dawn
#

yeah that is cool

quick ledge
#

I wonder how accurate it'll be for a fast paced conversation

solid pollen
#

If the translation message sent -> add reaction is done on the client, it should be pretty accurate

lofty dirge
#

?

#

It’s beta release for OS. What’s confusing/interesting

rough light
#

is it that 11 hasnt come and 11.0.1 is in beta?

#

im on the beta lol its pretty pgogers

pine cove
#

@lofty dirge @rough light We now have a 11.0.1 beta even though a stable release of 11.0 isn't out yet

rough light
#

ye thats what i said lol

#

11 be lookin poggers tho

#

i like its new look

#

shmexy

winter terrace
#

those are some BIG icons

lofty dirge
#

Pixel this is normal development

#

11.0 is probably show stopping bug fixes only

#

11.0.1 is non major bugs that need to be fixed

#

At some point you have to move on

low chasm
#

Does anyone have any experience with Kubuntu?

#

I want to factory reset and old pc

#

I broke the settings

#

So I want to do this without reinstalling the whole OS if possible

pine cove
#

But why release a beta patch version when the major version itself isn't out of beta yet? @lofty dirge

lofty dirge
#

Because it’s ready for beta?

digital lantern
#

They should add a "+" to C++ for every new version

high verge
#

then i'd finally know what goddamn version i'm using rolf

narrow pecan
#

Imagine using C++++++++++++++++++++++++

#
cpp_version_name(version_number: int) -> str:
    """Returns the name of the C++ version"""
    return f"C{'+'*version_number}"
#

@digital lantern I made a python program for you. It’ll come in handy

digital lantern
#

That's incredible

#

Thank you

#

My day is made

narrow pecan
#

Hahah you’re welcome

#

Use it wisely

eternal wing
#

@narrow pecan fun fact: there is an irl famous cult where a ton of the members were web developers and the cult did web dev professionally

narrow pecan
#

Ooo

#

That sounds like us in 5 years /s

rough sapphire
#

why is python sooo popuplar?????

cosmic ravine
#

is that a real question or a "I need to get 50 messages" kind of question? :P

rough sapphire
#

pythons easy to learn (this was a I need to get 50 messages opinion)

wet stone
#

can I turn off my computers fans temporarily to check if they are the cause of my computer rattling

cosmic ravine
#

if temporarily means a few minutes, yes

#

if your pc is anything close to modern the worst it'll do is auto throttle and eventually turn off

#

but a pc can easily run without fans for a few minutes

wet stone
#

bey

#

bet

#

do I need to physically turn off the fan or can I do it software-wise somehow?

cosmic ravine
#

if you hear rattling I'd suggest some fan control software and turn them down/up one by one to see which one is making the noise

floral viper
#

unless its the cpu fan, then it just auto shutdowns

wet stone
#

thing is it seems to happen a while after my computer is on

rough sapphire
#

Do you guys have any youtube channels that are IT/CS related?

#

That u recommend*

floral viper
#

depends on what you're interested in

rough sapphire
#

Thanks 👍

mild abyss
#

wat i already subscribed???? when? 😮

terse sluice
#

this guitar emoji does not look great in my status

#

sad

eternal wing
#

thats why you just play electric. Electric guitar is cool 😎

floral viper
#

I prolly linked the channel to you before ronin

mild abyss
#

I prolly linked the channel to you before ronin
@floral viper i dont even remember you when i first came here

#

oh wait i do

#

the pfp was the nose of a whitish aeroplane

eternal wing
#

always a swedish plane

wet stone
#

how does time sleep

eternal wing
#

through tremendous guilt and war flashbacks

green palm
#
print("Say hello to cAsE!\n\tThe world's first case-messing shell. Written in Python 🐍!\nHOW IT WORKS:\n"+"="*12+"\n1. You enter something\n2. iT TrAnSfOrMs iT To sOmEtHiNg cRaZy\n\nEnjoy! 😊 - ThatXliner");print("".join([(lambda x,y:y.lower()if x%2==0 else y.upper())(x,y)for x,y in enumerate(input("(cAsE)> "))]))
#

Idk why i made this just now

mild abyss
#

okiee

cosmic lotus
#

Funny ot name haha

ancient stream
#

wtf this question makes no sense with the answers listed.

#

how is a DVD a process? none of these answers are right honestly

uneven pine
#

They're asking you to compare analogues

#

the DVD can't be ejected until the drive stops spinning the disk
That is to say, the DVD (Process) is waiting for the parent (Drive) to release its PID (Stop spinning it)

#

at least that's what I get from the question

edgy crest
#

interesting

ancient stream
#

then the question is worded bad to me, because that is not how I read it. I chose the most logical answer to me in the possible answers based on an obscure question.

mellow spire
#

happy Birthday @coarse hearth 🎉 lemon_fingerguns_shades

topaz aurora
#

Canvas lemon_eyes

cosmic lotus
#

Canvas indeed

mild abyss
#

howd you know it is his bday?

#

👀

rich moon
#

lmao canvas quizzes

#

when ur school uses canvas

coarse hearth
#

@mellow spire Thanks 😍

mellow spire
#

and being active 🙂

rough sapphire
#

does anyone know how to copy all messages from a channel of Server A to a channel in Server B?

ancient stream
#

Not trying to be rude but it's looked down on for asking the same question in multiple channels. If someone knows they generally will help in that channel

#

On that note. Anyone think if I factory reset my phone, apps will load faster? Specifically imgur and reddit? Slowest apps I've ever seen when it comes to loading images

rough sapphire
#

Not trying to be rude but it's looked down on for asking the same question in multiple channels. If someone knows they generally will help in that channel
@ancient stream i don't really care if it's looked down on; I just want an answer

ancient stream
#

Well there are server rules, no need to get snippy

rough sapphire
#

ok well people might not want to answer

#

On that note. Anyone think if I factory reset my phone, apps will load faster? Specifically imgur and reddit? Slowest apps I've ever seen when it comes to loading images
@ancient stream why will you do that? Just to make it slow again and reset again

#

Well there are server rules, no need to get snippy
^

#

I am gonna leave after I am done with that question anyway

ancient stream
#

Regardless there are rules lol. And purposely being rude when someone mentions about said rules and the standards of the off topic channels is well a dick move. Especially since this is a python discord. Yes it's an off topic channels but the way you are acting is like you are demanding an answer.

rough sapphire
#

I don't seem to be breaking any rules but tyvm

ancient stream
#

Well I can tell you only read what you want. Have a great day

rough sapphire
#

tyvm

quick ledge
#

I don't seem to be breaking any rules but tyvm
@rough sapphire You were breaking rule 2

rough sapphire
ancient stream
#

Yes technically you were, not sure how long you been here but it has been said multiple times over, don't ask the same question in multiple channels.

quick ledge
eternal wing
#

@rough sapphire yes, it is very appreciated here if you do not duplicate posts for help. This is pretty spammy imo.

The best way to get help would be to open a help channel and wait for someone to come along.

quick ledge
#

Fisher, it wasn't a question related to python

eternal wing
#

ah, I see. Either way, best to post the question once and hope someone comes along to help

edgy crest
#

or at least post it in another server, this server isnt the only one in whole discord jeez

quick ledge
#

nevertheless, posing the same question in multiple channels in frowned upon.
And being rude when that is pointed out can earn you an infraction

floral viper
#

You guys are wasting your time. He said he was going to leave after someone answered his question.

eternal wing
#

haha

floral viper
#

plus he had a generally entitled aura about him so I reckon what you are saying isn't landing.

ancient stream
#

Just saying, some quick googling produced a support.discord forum post about people wanting the feature, it's obviously not implemented into discord. But there are third party ways.

eternal wing
#

🔨

ancient stream
#

Fisher! I haven't seen you all day! Did you fly today?

rough sapphire
#

@rough sapphire yes, it is very appreciated here if you do not duplicate posts for help. This is pretty spammy imo.

The best way to get help would be to open a help channel and wait for someone to come along.
@eternal wing I did, it was unanswered.

floral viper
#

Big surprise 😂

quick ledge
#

I did, it was unanswered.
probably for a good reason

rough sapphire
eternal wing
#

Fisher! I haven't seen you all day! Did you fly today?
@ancient stream I did not. I really wish I did. Instead I woke up at 12:30. And then went to work LOL

rough sapphire
#

Just saying, some quick googling produced a support.discord forum post about people wanting the feature, it's obviously not implemented into discord. But there are third party ways.
@ancient stream this is all I want

quick ledge
#

Np

ancient stream
#

Aww damn that's no fun, unless work is fun

quick ledge
#

Just be a bit more courteous next time, Cosmos

eternal wing
#

Work is work LOL.

I spent a whole class teaching a student how to do some more advanced stuff in django, which is pretty fun relatively speaking haha

#

But yes, I would have much rather spent my morning on discord rather than sleeping for 12 hours haha

#

How was your day? xD I probably missed a lot

ancient stream
#

Nioce, uh mine, woke up with bad stomach, then went to DnD. I made bags of candy for everyone and put a Panzer IV Ausf H Medium tank in each bag.

quick ledge
#

Ah, hate when that happens

#

Screw you, random citizen

eternal wing
#

Nice, that is a good progression at least. Started out as a bummer, but sounds like it got pretty epic

#

im still so confused by the panzer thing LOLOL

ancient stream
#

Oh and webex was crap today and half our class took like 30 minutes to get into session

eternal wing
#

that is annoying. Literally everyone has not bee enjoying online classes

mellow spire
#

just write a discord bot for that @rough sapphire

ancient stream
#

Well you know how people say check kids candy for things? Someone did a meme about finding a ww2 german regiment in a snickers bar

quick ledge
#

im still so confused by the panzer thing LOLOL
@eternal wing Halloween candy are sometimes spiked with items that are dangerous for children.
like blades, metal nails, or in this case, a Panzer IV Ausf H Medium tank

mellow spire
#

loop over all the msgs in a server and send it to server B

ancient stream
#

So I put am entire tank in their bags if candy

eternal wing
#

ohhhhhh yeahhhh I know that meme now that you mention it LOL

#

did you buy them?! 3d print?!

ancient stream
#

2D printed in my super duper fancy Monochrome laser printer lol

edgy crest
#

flex

ancient stream
#

Totally

eternal wing
#

lol still fancy

edgy crest
#

i was wondering wether some laptops contain in built printers?

eternal wing
#

lol, not that I know of

edgy crest
#

dunno where you will fit it though

quick ledge
#

hey, atleast your monochrome printer won't slit your throat at night demanding cyan

ancient stream
#

Uh, downside is we triggered an avalanche right as we ended our session and 2 characters didn't make it out of the path. Oh and I spartan kicked a mountain goat down the side of the mountain

eternal wing
#

I am preparing to buy a ton of candy and eat it all on my own 😎

mellow spire
#

i was wondering wether some laptops contain in built printers?
idts

edgy crest
#

isnt halloween gone?

eternal wing
#

LOLOL, classic DnD

mellow spire
#

lmao

#

i just go at the end moment, and loot other ppls candy bags

ancient stream
#

Ya but the aloha goat tied in two contested strength tests against our barbarian

mellow spire
#

instead of going alone house to house

ancient stream
#

When she was trying to throw it off the mountain lol

#

Alpha goat*

eternal wing
#

I was DMing once and I came up with this cool plot point/misdirect where there was a creepy dude with a magical bird that would end up being vital to the plot.

But then someone yeeted it by rolling a 20 and I had no choice but to honor the roll.... and the birdie exploded into pure viscera

ancient stream
#

It wasn't my fault! Least totally not mine..I didn't think they would attack if I touched one and casted inflict wounds for 30 damage xD

floral viper
#

Over here Halloween is for remembering the dead so we put candles on graves. Companies keep trying to commercialize it with candy n shit though 😦

ancient stream
#

Ooh that poor bird lol

eternal wing
#

and LOL, maybe I am a bad dm, but I feel like 90% of our campaigns get derailed so fast

ancient stream
#

Nah, it always happens. Even during adventures league, and that is a by the book thing.

floral viper
#

also dnd is quirky af, i love it

ancient stream
#

Ya here in the usa, halloween is all candy and crap lol

#

The best part? Next week the candy will be 75% off

eternal wing
#

I need more DnD in my life

#

The best part? Next week the candy will be 75% off
this is literally what I am waiting for

ancient stream
#

Well come fly your plane over here next week and join us!

#

It's only like what, 1000 miles?

mellow spire
#

finsihed my chem paper 😄

eternal wing
#

LOL, yeah I'll have to make a tour of the US xD

floral viper
#

Me and a friend is playing through the new baldurs gate. We got into a fight in town and we used a magic hand to shove a guy off a ledge then we threw boxes on him until he died.

eternal wing
#

I will be flying about 600 miles this weekend 😄 just not east

ancient stream
#

XD

mellow spire
#

which planes u fly?

eternal wing
#

at this point I straight up veto it when my friends try to fight the entire town, it happens every single game and I am so sick of it lol

#

which planes u fly?
currently I just fly a cessna 152 and cessna 172s

ancient stream
#

Ooh that reminds me. One goat fell 30 feet and didn't die. I tried to run and jump off the ledge to shield slam it, I forgot we all were tied together to prevent falling off the mountain. Needless to say the party won against my strength check and we didn't fall off the mountain

mellow spire
#

oh nice

eternal wing
#

so really tiny planes

#

shield slam it
wtf happened with you guys and goats LOL

#

and LOL, good thing you were stronger than the party

ancient stream
#

I pissed off the alpha, and 3 attacked us

eternal wing
#

funny enough, the best player i've had in DnD was this super "no nonsense" dude. He took it incredibly seriously, to the point of really thinking outside the box for doing puzzles and stuff lol. Surprisingly fun

floral viper
#

Yeah this fight was totally unintentional (from my part). I am playing a LN cleric and he is playing a CE wizard. He used the rogue to pickpocket the store and give me armor (since my intelligence is at 8 I did not understand that the armor was stolen). Anyway the store guy bugs when I put the armor on and starts spewing out while(true) threaten for about 2 minutes then he attacks us

ancient stream
#

My character is a chaotic evil Oathbreaker paladin. So she doesn't give a shit. Only helping the party because her "god" told her to destroy what is threatening his rule

frozen thorn
eternal wing
#

@frozen thorn plz no spam/rando gifs

frozen thorn
#

Alright. mb

eternal wing
#

lol, np. Barely a spook though

ancient stream
#

Reminds me of the old car driving in the country side jump scare

eternal wing
#

yeah, I was just thinking that LOL

floral viper
#

There is this awesome video of someone watching that video and get so scared hi punches his screen

#

hand straight through

eternal wing
#

what a Real Man™️

floral viper
#

yeah panic reaction lol

ancient stream
#

XD

quick scroll
#

anyone interested in working on an operating system in python?

rough sapphire
#

reaction = 😱😱

floral viper
#

Not possible sniper

ancient stream
#

Oooh! Not sure if anyone seen but AMD released specs for some cards and they look like they are trading blows with Nvidia.

tranquil orchid
#

You're making an operating system with python..?

quick scroll
#

@floral viper lol dude its not what you think

ancient stream
#

Isn't linux wrote in C?

tranquil orchid
#

Probably

quick scroll
#

i know its not possible to boot from python

floral viper
#

C, C++, and some asm

tranquil orchid
#

Python alone cannot make an os

quick ledge
#

most of it was ported to C and C++

quick scroll
#

i've done my research

#

exactly however, its like a subsystem for python

tranquil orchid
#

An OS is a rather large undertaking

ancient stream
#

So is making an AI :(

tranquil orchid
#

I mean thats nowhere near an os

#

Well probably not anyway

#

Depends what that AIs doing

floral viper
#

I recently started working in C++ coming from a 10 year C background and my C++ code looks so much like C it's terrible lol

#

runs like a charm though

eternal wing
#

yeah, the new amd cards look like they for sure beat nvidia's hardware in the midrange.

AMD is notorious for very buggy drivers on release though.

ancient stream
#

No but still. I kinda wanna do that but I assume it would need more than python

quick scroll
#

@floral viper lol dude we are creating a subsystem

tranquil orchid
#

I've been doing some machine learning stuff lately

#

Its pretty interesting

#

And would be great if it stopped failing completely

floral viper
#

No we are not 😄

#

Got better things to do, no offence

ancient stream
#

True true, hope they step up their game. I would love to buy an AMD card again. Last I owned was the Radeon 5770

#

16gb vram even on the midrange card. Siiiick

eternal wing
#

they look pretty awesome.

I am still currently planning on going with a 3080, I will need to see benchmarks and what happens with their drivers.

There are often issues in systems using amd CPUs and nvidia graphics as well.

#

so we shall see

floral viper
#

16gig is needed tbh

#

When I fly DCS in VR it eats all 11 gigs on my card

ancient stream
#

I'm torn between a 3070 and the amd card when it comes out

floral viper
#

i am most likely going nvidia again

#

very happy with the driver quality, unlike with amd

ancient stream
#

Like I want a 3080 but I don't want to spend over 500 for a card :s

quick scroll
#

yep i have a rtx 2080 super and works like a charm

eternal wing
#

yeah, that is my thing. Nvidia has been great to me, I have only really heard bad things about AMD. Just that their actual specs and prices are better

floral viper
#

We have a saying here "you get what you pay for"

ancient stream
#

Yeah I know lol

eternal wing
#

Like I want a 3080 but I don't want to spend over 500 for a card :s
@ancient stream wait........... arent you the person with the titan?

ancient stream
#

Maybe >~>

eternal wing
#

LOL

#

I would be curious what the performance increase is over the titan to a 3070

ancient stream
#

But that's still a lot of money to drop on a video card!

eternal wing
#

benchmark time

ancient stream
#

Well considering my card is from same time the 980ti came out, no ray tracing or these other fancy upgrades, I assume the 3070 will edge it out by a decent margin

solid pollen
#

Compare it against the Quadro 6000 haha

eternal wing
#

yeah, it should certainly beat it. But probably not a very big increase

solid pollen
#

Actually I think the Quadro is just a bit better than the Titan, but it has pro drivers and support

#

And they are more sexy, let's be honest

#

The Titan RTX is just a no no

eternal wing
#

idk, the titan is pretty thicc

ancient stream
#

The scores for the 3070 are double the Titan x

solid pollen
#

But the gold pink color thing is so lemon_grimace

#

Huh

eternal wing
#

oh dang

solid pollen
#

I didn't expect that

#

Lmao, just got an email from Nvidia

eternal wing
#

I would not have expected that either based on the hardware

solid pollen
#

they are listening us

eternal wing
#

how advanced is their AI O.o

ancient stream
#

Sun dun duuuuuuun

solid pollen
#

Haha the email is about their AIs

ancient stream
#

Probably more advance than the ai I want to make

eternal wing
#

they are listening us
looks at my nvidia card

panics

solid pollen
#

"AI news you don't want to miss"

#

But what if I do lemon_thinking

eternal wing
#

are you serious?

floral viper
#

That kind of headline makes you move it to bin tbh 😅

eternal wing
#

im a little scared now actually

ancient stream
#

That is freaky

rough sapphire
#

they are simulating the conversation right now 👀

quick ledge
#

But what if I do lemon_thinking
@solid pollen You will be missed....

eternal wing
#

yeah, literally. "dont tell me what I want to miss" 🇺🇸

solid pollen
eternal wing
#

@solid pollen You will be missed....
I miss akarys all day sadcatthumbsup

ancient stream
#

I'll be honest the AI I wanna make is sorta like Jarvis, ya I know it's fictional but I want functionality kinda like it. Basically a better alexa I guess xD

#

!!! It's a Gmail account

solid pollen
#

... Yeah?

ancient stream
#

I dunno I was just being a goof

eternal wing
#

also: I appreciate the censorship effort, but I'm like 90% sure that email is 2 clicks away for all of us

solid pollen
#

I am happily selling my soul to Google

#

It actually is haha

eternal wing
#

there is an open source project for such a thing XD

solid pollen
#

As long as you have a github account

ancient stream
#

But you can sell your soul to satan and get better benefits

rough sapphire
#

satan has a better dental plan imo

solid pollen
#

That is true

#

What is his email domain though?

eternal wing
#

I wish I had dental

#

Actually, I hate the dentist

solid pollen
#

hell.666?

floral viper
#

Who doesn't? xD

eternal wing
#

I'll just move to england

solid pollen
#

emailto://thedevil@hell.666

floral viper
#

Yeah the UK is infamous for bad dentists

eternal wing
#

I feel like satan would not try that hard.

I mean, he has to be pretty cool I assume

solid pollen
#

Sad, it doesn't show as an hyperlink

eternal wing
#

since he made all those rock bands

floral viper
#

the NHS is great but not the dentists

eternal wing
rough sapphire
#

England in general is kind of strange

ancient stream
#

I think Hell Michigan Government would like a word with you about that url

eternal wing
#

fits mine now, they cant have it

#

also: I am so thankful to f1re for that website

ancient stream
#

Did he make it?

eternal wing
#

yes xD

solid pollen
#

How do even register a link haha

eternal wing
#

and deployed it

#

lol, you make a post request, I sent the source on pydis a bit ago

#

he has front end now for random links

edgy crest
#

ok this is it i am starting drawing again

eternal wing
#

hooorayyyy

floral viper
#

England in general is kind of strange
Sure is, but it's quite nice at the same time

edgy crest
#

i was looking at my past drawings and now i am jeolous of my past self

eternal wing
#

you guys lost pewds to england rip

quick ledge
#

haha

floral viper
#

Eh, we sorta see him as an ambassador

ancient stream
#

As in the pie?

quick ledge
#

ah lol

floral viper
#

he teach em swedish lol

quick ledge
#

Yes, The Pie

eternal wing
#

yes, the pieds

#

I know a single swedish word

quick ledge
#

he teach em swedish lol
@floral viper knuckerbread somthing something

ancient stream
#

I missed so much, what happened with him?

floral viper
#

Oh lol, knäckebröd 😄

eternal wing
#

he left sweden

floral viper
#

yeah that is nice

quick ledge
#

lol

eternal wing
#

helvetesfonster

#

jk, I only know gurkan

ancient stream
#

Oh

floral viper
#

i'd say it's 3 words fisher 😄

eternal wing
#

same diff

floral viper
#

helvete (important to know)
fönster (not as important)
gurkan (also very important)

ancient stream
#

Speaking of Gurkan..redbubble needs to get my magnet here

eternal wing
#

helvete gurkan?

#

LOL, I am gonna order some gurk merch along with some pydis merch one of these days

#

annnnnnnnnd I am on the weird part of youtube

ancient stream
#

Wtf? It was in town 3 days ago, ups hasn't delivered it yet

eternal wing
#

those bastards

floral viper
#

Not related to anything but I have noticed that my coffee consumption has increased with about 300% since autumn started.

quick ledge
#

Autumn = September?

eternal wing
#

I had to go cold turkey. I was drinking deathwish coffee everyday, messed me up LOL

floral viper
#

Used to drink about 1 cup a day, and now I need 3-4 to stay awake

eternal wing
#

jeeez, yeah that sounds about right

floral viper
#

with autumn I mean about since beginning of oct

#

when it starts getting dark

ancient stream
#

I think we made 1 pot since buying the new coffee maker

eternal wing
#

oh yeah I remember that

#

I am making deathwish coffee with the french press. Feel like heart palpitations every time. Pretty neat

#

I have been spending like crazy this month. I need to chill LOL

floral viper
#

I went into super-saving mode a while ago

#

Since I work as a consultant job situation is a bit shaky with the economic recession and everything

#

spending money now is not wise

ancient stream
#

Yeah, I need a job x.x

eternal wing
#

I need a career lol

ancient stream
#

That too. I'm trying to get in at least part time at our local game store

eternal wing
#

that would be cool then you can swoop all the MTG cards for me

floral viper
#

Ouch, yeah now is not a good time to be starting your career. The economy will continue to dip making companies reluctant to hire.

#

add to that that the market will become more and more flooded with laid off developers

ancient stream
#

Plus side, ever single person who goes in the store has a mask, has to use hand sanitizer when entering

floral viper
#

so competition will increase

eternal wing
#

lol, plus I am about to start as a pilot 😏

#

game store would be super chill

ancient stream
#

Yeah yeah it would

eternal wing
#

I like my current job, the owners are awesome and it is excessively chill.

ancient stream
#

So I looked at the tracking, the thing is at the post office for some reason sitting there

eternal wing
#

Lol, I hope it is epic at least

ancient stream
#

It better be lol

floral viper
#

welp, im off for a meeting, ttyl

edgy crest
#

ugh i realized i suck at drawing now, gotta learn everything again