#ot1-perplexing-regexing

1 messages · Page 375 of 1

plucky ridge
#

Because it's not Java

vestal briar
#

Seems unnessicery

plucky ridge
#

Just a suggestion

#

I prefer the syntax

vestal briar
#

Does it have good mc api?

plucky ridge
#

No idea.

#

I mean it has interop with Java so it has everything that has

#

But I don't know if there's anything specific to Kotlin for MC

#

(Master of Ceremonies Steve)

lime gazelle
#

I mean if they don't dislike java then it's not bad?

plucky ridge
#

It's just a kneejerk reaction to it at this point

lime gazelle
#

as any sensible dev would habe

#

have

vestal briar
#

I'll just use java

#

¯_(ツ)_/¯

plucky ridge
#

Fair enough

lime gazelle
#

do you have two monitors?

#

if so, you'll be glad

vestal briar
#

I know it won't be the nicest experiance but would like some plugins that aren't colourful 8 year old text chat stuff

lime gazelle
#

I'll go write something 👍

lime gazelle
#

Aand it sucks.

#

But who cares GWgoaThinken

vestal briar
#

Going to make a simple bed plugin

#

Once someone sleeps it becomes day

sand goblet
#

Oh hey, Kotlin and Minecraft?

#

I have experience

#

And open source examples for bukkit/spigot

#

I'll dig 'em up for you if you want them

lime gazelle
#

gdude what was the meditation app

#

?

sand goblet
lime gazelle
modern island
#

uhh

#

anyone wanna a meme

lime gazelle
#

a nice meme?

modern island
lime gazelle
rough sapphire
#

The snakes are not practicing social distancing

lime bison
#

ff as in future feature lol? @modern island

rough sapphire
#

it's totally broken on ultrawide

modern island
#

@lime bison yes

#

what other letters stand for then

lime bison
#

PYthon's The HOly Future Features

#

barry_as_FLUFL!

modern island
#

yes!

#

although

#

it still does not ressurrect print

#

sad

gusty oar
#

todat i watch the platform.

#

disclaimer:don't watch the film when eating 😄

lime gazelle
#

good night good coders of the interwebsGWovoYayy

winter mortar
#

my birthday

rough sapphire
#

happy birthday

lime gazelle
#

Anyone know of a way to set the IFS to \n in a ssh command?

rough sapphire
#

an actual newline or those characters specifically?

lime gazelle
#

newline

#

I tried IFS=$'\n' but it doesn't work

#

it works in a normal shell script, we use it already, but now when passing a bunch of commands to ssh

#

for reference:

#
function search_and_update_config_files() {
    for path_line in $conf_paths; do
        path=$(echo $path_line | awk -F ';' '{print $1}')
        target_server=$(echo $path_line | awk -F ';' '{print $2}')
        remote_ssh_user=$(echo $path_line | awk -F ';' '{print $3}')
        echo "`date +"%Y-%m-%d %H:%M:%S"` - INFO - Searching for files to change into $path." 
        ssh "$remote_ssh_user"@"$target_server" bash -c "'
            IFS=$'\n'
            for single_value in $values_mapping; do
                old_string=$(echo $single_value | awk -F ';' '{print $1}')
                new_string=$(echo $single_value | awk -F ';' '{print $2}')
                echo `date +"%Y-%m-%d %H:%M:%S"` - INFO - Looking for $old_string. Will replace with $new_string.
            old_string_parsed=$(sed 's/\s/\\ /g'<<<"$old_string")
                files_to_change=$(egrep -rl "$old_string_parsed" "$path")
                echo `date +"%Y-%m-%d %H:%M:%S"` - INFO - Looking for $old_string. Will replace with $new_string.
                if [ "$files_to_change" != "" ]; then
                echo 'Parsed string is: $old_string_parsed'
                    egrep -rl "$old_string_parsed" "$path" | xargs sed -i 's/$old_string/$new_string/g'
                    echo `date +"%Y-%m-%d %H:%M:%S"` - INFO - Updated $(echo "$files_to_change" | wc -l) files to update in folder: $path.
                else
                    echo `date +"%Y-%m-%d %H:%M:%S"` - INFO - Found 0 files to update in folder: $path.
                fi
            done
'"
done
}```
rough sapphire
#

export IFS=$'\n'

lime gazelle
#

oh

#

why?

rough sapphire
#

so it gets passed to spawned processes

lime gazelle
#

didn't work

rough sapphire
#

maybe this will shed some light

lime gazelle
#

Not really?

#

It's more like, IFS=$'\n' is not being recognized by the bash -c command

#

Idk how to explain it.

#

And I tried exporting it already, so idk.

solid pollen
#

I just helped someone while using a shared repl.it coding session, it is probably one the best helping experience I ever had, it would be so cool to do help sessions through a similar system

thorn snow
#

hmm, something like Kahoot but for coding?

#

@solid pollen

solid pollen
#

Kahoot is the quizzy thing, right?

thorn snow
#

yep

solid pollen
#

Hmm, more or less, but without the quizz part

thorn snow
#

yes

#

but one live editor and people join via pin

solid pollen
#

Yeah

#

And everyone can type and execute

#

And the execution is shared

sand goblet
#

Hmm..

#

Apple has bought DarkSky

#

(subtweeted)

#

And they're killing the android app

#

(plus the API, I guess)

#

@bleak lintel You use darksky, right?

frosty berry
#

oh no, i liked dark sky

sand goblet
#

Rip indeed

#

Apple are turning into EA

#

Just another reason not to buy apple I guess

solid pollen
#

What is DarkSky?

sand goblet
#

Very popular weather service

solid pollen
#

Hmm yeah that's Apple at their finest

frosty berry
#

easy to use and yet very full feature, and unobstrusive, it was good

#

https://darksky.net/ well it's still here, but no api anymore

#

and not sure what will happen to the website long term

sand goblet
#

This is a great piece of news to throw at those "Apple are ethical" people haha

bleak lintel
#

yikes

#

guess I still get it then 😎

solid pollen
#

What if you just buy an old iPhone 5 and use it as gateway to the API? lemon_thinking

pine vector
#

"Ok Google, ask Siri on my iPhone 5 to ask DarkSky what my weather will be like today." 😄

rough sapphire
#

@rough sapphire Weren't you using DarkSky on your program?

#

?

#

I am

#

Wait

#

you're about weather?

#

Yeah

#

Looks like the API is going away

#

I already released the app

#

oh shit

bleak lintel
#

okay so basically this is becoming 100% iOS app

rough sapphire
#

Well rip my work

pine vector
#

yep. and no API after 2021.

bleak lintel
#

You've got until the end of 2021

#

Yeah

rough sapphire
#

That's really bad timing

#

I already started doing corona stats

#

everything is done except im still not sure how to sort countries by continents

#

You can make a dictionary of countries on each continent?

#

Nah

#

Cuz countries get added to the json file constantly

#

JSON file?

#

The thing that you access with api

#

And since ppl in new countries get infected daily, doing it manually wouldnt work

bleak lintel
#

Hope I get free dark sky in this case then 😎😎

rough sapphire
#

So I need to auto sort it

#

I tried with pycountry but its like the opposite, you give the country it returns the continent

#

and that shit is really like confusing

bleak lintel
#

Apple have done this before, as have many companies

#

Apple did it with Beddit, bought it and removed android support

rough sapphire
#

@bleak lintel btw yall allow getting help here to hack sites like tryhackme.com?

#

Cuz like others werent so sure and that Ves guy just said some... i dont even know

bleak lintel
#

Not really, I like the concept, I've used sites like that before

#

Ves was clear

#

We won't allow it, not because we think you'll be malicious but because there is a risk the things we tell you can be reused by others for bad intent

rough sapphire
#

Can you even hack sites with python?

#

Cuz like others said python is not what I would need

bleak lintel
#

Yes, very much so you can

rough sapphire
#

as a hacker, python is one of the better languages to write exploits in

bleak lintel
#

I have an GIAC qualification in ethical hacking and one in forensics, a lot of what we were taught on the courses was done with Python

rough sapphire
#

Btw what could you tell me that I could use for bad intent? Dont all the sites have like some level of security?

bleak lintel
#

No, that's why sites are hackable

#

Many many sites online have vulnerabilities

rough sapphire
#

not many

#

a very large majority

#

But like you probably have to be an experienced hacker with a lot of knowledge, like any programming language, there is no secret that would reveal to you how to program, you just gotta learn the language

#

@rough sapphire That's also not counting zero days

#

@rough sapphire you're familiar with pycountry?

#

I'm not

#

ah

sand goblet
#

I have to ask

#

What the heck was beddit?

bleak lintel
#

Sleep manager

sand goblet
#

That is completely not what it sounds like

#

Haha

plucky ridge
#

Tinder alternative?

sand goblet
#

Yep

oak tangle
#

In The Netherlands, we have "Kinder" (kind is child and kindernaam is child's name) to pick names for your upcoming baby

sand goblet
#

I'm not even mad

frosty berry
#

and nestlé didn't say a thing?

rough sapphire
#

Nestlé probably don't have the high ground here

#

but I wouldn't be surprised if they tried anyways

frosty berry
#

yeah, it's not like it's ever been enough

pearl horizon
#

my birthday is almost here it seems

wheat lynx
#

Happy birthday! (almost)

pearl horizon
#

thank you!

#

it'll be thursday. maybe i'll get lucky and they tell me I can take the day off work lol

wheat lynx
#

You work at a hospital don't you? If so, that sounds unlikely

#

sadly

pearl horizon
#

I work at a hospital, but it actually is likely

#

It's been extremely slow

rough sapphire
#

people tend to get injured less indoors

pearl horizon
#

We are keeping a mostly regular schedule for now, taking each day as it comes, because things can very easily become busy. But it seems each day there's at least a few people called out/sent home early/etc. I think today they called off/reduced hours on 4 or 5 people out of maybe 20 on the schedule

#

That and people are less likely to show up in the er because 'i stubbed my toe and it really hurts' when they don't want to risk exposure to any potentially sick people

wheat lynx
#

🤞 then

pearl horizon
#

Thanks. If not, I'll just work like usual. Same as every year lol

undone berry
#

Does you country have a lot of cases yet?

pearl horizon
#

Last week, there were two days I left early, and one I left after about half my shift. Definite possibility. They try not to reduce hours on full time people because if we are under 80 hours per paycheck, the paid leave is drawn out of to bring us up to 80 hours paid

wheat lynx
#

I don't think I could do a job like that, It seems non stop and stressful

pearl horizon
#

According to the bash one-liner I set up to pull from the NYTimes data, as of today there are ~1100 cases within my county, and ~5600 in my state. So we've got the bulk of it here, seems like

#

It can be stressful, and it is nonstop. Just gotta learn time management, and be able to not let things drag you down easily. Thick skin helps. Not so much because of the hard things you may see, but more because of some nurses/doctors actually being shitheads

#

For my department though. Body mechanics is probably key. If you don't move right, you are much much more likely to hurt yourself. My department being patient transport. So moving around hospital beds with/without patients all day. The beds without a patient range from about 450-600lbs. Add in a patient anywhere from idk 100lbs all the way up to +500lbs and it can take a toll on you

wraith rapids
#

builds muscles bro

#

also breaks vertebraes

pearl horizon
#

Definitely. Between kicking my drinking habit, cutting out fast food (4-6x a week), cutting out soda and starting to eat sensible portions, I dropped around 120lbs over maybe 18 months. Built a decent bit of muscle but haven't been to a gym since I was like... 12

wraith rapids
#

^

#

^

pearl horizon
#

Never really hurt myself at work minus the occasional pulled muscle/sore back. Just take it easy a few days and we're good. I see some new people continually getting hurt. Try telling them its all in the mechanics, some learn, some dont

wraith rapids
#

a friend of mine also works in ambulances, he said the same thing to me. As for me, i got myself a nice hernia when i was in the army while moving sand bags because i was not taught how to move them properly.

pearl horizon
#

Ah yep, it'll do it. Hurt my back a few times lifting improperly. All in the knees and keeping a straight core. Let your arms&legs handle it, your back is too important and too fragile in most people to risk

#

Actually don't work in ambulances -- my department is strictly within the hospital. Still manage to get average of around 6-9 miles per day just walking around at work though. On a full day, without any slow moments.. Probably move between about 20-30 patients in an 8hr shift, depending on how many delays we encounter

wraith rapids
#

ok , i get the difference . I just don't know the proper job title.

#

i sometimes lack vocabulary, english not being my primary language

pearl horizon
#

No worries. I think the term is still the same -- patient transport. Though it's become a joke in my department to refer to ourselves as Transportologists, and the department as Transportology 😂

wraith rapids
#

In france we say "brancardier", brancard being the french word for stretcher, even though there is no stretchers any more, mostly beds with whells or wheelchairs

pearl horizon
#

Gotcha. We use a combination of the two. Our emergency room uses almost all stretchers. Upstairs for inpatient stuff, they use various model of hospital bed. The problem we are having now is storage. Had a bunch of new stretchers delivered to anticipate any surge in demand. But the hospital isn't even close to full so lots of open rooms/empty beds. Our normal storage area for those is now overflowing and every morning its a huge mess of beds left all over the place with other departments complaining to us about it -- but we just don't have anywhere to put it, so not much we can do

wraith rapids
#

Same here as i heard , but what we lack the most in hospitals , besides beds ( just before the outbreak, gov kept cutting funds again and again ) is masks and hydro-alcoolic solutions. But the worst situation is in retirement homes , where no one gives a f**k. They have been short staffed and under equiped for years and now they can't even protect themselves properly.

#

Idk where you are from @pearl horizon , is your country in lockdown too ? Thing is , i lived as a hermit for the pas few weeks and i must admit i don't know mutch about other countries .

#

reading myself back, i raelize my question must seem incredibily dumb or naive at best ^^

pearl horizon
#

There is a definite shortage of masks/sanitizer here. Having to re-use masks and that sort of thing quite a bit. Retirement homes definitely have it worse, I feel as well. I'm in the US -- no lockdown here. I feel there should be though. The quicker we fully isolate and let it run out, the quicker it's over with. Dragging this out long term, like we seem to be doing makes the finance hit much worse. The economy will already be screwed by this. But the longer it goes on the more confidence people lose in 'its over' when it actually is. Businesses/individuals grow increasingly further behind in their debts/problems. The virus has a chance to hang around longer because people will still be carrying it. That sort of thing

#

Nah, doesn't seem that way. I haven't paid a huge amount to what's going on in other countries with this. Not because I don't care, but because I've got enough of my own problems going on over here for the time being. I do hope things improve over on that side of the pond though. I know Italy got hit very hard

wraith rapids
#

They did , and still are , spain also. My sister in law can't return in spain , they have closed the borders . The economy is pretty fucked in here too. I was looking for a job before it all started but in our present predicament, i believe it will be impossible for the next month at best. I hope i can find a solution before money run out, otherwise, i'm done for .

pearl horizon
#

Right, I think I had heard of border closures. That's scary stuff -- being 'trapped' in a different country you can't leave. Was beginning to look for a new job myself until this all started. Over here, I personally feel the job market is going to be very bad for at least the next year. Many businesses will close and all of those employees will need to find jobs elsewhere. Shit really sucks.. Very much hope you can get into a new job asap. Not sure what kind of work you are looking for. But try to get yourself out there/market your skills.

Maybe stuff like finding people who need programming work done. Might not be a full-time gig, but if you can just work on projects for pay, that may help little bits at a time

wraith rapids
#

actually, i was considering building my own company before all the clusterfuck began, i had'nt made my mind. Now i do, because this is the only solution for me . I'm a python developer but i'm also a bit disabled because of my back and a mild form of cluster headache . i figure it will be easier if i'm my own boss, working at home for the most part. Now the administration part to do , not the funniest one.. 🙂

pine vector
#

as a fellow sufferer, i feel for you on the clusters. 🤯

pearl horizon
#

Damn, that's a rough spot for sure. Sounds like if you can get it going, your own business would be a good way to go. Reallt sucks about the cluster headaches. I thankfully do not suffer from those, but do get some nasty migraines at times

pine vector
#

migraines aren't a cakewalk either.

quiet lagoon
#

Wait no social distancing here?

ebon pebbleBOT
#


quiet lagoon
#

Lol

ebon pebbleBOT
#


pseudo vigil
#

Make sure to practice social distancing everywhere, kids

ebon pebbleBOT
#


pearl horizon
#

sudo emerge -Cav sci-biology/coronavirus-20191117

#

🤷 felt like I had to after seeing the apt purge username above lol

wraith rapids
#

Thanks Dexter, i washed my hands so now i can roam freely around again

pearl horizon
#

Haha no worries. Caught me by surprise too PumpkinLaugh

tranquil orchid
#

i was very confused about the announcement until i saw the date

ebon pebbleBOT
#


tranquil orchid
#

thank you bot

rough sapphire
#

@tranquil orchid same bro

ebon pebbleBOT
#


blissful moth
#

how do you send empty messages anyways

rough sapphire
#

stark prawn
#


#

They aren't empty

rough sapphire
#

tulip palm
#

||
||

#

it's a spoiler containing just a newline

#

that's how i do it

sand goblet
#

there are unicode marks you can use as well

ebon pebbleBOT
#


sand goblet
#

like the braille space mark thing

tulip palm
#

oh sure but that's not really possible to type easily on a standard keyboard

tame terrace
#

I think the bot uses a hairspace

stark prawn
#

!charinfo ⠀

royal lakeBOT
sand goblet
#

well that was a good guess

tranquil orchid
ebon pebbleBOT
#


hoary turret
#


#

i can socially distance too!

#


ebon pebbleBOT
#


hoary turret
#

haha, puny mortal

agile heart
#

oof very clever lemon

blissful moth
#

why are there still messages still glued together

#

every three messages?

#

|

#

|

ebon pebbleBOT
#


blissful moth
#

ok there

simple current
#

I think its every 5

tranquil orchid
#

i think its just randomised

ebon pebbleBOT
#


tranquil orchid
coarse hearth
#

LMAO

#

cough

rough sapphire
#

LMAO

ebon pebbleBOT
#


tranquil orchid
rough sapphire
#

did you made a bot just for the joke ?

tranquil orchid
#

yes

rough sapphire
ebon pebbleBOT
#


coarse hearth
#

This should here too

rough sapphire
#

I also made one

tranquil orchid
#

see this is what we should be using our knowledge of python to create

rough sapphire
#
@client.event
async def on_message(message):
  if message.content.lower() in ['sneeze', "cough", "farts"]:
    await message.channel.send('You are now being monitored *closely*')
#

I mean its cool to have that

#

rather than this seprator

ebon pebbleBOT
#


rough sapphire
#

@ebon pebble you stay away from me

oak tangle
#

A @ebon pebble is essential to guarantee that we stay away from each other.

ebon pebbleBOT
#


rough sapphire
#

@oak tangle would be cool if @ebon pebble monitor whenever someone sneeze cough or farts

coarse hearth
#

Let's make Corona test to Social Distance.

rough sapphire
#

give them a being monitored role

#

and remove it after they wash hands

coarse hearth
#

Maybe ?test command that test do you have Corona or not?

ebon pebbleBOT
#


simple current
#

do discord bots use python

rough sapphire
#

yes

simple current
#

ah

rough sapphire
glass gorge
#

That's not how washing your hands work. If you're sick, you're sick, and you stay home. Washing your hands does not kill the virus in your system

ebon pebbleBOT
#


rough sapphire
#

ok after some time

simple current
#

give them a "covid positive" role that goes away after a few weeks

sly lintel
#

Hi

lofty fox
#

Hey

#

How e you

#

bruh the bot is not separating

ebon pebbleBOT
#


lofty fox
#

oh it is

#

every 5 messages 🤔

lime gazelle
#

Hemlock!! I have a question about hobbies!!

#

Can you have more than one?

wheat lynx
#

I'm not Hemlock, but yes

lime gazelle
#

What are your hobbies? GWovoYayy

rough sapphire
#

lol this server is the best

ebon pebbleBOT
#


fervent dock
#

@rough sapphire no, you're the best 💜

rough sapphire
#

oh uwu

#

<3

lime gazelle
#

Keanue kwzrd

#

Keanu*

ebon pebbleBOT
#


solid pollen
#

Haha, I haven’t noticed the otnames

rough sapphire
#

Can you have more than one?
@lime gazelle yes

lime gazelle
#

@rough sapphire Yes, that's logic. How do you manage time if you have two things that take up a lot of time?

rough sapphire
#

luckily my hobbies can be combined

ebon pebbleBOT
#


rough sapphire
#

alcoholism and video games

#

which one do you prefer

#

I personally like drinking while playing video games

#

but to be positive

#

woo!

ebon pebbleBOT
#


lime gazelle
#

@rough sapphire That's unhealthy!

wheat lynx
#

My hobbies are coding, indoor rock climbing, basketball and swimming

#

All at the same time

lime gazelle
#

Rad

oak tangle
#

With every segfault, wookie falls

#

luckily, they bounce back up like a basketball to continue swimming in a sea of bugs

#

wait

#

that's my code

ebon pebbleBOT
#


wheat lynx
#

That's a pretty good description of my life to be honest

rough sapphire
#

watching power rangers ?

wheat lynx
#

More like BEING a power ranger!

oak tangle
#

“Isn’t the smallest chance of victory enough of a reason for us to keep on fighting? The world needs us, Rangers.”

  • Jason Lee Scott, the original Red Ranger
wheat lynx
#

Oh yeah

ebon pebbleBOT
#


wheat lynx
#

They call me JSON Lee Scott

lime gazelle
#

Ban

#

Ban

wheat lynx
#

Haha, you've got to admit that was a good one swaglemon

lime gazelle
#

wookie and the dad jokes

ebon pebbleBOT
#


rough sapphire
#

Social Distance

wheat lynx
#

I am so sorry everyone. I couldn't stop myself...

lime gazelle
#

Not all heroes wear capes

ebon pebbleBOT
#


lime gazelle
#

Time to headbang to some classical music

#

Once the zelda medley finishes lemon_fingerguns_shades

lost skiff
#

ive been doing social distance all my life

lime gazelle
#

Help my father keeps baking sweets

ebon pebbleBOT
#


glass gorge
#

Eat them to show that you appreciate his baking lemon_fingerguns_shades

ebon pebbleBOT
#


rough sapphire
#

teacher's internet get off.
I became host ,
unmuted everyone , hahahahahahhahahahaha

lime gazelle
#

@glass gorge Yes, I do, but I'm getting fatter.

glass gorge
#

Well you're just going to have to exercise more then, you simply cannot deny eating your fathers sweets

#

So there's only 2 options, get fatter or exercise more.

#

This is why I moved out

lime gazelle
#

I agree

ebon pebbleBOT
#


lime gazelle
#

I can't wait to move out. I love my parents, but I want autonomy, and a drum set.

glass gorge
#

I wanted speakers on my pc.

#

I am a simple man

lime gazelle
#

Aren't we all?

#

Blessed

glass gorge
#

I'm loving all the new videos coming out today

#

:)

ebon pebbleBOT
#


sand goblet
#

ugh, for some reason intellij is ignoring the actual file contents when I click to place caret

rough sapphire
#

i applied for jetbrains

sand goblet
#

this is getting old very quickly

rough sapphire
#

but i guess they get a lot of applications since i didn't hear back from them

sand goblet
#

it's only doing it in vue templates, though..

ebon pebbleBOT
#


lime gazelle
#

@rough sapphire good luck!

rough sapphire
#

@lime gazelle I sent 30 other applications so it was just whatever

#

one of many that haven't responded

ebon pebbleBOT
#


lime gazelle
#

Well that's commitment

rough sapphire
#

it's more like "I need to eat something"

lime gazelle
#

I know

rough sapphire
#

30 applications isn't even that much

#

fairly little

ebon pebbleBOT
#


lime gazelle
#

Idk I have no experience with that kind of thing

rough sapphire
#

but linkedin is a shitshow tbf if you don't have a lot of experience.

#

there's so much competition that they just automatically shut you out based on the number of experience years you have regardless of other qualifications.

#

there has to be material evidence to your profile

glass gorge
#

I found linkedin to be the opposite

#

Just by having one recruiters reach out to me

rough sapphire
#

well yeah I've had recruiters reach out to me yes

#

but trying to do those easy applies I get zero interviews

#

zero emails, zero nothing

ebon pebbleBOT
#


rough sapphire
#

like, yes, linkedin does work but don't rely on the automation

#

speaking of which

#

i'm fucking anxious as fuck

#

need to write a CV

ebon pebbleBOT
#


rough sapphire
#

have until the seventh to do so

#

@rough sapphire just watch some youtube videos

ebon pebbleBOT
#


rough sapphire
#

that'll calm you down

#

have never written one, i HATE talking about myself

#

there's a whole science to it.

lime gazelle
#

@rough sapphire Why do you have to write a CV?

rough sapphire
#

i don't need to impress someone, it's just buraucracy for some government contract thing

#

but like

#

what the fuck do i write in it

#

@rough sapphire you write about the cool stuff you've done, or even if you don't think it's cool, somebody else probably thinks it's cool

#

so then you write about that anyway

#

i dont do cool stuff tho

#

well that's the problem, you do but you don't realize you do

glass gorge
#

I had a recruiter write the better half of my CV

#

i just fed him a list of things i knew

sand goblet
#

my headers are: education, work experience, activities and interests, relevant info, and references

glass gorge
#

Had to update it myself the 2nd time i applied though

ebon pebbleBOT
#


sand goblet
#

you want at most two pages

#

and please don't use a serif font

#

everyone uses a serif font

glass gorge
#

One page if you're a freshy out of education :)

rough sapphire
#

dw I'll use consolas

#

@rough sapphire just writing about the things you've done as past basic projects in a slightly polished fashion is enough

sand goblet
#

consolas is a serif font

#

:v

ebon pebbleBOT
#


lime gazelle
#

Just be cool

#

Make mundane stuff sound awesome

ebon pebbleBOT
#


rough sapphire
#

wut?

#

consolas is sans-serif

ebon pebbleBOT
#


rough sapphire
#

you have some linux box laying around in some corner of your house? "Running linux servers and adminstrating them"

#

is it just me, or did social distance bot just crank it up a notch?

sand goblet
#

the l has a serif

ebon pebbleBOT
#


sand goblet
#

also, it's every 5 messages altogether

#

not per channel

#

so people are talking in ot0

rough sapphire
#

ah

#

wrote a website with some javascript? "Delivered a modern website with dynamic content"

#

i've done all of that

#

exactly

#

i've done most of what you can do in it at some level

ebon pebbleBOT
#


sand goblet
#

I can DM you my CV if you need a template

rough sapphire
#

if i wrote about every single thing i'd end up with a small novel

#

that would be much appreciated gareth

ebon pebbleBOT
#


rough sapphire
#

@rough sapphire so what's the problem then

#

anxiety

#

what fuckign anxiety

#

I mean which part

#

that you're too good?

ebon pebbleBOT
#


rough sapphire
#

that you don't know how to word it

#

I don't understand what part of this is difficult to be frank but

ebon pebbleBOT
#


rough sapphire
#

maybe I shouldn't be talking then

#

like I assumed your problem is that you don't know how to phrase the things you've done

glass gorge
#

Can probably share mine as well

#

if i can find it

ebon pebbleBOT
#


glass gorge
#

but mine is nothing special

sand goblet
#

mine is nothing special either tbh

rough sapphire
#

gdude wanna make it public?

ebon pebbleBOT
#


rough sapphire
#

I'm curious

sand goblet
#

No

rough sapphire
#

gotcha

sand goblet
#

I mean, obviously

ebon pebbleBOT
#


sand goblet
#

It has my address and contact details in it

#

of course I don't want to post that here

glass gorge
#

Ye, that wouldn't be a party

rough sapphire
#

🥳

ebon pebbleBOT
#


rough sapphire
#

yeah let's keep some social distance

glass gorge
#

@rough sapphire Do you want mine?

#

Eventhough it's in norwegian :P

lime gazelle
#

CVs are just, like, patting yourself on the back

rough sapphire
#

@lime gazelle nah.

ebon pebbleBOT
#


lime gazelle
#

Yeahm you make yourself appear cool

glass gorge
#

Mine is just a dump of terminology i know

lime gazelle
#

That's all there is to it

ebon pebbleBOT
#


lime gazelle
#

Good HR will look past it

rough sapphire
#

@lime gazelle well yes but that's because you are cool

ebon pebbleBOT
#


lime gazelle
#

You can be good but not cool

glass gorge
lime gazelle
#

remember that non tech people read CVs

glass gorge
#

:P

lime gazelle
#

they can't care less about that fine AF code you wrote once

ebon pebbleBOT
#


rough sapphire
#

why is your CV in norwegian

#

and not in english

sand goblet
#

have a guess

glass gorge
#

cause i apply for norwegian jobs

ebon pebbleBOT
#


rough sapphire
#

I apply with an english cv regardless

#

(or resumé technically)

tranquil orchid
#

but what if they're norwegian

ebon pebbleBOT
#


rough sapphire
#

they are

#

and my native tongue is not english either

glass gorge
#

It's mostly cause norwegians prefer norwegians

ebon pebbleBOT
#


rough sapphire
#

fy fan

glass gorge
#

lel

rough sapphire
#

but your name is norwegian or something

#

peter mikkelson

ebon pebbleBOT
#


glass gorge
#

Technically It's swedish

rough sapphire
#

svensson

#

hey, so is mine! technically

#

first name anyways

ebon pebbleBOT
#


glass gorge
#

Yeah, but that's cause my dad is swedish relatives

rough sapphire
#

Rasmus.

glass gorge
#

Most of my name could be seen as swedish, except 2nd last last name

rough sapphire
#

2nd last last name

#

how many last names do you have

#

there was a taxi driver here who could not speak english. but he had been working in norway.

glass gorge
#

I have a first name, middle name and 2 last names

tranquil orchid
#

thats a bruh

rough sapphire
#

does your mother say your full name when you've done something naughty?

glass gorge
#

Nah

rough sapphire
#

peter rasmus jörgen-svensson?

glass gorge
#

You're not even close :P

ebon pebbleBOT
#


tranquil orchid
#

mögdom

glass gorge
#

or well, you got son right.

rough sapphire
#

kinda hard to miss with that one

glass gorge
#

and almost the length

rough sapphire
#

it's a solid guess

ebon pebbleBOT
#


glass gorge
#

true

wheat lynx
#

Björn Björn Björn-Björnson

rough sapphire
#

björn means bear 🐻

glass gorge
#

börk

ebon pebbleBOT
#


rough sapphire
#

bear's son

#

now that I wouldn't mind

wheat lynx
#

bear bear bear son of bear

rough sapphire
#

makes sense

ebon pebbleBOT
#


rough sapphire
#

bears generally mother 3-4 cubs

glass gorge
#

I would love to be the son of a bear

#

I'm just the son of Peter

rough sapphire
#

son of a rock

glass gorge
#

I dont even think i have anyone named Peter in my family

rough sapphire
#

given that I'm a rock myself, it's not that bad 😛

wheat lynx
#

My science teacher is son of bun

rough sapphire
#

met a greek guy and had to confirm that "Petros" actually means stone in greek

wheat lynx
#

That joke was awful. It was meant to be like bunson burner

#

Yeah that didn't work

glass gorge
#

You only get one entry to the duck pond for life

#

Hope you're happy with your minutes of fame

#

:)

ebon pebbleBOT
#


wheat lynx
#

Haha

rough sapphire
#

@rough sapphire bet you were petrified when you found that out

#

@rough sapphire it was fine. (: what's the estonian version of peter btw?

#

peeter

#

peetrus is also used but much less commonly

ebon pebbleBOT
#


rough sapphire
#

oh you're much more international. the closest we have is "petteri" but I'm not called even that

#

but then again you have all those fancy germanic influences.

#

with ü etc

#

õäöüšž

#

those are all of the "special needs" characters we have

ebon pebbleBOT
#


rough sapphire
#

@glass gorge are you sponsored by pepsi ?

#

also yeah, we have quite a big mix of danish, swedish, finnish, germanic, and russian culture/language/just about everything

#

due to us belonging to them at some point in history

#

;P

ebon pebbleBOT
#


glass gorge
#

What makes you think that

rough sapphire
#

@rough sapphire we still have Seto and other dialects where vowels are still harmonic

#

@rough sapphire I honestly had no idea 😄

#

i see language meme about eesti, i copypaste

#

related: i'm currently learning livonian

#

why

#

i think it'd be cool speaking a language officially declared extinct

ebon pebbleBOT
#


rough sapphire
#

can't understand shit captain

#

the numbers make sense

ebon pebbleBOT
#


rough sapphire
#

it's more closely related to viron kieli than finnish i guess

#

@rough sapphire did you manage a template for your CV

#

gdog sent me one, yeah

#

@rough sapphire are you participating in the game-jam

ebon pebbleBOT
#


rough sapphire
#

unfortunately not, no

#

why not though

#

i had a situation a few code jams ago where i had to cancel midway through the jam due to personal reasons

#

don't really want to let the rest of my team down again

#

😐

ebon pebbleBOT
#


rough sapphire
#

this codejam seems to be serious business 😄

#

so far

lime gazelle
#

GWsocksAngeryBob won't be able to join the gamejam cause I have to focus on writing this month

#

big oof

glass gorge
#

You could always join solo

#

New code bases are so frustrating to get used to lemon_grumpy

#

Can't even get half the tests to run

lime gazelle
#

I am joining solo, but like, I can't to art

glass gorge
#

Arent you allowed to use free graphics?

rough sapphire
#

that's a square

#

it has 8 points given and I colored in the middle

#

why not 4? 🤔

#

does it have to do with the fact that it's being forced into integer coordinates or something so it doesn't like its life?

lime gazelle
#

@glass gorge Yeah, but like, it's more fun to make your own!!

glass gorge
#

Possibly, but if you can't do them.. steal them duckydevil

rough sapphire
#

do you want to get sued? because this is how you get sued

glass gorge
#

You only steal the free ones

#

Preferably CC0 ones

ebon pebbleBOT
#


lime gazelle
#

@rough sapphire Can they sue me if the game is not released and not selled anywhere?

rough sapphire
#

if the IP belongs to them, yes

lime gazelle
#

But how would they know?

rough sapphire
#

they probably wouldn't

#

but it's better to be safe than sony

#

**sorry

#

dunno why autocorrect decided to put "sony" there but i'm keeping it

ebon pebbleBOT
#


low shadow
#

I have two files U and S. S is subset of U meaning S has 10-30% of U. How to extract the not common part from U
Like if U has

A
B
C
..
Z

And
S has

A
B
..
F

Then how to extract

G 
H
...
Z

From U

ebon pebbleBOT
#


rough sapphire
#

in python or bash or what

low shadow
#

Bash

rough sapphire
#

because the diff command does that

ebon pebbleBOT
#


low shadow
#

Hmm

rough sapphire
#

diff does it on a per-row basis though

#

you may need to sort | uniq both files first

low shadow
#

Can i pipe diff stdout

#

To a file

rough sapphire
#

you can alyways redirect stdout and stderr to a file

#

you pipe stuff to another process (which you can also always do)

#

@rough sapphire this approach is not gonna work

ebon pebbleBOT
#


rough sapphire
#

i think

#

why not?

low shadow
#

Why is sort and uniq always needed

rough sapphire
#

one moment. thinking

#

diff works on a per-line basis, which means the order has to be the same

#

well, it actually doesn't have to be the same, but it's usually better if it is

ebon pebbleBOT
#


rough sapphire
#

okay so let's say you have ABC in the first file and only the letter B in the second file

#

you're expecting to get the letters AC out

#

because B is in common

#

right?

#

how is diff with or without sort or uniq going to give you that

ebon pebbleBOT
#


low shadow
#

Yes

#

The common is from inside i have file 1 40000 lines and file 2 334 linrs

#

So i asked

rough sapphire
#

you need to basically concatenate everything into one file

ebon pebbleBOT
#


pine vector
#

awk it?

rough sapphire
#

@rough sapphire yeah... works as expected

#

@rough sapphire it does?

#

@rough sapphire diffing on a 3-line file and a 1-line file gets you the correct output?

#

hmm what exactly is diff doing then hmm

low shadow
#

I will experiment with diff later i m in mobile and feel termux as shit

#

Any other solutions

rough sapphire
ebon pebbleBOT
#


rough sapphire
#
comm -3 file.a file.b | sed 's/^\t//'
low shadow
#

-3 is which flag and what does it do

rough sapphire
#

if you do man comm, it tells you

low shadow
#

Ok

ebon pebbleBOT
#


low shadow
#

I have two options comm and diff. I will play with it later when i get computer

rough sapphire
#

i also recommend reading through the manual page

low shadow
#

Ok

rough sapphire
#

because another option might suit you better

#

it has many flags

low shadow
#

Good

#

Anyone who have some tricks/tips on vim/other program that you never knew and when u knew it blew your mind?

rough sapphire
#

heh

#

somebody solved this problem already on stackoverflow

#

grep -Fxvf file1 file2

ebon pebbleBOT
#


low shadow
#

I got 3 options, grep,comm and diff

#

Will test each one

ebon pebbleBOT
#


low shadow
#

Hey bot why are going mad

rough sapphire
#

because

low shadow
#

Hey bot talk to me

rough sapphire
#

the bot puts a message between every 5 lines of chat between ANY 5 messages on the off-topic channels...

low shadow
#

Ok

#

Hey bot put a message

#

Hey

ebon pebbleBOT
#


low shadow
#

Good

#

And lastly Anyone who have some tricks/tips on vim/other program that you never knew and when u knew it blew your mind?

solid pollen
#

Google some tutorials?

low shadow
#

Ok

lime gazelle
#

Woah, so brave lemon_hearteyes

ebon pebbleBOT
#


low shadow
#

@ebon pebble

ebon pebbleBOT
#


wheat lynx
#

Maybe with id?

#

Owait that did. Is it random?

ebon pebbleBOT
#


wheat lynx
lime gazelle
#

You really did it.

wheat lynx
#

Those both seem to link to the second one for me

#

How could I specify which one?

solid pollen
#

You can type #- and select then in the deopdown

#

They ordered in the same order than the channel list

ebon pebbleBOT
#


solid pollen
wheat lynx
#

I only see one. Maybe it is different on phone (I'm on phone)

solid pollen
#

I’m on the web interface

wheat lynx
#

Can you do it by channel id?

#

Ah nice you can

#

<#694671139703881828>

ebon pebbleBOT
#


rough sapphire
solid pollen
#

#-~1 mentions the second one

ebon pebbleBOT
#


wheat lynx
#

?

#

What did I do wrong

#

Well that did mention the second one

rough sapphire
topaz aurora
rough sapphire
#

WTF IS HAPPENING

#

just like communism, some owners are more equal than other owners

ebon pebbleBOT
#


rough sapphire
#

ahhhh

#

that make sense now

#

another announcement

ebon pebbleBOT
#


rough sapphire
lime gazelle
#

@rough sapphire Social distancing

rough sapphire
#

god dammit

#

you got me

ebon pebbleBOT
#


lime gazelle
#

Yes, better

#

Be safe yall

coarse hearth
#

We are all too close to each other. We need different server for every member

ebon pebbleBOT
#


dense stratus
#

@coarse hearth sounds like Fediverse instances... is there a Federated version of discord?

sand goblet
#

oh my god

#

this is masterful

ebon pebbleBOT
#


sand goblet
#

@plucky ridge you might like this one

rough sapphire
#

Each line of that video can be used as a double meaning

quaint anvil
rough sapphire
#

Eww light theme

ebon pebbleBOT
#


quaint anvil
#

ag are you racist

wheat lynx
#

Lets not

dense stratus
#

Grrr that's Marc Tobias ... say his name to any reputable locksmith and they will spit or worse...

rough sapphire
ebon pebbleBOT
#


rough sapphire
#

Black theme best

quaint anvil
#

bruh

ebon pebbleBOT
#


rough sapphire
#

only android users tho

#

iPhone and desktop don't have black theme

wheat lynx
#

And I think you need an AMOLED screen or a particular android version

#

I don't have it on mine

rough sapphire
#

try tapping the dark theme button 10 times

#

It's like an easter egg

#

But you might be right

#

Also hello @ebon pebble

ebon pebbleBOT
#


wheat lynx
#

Woah, it worked!

rough sapphire
#

Ay

wheat lynx
#

Ooh that's nice

quaint anvil
#

is Kite the plugin thing for Pycharm and stuff even helpful?

rough sapphire
#

@quaint anvil not sure... I have it installed and it does stuff but I'm not sure if it's helpful 🤷

ebon pebbleBOT
#


quaint anvil
#

hm alright

#

i'll stick to normal pycharm

rough sapphire
#

it's not making things worse at least

#

maybe it's making them better but how much? can't say

quaint anvil
#

¯_(ツ)_/¯

ebon pebbleBOT
#


hollow cosmos
#

oh i can finaly talk here

ebon pebbleBOT
#


hollow cosmos
#

im dumb lel

solid pollen
wheat lynx
solid pollen
#

I just used that one haha

ebon pebbleBOT
#


solid pollen
#

The zen is perfect for thta, it is exactly 13 lines long

wheat lynx
#

I think a few lines were cut off

ebon pebbleBOT
#


wheat lynx
#

It's meant to be 19 lines long I think

solid pollen
#

Oh yeah

jagged glade
rough sapphire
#

@sand goblet you've seen the previous years' videos?

#

in the description

#

they're equally as brilliant

vapid bluff
#

thats it

#

ive had enough

ebon pebbleBOT
#


vapid bluff
#

ive had enough of python

#

im done

bleak lintel
#

uh oh

vapid bluff
#

whose with me

#

i think its time for a mass exodus

#

im so angry i dont even care about spelling whose

bleak lintel
#

what has triggered this

vapid bluff
#

april fools

ebon pebbleBOT
#


hollow cosmos
#

What is this bot doing

bleak lintel
#

FUCK i got got

#

@hollow cosmos it's social distancing you from other users

hollow cosmos
#

Oh lmao

#

i got it now

bleak lintel
#

!role Clean

royal lakeBOT
#
Clean info
ID

694666178727247963

Colour (RGB)

#000000

Colour (HSV)

0.00 0.00 0

Member count

227

Position

7

Permission code

0

bleak lintel
#

227 clean hands!

ebon pebbleBOT
#


junior marten
#

clean

vapid bluff
#

gotteem

rough sapphire
#

um

#

@bleak lintel

#

i'm not sure you know, but...

ebon pebbleBOT
#


rough sapphire
#

a person usually has two hands

bleak lintel
#

today I announce my resignation as owner of python discord

rough sapphire
#

... what's the sound of one hand washing?

wheat lynx
#

@bleak lintel No, how could you do this <insert dramatic+sad things here>

#

To be fair this would be a pretty good day to resign. Nobody would believe you but when you never came back a day later people would start to get scared...

ebon pebbleBOT
#


sand goblet
#

oh man, I should've done that

vapid bluff
#

i only got got twice. this and a friend announcing pregnancy.

ebon pebbleBOT
#


rough sapphire
#

i have this for my own server

#

also i did an @everyone and posted legit steam keys

#

but i don't think anyone believed me

ebon pebbleBOT
#


rough sapphire
#

it was the keys i had left over from the humble bundle i bought, from games i already owned

vapid bluff
#

did you mix em up

#

e.g. post a key for an hentai dating sim instead of cod

ebon pebbleBOT
#


rough sapphire
vapid bluff
#

ugh cant believe i fell for it

#

did not want to see dolphin peen today

#

well played

rough sapphire
#

(:

ebon pebbleBOT
#


rough sapphire
#

cheburashka?

#

lmao they are valid, cheers man 😄

summer vector
#

Rip nitro

#

I don't feel good

quaint rivet
summer vector
#

aahh

rough sapphire
#

so

#

I did a lyric prank on girl from my class

ebon pebbleBOT
#


rough sapphire
#

@rough sapphire don't tell me you guys didn't have crocodile gena

ebon pebbleBOT
#


rough sapphire
#

Cheburashka (Russian: Чебура́шка, IPA: [tɕɪbʊˈraʂkə] (listen)), also known as Topple in earlier English translations, is a character in children's literature, from a 1966 story by Soviet writer Eduard Uspensky. He is also the protagonist (voiced by Klara Rumyanova) of the stop...

#

@rough sapphire nope. that's some kind of eastern thing.

#

fhmm

#

or then it existed before my time

#

they seemed to be in sweden

ebon pebbleBOT
#


rough sapphire
#

but there's also the chance that they weren't brought here because of Reasons

#

it was before my time as well but were still fairly popular

ebon pebbleBOT
#


rough sapphire
#

at least enough for me to know about the show

cyan nimbus
#

Social distance bot

#

Hmmm

ebon pebbleBOT
#


lime gazelle
#

Piano is very fucking cool

#

Imma blast some quality classical music

rough sapphire
#

nice

ebon pebbleBOT
#


rough sapphire
#

would hand you the aux cord

#

Beethoven pfft

#

Liszt is where it's at

lime gazelle
#

Thanks for sharing, very cool

ebon pebbleBOT
#


quaint rivet
#

cosmic horror music

lime gazelle
#

Ok I'm not liking Rachmanioff that much >:I

ebon pebbleBOT
#


rough sapphire
#

Rachmaninoff is great too

lime gazelle
#

Idk doesn't sound good to me

ebon pebbleBOT
#


lime gazelle
#

sounds like mashed up notes played very fast

rough sapphire
lime gazelle
#

It's calm

quaint rivet
#

what are these pianos btw, is this a real product or is this done in post processing

#

the effects i mean

lime gazelle
#

It's real, I think?

#

Some pianos have keys that light up

rough sapphire
#

Doesn't look like a real piano to me

#

That is post

#

I think it's probably a piano and a cutout of some midi software with fancy effects on top

quaint rivet
#

it’s a hell of a way to learn piano if its real

ebon pebbleBOT
#


quaint rivet
#

ah

lime gazelle
#

I mean, the bars are from midi yes

silk geode
#

the lights looks real though

lime gazelle
#

but the keys lighting up might be true

rough sapphire
#

True

ebon pebbleBOT
#


lime gazelle
#

Idk I can't find much besides diy stuff

quaint rivet
#

just figured id ask, not a piano guy

lime gazelle
#

Me neither, but piano is v cool

#

although, personally, guitar is cooler

ebon pebbleBOT
#


quaint rivet
#

played violin and cello as a kid though

lime gazelle
#

Oh!

#

How was it?

rough sapphire
#

I'm learning guitar coming from Piano

ebon pebbleBOT
#


quaint rivet
#

i mean, i dropped it

lime gazelle
#

I tried piano, couldn't stick with it, cause I can't play for shit

quaint rivet
#

i enjoyed it while it lasted though

lime gazelle
#

Might try again though, quarantine is a good excuse

rough sapphire
#

You should, it's a great instrument to know haha

ebon pebbleBOT
#


lime gazelle
#

I know, it's just...self teaching + not wanting to do anything + not good dexterity or hand independence really makes you go like "screw it"

oak tangle
#

I'd love to be able to play more on a piano

rough sapphire
#

Yeah, understandable. Those skills obviously develop as you do it more but the entry is always painful :P

quaint rivet
#

peer pressure NaniFuck

u gotta play piano now

oak tangle
#

I can just doodle a bit and improvise in simple scales

ebon pebbleBOT
#


rough sapphire
#

I'm more of a music listener

lime gazelle
#

I tried and follow alfred's basic all in one course

#

got really bored, cause I couldn't do left hand shit, so I started jamming right hand on toy story

oak tangle
#

I like playing, but my instruments have way less strings than a piano

#

Usually either 6 or 4

lime gazelle
#

couldn't do that too, got frustrated and quit

ebon pebbleBOT
#


rough sapphire
#

there were a few instruments I tried when I was a lot younger, but it wasn't my thing.

oak tangle
#

Although I've played with a 5-stringed instrument for a while

rough sapphire
#

my creative output is more writing/drawing

ebon pebbleBOT
#


terse sluice
#

i wish i had a piano to play around with. i have my trusty guitars though

oak tangle
#

No, just a regular bass

terse sluice
#

interesting

lime gazelle
#

@terse sluice Pianos can be cheap. Like, you don't get super awesome electric pianos for a few bucks, but like if you're ok spending like..300? 400?

#

Btw mine was free so I know jack shit about prices

ebon pebbleBOT
#


rough sapphire
quaint rivet
#

can you play the "the only thing they fear is you" riff on stick bass?

oak tangle
rough sapphire
#

Ohh cool

lime gazelle
#

brb gotta eat dinner 💪

ebon pebbleBOT
#


lime gazelle
#

Good luck to everyone with their musical endeavors. I'll sit and listen to cool ass pieces.

terse sluice
#

yeah you can get pretty good keyboards for $300-400

#

i'm not up to spend that much though haha

#

i just got a new guitar a few months ago

ebon pebbleBOT
#


rough sapphire
#

I've had one for 350€ and it broke after the first two weeks 😕

oak tangle
#

I'd like a new guitar.

#

I don't have a playable electric guitar here right now and I'd like to record stuff

ebon pebbleBOT
#


terse sluice
#

that must've just been an unlucky defective piano.. odd

ebon pebbleBOT
#


rough sapphire
#

Yeah, probably true

terse sluice
#

i play mostly acoustic guitar, haven't played around too much with electric

rough sapphire
#

I had a casio

#

Never went more than happy birthday to you

quaint rivet
#

i can do that asain tune at the start of turning japanese by the vapors, thats it