#voice-chat-text-0

1 messages · Page 587 of 1

errant helm
#

And our machines are both complete beasts

wheat wolf
#

oh

sand laurel
#

I have a really bad laptop

wheat wolf
#

thats

#

thats interesting idea

#

so you are saying that my machine is just too slow to handle this correctly

#

hmmmm

sand laurel
#

I can barely run chrome on it

#

sec

wheat wolf
#

that would explain the heisenbug nature

errant helm
#

No, I don't think it's that simple lol

wheat wolf
#

what do you think then

odd sequoia
#

did you guys figure anything out yet?

sand laurel
#

no

#

But I Did find a dumb bug

wheat wolf
#

gdude just had an idea

whole rover
#

same here ava :^)

wheat wolf
#

releated to my computer

sand laurel
#

wheres the bot hosted

whole rover
#

docker container

odd sequoia
#

.....

#

that's not what ava asked

errant helm
#

Yeah, @charred mural hosts it on a docker container

odd sequoia
#

also docker is know to cause uncommon issues with python so I don't recommend it

errant helm
#

Deployed using saltstack among other things

#

Nix isn't using docker

wheat wolf
#

never had problems with docker and python

#

and yes im not using docker

odd sequoia
#

hmmm

charred mural
#

if docker was a person in a classroom, it would be that weird kid with a ton of screwdrivers in his pencilcase

sand laurel
#

thinking

wheat wolf
#

never saw that kind of kid

sand laurel
#

me neither

charred mural
#

no one actually does that come on

whole rover
#

sunburn hurts

sand laurel
#

does the bug go away if you make the checks 100% sync

odd sequoia
#

that's what I was thinking too

#

they're coros without needing to be

sand laurel
#

coros are actually slower too :-)

errant helm
#

Does that work?

#

The internals use some kind of async_all to iterate over the check results

odd sequoia
#

you used to only be able to use normal funcs

sand laurel
#

yeah all it does is add a __check__ or something to the func object

odd sequoia
#

^

errant helm
#

Ah okay

sand laurel
#

async_all explicitly checks if it's a coroutine

errant helm
#

It's worth a try

sand laurel
#

maybe asyncio.iscoroutine is dumb or maybe the yield from is causing touble

errant helm
#

@wheat wolf?

wheat wolf
#

huh

#

garry

sand laurel
#

hungary

wheat wolf
#

no

#

garry like in shortcut for gareth

#

@errant helm what shall i do this time

sand laurel
#

read up

errant helm
#

Make the checks synchronous

#

And then test again

wheat wolf
#

are you saying i shall remove async

sand laurel
#

yes

wheat wolf
#

from the decorators

sand laurel
#

yes

wheat wolf
#

well then

sand laurel
#

because that way we at least eliminate one factor

wheat wolf
#

lets see how that goes

#

wellll

/usr/bin/python3.6 -m bot
Cog loaded: Logging
Cog loaded: Security
Cog loaded: Events
Cog loaded: Bot
Cog loaded: Cogs
Cog loaded: ClickUp
Cog loaded: Deployment
Cog loaded: Eval
Cog loaded: Fun
Cog loaded: Tags
Cog loaded: Verification
Connected!
Failed to send role updates: [Errno -2] Cannot connect to host api.siteurl:443 ssl:True [Name or service not known]
Failed to get ClickUp lists: `OAUTH_019`: Oauth token not found
The check functions for command accept failed.
#

nope

errant helm
#

Is it reproducible?

#

Like, consistently?

wheat wolf
#

that was the first try yes

#

lets see if this continues

#

nope

#

second try worked

#

FUCK

errant helm
#

Well shit

odd sequoia
#

can you check which check fails?

wheat wolf
#

we tried

errant helm
#

How?

wheat wolf
#

but when we debug it never fails

odd sequoia
#

try using only one decorator

sand laurel
#

Can you breakpoint the return False line in discord.py's source

#

in the

#

async_all

errant helm
#

There isn't one, is there?

sand laurel
#

ofc it is

#

It's the thing that controls can_run

errant helm
#

Isn't that function just generic?

sand laurel
#

after global and local checks

#

uhh

#

seconnd

#

it has a niche use case so I doubt it

#

fuck I cloned the wrong branch

wheat wolf
#

one cant clone branches

#

one clones repos

sand laurel
#

I meant

#

pip

#

not git

#

It's used in Bot.can_run (which I think is only used for global checks) and Command.can_run

#

Maybe don't breakpoint that line actually

#

Since

#

At that point it's jsut a bool

errant helm
#

My main concern here is that not everyone can reproduce

wheat wolf
#

(why do all people still tell me todo stuff if the didnt even try to reproduce theirself??)

errant helm
#

There is an environment problem here

sand laurel
#

I did

#

You're the only one that can repro

wheat wolf
#

i am speshal

errant helm
#

It happens in prod too to be clear

#

@charred mural What command do you use to install deps?

sand laurel
#

Nix how are you running it

charred mural
#

@errant helm the python requirements?

wheat wolf
#

local server

errant helm
#

Yeah

wheat wolf
#

dummie envvars

sand laurel
#

yeah but

#

do you do python module

charred mural
#

@errant helm python3.6 -m pip install -r requirements.txt

wheat wolf
#

python -m bot

sand laurel
#

or do you have a wrapper or

errant helm
#

@charred mural Can you add a -U to that?

charred mural
#

sure thing

errant helm
#

Or does it not get cached?

charred mural
#

@errant helm I install all dependencies in the base docker container to avoid installing everything at deploy time

sand laurel
#

Yeahstill can't repro

wheat wolf
#

its appi

#

hi appi @south cosmos

odd sequoia
#

@errant helm make sure you run it in a virtualenv so system packages don't fuck it up

errant helm
#

Without -U pip won't check for updated packages if there are some of them installed

charred mural
#

@errant helm that said, I still run the pip install at deploy time as well

south cosmos
#

What's an appi

wheat wolf
#

you

south cosmos
#

I think you mean appy

wheat wolf
#

nope

charred mural
#

@errant helm I'll add -U tomorrow, I'm about to hit the powerbutton and tap out

errant helm
#

Alright, no worries

sand laurel
#

What a dumb issue

errant helm
#

It's weird isn't it

wheat wolf
#

it is

south cosmos
#

Understandable, have a nice day

sand laurel
#

Breakpoint the return False line I just wanna know that it's called

#

oh yeah you don't have a

wheat wolf
#

whcih return false line

sand laurel
#

coll debugger do you

wheat wolf
#

gimme files

#

line numbers

errant helm
#

He's using PyCharm

sand laurel
#

second

#

discord/utils.py line 282

wheat wolf
#

pycharm noob here

#

how to get there

errant helm
#

Tap shift twice

sand laurel
#

sctrl shift alt n

wheat wolf
#

ok i am there

#

thanks gdude

#

ok running in debug mode now

#

ok first launch 10 tries all worked

#

ok like i thought

#

cant reproduce anymore when i debug

odd sequoia
#

let's debug in prod HAhaa

errant helm
#

That's why we added logging mart

#

Lol

#

Essentially

#

When it happens in prod it's at least consistent

sand laurel
#

Why the fuck would debug change anything

#

WHat is this issue

wheat wolf
#

its a heisenbug

#

its like the Heisenberg's uncertainty principle

#

if you dont watch it it behaves randomly

sand laurel
#

The more you look at it the less it happens

wheat wolf
#

if you watch it

errant helm
#

They know what that is nix

wheat wolf
#

it doesnt

errant helm
#

Lol

wheat wolf
#

good good

#

anyway

errant helm
#

Okay nix

#

Next thing

wheat wolf
#

anyone has an idea how we find the source

sand laurel
#

It's one of the reasons we can't reach absolute zero ;:-)

#

frame hacking

errant helm
#

No

#

Make sure your deps are up to date lol

sand laurel
#

monkeypatch the lib

errant helm
#

Because mine are

wheat wolf
#

ok updating deps....

sand laurel
#

Mine are so up to date pycharm is complaining

errant helm
#

Make sure you use -U

sand laurel
#

Are you running it in a venv

#

wait

#

shit

#

what you should have done is

#

pip freeze

wheat wolf
#

according to version numbers
everythin is up to date

sand laurel
#

so we can downgraed

#

and maybe repro

wheat wolf
#

still

#

no upgrade aviable

sand laurel
#

hm

#

I'm gonna fix your stupid bug in the github editor

wheat wolf
#

unlikely

odd sequoia
#

lemme see if I can repro

sand laurel
#

no I mean

#

the bug

#

I found

wheat wolf
#

oh

#

which

sand laurel
#
        if ctx.command is not None and ctx.command.name == "accept":
            return  # They didn't use a command, or they used a command that isn't the accept command```
wheat wolf
#

what about that

sand laurel
#

isn't the accept command

#

== "accept"

wheat wolf
#

do what you want

errant helm
#

That comment is fixed in a PR

sand laurel
#

which pr

errant helm
#

Dunno, lemon said he fixed it

leaden comet
#

fixed in the logging branch I'm on

#

PR coming later.

#

just leave it for now. :)

sand laurel
#

oh ok

leaden comet
#

(but yeah that comment was crazytown)

#

:D

wheat wolf
#

shame on you lemon

leaden comet
#

not my comment, blame garry

wheat wolf
#

ok

#

shame on you garry

#

AND

leaden comet
#

stop devshaming

wheat wolf
#

shame on you lemon for not noticing

leaden comet
#

you're like the shamepolice

#

I think that's actually against the law in germany.

#

devshaming

wheat wolf
#

that is a word? "devshaming"

leaden comet
#

it is now.

wheat wolf
#

sick

#

shakespeare there

sand laurel
#

This is how language evolves

wheat wolf
#

o gdude is making sounds again

sand laurel
#

🔔 shame 🔔

sand laurel
#

Nix

#

heck

wheat wolf
#

ik

#

im sorry 😢

#

YES

#

i know

sand laurel
#

no headset no issues

#

B)

south cosmos
#

same

wheat wolf
sand laurel
#

Who needs logging when you can just write good code B)

#

logbook > logging

#

tbh

whole rover
#

nah fam

sand laurel
#

bolcked fam

whole rover
#

sorry i did not see you bolck me because i already bolcked you

sand laurel
#

shit

#

I've been boozled

whole rover
#

yes that

sand laurel
#

I've never had a problem

#

with it

#

This sounds like an USER issue if u ask me...

south cosmos
#

rip

sand laurel
#

hi im back

timber juniper
#

Hey

#

Pretty good, have others in the room but they'll leave pretty soon so I'll have voice

whole rover
#

hi back im joseph

odd sequoia
#

tryna test this

sand laurel
#

🙅 No 🙅 dad 🙅 jokes🙅 allowed 🙅

#

also the token is an env variable

#

just type it in the __main__

#

where bot.run is called

errant helm
wheat wolf
sand laurel
#

Rammstein 👌

#

Reminds me of a great meme

whole rover
#

Rasputin

sand laurel
wheat wolf
sand laurel
#

Watch this good meme video

timber juniper
#

Nope

#

@errant helm nope

leaden comet
#

hahaha

#

that was an excellent "meme video"

sand laurel
#

one of the greatest

odd sequoia
#
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/root/mart/bot/bot/__main__.py", line 47, in <module>
    bot.run(os.environ.get("BOT_TOKEN"))
  File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 580, in run
    return task.result()
  File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 488, in start
    yield from self.connect(reconnect=reconnect)
  File "/usr/local/lib/python3.6/dist-packages/discord/client.py", line 408, in connect
    yield from self._connect()
  File "/usr/local/lib/python3.6/dist-packages/discord/shard.py", line 286, in _connect
    f.result()
  File "/usr/local/lib/python3.6/dist-packages/discord/shard.py", line 77, in poll
    yield from self.ws.poll_event()
  File "/usr/local/lib/python3.6/dist-packages/discord/gateway.py", line 456, in poll_event
    raise ConnectionClosed(e, shard_id=self.shard_id) from e
discord.errors.ConnectionClosed: WebSocket connection is closed: code = 4004 (private use), reason = Authentication failed.
sand laurel
#

discord tee emm

#

or is your token wrong

wheat wolf
#

it is

#

i regnerated

#

he is using my testing bot

odd sequoia
#

oh

sand laurel
#

lamo

wheat wolf
#

an i regenerated

sand laurel
#

multimc

#

I thought that died

wheat wolf
#

Command raised an exception: NotFound: NOT FOUND (status code: 404): Unknown Message

sand laurel
#

like

#

years ago

odd sequoia
#

@wheat wolf we were both running it

#

@errant helm unable to repro

errant helm
#

figures

odd sequoia
#
            .-/+oossssoo+/-.               root@kitsune
        `:+ssssssssssssssssss+:`           ------------
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 16.04.4 LTS x86_64
    .ossssssssssssssssssdMMMNysssso.       Host: vServer 20171111
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: 4.4.0-116-generic
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: 2 hours, 52 mins
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Packages: 569
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Shell: bash 4.3.48
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Terminal: /dev/pts/0
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   CPU: Intel Xeon (Skylake, IBRS) (2) @ 2.100GHz
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   GPU: Vendor 1234 Device 1111
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Memory: 720MiB / 3855MiB
.ssssssssdMMMNhsssssssssshNMMMdssssssss. 
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/                            
  +sssssssssdmydMMMMMMMMddddyssssssss+ 
   /ssssssssssshdmNNNNmyNMMMMhssssss/ 
    .ossssssssssssssssssdMMMNysssso. 
      -+sssssssssssssssssyyyssss+- 
        `:+ssssssssssssssssss+:` 
            .-/+oossssoo+/-. 
```specs
wheat wolf
#

i hate my mic

#

The check functions for command accept failed.

#

@pseudo hornet

wheat wolf
#

i dont want it 😢

#

@errant helm

#

thats why i always said i dont want to unmute me

#

SORRY

wheat wolf
#

yes

#

i was moving my mic

#

for making you hear me

#

(my voice)

#

gdude is crying

#

of pain

#

YES

#

YES
MY mic doesnt work

errant helm
#

@proven coral

classname.whatever_you_want
proven coral
#

it look gray

errant helm
#

Should work

proven coral
#

so it shoulnt be a prob ?

#

just looks like dat ?

errant helm
#

Give it a try, see if it works

#

If you get an error, you can always ask

proven coral
#

it does acutalyy now

#

just confused when it looks gray as comment man

errant helm
#

no worries

#

What editor are you using?

proven coral
#

pycharm

errant helm
#

Huh, it shouldn't look like a comment

#

But yeah, if it works, great

raven ivy
#

👀

#

yes

#

defo

#

idk

#

does he

#

i cant talk because its almost 1 in the morning

leaden comet
raven ivy
#

yum

leaden comet
wheat wolf
#

I AM ALIVE

raven ivy
#

nix, do you love me

wheat wolf
#

no

#

why should i love you

raven ivy
#

because why not

#

no homo

#

im tired

pseudo hornet
raven ivy
#

i cba to make my own so i just use zshell

leaden comet
pseudo hornet
#

omega-minimal

raven ivy
#

is it creapy that im just listening and not talking

#

shh

#

im tired

#

im socially aWkWaRd

#

ew

#

im going to slep now night

wheat wolf
wheat wolf
wheat wolf
#

someone here?

#

@errant helm

#

can you hear me

#

damn it

#

head_tree = repo.head().tree

sand laurel
#

I don't have a hecking micromaphone

#

I used an USB one for a while but it picked up literally everything

#

I couldn't type on a keyboard without it sounding like a march to the receiving end

#

Yeah imagine that but 20x louder and also a very deep sound

wheat wolf
sand laurel
#

what is this

#

@wheat wolf local mute nerd

#

git add stages your file

#

a remote repo just adds an extra arrow to this

#

Oh yeah I have vector maths homework too

#

But I'm also on holiday for 3 mor ehours

wheat wolf
sand laurel
#

Gitpython just calls commands in a subprocess lol

#

Run grep in a subprocess on the output of your thing :^)

errant helm
#

@pseudo hornet pls

wheat wolf
#

@pseudo hornet piano

#

gdude cant sing

sand laurel
#

Oh that reminds me

pseudo hornet
#

lol ill come on in a min

#

im just walking slowly up my stairs

#

to my bedroom where my computer is

wheat wolf
#

can someone hear me

#

ohh

#

its because of my internet going shit again

#

no route

#

@errant helm no route to RPC server what do i do?

errant helm
#

I almost heard you

#

mic lamp lit up

#

also: just wait

pseudo hornet
#

I think

#

When I did trizen -Syu

#

It broke something

wheat wolf
#

awwww

pseudo hornet
#

Because now when my PC starts it gets stuck on a start up job for enp2s0 aka my Ethernet interface

#

And when it times out

#

It continues and the gets seemingly stuck after having started CUPS Scheduler

sand laurel
#

hey its me again

#

what did I miss

#

I set up a p cool thing tho

pseudo hornet
#

Oh wait shit

sand laurel
#

she/her they/them

pseudo hornet
#

Dependency failed

errant helm
#

Switch tty and login

sand laurel
#

brb testing stuff

pseudo hornet
#

Whats tty again? Lol

#

I forgot

wheat wolf
#

ctrl alt x

#

with x

errant helm
#

I think it's CTRL+ALT+F<num>

wheat wolf
#

being a number from 1-7

pseudo hornet
#

Ohh ok

#

Well I'm successfully logged in but what dependency do I need

wheat wolf
#

do dhcpcd

#

in terminal

pseudo hornet
#

Aw ok I think I know what I need to do

lone igloo
#

unmut pls i will leve

sand laurel
#

Why is gdude so silent now

#

no I meant I can barely hear his mic anymore

pseudo hornet
#

Oh OK so

sand laurel
#

also look what i did

pseudo hornet
#

My interface doesn't exist apparently

#

Its just gone

sand laurel
#

difflib

#

its stdlib

pseudo hornet
#

Or not running

#

Wait what's the name of the services for individual interfaces? Like enp2s0@dhcpcd.service or something?

sand laurel
#

ok gudes sound fixed

#

except nix

#

hes a nerd

#

nix what are you trying to do

#

git diff --stat

#

?

#
 twitterimages/plugins/core.py | 11 +++++++++++
 1 file changed, 11 insertions(+)```
#

is this not what youre looking for

#

I have no local changes so I'm just comparing what I did in the last change

wheat wolf
#

but i dont have anything in HEAD

#

its there for getting the changes

#

before commiting

#

pre commit hook

whole bear
#

should i go lurking in VC?

sand laurel
#

If you git add a file

#

you can do

#

git diff --stat HEAD

#

and it will compare to latest commit

#

run it in a subprocess

wheat wolf
#

hm

sand laurel
#
bash-3.2$ git add test.txt 
bash-3.2$ git diff --stat HEAD
 test.txt | 1 +
 1 file changed, 1 insertion(+)```
#

though I think this also shows unstaged files

#

sec let me change back

#

Popen it and then .communicate

#

then u can get both stdout and stderr

#
>>> import subprocess
>>> 
>>> process = subprocess.Popen('git diff'.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
>>> stdout, stderr = process.communicate()
>>> stdout.decode()
''
>>> stderr.decode()
'Not a git repository\nTo compare two paths outside a working tree:\nusage: git diff [--no-index] <path> <path>\n'
#

If u need to use asyncio I think it has a wrapper on subprocess

#

Curio does at least I see no reason why asyncio wouldnt

#

Looking at dpy server it seems like it has and it works on windows

#

Also though I think this also shows unstaged files it doesn't I jsut checked

#
ava@madoka ~/P/TwitterImages> echo "meme 123" > test.txt
ava@madoka ~/P/TwitterImages> git diff HEAD
ava@madoka ~/P/TwitterImages> git add test.txt 
ava@madoka ~/P/TwitterImages> git diff --stat HEAD
 test.txt | 1 +
 1 file changed, 1 insertion(+)
#

we heard a ding

#

well it sounded like someone clinged a glass in another room, it wasn't that loud

wheat wolf
sand laurel
#

How did you make the bot do ("args")

wheat wolf
#

look at the code

sand laurel
#

oh god

#

Which file

wheat wolf
#

10 files changed, 55 insertions(+), 7 deletions(-)

sand laurel
#

oh you path stringview

#

use partition

#

just write a regex tbh

#

(\d+) insertions?\(\+\)

#

then u use .group(1)

#

to get the number

#

I mean then you also won't have a match object

wheat wolf
#
 if "+" in stats.split(",")[1]:
TypeError: a bytes-like object is required, not 'str'
sand laurel
#

that error is on the split

#

you didn't .decode()

#

it defaults to utf8

pseudo hornet
#

Uhh @errant helm do you know anything about my interface failing to start?

#

Network interface

wheat wolf
#

gdude is afk

#

do

#
ip link set <interface> up
dhcpcd

@pseudo hornet

pseudo hornet
#

Ah OK well

#

Can't find that device

#

It doesn't show up in ip link to begin with

#

It hangs when you try to start the service for it

#

As in

#

dhcpcd@enp2sp.service

#

My arch is brokennnnnn

#

Aaaaaaa

#

Im trying to put the iso onto the USB so I can reboot into the liveusb

#

This is actually pain

wheat wolf
#

@pseudo hornet hows it going?

pseudo hornet
#

Well I think I know what I need to do

#

Wait I just realised

#

That's the Kali iso

#

Not arch

#

Fuck

wheat wolf
#

kali

#

why the fuck kali

#

baaaaaad

pseudo hornet
#

Whyyy don't I have an arch iso downloaded

wheat wolf
#

(same thing i asked myself yesterday)

pseudo hornet
#

I mean

#

I have an ISOs folder on my laptop

#

With Kali, windows 10, lubuntu

#

But not arch

#

Time to make one

wheat wolf
#

hahahaha

pseudo hornet
#

I mean download

wheat wolf
#

no

#

make one

#

thats funny

pseudo hornet
#

No >.<

wheat wolf
#

yes

pseudo hornet
#

My brain thought make a bootable usb

wheat wolf
#

(dont forget to install the elon musk kernel)

pseudo hornet
#

Wait where does transmission save the downloaded files

wheat wolf
#

no idea

#

install locate and find out 😛

pseudo hornet
#

Found it

wheat wolf
#

can you hear me

#

im saying shit

raven ivy
#

yes

wheat wolf
#

i can hear you

raven ivy
#

i can hear u

wheat wolf
#

Networking issues

#

Standby

#

@raven ivy

raven ivy
#

okay

pseudo hornet
#

@wheat wolf i got the right kernel module off the repos for my NIC

#

but you see

wheat wolf
#

i am back

pseudo hornet
#

modprobe says it doesnt exist

#

even though pacman says it does

wheat wolf
#

welp

#

in was in this moment shady knew he fucked up

pseudo hornet
#

:(

#

its so broken

#

i mean once i fix the internet

#

i still have to fix gnome

wheat wolf
#

fuck gnome

#

kde

pseudo hornet
#

oi

#

kde is slow

#

in my experience

#

kept like

#

stuttering

raven ivy
#

sorry nix

wheat wolf
#

bye

#

np

raven ivy
#

i had to go

wheat wolf
#

@pseudo hornet but gnome doesnt work sooooo....

#

😛

pseudo hornet
#

its not gnomes fault :(

#

it only broke when i updated arch

#

and i have a feeling that theres more broken that i dont know about

wheat wolf
#

speaking of updates

#

updating my beautiful working kde arch

pseudo hornet
#

grumble grumble

wheat wolf
#

on the other side i update with 4 K/s so...

pseudo hornet
#

im considering backing up my home folder and reinstalling arch...

#

it'd probably be easier than whatever im trying to do

wheat wolf
#

(but with KDE this time)

#

OH NO

#

fuck

#

linux update

pseudo hornet
#

No i am not using KDE

wheat wolf
#

half an hour with my con

#

😢

#

ok im not updating this

pseudo hornet
#

damn its probably too late to reinstall arch

wheat wolf
#

why is that

pseudo hornet
#

i gotta go bed soon

wheat wolf
#

aww

pseudo hornet
#

ill just turn my home into a tarball

wheat wolf
#

woah

#

hard core

pseudo hornet
#

and then access it from windows and upload it to dropbox or something

#

wait no not my home

#

i mean my home folder

wheat wolf
#

ooh

#

now it makes sense

#

😉

pseudo hornet
#

ok now

#

uh

#

ill just use 7z since idk how to use tar

wheat wolf
#

whhaaaaat

#

shame

#

shame

#

shame

pseudo hornet
#

ok i take that back

#

i dont know how to use 7z

wheat wolf
#

tar czf archive_name.tar.gz directory_name

pseudo hornet
#

oh its basically the same as 7z but like

#

czf instead of a

#

ok ima just add a v in there

#

so i can see things working

wheat wolf
#

😄

errant helm
#
wheat wolf
#

ecks dee

#

ey garry

pseudo hornet
#

lmao

wheat wolf
#

will you join voice again

#

@errant helm

errant helm
#

Maybe

#

I'm tired and also not at a pc

wheat wolf
#

ah

#

(so you lied to me 😢 )

errant helm
#

No, I did voice after

#

I had a call :P

wheat wolf
#

wow

errant helm
#

Happens

wheat wolf
#

i dont see evidence for that

errant helm
#

Too bad

wheat wolf
#

are you.....

pseudo hornet
#

ok so maybe i underestimated the size of my home directory

errant helm
#

Too many downloads eh

wheat wolf
#

LYING AGAIN 😢

pseudo hornet
#

nah i actually keep that folder relatively clean

#

its the fact that steam, multimc, godot

#

are all in my home

#

all i really need is my document and music folder

wheat wolf
#

hm

#

linux source is in my home

#

oh and shady

#

what abou your dotfiles huh

#

dotfiles matter

pseudo hornet
#

ah yeah

#

ill get my .zsh stuff defo

wheat wolf
#

and your editor configs?

#

(i mean mine autosync with github so HA)

pseudo hornet
#

how do i do that

#

that sounds cool

wheat wolf
#

well i installed a plugin for that

#

dunno if there is a port for you

#

you could make a dotfiles repo on github

pseudo hornet
#

wait whats the name of the folder for zsh

wheat wolf
#

.zshrc

pseudo hornet
#

the one with plugins and stuff

#

thats not a folder tho

wheat wolf
#

.oh-my-zsh if you have oh my zsh installed

pseudo hornet
#

oh that one there we go

wheat wolf
#

i mean just do ls -la tbh

pseudo hornet
#

yeah but

#

you see

wheat wolf
pseudo hornet
#

i cant scroll up

wheat wolf
#

well then

#

ls -la | less

pseudo hornet
#

ITS LESS THATS IT

wheat wolf
#

🤣

pseudo hornet
#

i was trying all sorts of synonyms

#

like

#

short

#

small

#

tiny

wheat wolf
#

lmfao

#

linux pro there

pseudo hornet
#

i just did ls -a tho and that fits on my screen

errant helm
#

Shift+pgup

pseudo hornet
#

ohhhhhhh

#

thanks

errant helm
#

Haha

wheat wolf
#

shady

pseudo hornet
#

ima copy my .ssh folder aaaand uh

wheat wolf
#

learn about tty basics

pseudo hornet
#

.vscode

wheat wolf
#

its important (obviously)

pseudo hornet
#

and uh

#

yeah it probably issss

wheat wolf
#

pycharm

#

?

pseudo hornet
#

i dont really have any options for that

#

ive only ysed it one

wheat wolf
#

maybe gnome stores its settings there too

pseudo hornet
#

nah i cant find it there

#

theres a couple things here from stuff i uninstalled

#

like .kde4

wheat wolf
#

well

#

ITS THE KDE CONFIG WHAT DO YOU EXPECT

pseudo hornet
#

yeah i know

#

the main point is i uninstalled it

#

because gnome reigns supreme

wheat wolf
#

in your fantasy world maybe

#

(DE war)

pseudo hornet
#

and ill copy .gnome2 to save some time

#

i wonder what .gnome2_private is

wheat wolf
#

ls it

pseudo hornet
#

ohh .gitconfig would be important

wheat wolf
#

pft

pseudo hornet
#

cos it saves me having to get my signing key

#

and email

#

and name

#

and stuff

#

on there

wheat wolf
#

we call those non essential

pseudo hornet
#

yeah butttttttttt

#

no

#

i need em

#

to commit nicely

wheat wolf
#

non essential

pseudo hornet
#

and get that lil verified commit thing on github

#

i think thats everything

#

oh wait

#

theres a .config folder

#

eh most of the stuff in there isnt important

#

and kdeglobals

wheat wolf
#

non essential

pseudo hornet
#

yeah but

#

kde isnt important

wheat wolf
#

yes like i said

#

non essential

pseudo hornet
#

new messages?

wheat wolf
#

copy paste

pseudo hornet
#

lmao

#

ok because i cant be bothered to go onto windows

#

ima ssh it to my server, and then ssh it onto my laptop

#

ok nevermind that didnt work

#

new plan

#

create new partition on boot usb

#

copy it there

wheat wolf
#

woah

#

advanced man

pseudo hornet
#

ok that didnt work either

#

im running out of ideas

#

ah i have an idea

wheat wolf
#

download mor ram

pseudo hornet
#

put microsd card into microsd to fullsize sd coverter

#

and put that in a ful size sd to usb converter

wheat wolf
#

I mean

#

Is it Multiboot?

pseudo hornet
#

what do you mean

wheat wolf
#

Is there some other OS on the machine

pseudo hornet
#

on my pc?

#

yes

#

its called windows

wheat wolf
#

Why

pseudo hornet
#

i cant be bothered to reboot

wheat wolf
#

Not just boot into windows

#

Why that

pseudo hornet
#

why windows?

wheat wolf
#

Well because it's working

#

You could just zip your shit via GUI there

#

Upload it somewhere

#

And done

#

?

pseudo hornet
#

yeah butttttt

#

thats

#

like

#

requiring

#

rebooting into windows

#

and booting windows takes like

#

a couple minutes

#

whereas booting linux takes like

#

30 seconds

#

ok done

#

see home.zip is now on my laptop

#

i might switch from dropbox to google's drive thing

wheat wolf
#

Hurray

pseudo hornet
#

now i go to bed

#

and reinstall arch tomorrow

wheat wolf
#

Do that

#

I believe in you

#

You can do it

pseudo hornet
#

ill try to do it from memory

#

and see how badly i mess up

wheat wolf
#

Woaaaah

#

I wünsch dem herrn a guade Nacht 😉 (translate that)

pseudo hornet
#

uh

#

I something the something a something night

wheat wolf
#

It's accent

pseudo hornet
#

uh

#

gute nacht

#

ich muss jetzt ins bett gehen

wheat wolf
#

i wish the (uu herr in this context a male person) a good night

gloomy pagoda
#

@wheat wolf

wheat wolf
#

huh

#

oh no more rape noise

gloomy pagoda
#

iwontdorapenoisestodaycuzihaveasorethroatsoiwilljustsitdownandbeagoodboiy

wheat wolf
#

ey gdude i need some not weird noise maker to speak with wanna join? @errant helm

errant helm
#

I'm not at home

wheat wolf
#

aw

#

right

#

you have that work stuff too

gloomy pagoda
#

mm

#

mmmm

#

MMMMMMMMMMMMMMMMMMMM]

#

stop with the rape noise pls

wheat wolf
#

its called typing

hot shuttle
#

I like to call it Zaction

leaden comet
#

one on one zwaction

wheat wolf
#

Sure

leaden comet
#

hot zwactions near you!

gloomy pagoda
#

ello

gloomy pagoda
#

tranzwactions

odd sequoia
hot shuttle
#

Vsauce is great

#

lol

#

@errant helm Are you watching something?

#

True

whole rover
#

nah fam

wheat wolf
#

No

leaden comet
#

nnooooo

hot shuttle
#

kek

wheat wolf
#

Make editor war channel

leaden comet
wheat wolf
#

Or rather

#

Software war

leaden comet
wheat wolf
#

:(

hot shuttle
#

My computer dies whenever I go fullscreen on a youtube video in discord, my computer never exits full screen.

#

very, very annoying

#

Potato chip ASMR

#

yeah

#

what

#

Give me now

#

through the screen

#

It's an American thing

#

jk

#

One country can not contain all the love of bacon

#

@whole rover Have you yet to update your phone?

#

kilickity klackity kilickity

hot shuttle
#

I wish my computer could run minecraft :p

#

Too trash

#

It runs TF2 can 12 fps

#

csgo even lower

#

cpu

#

Intel Celeron

#

I mean, I have no GPU

#

This is a laptop

#

i tried minecraft, it was bad

#

byeee

#

I prbly don't have school tommarow

#

yay blizzards

gloomy pagoda
#

my computer cant run pac man

whole rover
#

what about pacman4console

gloomy pagoda
#

that will crash my computer

whole rover
#

really

gloomy pagoda
#

it will die

whole rover
gloomy pagoda
#

i put crysis 3 in it once, my computer exploded and turned me into a frog

frigid panther
#

Do y'all do voice chats regularly?

stoic chasm
#

@frigid panther would you like to

#

someone in #general

wheat wolf
#

Sometimes

gloomy pagoda
#

bahaha

frigid panther
#

i like voice chats

gloomy pagoda
#

everyone hates them when i join

errant helm
#

Iiiiiiiit's that time of night

#

I wonder where @pseudo hornet is

whole rover
#

which time of night

#

22:29pm

errant helm
#

yes

#

that time

pseudo hornet
#

im here lol

#

its 10:30

errant helm
#

it is

pseudo hornet
#

which is the time when ich schlafe

errant helm
#

what?

wheat wolf
#

which is the time when he sleeps

pseudo hornet
#

idk why i put i sleep in german

#

dont mind me

wheat wolf
#

shady are you mutating?

pseudo hornet
#

wahrscheinlich

wheat wolf
#

oh no

pseudo hornet
#

i mean

#

probably

pseudo hornet
#

Ich war nie aus Amerika

wheat wolf
#

silent

pseudo hornet
#

I was british boi

wheat wolf
#

silent

#

british has no uncle sam

#

we have the "Deutsche michel"

#

but he is not really recognizeable tbh

pseudo hornet
#

uh we have uhm

wheat wolf
pseudo hornet
#

eine tasse tee

wheat wolf
#

😄

pseudo hornet
#

ein tasse tee?

#

idk

wheat wolf
#

no

#

eine tasse tee fits

pseudo hornet
#

ok good good

#

Ich weiß das, weil ich gut auf Deutsch sprechen kann :)

#

ok ill stop lol

wheat wolf
#

the mutant

#

the half german half brit

pseudo hornet
#

except

#

the twist is i have literally zero german family members

wheat wolf
#

did you know

#

there are rumors that churchil actually admired hitler for how he was controling the germans until ww2?

pseudo hornet
#

churchill was a person

#

and uh

#

i never heard of that rumour

wheat wolf
#

me too until.... yesterday

#

it came up in some german documentation...

pseudo hornet
#

also unrelated

wheat wolf
#

i mean

pseudo hornet
#

but at school do you learn american english or uk english?

wheat wolf
#

wellllllllllll

#

we should learn uk

pseudo hornet
#

cos you put rumor, not rumour

wheat wolf
#

an we have a british teacher this year actually

pseudo hornet
#

and thats like americas

#

i think

wheat wolf
#

i had ... several teachers over the years

pseudo hornet
#

i def know colour and armour

#

as opposed to color and armor

wheat wolf
#

i am not sure they use the same english

#

i mean half of them werent even talking english during the lessons...

pseudo hornet
#

huh

#

weird

#

also do you get taught pronunciations at all?

wheat wolf
#

......maybe the teacher randomly intercepts us during the lesson if we actually talk english, which we (luckily) do this year

#

but most of the pupils read or talk so sloooooooooow there isnt really stuff to correct cause they cant pronounce different at their speed

#

so yeah

#

pronounciation isnt that much of a thing here

pseudo hornet
#

my teacher reallllly doesnt care about german pronunciations
like someone says den and dem like they say it instead of deyyn or deyym they just say de m or de n

wheat wolf
#

uuuh

#

but that can make a huge difference

pseudo hornet
#

what dya mean

wheat wolf
#

not pronouncing german correctly

#

like in

#

den and denn

#

which is
deeeen and den

den is ... a very multi use case word
and denn would be then or because depedning on context

pseudo hornet
#

oh yea i forgot about denn

wheat wolf
#

soo yeah

#

pronounciation DOES matter

#

a lot

pseudo hornet
#

itd be like
I have then dog

wheat wolf
#

yup

pseudo hornet
#

which makes no sense

#

i sorta picked up pronunciation by attempting to mimic my teacher

wheat wolf
#

lel

pseudo hornet
#

like ö is like

#

errrrrrr

#

sorta

wheat wolf
#

ö is hard to write

pseudo hornet
#

ü is like oooooo

#

sorta

wheat wolf
#

üüü

#

ü is like...

#

uuuuh

pseudo hornet
#

ä is like

#

uhm

wheat wolf
#

öäü are hard to write when it comes to pronounciation

pseudo hornet
#

tryna think of an ä word

wheat wolf
#

äpfel

pseudo hornet
#

eeeehh

#

sorta

wheat wolf
#

körbe

#

kübel

pseudo hornet
#

keerrrbe

#

kuuubel

wheat wolf
#

huuuh

#

the ü sound is hard to express

pseudo hornet
#

also its hard to notice the difference between Bruder and Brüder

#

like when said

wheat wolf
#

oh

#

the "Überraschungssei"

#

thats perfect

#

it has loads of commercial

pseudo hornet
#

?

wheat wolf
#

thats an üüüü

pseudo hornet
#

does neugier mean curiousity?

wheat wolf
#

it does

pseudo hornet
#

yeeee i remembered my vocab

wheat wolf
#

👏

#

so now an üüü

pseudo hornet
#

Ich bin einen deutschen Gott (i think i got adj ending wrong)

wheat wolf
#

Deutscher Gott

#

And if you mean

#

I am a German god

pseudo hornet
#

yeah i need to revise the adj endings

wheat wolf
#

Ich bin ein deutsch Gott

pseudo hornet
#

google translate said its masculine tho

wheat wolf
#

Like in i am a pro

#

If you say

pseudo hornet
#

is der Gott as in religion and das Gott as in pro?

#

or something

wheat wolf
#

I am a German god like you are Odin or sth it's
Ich bin ein deutscher Gott
If You say it like in you are a pro at german
Ich bin ein deutsch Gott