#ot1-perplexing-regexing

1 messages ยท Page 269 of 1

tame pier
#

๐Ÿค”

wet steppe
#

I'm Detective Pikajuke

tame pier
wet steppe
lone otter
#

hell ye cowboy bebop

#

did you get round to watching mob psycho yet

tame pier
#

Nope

#

Sidetracked by a book actually

#

Warcross

wet steppe
#

a book wow

#

this boi reads

tame pier
#

Not nearly as much as I used to

wet steppe
#

Kendrick Lamar yass

rough sapphire
#

for which side

summer rampart
#

probably the side with blanks

rough sapphire
#

Pepe

#

Yeah, I need nouns for slightly good people and pretty bad ones

viral parrot
#

I would say a Witch is wicked

rough sapphire
#

Words from each column can combine in any way, but witch would be nice, ty

viral parrot
#

Maiden is fair

rough sapphire
#

There's so many words for evil people in English and just a few for the good

viral parrot
#

King?

#

citizen is upstanding

rough sapphire
#

Kings can be bad, but I guess I'll have to use it

#

Thought about citizen too

#

At least it implies following the state rules

dusky orchid
#

Altruist

viral parrot
#

peasant?

summer rampart
#

since you're going by Karma Given there's also Philanthropist

rough sapphire
#

A good word, but I'm not sure it fits well with the others

dusky orchid
#

first level could be Scout

rough sapphire
dusky orchid
#

nice

#

Altruist might suit under Knight though

rough sapphire
#

Makes sense

#

Thanks everyone

dusky orchid
#

Altruist is applicable in a wide range of people, even those not significant enough to be recognised formally. A Knight is definitelly recognised

#

sounds fun

rough sapphire
#

no Pepe?

#

Yeah, wanted to improve my reaction karma system. Gonna be more fun with 2 axis

rough sapphire
#

nice

misty field
#

anyone going to pycon balkan?

young jetty
#

Ugh

dry zenith
#

latest chrome?

plucky ridge
#

I read that as Pycon Bacon and was disappointed when I reread it

dry zenith
#

i was playing with iodide ~4 months ago and not only did it have feature parity but the perf of numpy operations was within an order of magnitude of native. It was shockingly capable

wet steppe
#

within an order of magnitude of native in the browser?

#

I guess this speed is all down to WASM?

wooden silo
#

@plucky ridge Can highly recommend the bacon peninsula as a vacation destination.

plucky ridge
#

Niiiiice

clear turtle
#

what do y'all listen to while doing coding stuff?

#

I'm doing calibration and boooooooored

plucky ridge
#

Currently I'm a Incubus, Puscifer, The Perfect Circle, and Clutch kick

#

But if I really need to focus, I try to go with stuff without lyrics

misty field
#

i am hardcore old school rap guy

#

tupac,eminem,biggie,wu tang etc.

lilac glade
#

I can't.
Voices distract me to the point of no return.

sand goblet
#

Sometimes I need music, sometimes it wrecks my concentration

young jetty
#

what do y'all listen to while doing coding stuff?

#

I watch seinfeld

spiral smelt
#

I tend towards rock

#

or tv shows

fervent dock
#

I'm with gdude, sometimes music helps a lot, but sometimes it needs to go away

#

Usually when I'm doing something novel or brain intensive I need silence

plucky ridge
#

With my ADD I need to have some kind of background noise

#

Just depends on the day

fervent dock
#

I recently camo across this, has some really nice mellow background beats, mostly instrumental

fervent dock
#

I wonder if I could get an opinion on this - linters hate me for it, naturally, but I find the code to be much more readable and pretty when the assignment operators are aligned

sand goblet
#

That's a hard no from me

summer rampart
#

not in code, no

oak tangle
#

I think this warrants an @tame terrace ping, but I'm not sure if he's around. He had a thing now I think

#

I think he'll recognize the style

#

Anyway, I don't like the style, but I did do it a bit as well in the past

#

I think one of the projects I work on still has it somewhere

summer rampart
#

I like it in config files, but in code it doesn't really work

sand goblet
#

The whole point of style guides is that they're consistent

#

Config files are generally not for developers, and they shouldn't be Python

#

But if they are, they should also adhere to PEP8, like the rest of your code

tame terrace
#

haha, yeah that reminds me of an old discord bot I wrote.

#

@fervent dock but I think it's hideous. big no no imo.

fervent dock
#

Ok thanks for the input all of you

#

I'll adhere to the conventions

clear turtle
#

@young jetty I'm thinking my current work might be podcast/audiobook compatible

#

it's just simple analysis of avg nodes in a class, narrowing down the range, and rerunning

young jetty
#

you lost me

clear turtle
#

lol, sorry

#

working on an agent-based model

#

basically right now trying to calibrate the number of incarcerated agents in the model

#

so i'm slightly varying a scalar and checking to see how well it fits

young jetty
#

I think you may have the wrong person

clear turtle
#

haha, no need to understand, i'm just doing really rote stuff

tulip palm
#

i don't like because my eyes shouldn't have to look around to find what's being assigned to

#

heck scrolled up

vestal briar
#

Oh uh Processing triggers for libc-bin (2.27-3ubuntu1) ... E: Failed to fetch http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/./amd64/lutris_0.5.1.1_amd64.deb 404 Not Found [IP: 195.135.221.134 80]

grave phoenix
#

Nice ip

young jetty
#

It's the api of the server

#

not their own ip

tulip palm
#

and if it were their IP i doubt anybody could do anything with it.

austere summit
#

given that it's possible to scan the WHOLE ipv4 range and all ports in a semi-trivial amount of time, I think he's probably okay ๐Ÿ™„

young jetty
#

ddos intensifies

tulip palm
#

isn't there a program that can scan the full ipv4 range in a matter of seconds assuming your networking gear is capable enough?

austere summit
#

masscan

tulip palm
#

yeah the name rings a bell

austere summit
#

Comes with a health warning Scanning the entire Internet is bad. For one thing, parts of the Internet react badly to being scanned. For another thing, some sites track scans and add you to a ban list, which will get you firewalled from useful parts of the Internet.

rain spindle
#

@tulip palm Is ipv4 maxed rn?

#

And where the fuck did ipv5 go

tulip palm
#

where did windows 9 go

stark prawn
#

All ipv4 blocks have been assigned for a while now.

tulip palm
#

answer: ยฏ_(ใƒ„)_/ยฏ

stark prawn
#

But not all addresses in them are in use.

sand goblet
#

There's a pretty simple answer to that one @tulip palm

#

if os_name.startswith("Windows 9"): # Windows 95/98

tulip palm
#

oh huh, i didn't think of it like that.

sand goblet
#

That's actually the official reason

#

:P

vestal briar
#

Nah

sand goblet
#

Yep

vestal briar
#

They wanted it to sound cooler

#

I mean windows is now a service

sand goblet
#

Dude, I'm not shitposting, why are you :P

vestal briar
#

I'm actually not

stark prawn
#

They would've used windows x.

vestal briar
#

Nah

#

2015 is before apple

stark prawn
#

To be followed later by windows one x

sand goblet
#

Microsoft are more savvy than you think

#

Remember vista?

vestal briar
#

Bad 7?

#

Yeah

sand goblet
#

Well here's the thing

#

Microsoft realised that they were getting a ton of bad press

#

They were convinced that a lot of journalists slamming Vista had never used it, however

#

So they went to a lot of these journalists, and they offered them a deal

#

"We've heard your feedback," they said

vestal briar
#
TechRadar

A new Windows era begins

sand goblet
#

"Why don't you try out a preview of what we're planning next?"

#

So they sent them all a preview of Windows, codename Longhorn

#

and all the journalists they sent it to loved it

#

here's the thing

stark prawn
#

Was vista the one where they changed how drivers work?

sand goblet
#

Longhorn was literally just vista

#

it turns out that most of the journalists never tried it

#

MS was right

#

lol

austere summit
#

In all fairness Vista got slated because of the millions of computers with 128MB of ram being sold as vista-ready

sand goblet
#

Also yes, that's right

stark prawn
#

A significant portion of crashes caused by Nvidia drivers.

sullen thorn
#

Very long shot, but any of u know anyone who understands how SIP works, and could possibly help me understand it?

#

SIP in the context of VOIP

grave phoenix
#

Nop

sullen thorn
#

Crap :/

sullen thorn
#

did we not have a guy called bytecommander here?

#

@worn kite

#

ahh

#

@worn kite does that mean you know how to use sip and stuff, or was that just helping with linux install?

worn kite
#

@sullen thorn why do you think I know about SIP?

#

I'm happy if my pidgin skype for business phone client plugin at work lets me make and receive calls around 10% of the time. That's all I know about the matter.

sullen thorn
#

Cuz u replied to a post about SIP

#

Wasnโ€™t sure if u were just knowledgeable about installing stuff, or about also using sip

worn kite
#

I did not reply

#

just edited that post

sullen thorn
#

Oh

#

Whyโ€™d u edit it?

tulip palm
#

if you click the "edited" link it'll show you exactly why he edited it.

rough sapphire
#

@sand goblet Vista required 1GB RAM minimum and many system I was seeing at that time had only 1GB. So it ran unbareably slow, when that same 1GB would have ran XP a lot better.

#

But luckily XP and Vista are both dead \ o /

summer rampart
#

I miss XP

rough sapphire
#

I don't

#

Win XP Pro didn't have that problem. But it was also an extra $100.

wet steppe
#

yeah Vista mostly got a bad reputation due to machines with not enough ram

rough sapphire
#

You can thank OEMs for that, though.

wet steppe
#

I think ram was just too expensive back then

#

so only high end users could have more than 1GB

rough sapphire
#

Very much shouldn't have advertised it as Vista ready then.

shell blade
#

i miss windows 95

#

and netscape

#

taking it back to the 90'sfinger_gun_dank

rough sapphire
#

Mozilla Phoenix.

#

( Yeah yeah, it was 2002 )

wet steppe
#

terminal-based browers best

#

E-links

rough sapphire
#

Lynx

#

I actually started using Firefox around 1.5

#

Because I remember the big huge issue 2.0 was, because it had TABS

#

1.5 had multiple iterations. Went up to something like 1.5.0.12

sand goblet
#

I don't miss XP, but TinyXP was quite the thing

#

I installed it on a machine designed for Windows 95 and it ran like butter

vestal briar
#

I like xp because the first pc i had ran it

sand goblet
#

TinyXP was quite something to watch

#

It had almost no Microsoft software but still got updates

#

Booted from cold on a windows 95 machine in about 6 seconds

#

Really quite impressive

tame terrace
#

sup guys

#

how are you all today?

sand goblet
#

Oh hey

#

Good, getting new Internet hopefully

#

Sup with you?

tame terrace
#

on a train to oslo

#

listening to Threedom. funny podcast.

#

bought a new car last weekend

#

it has no Bluetooth. so my life sucks until I get that sorted out. how can people drive without listening to podcasts and audiobooks

#

it's the worst.

sand goblet
#

Haha, that's a good question

#

How did you end up with a new car without Bluetooth? Does it at least take a USB?

summer rampart
#

aux maybe?

tame terrace
#

it doesn't have an aux either.

#

and my phone doesn't have a jack anyway

#

no USB either.

wet steppe
#

I read that in scandinavia people generally drive older car models

sand goblet
#

If it has a USB it might support Auto over it

tame terrace
#

it's just CDs and radio

wet steppe
#

CDs hyperlemon

sand goblet
#

Guess you'll have to replace the radio then

tame terrace
#

my grandma had CDs so I borrowed some from her for a 9 hour drive home

#

but I'm getting a little bit sick of Andrew Sisters and Billie Holiday

wet steppe
#

is it warm there

tame terrace
#

it says MP3 on the radio though so it might be possible to burn a data CD with hundreds of mp3s

wet steppe
#

I looked on google maps and Oslo is like the same height as tip of scotland ๐Ÿค”

sand goblet
#

That's usually what it is, yeah

tame terrace
#

like 10 degrees today

viral parrot
#

@wet steppe it depends where in the country you live

tame terrace
#

but nice and sunny.

wet steppe
#

scotland in the summer was nice I went to Perth

viral parrot
#

im from the north

sand goblet
#

Alternatively some of them have a USB in the glovebox for a USB stick

wet steppe
#

Perth was like being in London lol

viral parrot
#

that is above the artic circle

#

meaning, winters are long and cold

wet steppe
#

oh yeah the country stretches really north

viral parrot
#

during summer the sun never sets

wet steppe
#

do you have to take vitamin D pills

viral parrot
#

during winder it is just dark

#

yeah D vitamines is just normal during winter

#

the southern parts of Norway have a normal day/night cycle though

wet steppe
#

do you ever see a bear

viral parrot
#

I do not know about the rest of scandinavia but in norway the car park is quite new

sand goblet
#

Pic-a-nic bear

viral parrot
#

no, no bear, but bears would not be so dangerous as the moose

#

those half blind angry animals are crazy

shell blade
#

moose in rut those horny devils are dangerous

wooden silo
#

@wet steppe A lot of our common groceries have added vitamin D.

#

Like milk.

wet steppe
#

hmm I don't agree with that they should let people dose themselves

sand goblet
#

Hypervitaminosis is kinda rare

wooden silo
#

I'd rather not have to constantly worry about it myself.

wet steppe
#

too much vitamin D pill gives me diarrhea LMAO ๐Ÿ˜‚

viral parrot
#

not in the small dosages in food

tame terrace
#

vitamin D in milk is ๐Ÿ‘Œ

wet steppe
#

I was on pretty high dose like 20,000 IU on the NHS

viral parrot
#

you should consult your doctor if have trouble with dosaging your vitamins ๐Ÿ˜„

wet steppe
#

he said take pill every other day

#

which helped

viral parrot
#

well.. milk has nothing near that dosage

#

in Norway you need to supliment vit D, I do not drink milk so i take pills

wet steppe
#

what if you loved the moo moo juice

#

and you drank so much

viral parrot
#

it is 1UL pr 100grams of milk i think

wooden silo
#

It's not difficult to achieve the normal recommended daily dosage if you eat a healthy and varied diet.

viral parrot
#

you would drown before you where in danger of vit D overdose

wet steppe
#

@wooden silo I take 50x the recommended dosage lol

tame terrace
#

drowning in milk sounds brutal.

wet steppe
#

recommended is 400IU and my pills are 20,000IU

#

๐Ÿค”

wooden silo
#

@wet steppe Why?

wet steppe
#

doctor wanted that

#

my level was low

tame terrace
#

he takes them recreationally

wet steppe
#

^

tame terrace
#

for that sweet diarrhea high

shell blade
#

gross guys

wet steppe
#

I don't question my doc I just take what he give

wooden silo
#

250 ml of enriched milk has somewhere in the range of 15-40% of daily dosage.

#

An egg has 15%

tame terrace
#

enriched milk, I love that

#

that's exactly what it is.

wooden silo
#

That's the term the Swedish Livsmedelsverk uses.

viral parrot
#

that reminds me, Im should make fish soup today ๐Ÿ˜„ need those Ds

#

that came out wrong

wooden silo
#

Or did it?

wet steppe
#

I like tomato soup a lot

viral parrot
#

yeah, you might think I was talking about vitamin D

#

๐Ÿ˜„

wooden silo
#

Oh, fair enough.

#

@wet steppe Not much vitamin D in that, is there?

shell blade
#

nothing wrong with d's lol

tame terrace
#

d's in a fish soup? like fishdicks?

viral parrot
#

you got my southpark ref ๐Ÿ˜„

tame terrace
#

is that your frigjรธringssoup though?

viral parrot
#

its the soup I enjoy making when the misses and kid is away ๐Ÿ˜„

tame terrace
#

let's hear it then

viral parrot
#

I love fish, they are a bit on the side

tame terrace
#

what's in this soup

shell blade
#

sidefish

viral parrot
#

salmon and cod, milk, cream fraise, spring union, carrots, snow peas, some fish stock thing i get from the store

tame terrace
#

mixing white and red fish shocked

viral parrot
#

yes, its great

tame terrace
#

heresy

viral parrot
#

๐Ÿ˜„

#

spring union is the only "union" i manage to eat

#

and its perfect in soups

sand goblet
#

Too many fish for me

shell blade
#

im pretty sure they mix red and white with sushi, dont they?

rough sapphire
#

what is red sushi

#

salmon?

sand goblet
#

Salmon

rough sapphire
#

it's pink

#

:v

sand goblet
#

Depends where you get it

rough sapphire
#

anyways.. I've never seen them mix it..

tame terrace
#

no, each piece would be one specific kind of seafood, usually.

rough sapphire
#

yeah.. get in my belly

sand goblet
#

Man I don't even like fish

viral parrot
#

salmon in sushi is quite new, I also have read that much of the salmon norway exports is for sushi

sand goblet
#

I like the idea of raw fish even less

rough sapphire
#

I used to not understand sushi..

viral parrot
#

i love sushi

shell blade
#

same

viral parrot
#

could eat it everyday

rough sapphire
#

yeah exactly.. but things changed after I had it a couple of times

sand goblet
#

I think they also use tuna for sushi?

#

๐Ÿฅ

tame terrace
#

sushi is delicious.

viral parrot
#

tuna is nice

rough sapphire
#

it's pretty fresh.. and tastes good.. with wasabi..

viral parrot
#

naruto maki is also pretty

rough sapphire
#

real wasabi.. not that crap they give you outside of Japan :v

viral parrot
#

horseradish is not crap

tame terrace
#

the horseradish they call wasabi here is still good.

viral parrot
#

wasabi is a kind of horseradish

rough sapphire
#

I was so disillusioned.. ate wasabi in Spain.. thinking it was real.. then when I was in Japan found the real thing was super strong

sand goblet
#

It's hard to find real wasabi

#

It doesn't taste like regular horseradish

viral parrot
#

wasabi does not grow all places in the world.

rough sapphire
#

too true

#

do you guys get dragonfruit where you are

viral parrot
#

and to be frank, you just use it to kill bacteria in the fish

tame terrace
#

it's delicious. mmmm spicy horseradish.

viral parrot
#

yeah. i agree

tame terrace
#

god damn I'm such a spice nut since we did that hot ones thing @viral parrot

wooden silo
#

Sushi is great.

sand goblet
#

Sushi video when

shell blade
#

when is the next video?

tame terrace
#

I keep ordering the spiciest everything I come across.

viral parrot
#

i have already eaten almost everything that was left from the hot ones

#

only one of the lesser ones left

tame terrace
#

yeah I almost finished The Last Dab. I keep putting it on everything.

wooden silo
#

I had sushi in Tokyo, but tbh I didn't think it or the wasabi tasted much different from abroad.

#

It was good, but so is sushi back home.

wet steppe
#

whats the highest scovilles you have had

shell blade
#

Thats too spicy

wooden silo
#

@wet steppe 2-3M

viral parrot
#

@tame terrace could you answer for me?

sand goblet
#

That's a spicy meatball

tame terrace
#

probably that last dab sauce. around 2 million.

shell blade
#

i like normal spicy

wet steppe
#

wow

#

my highest is 350k

#

scotch bonnet sauce

viral parrot
#

yeah 2mill...

tame terrace
#

350k is still plenty hot.

wooden silo
#

They have this super spicy hot sauce in the fridge at work.

#

I only used a very small amount though.

tame terrace
#

I have to say that it's not all about the Scovilles.

wooden silo
#

One drop was enough to make the entire plate very very spicy.

viral parrot
#

@wet steppe have you seen the video where me and lemon eat spicy things?

wet steppe
#

yeah its awesome

viral parrot
#

that was the spiciest thing i have ever eaten

wooden silo
#

I ate a habanero once.

#

That's just like 100k, but eating the whole thing at once was tough.

tame terrace
#

I think the Extreme Karma sauce is quite a lot hotter than some of the 100k+ ones we did. and that one was just around 80k

sand goblet
#

We occasionally have concentrated chipotle paste

#

Mom puts it in mayonnaise

shell blade
#

Where did this hot sauce fad come from, it's funny to watch but i don't get it

wet steppe
#

probably youtube

wooden silo
#

Because it's funny.

sand goblet
#

Hot sauce isn't all about heat

#

You need flavour too

#

And a lot of them do have that

wooden silo
#

It's self-explanatory, it's hilarious to watch people suffer. ๐Ÿ˜„

wet steppe
#

yeah but they all taste like pepper lol

viral parrot
#

the fad came from youtube when eating ghost peppers became the popular thing

#

but when you build a real show around it, it is more enjoyable to watch then some random youtuber

wooden silo
#

I like that channel where people try to review games after eating a pepper.

wet steppe
#

in terms of actual flavor apparently chocolate habs are good

viral parrot
#

I saw it first from the promotion of a MMO a few years ago

shell blade
#

maybe i think bravado is involved too

rough sapphire
#

MMO?

viral parrot
#

Wildstar realease

wooden silo
#

Well, I mainly just wanted to know what eating something extremely spicy was like.

rough sapphire
#

some people like to see if they can take the heat..

wooden silo
#

I knew it would suck, but if you learn that there are things that are like 100x more spicy than anything you ever ate, you kinda get curious what that even means.

summer rampart
#

I want to have tried a Carolina Reaper, but I don't want to actually try it

sand goblet
#

The spiciest thing I'll actually eat is actually a type of instant noodles we get here

wooden silo
#

(What it means is that the entire inside of your mouth feels like an open wound and you get a stomach ache that lasts for two days)

summer rampart
#

is it the one with red packaging

sand goblet
#

Koka does a "spicy stir fry" noodles and it's quite the thing

#

Unlike most instant noodles, you cook the noodles separately and then toss them in the spice mix and chilli oil

#

It's good, but it hurts

viral parrot
#

my hottest experience with food was when I somehow got horseradish from sushi up inside my sinuses.

sand goblet
#

Yikes

shell blade
#

oh jc

sand goblet
#

Talk about breathing fire

shell blade
#

sorry to hear that happened to you

viral parrot
#

think i ate and caught at the same time

#

not sure how excatly, but it was fire and tears and pain ๐Ÿ˜„

#

not recommended

sand goblet
#

0/10 would not recommend

#

I haven't had much wasabi

viral parrot
#

so when talking about hotnes, it all depend where you put it ๐Ÿ˜„

sand goblet
#

The last time I had it was at this restaurant called the velvet, which is closed now

#

He used to have an entire menu just for potatoes

wooden silo
#

@viral parrot No wonder pepper spray is so effective.

sand goblet
#

And one of the items was these wasabi spiced potato wedges

#

So amazing

viral parrot
#

I have previous talked about getting pepperspray in my eyes

#

also 0/10 not recommended

shell blade
#

same agreed

sand goblet
#

He also did this like mashed potato with like a stick and a half of butter per portion

#

We really liked that place

#

I was his last customer

viral parrot
#

that does sound tasty

sand goblet
#

It was like, pretty high class food, made entirely with local ingredients

#

Good times

tame terrace
#

@wet steppe hot sauces don't "all taste like pepper", most have plenty of other ingredients.

#

some are quite delicious

#

stuff like Assam, Cheeba Gold, Hippy Dippy Green and The Last Dab: Reduxx which we got for that video are super tasty, and all have wildly different flavor profiles.

#

I think Assam was my favorite

#

this baby

#

so good. like an indian dinner in a bottle.

sand goblet
#

That sounds awesome

tame terrace
#

I mean it's definitely very hot, but if you can stand the heat it makes stuff taste amazing.

#

I think it's only rated at around 55k so it's not even that hot

gentle moss
#

amen to the last dab tasting great

#

it really does

tame terrace
#

yeah I've almost used up my bottle

gentle moss
#

it's a great way to add some pep to something

#

quite easy to go over the top with it though

#

end up with some china syndrome in your guts

tame terrace
#

I've yet to manage to use too much

#

and I've been trying

#

I must've used like two tablespoons worth one time when I was like "I want to feel the pain" and it was still fairly okay.

#

and that was like on a sandwich or something.

#

no, it was a burrito

#

god damn it works well for burritos btw

wet steppe
#

I was saying that peppers taste like pepper not sauce

tame terrace
#

nice, "peppers taste like peppers".

#

there's a statement of great substance.

wet steppe
#

๐Ÿค”

#

things tend to taste like the thing that they are

gentle moss
#

have you had the crazy tingles from it yet lemon?

#

where it feels like your heart's going funny, your heads all weird and your limbs start to tingle

wet steppe
#

the other day I ate pasta in a burrito

gentle moss
#

different peppers taste different

tame terrace
#

@gentle moss nope

#

maybe I just got a weak batch or something

gentle moss
#

i dunno if the redux is rated higher than the normal one tbh

tame terrace
#

it is

#

quite a bit higher

#

but I don't know if it's actually hotter

gentle moss
#

apparently the heat travels different for the two

tame terrace
#

I've found that the relationship between stated scovilles and hotness is not exactly directly proportional

#

see Da Bomb

#

wait wait what was that word ELA used

gentle moss
#

yeah

tame terrace
#

the relationship is somewhat orthogonal

gentle moss
#

type of pepper makes a big difference

#
Scorpion is the least hot of the three, with a burn (really more of a sting) that hits hard right at the spot(s) where the sauce comes into contact with your mouth but fades after a few minutes.

Standard is a bit hotter, but not insanely so. The burn has a good bit more delay, so you taste the actual flavor of the sauce more. When it hits, the burn is more of a tip of the tongue and back of the throat burn.

Reduxx is only slightly hotter than standard, and has about the same delay. When the burn hits, it's mostly back of the throat, but then travels and fills out the rest of your mouth, leaving your teeth tingling, and occasionally the burn will "reignite" on your tongue for a bit.```
#

from a reddit

tame terrace
#

yeah

#

that description fits well

#

that's more or less what it feels like

gentle moss
#

that description of standard is accurate too

tame terrace
#

but I've never felt these things people say, like, tingling of extremities or runny sinuses or "I can feel it in my ears" or whatever.

#

it's just exactly that.

wet steppe
#

how do i increase my spice tolerance

#

as fast as possible

tame terrace
#

you can't.

gentle moss
#

you don't

#

everyone feels the same pain

#

it's neurological

tame terrace
#

well, no

wet steppe
#

should i just drink my scotch bonnet sauce ๐Ÿค”

tame terrace
#

some people might feel more or less pain

#

but it never changes.

gentle moss
#

fair point

#

all you can do is get psychologically better at handling it

wet steppe
#

when i was younger i increased my alcohol tolerance by being a drunkard :D
is it like that

tame terrace
#

no.

gentle moss
#

alcohol is an actual drug thoooo

wet steppe
#

wait so

#

you can't ever get to a point where

#

ghost chilli tastes not spicy

gentle moss
#

no

wet steppe
#

WTF i misunderstood spice all this time

#

oooh is this why i could never get my tolerance to go up

gentle moss
#

been trying to skill up? :P

wet steppe
#

my whole life i found cayenne spicy

#

even when i was eating raw cayenne all the time

#

๐Ÿค”

tame terrace
#

I will say though that I don't really find cayenne very spicy anymore, but I think it's a matter of perspective

#

I have a different frame of reference

wet steppe
#

a bit like a marathon runner trying a new sport

#

they will be used to pain

gentle moss
#

like when you think The Room is the worst movie ever but then you watch Birdemic

tame terrace
#

haha

gentle moss
#

and all of a sudden you have a new found respect for all those trashy blockbusters

wet steppe
#

pretty sure the worst movie is Green Lantern

gentle moss
#

go watch Birdemic.

#

:P

tired osprey
#

sharknado

gentle moss
#

nah, sharknado was camp

#

it knew what it was trying to be

tired osprey
#

There is a German TV series dedicated to bad movies, let's see what I can grab form there...

gentle moss
#

but yeah as lemon says, the only way to really not find other stuff as hot is to reset your scale

#

eat a bhut jolokia or two

tired osprey
#

Hentai Kamen maybe?

gentle moss
#

again, isn't that a camp movie?

#

like intentionally stupid

gentle moss
#

"HK: Hentai Kamen has its flaws but it's a big, colourful, bizarre comedy that is a lot of fun and has enough effective visual jokes to make it well worth a watch, if only for its novelty value.

#

that doesn't sound like someone made a bad movie

#

it sounds like they knew what they were doing

tired osprey
#

Yeah you didn't watch it

#

The hero is wearing panties as....mask I guess

#

And so on

gentle moss
#

that's.... not my point

#

"Camp is an aesthetic style and sensibility that regards something as appealing because of its bad taste and ironic value."

#

dude with underwear as a mask i think hits that mark

gentle moss
#

oh look it's trying to defend it's massive $1bn tax write off for bankrupting casinos and shit

tired osprey
#

Bisk please "it" has a gender it identifies with

gentle moss
#

i thought it was a corporate entity

tired osprey
#

I don't think it could be US president then

gentle moss
#

idk, corporations are people my friend (tm) (c) and even (r) - Mitt Romney

#

i think he's admitting to tax avoidance

#

maybe even evasion

lilac glade
#

@tired osprey President Walt Disney Pepsi Comcast would like a word.

young jetty
#

all hail trump

tired osprey
#

someone out

#

take care of your own bs first

young jetty
#

:(

tired osprey
#

did you "repeat" your elections yet

young jetty
#

gonna happen in 23.06

#

:(

tired osprey
#

hm

#

make sure he looses again for me

gentle moss
#

President Dwayne Elizondo Mountain Dew Herbert Camacho!

#

great movie

vestal briar
#

Ok

gentle moss
#

Idiocracy owez

#

worth a watch

vestal briar
#

Ooh

#

MOVIE ABOTUTTTUTU ME

gentle moss
vestal briar
#

Oh no

#

Thats terry

#

B99

knotty lynx
#

scOwez: The Square

vestal briar
#

Holy square thank you

gentle moss
#

that is Terry, indeed.

knotty lynx
#

Box office collection: 100 billion

vestal briar
#

The pope blessed shot me

gentle moss
#

he's fantastic in that role

vestal briar
#

:(

knotty lynx
#

A blessing in disguise

vestal briar
#

In school

#

In a room I am technically not allowed to be in for lunch

knotty lynx
#

But you're shot

vestal briar
#

Holy cow it's a holy cow

knotty lynx
#

Moo

vestal briar
#

MOO

#

Well not sure what to do

knotty lynx
#

Baah

vestal briar
#

Ok

wooden silo
#

There are a lot of movies worse than The Room. The Room is unintentionally funny, which is more than you can say for a lot of others. Most shitty movies are just boring.

#

Gah

#

Didn't scroll to the bottom

#

Thanks Discord

lilac glade
#

No, this still needed to be said.

rough sapphire
#

The room is godly

gentle moss
#

The Room is an example of that wasn't intentionally funny

#

but Birdemic isn't funny and it was made entirely seriouisly

rough sapphire
#

just started watching The Good Doctor series..

#

it's pretty good..

gentle moss
#

@sand goblet, that jacob a. wohl dude is holding another "press conference"

#

apparently Mayor Pete and Elizabeth Warren have "orgies" with "shemales"

#

o_O

#

oh and Biden has parkinsons.

#

plus they totally didn't kidnap some guy are forge a sexual assault confession by him

sand goblet
#

Hwat

#

Is this the real life?

gentle moss
#

that dude is off his rocker and i'm surprised none of this counts as crimes

sand goblet
#

Yeah, no kidding

gentle moss
#

i mean he's so far off the rocker that he an interview he admitted he was going to interfere in the 2020 election

#

o_O

winter oriole
#

Hey everyone

lone otter
#

๐Ÿ‘‹

winter oriole
#

I have an issue with 'rdp' (actually nvidia stream thing), the source dpi is not the same as the target and the text is very blurry

#

Do you guys know how to fix that?

stark prawn
#

What is the source and what is the target?

winter oriole
#

Source (the client) is a laptop, target (the serv) is a desktop

#

I use moonlight to stream games

stark prawn
#

The easiest would be to match resolution.

winter oriole
#

Hm

#

Both are in 1920x1080

#

But the stream is 720p

#

Should I downgrade the resolution on both?

stark prawn
#

Can your network handle it if you make the stream 1080p?

winter oriole
#

Both have the same but the laptop has a weird dpi as I said

#

No it won't, 720p is a bit much sometimes even

#

(I'm on vacation :x)

stark prawn
#

No clue what would cause it other than scaling the image down and back up

winter oriole
#

I'll give it a try

#

I mean

#

I'll try to change the text scaling, see if it chane something

#

OK I found the issue @stark prawn , you were right.

#

Streaming resolution is the issue.

#

Going at 1080p but 30fps instead of 60 fix the issue and didn't change the video bitrate

#

Thank you :)

young jetty
#

Who would've guessed that

#

css would be this hard

#

v

grave phoenix
#

v?

young jetty
#

ctrl v with a failed ctrl pressing attempt

grave phoenix
#

Haha ok

knotty lynx
#

hey guys... do we have a pygame help channel?

young jetty
#

Been trying to resize the bottom bordor according to the text size

#

apparently impossible

grave phoenix
#

Hmm, I'm sure it is but idk

young jetty
#

no

#

i said impossible

grave phoenix
#

K

young jetty
#

impossible i say

robust sierra
#

if you cross out the 'im' you get pOSsibLe

#

bet you didnt know that

young jetty
#

no

#

shut up

#

impossibibru

#

pls send help

robust sierra
#

someone

#

jk

young jetty
#

i want general help

#

just help

robust sierra
#

im terrible at css

glass gorge
#

Display inlineblock maybe?

gentle moss
#
Stephen Moore ends his interview with an off-color joke, saying that he believes America will succeed in the long term because โ€œour Chinese are smarter than their Chinese.โ€ No one laughs. โ€œThatโ€™s a joke, folks!โ€```
#

O_O

#

a pick for the Federal Reserve board of governors

tame terrace
#

haha

#

that's pretty trashy

#

I would've laughed at the sheer absurdity of that

#

I would've been the one guy laughing

gentle moss
#

:D

#

i like the fact he had to make it clear it was a joke

#

does that mean he doesn't believe that?

#

or that he thinks all chinese are equal

odd thorn
#

Or that they don't, in fact, only hire chinese people.

gentle moss
rare lotus
#

@gentle moss that joke isnt bad ๐Ÿ˜›

tame pier
#

Just realized I forgot to update the alias package when I updated the main package a month ago

#

Uploaded the package getmac, but not get-mac

#

And the latter is still download way more than the former for some reason

#

~1000/week vs ~200-300/week

#

If someone finds both and questions and odd release dates they can open a issue or something I guess

rough sapphire
#

@tame pier Hello I'd like to make an issue. "It doesn't work"

#

What specifically? IT

tame pier
rough sapphire
#

Is that Mjolnir

tame pier
#

Pepe, The God of Bans

rough sapphire
#

|| this isn't a spoiler ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ||

tame pier
#

๐Ÿ™„

shell blade
#

oh scotty

tame pier
#

Wow Microsoft has 2,436 repositories on GitHub

#

2,323 of them are sources (full repos that are not forks, archives, or mirrors)

rough sapphire
#

I didn't know they were involved in so much open source stuff

#

I figured they mostly stuck to microsoft-ish stuff

gentle sparrow
#

Thats still true

#

Its just theyre not making as much money off client code

#

So they dljt need to keep it proprietary

rough sapphire
#

I understand

#

pretty neat they do that

proper dune
#

part of the reason that Microsoft has so many git repos now is probably that i'm pretty sure microsoft changed to git as their main VCS and github just makes it real darn easy to make their stuff open source

#

compared to Google and FB who have a non-git singular "monorepo" that contains all of everyone's code

#

also probably i hear that microsoft was unhappy with how "disjointed" their dev was and that opensourcing stuff more meant less communication needed between teams, no clue how true that is

shell blade
#

microsoft owns github

proper dune
#

that's pretty recent though

shell blade
#

a few years

#

june 2018

proper dune
#

they announced acquisition only July June last year, it only went through in the last month or two

#

nvm, it actually completed end of Oct

#

still, that's not enough time to build up 2300 repos

#

Microsoft today announced that virtually all of itsย engineers now use the Git version control systemย to develop its Windows operating system. The Windows Git repository includes about 3.5 million filesย that weigh in at about 300GB when you check them into Git. Git, however...

#

And probably used git for a lot more before then

shell blade
#

git != github,

proper dune
#

I am aware but adding a github remote when you have a git repo is pretty fuckin simple

rough sapphire
#

yeah, get it right shill

proper dune
#

okay i'm not even shilling rn

rough sapphire
#

that was a joke lol

#

I don't care

young jetty
#

Uhh

#

What is

#

| this called

#

but not the pipe

#

like

#

When you write it, the cursorish thingy

#

the blinky guy

#

blinky pipy guy

#

i dont even know how to google it

sand goblet
#

Cursor? Caret?

young jetty
#

Is it called cursor

gentle moss
#

both are correct

#

cursor / caret

young jetty
#

I thought cursor was the mouse's thingy

gentle moss
#

caret can be confused with ^

young jetty
#

and caret was just ^

gentle moss
#

that's a mouse cursor

young jetty
#

okay that's nice

gentle moss
#

there are text cursors

#

all be cursors

young jetty
#

so now I can google how to get the cursor location in js

#

danke

sand goblet
wooden silo
#

Why did they qualify it with "Oracle's" Java?

sand goblet
#

Because there are more javas

gentle moss
#

because lawsuits

sand goblet
#

also that

wooden silo
#

Yeah, that's what I meant.

#

But they didn't mention anything about that in the article (other Java releases)

#

It seemed like the article was just Kotlin vs Java in general.

gentle moss
#

if you say java 3 times in a mirror without mentioning oracle a lawyer subpoenas you

sand goblet
#

to be honest, google couldn't really have talked about other javas without looking stupid

#

and TR is just sarcastic all the time, which I love

gentle moss
#

one of my favourite tech rags

#

even if slow and sometimes full of shit

sand goblet
#

I had a tweet posted in a TR article once

gentle moss
#

look at mr shit-hot-twitter overhere

sand goblet
#

haha

#

that luke guy they quoted below me responded to my tweet and pointed out that his account had been logged into

gentle moss
#

bad look for vpn

sand goblet
#

vps

#

yeah

gentle moss
#

oh shit even worse

wet steppe
#

trump twitter

gentle moss
#

what about it?

wet steppe
#

when i don't know what to add to a conversation I just respond with keywords

rough sapphire
summer rampart
#

thereโ€™s a branch other than master??!!

vestal briar
#

Wait what

#

What are these "branches"?

#

Just revert to a backup 2 weeks old if there is an issue

oak tangle
#

branches are like the branches of trees, they branch off to never return to the trunk (master)

gentle moss
#

what is this committing?

#

just work on prod

oak tangle
#

ssh'ing in to the prod server is kinda like using git right?

#

just make sure to use root, as that's the root of the master branch

gentle moss
#

yeah and never backup the files as you'll just be wasting server space.

#

besides the site's backed up every month so you can always revert

wooden silo
#

Backups and version control are cowardly. Truly honorable developers put their careers on the line with every change.

gentle moss
#

:D

#

amusing

#

making makeup gender neutral by having gendered brands ๐Ÿ‘Œ

sand goblet
#

Well, it follows the current tactic that people that say women are disadvantaged are taking

gentle moss
#

i just find the irony of the statement amusing

sand goblet
#

Hey man

#

when you special-case everything

#

nothing is special

wooden silo
#

Well, to be charitable, they might be meaning that makeup as a concept shouldn't be the privilege of one gender, and to rectify that, we need makeup for the other gender, but maybe it still doesn't make sense to have the same type of makeup for both genders.

gentle moss
#

besides it's not really manly makeup unless you're applying it with a shotgun

wooden silo
#

I like the symbolism of having to point it at my own head to apply it.

gentle moss
#

rofl

#

maybe people would stop with the Kurt Cobain conspiracies though

oak tangle
#

Do people still care about that, though? This is the first time I've seen someone bring it up in years.

gentle moss
#

conspiracies never seem to die

lilac glade
#

Oh, WarPaint doesn't sell actual war paint...

gentle moss
#

thing is i know women who call their makeup that anyway

#

ยฏ_(ใƒ„)_/ยฏ

lilac glade
#

I think they'd make more money if they sold vegan cruelty-free war paint for people who use paint for battle.

My friends go paintballing in Pennsylvania and they decorate their helmets and faces.

gentle moss
#

camo green blusher

vestal briar
#

I mainly use branches apart from some tiny patches for production

#

Then ssh and rebuild a container because i'm not arsed to learn ansimble

#

Takes like 1 min to go from commiting to production

wicked talon
#

The aerodynamics of the situation cause the rocket to tend towards being upwards

#

rockets are massive and have a lot of mass

crimson drum
#

Yeah but what if the wind pushes it during liftoff

#

Every centimeter matters doesn't it

wicked talon
#

such that it would be very difficult to get wind strong enough to move it even a centimeter

crimson drum
#

Ah

#

Why don't we build lighter rockets tho

wicked talon
#

The purpose of a rocket is to transport some object into outerspace

crimson drum
#

We already use too much fuel for them

wicked talon
#

that object is typically something like a satellite right

crimson drum
#

Yup

wicked talon
#

in order to have a sufficient amount of fuel to transport this mass to space

#

we need sufficiently powerful engines

crimson drum
#

Oh btw those rocket engines that get detached

wicked talon
#

which in turn require more fuel

crimson drum
#

Do they fall into the sea?

#

Are they then retrieved

#

Or they sink

wicked talon
#

with the exception of SpaceX's new stuff, yes they fall into the sea

#

and they normally are destroyed

crimson drum
#

Do they enter free fall or a parachute lowers them and it's controlled

wicked talon
#

I don't really know if they are retrieved because they are too beat up to ever use again

#

they free fall

crimson drum
#

Oof

wicked talon
#

but SpaceX is working on tech

#

to parachute them down

#

so they can be reused

crimson drum
#

What if they fall on a ship

wicked talon
#

haha

#

That just comes down to planning

#

and telling peeps not to be in the area at the time

dry zenith
#

wut

wicked talon
#

and

#

the ocean is big

#

so

dry zenith
#

nothing spacex launches uses parachutes currently

wicked talon
#

they use parachutes accompanied with the boosters

#

to land them

dry zenith
#

no?

wicked talon
#

?? am i wrong

dry zenith
#

the boosters and centre core land purely via boosters

#

the only thing that has chutes is the new crew capsule

wicked talon
#

I was under the impression that they used the parachute to keep the booster upright

#

ouch

#

i watched them land the other day too

crimson drum
#

Wait how tf do they have enough fuel to do all that

wicked talon
#

and was still convinced

dry zenith
#

the boosters use grid fins to keep themselves upright

crimson drum
#

Go to space come back

#

And land upright

wicked talon
#

the boosters dont go to what we consider "space"

crimson drum
#

Oh

#

More like the stratosphere

#

Ye

dry zenith
#

@crimson drum there's a very small surplus of fuel for the landing burn

wicked talon
dry zenith
#

it hasn't always been enough

crimson drum
#

I'm amazed for how long those rockets glide during their free fall

#

its fucking amazingpartyblob

dry zenith
#

booster reentry is:
1: deorbit burn
2: grid fins
3: grid fins used to guide it closer and closer to land as it gains confidence in landing trajectory
4: suicide burn to consume remainder of fuel and drop airspeed to 0 just before hitting the ground

#

if it's not confident it has full attitude authority via grid fins, it will continue falling into the ocean and not reorient towards the land-based landing site

wet steppe
#

does it use tensorflow to decide LMAO

wicked talon
#

haha

#

but afaik spacex used embedded c

gentle moss
#

everytime i watch a spacex landing i hope it explodes

#

how often do you get to see something like that go boom now they're out of testing? :(

dry zenith
#

the droneship landings are always a cliffhanger

#

the live feed dies 0.5 seconds before touchdown and doesn't come back till 10ish seconds later

crimson drum
#

Too bad it's funded by darpa ;(

dry zenith
#

because the landing burn fucks up the satcom antenna on the droneship

crimson drum
#

Uh

#

Why not insulate the antenna

#

Lol

gentle moss
#

i wish they'd find a way to fix that

dry zenith
#

it's the vibrations

gentle moss
#

the drone ship explosions must be the best

dry zenith
#

they orient it away from the satellite

gentle moss
#

lay a big ass cable

dry zenith
#

the only way to fix it is to put another ship nearby which is $$$$

gentle moss
#

well

#

elon could use his magic anti-pedo submarine

#

give it a periscope

dry zenith
#

oof

crimson drum
#

If you guys could go live on mars would you

gentle moss
#

no

crimson drum
#

But forever

gentle moss
#

no

crimson drum
#

1 way trip

gentle moss
#

no

dry zenith
#

i'm not a musk fanboy so the oof goes. I'm just a reusable SSTO fanboy

crimson drum
#

Bbut you would be remembered @gentle moss

gentle moss
#

no you wouldn't

#

people remember firsts

#

not colonies

crimson drum
#

Ez

#

Just kill everyone

gentle moss
#

f.ex the people that hit up that oregon trail

crimson drum
#

Be the first murderer on mars

#

Kek

gentle moss
#

no one remembers shit about them

wicked talon
#

thats the plan

gentle moss
#

except the donner party

#

gotta eat all the people on mars

#

then you'll be remembered

crimson drum
#

Well food ain't gonna last forever

#

๐Ÿ˜‚

fervent dock
#

I got one of these today but what really bothers me is that there's some kind of a lizard on the cover.. surely it's a huge missed opportunity to put a proper Python there, but then I thought, maybe it's a clever joke about how some of those lizards are immune to snake venom and so after reading the book we can be a lizard unafraid of Pythons.. but Pythons don't have venom, they are chokey.. so idk

lilac glade
#

Welcome to the lizard book club.

fervent dock
#

Thanks yeboa

gentle moss
#

that python is so fluent it grew legs

lone otter
#

haha

rain spindle
#

lmao

grave phoenix
#

kek

shell blade
#

Ok whatever im ordering my hardcopy ffs

oak tangle
#

@fervent dock If I'm not mistaken, there's an explanation for that fact somewhere, maybe even in the book. I just can't quite remember it...

#

I think it had something to do with having a unique animal or something

#

But I'm not sure

#

It's in the colophon I think

#

Wait, I'll get my copy

shell blade
#

Yah you would

fervent dock
#

Oh you are right

gentle moss
#

is the answer better than mine? :(

oak tangle
#

But it think I read it somewhere

fervent dock
#

Thanks Ves, I wouldn't have looked there

gentle moss
#

ay, kinda right. so fluent it grew legs.

shell blade
#

@gentle moss. Do you have a hardcopy too?

gentle moss
#

nah, i don't even have a softcopy.

#

still working my way through some starch press

#

How Linux Works

shell blade
#

Oh I have a ebook version but I'm gonna order a hardcopy and take pictures of it in weird places and post them like, oh thats just my fluent book in my bathtub

gentle moss
#

hah

#

python's my side thing mostly.

#

i'm not sure i'd appreciate a book like that as much as i could

shell blade
#

It's got a ton of great info in it

#

But I digress

gentle moss
#

you('re drunk go home)r things all about hardcopying that book in good grams ยฌ_ยฌ

vestal briar
#

Need to do C and would like to learn shell/bash/whatever that book teaches

rain spindle
#

That would be the best sale ever

#

Each programming lang as a book

#

Id buy the shit outta that

gentle moss
#

gotta have hard copies of them

#

when i'm done with the how linux works one i'll probably get the sql one

rain spindle
#

learn java the easy way

#

I wonder what that is referencing

#

Clever: its not that obvious

gentle moss
#

1 page pamphlet

#

"don't learn java"

vestal briar
#

Argh I need to get a physical book on C

gentle moss
#

i have trouble reading stuff off computers.

#

even tablets or e-readers

vestal briar
#

Yeah

gentle moss
#

a physical book is more compelling

vestal briar
#

But you can ctrl+f

gentle moss
#

you know what an index / appendix is right?

vestal briar
#

Yep

gentle moss
#

:P

vestal briar
#

But ctrl+f is 10 seconds faster

#

ยฏ_(ใƒ„)_/ยฏ

gentle moss
#

i'm all down for digital media in every format

#

bar books

vestal briar
#

Yeah

#

Bright screen

#

No likey

gentle moss
#

even e-ink stuff

#

it doesn't feel right

#

man, nothing like cracking the spine of a fresh book

gentle moss
#

writer friend of mine has got me reading his unreleased manuscripts and it's kinda hard to read them

#

keep printing them

vestal briar
#

Good video on the e-ink

gentle moss
#

good channel

vestal briar
#

Yep

gentle moss
#

breaks down tech really well

vestal briar
#

Yeah :)

rain spindle
#

HGhahhaa

vestal briar
#

HGGGGHAAHA

#

Most popular one on amazon that isn't 30 years old

#

Had the C++ one and it was good

#

Never bothered to finish though

fervent dock
#

Bjarne's? That's one of my favourite programming books I've read

#

Just so full of information yet somehow very readable

vestal briar
#

I want a C11+ standard for it

fervent dock
#

I have the 4th edition which is C++11

vestal briar
#

I know they are quite similar

#

Wait I thought there where only 2 for it?

fervent dock
vestal briar
#

C