#ot1-perplexing-regexing

1 messages ยท Page 570 of 1

graceful basin
#

that is unlikely

low chasm
#

yep

#

but I can dream

graceful basin
#

there are a lot of things that depend on CPython being in C and unsafe

low chasm
#

hm, I guess

latent scaffold
#
unsafe
gritty zinc
#

vec![1, 2, 3]..=vec![10, 11, 12] contains vec![9, 9, 9, 9]

#

that's, uhh

#

what the hell

low chasm
#

hm

#

weird

latent scaffold
#

uh

#

no comment

acoustic moss
#

same

low chasm
#

hm

#

making a site is frustrating

#

fuck you navbars

tardy rain
#

Lmao

#

What are you using

low chasm
#

tailwind

round rose
#

grid go brrr

tardy rain
#

Better not be bootstrap

gritty zinc
#
    #[stable(feature = "range_contains", since = "1.35.0")]
    fn contains<U>(&self, item: &U) -> bool
    where
        T: PartialOrd<U>,
        U: ?Sized + PartialOrd<T>,
    {
        (match self.start_bound() {
            Included(ref start) => *start <= item,
            Excluded(ref start) => *start < item,
            Unbounded => true,
        }) && (match self.end_bound() {
            Included(ref end) => item <= *end,
            Excluded(ref end) => item < *end,
            Unbounded => true,
        })
    }
}

uhh

low chasm
#

nope, no bootstrap

#

only tailwind and nextjs/react

#

responsiveness is hard

tardy rain
#

Just put everything in media queries i guess

rough sapphire
#

sm-12 md-4 xl-2

tardy rain
#

That looks like hieroglyphics to me and hence its bad design

graceful basin
#

I generally try to use min width and flexboxes and such, rather than hardcoding layouts for different screen sizes, but sometimes you do need that

tardy rain
#

Fuck classes, all my homies use styled components

mental bison
#

why are people lighting fireworks already

#

its E A R L Y J U N E

tardy rain
#

Fireworks for what

latent scaffold
sterile grail
#

anyone watching wwdc 2021 rn?

uneven pine
#

I just slam rules into the css until something works

#

Tends to take weeks for even the most basic thing

#

No matter how much I try to study and learn, I cannot into css

full needle
#

lol

vapid nymph
#

bruh im in the USA why tf is microsoft store mentioning this at all

uneven pine
#

I can write C and x86_64 assembly, but I can't write css

#

Sadness eternal

acoustic moss
#

might get easier if you use tailwind or something

full needle
#

If you can suppress the urge to retch long enough to give it a chance, I really think you'll wonder how you ever worked with CSS any other way.

acoustic moss
#

lol

full needle
#

imma proceed to go learn gridbox now and stash tailwind for a month from now

#

i hate it already, this should be column 3 not 4 wtf

mental bison
#

thanks GeoGebra

topaz aurora
scarlet wind
#

responsive navbar ._.

vapid nymph
#

just so i could have 24 hour formatted time

#

that's probably what caused that above

full needle
#

what the heck

#

bro you can have 24h time without going to uk

sand inlet
#
class Derived(Exception):
    pass

def raiser():
    try:
        5/0
    except Exception as e:
        print(f"Whoops!! {e}")
        raise Derived from e

try:
    raiser()
except Derived:
    print("Gotcha!")
# python3 pear.py
# Whoops!! division by zero
# Gotcha!```

@obtuse rose nitpick: using from produces the message The above exception was the direct cause of the following exception:, not During handling of the above exception, another exception occurred: beecloseloaf

obtuse rose
#

oh I thought that was the problem we were solving

#

btw that "direct cause" wording is SO much clearer than ... whatever they used to have

low chasm
scarlet wind
low chasm
#

i am

#

wait

#

oh yeah

scarlet wind
#

nice

low chasm
#

headlessui?

scarlet wind
#

yes

low chasm
#

I was using popovers

wraith hound
#

You need both headless and heroicons

low chasm
#

i use heroicons

scarlet wind
#

yea

wraith hound
#

If you're using tailwindui

low chasm
#

hm

#

I looked at code from tailwind ui

#

but not directly using it

#

fucking popovers

scarlet wind
#

lol

low chasm
#

I'm terrible at tailwind

#

and styling in general

#

I can't seem to make the popovers bigger

wraith hound
#

You should join the tailwind Discord

low chasm
#

it has one?

#

ooh

#

do you have a link?

scarlet wind
#

I am bad at front end too ;( but learning color theory helped a bit xD

low chasm
#

haha

wraith hound
low chasm
#

ooh thanks

scarlet wind
#

I will head to bed now, gn

low chasm
#

Gn

wraith hound
#

Night

uneven pine
#

Back from skate park

#

Skateboarding was so much easier when I was a kid

#

Whoops this is the wrong discord

#

Sorry

graceful basin
#

@wind wolfplease don't post copypastas

wind wolf
#

okie

vapid nymph
#

Oh damn

#

Someone is rewriting autohotkey in c#

graceful basin
#

that seems like an odd choice

#

C# has really slow startup times due to needing .net

vapid nymph
#

Which is.... Odd

graceful basin
#

that is useful

#

still, C# is an odd choice all things considered

#

.net CLR is not lightweight

vapid nymph
#

Shoulda used rust /s

#

Oh wait rust is compiled

#

Yeah coulda used rust lol

vapid nymph
graceful basin
#

Rust would be the language I would've expected

#

10 years ago

#

and they wanted C# to be cross platform

#

I am pretty sure they just knew C# already

vapid nymph
#

Iron AHK was the project started in 2010-2015 using C#

graceful basin
#

.net core is 2016, until then C# was more or less a windows only thing

vapid nymph
#

A different guy recently took the source from that and is rewriting it to be cross platform with what is already done

#

So the start of the code base is from 2010-2015 and then rebirthed with a different goal in the last few years as a different project

#

Using rust would basically mean restarting from scratch

graceful basin
#

I see

#

that makes more sense

#

if there is already C# written, it makes sense to use more C#

vapid nymph
#

Yeah

vapid nymph
#

If you're interested in seeing the project

#

It lives in the official server

graceful basin
#

.bm 851572454471893062

vapid nymph
#

Whoof, lemme make that a permanent invite then

#

Hm.....

graceful basin
#

man, discord is really bad at large fonts on thin screens

#

I did not cut off that screenshot, the left edge is the edge of my screen

vapid nymph
#

Small screen

#

Anyways afk now

rough sapphire
vapid nymph
#

@bleak lintel check dms

subtle depot
#

Why was i ghost pinged ?

lunar crescent
oblique lion
#

Why would anyone raid this server?

acoustic moss
#

bored dumbasses with no life

vapid nymph
lunar crescent
#

lmao

acoustic moss
#

๐Ÿ‘€

acoustic moss
#

@latent scaffold

latent scaffold
#

oh yes. I wonder why

rich moon
#

never update

#

hence never break

#

logic

vapid nymph
#

explain

rich moon
#

they are not the same thing

#

like & would be a reference

gritty zinc
vapid nymph
#

ah

#

makes no sense so gimme a moment

vapid nymph
#

aha

#

my main error was a while loop i hadn't deleted lmfao

slender vector
#

Hey there!

strange musk
#

jk, pls don't ban me

dry flume
#

Hello,
What level is your brightness set at right now?
Asking this for a survey

stiff thicket
#

about this much

lunar crescent
dry flume
#

๐Ÿ‘

acoustic moss
edgy crest
strange musk
#

you guys have screens?

crude sigil
rough sapphire
dry flume
rough sapphire
#

Around 15% for me

crude sigil
latent scaffold
#

What's that

crude sigil
#

??

inland wolf
#

we flexing brightnesses now?

lunar crescent
#

apparently yes

crude sigil
#

Is it a bigger flex to have low or high brightness?

lunar crescent
#

lol

dry flume
#

naw i asked that question because i was curious if people prefer high brightness or low

latent scaffold
#

Depends on how tired I am or the environment I'm in

latent scaffold
quick ledge
#

Got my first dose of Pfizer today

dry flume
#

do y'all want to see the results when they are completed

crude sigil
#

of course

rough sapphire
#

I want to, yeah

acoustic moss
#

how you feeling

quick ledge
#

Arm's starting to feel stiff- and I'm feeling drowsy

inland wolf
#

drink water

stiff thicket
#

sleep should help

acoustic moss
#

go to slep

inland wolf
#

na

#

just drink water and ur all good

#

for me

#

at least

stiff thicket
#

sleep fixes everything imo

inland wolf
#

if u do sleep

#

dont sleep on the arm where u got the shot

#

that will make it worse

#

u have to leave that portion of ur arm

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @dry flume until 2021-06-08 12:23 (9 minutes and 59 seconds) (reason: mentions rule: sent 7 mentions in 10s).

acoustic moss
#

uh

inland wolf
#

i assume he was pingin me

#

cuz i got a ping here

lunar crescent
#

who pinged me?

inland wolf
#

lol

acoustic moss
#

same

inland wolf
#

oh damn

coral void
#

!unmute 717656697006587946

royal lakeBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @dry flume.

acoustic moss
#

ye

inland wolf
#

interesting

dry flume
#

yes i pinged cuz i wanted to send you all the results!

acoustic moss
#

send results ๐Ÿ‘€

inland wolf
#

lol

#

lets see it

dry flume
#

please remove that warning

graceful basin
#

automatic infractions are not treated as real infraction when moderating

stiff thicket
#

i got pinged?

lunar crescent
dry flume
coral void
#

They're marked as such and treated differently

stiff thicket
#

yep i fall in the 50 percent category

inland wolf
#

same

twilit shore
#

i installed linux mint on virtualbox :D

#

How to install python

rough sapphire
muted shell
little wolf
full needle
#

yea

#

lasu has gone crazy ๐Ÿ˜ฆ

#

o no

little wolf
#

if not sudo apt install python

muted shell
#

the comments were just to demonstrate

#

the text font

little wolf
#

mk

muted shell
#

it wasnt for showing the output

full needle
#

suuuure

muted shell
#

...

olive hazel
vapid nymph
#

wat

#

@bleak lintel we tested this before, but I cannot get ipv6 on all of my browsers lol

#

what was your ipv6 url?

bleak lintel
#

lol

#

i just withdrew the route for my v6 addresses for some debugging one sec

harsh tundra
#

Honey! ๐Ÿ ๐Ÿฏ

bleak lintel
vapid nymph
#

is it on cf?

low chasm
#

I thought that was an egg when I first looked at it

harsh tundra
#

Sorry for hijacking the thread, this ot seemed the slowest :D

low chasm
#

lol

vapid nymph
last mantle
#

pure honey da best

bleak lintel
#

no

#

an IP can't be on cloudflare

vapid nymph
#

yeah, im smart

bleak lintel
#

you can only put domains on cloudflare, in order to hide the IP

vapid nymph
#

i forgot that

#

mhm

#

that's literally

#

100% of how cloudflare works

bleak lintel
#

lol

vapid nymph
#

so you control a nameserver that told me that that is that ip?

#

or uh

#

that makes no sense

bleak lintel
#

the difference is that I'm controlling all the routing

vapid nymph
#

which means?

bleak lintel
#

well

#

when you spin up a VM at GCP, Scaleway, Linode

#

it gets assigned the IP

#

in this scenario, I'm assigning the IPs

#

which is why any IP on that subnet hits my router

vapid nymph
bleak lintel
#

because I own the IPs

#

and I tell my upstream, Vultr, "hello I have these IPs"

#

and then they tell Telia and NTT, "hello joe (AS211224) has these IPs"

bleak lintel
#

and then telia and ntt tell your ISP "hello joe has these IPs through me and Vultr"

#

BGP

vapid nymph
bleak lintel
#

I have a BGP daemon running which connects to the Vultr routers and announces the IPs

#

BGP, Border Gateway Protocol, is the routing protocol that links multiple networks together

bleak lintel
#

running on Vultr

#

that's the diagram of where my routes get announced to

#

I am AS211224, I announce to Vultr who are AS20473

vapid nymph
#

ah so that seems interesting

#

why are you running on vultr?

bleak lintel
#

they announce to Cogent, Telia, NTT, Lumen

#

because Vultr offer free BGP upstreaming

vapid nymph
#

ah

#

OH

#

routing number

#

๐Ÿ‘

inland wolf
#

yes

vapid nymph
#

finally figured it out

bleak lintel
#

ASN

#

ya

vapid nymph
#

where did you buy the ips from?

bleak lintel
#

friend

#

same person who got me the ASN

vapid nymph
#

๐Ÿค”

#

how

bleak lintel
#

well

#

it normally costs โ‚ฌ1,400/yr for RIPE membership to get you an ASN

#

but if you have a contact who pays that sum for membership, which I do, you can get them to allocate you one

#

and it's free for them

#

and IPv6 is cheap as fuck

vapid nymph
#

so to get an ASN it would cost 1400 pounds a year

bleak lintel
#

no

#

i got an ASN and it didn't cost me that

vapid nymph
#

because someone else already had one, right?

bleak lintel
#

yeah

#

well, because they paid the 1,400 euros

vapid nymph
#

so for someone without joe's contacts, it would cost 1400 to get an ASN

bleak lintel
#

yes

#

but i mean

#

there are a lot of ripe members

#

and a few of them sell this as a service

vapid nymph
#

but don't you need the asn to buy them?

bleak lintel
#

if you want PI (provider independent) it costs

#

but my IPs aren't PI

#

I don't need them to be

#

they are mine enough

vapid nymph
#

wdym?

bleak lintel
#

they are still somewhat owned by the bloke I got them from

vapid nymph
#

bloke?

bleak lintel
#

the guy

inland wolf
#

guy

#

in british

#

slang

bleak lintel
#

that's the IRR entry for my ASN

#

that is the organisation that sposored me

vapid nymph
#

๐Ÿคฆโ€โ™‚๏ธ

bleak lintel
#

hey nerds

#

i did it

harsh tundra
# bleak lintel i did it

"cafe:babe:beef:f00d" - is babe also something food-related? lemon_thinking I know Brits have some weird food, so it may be possible

full needle
#

you run your own isp now? O_O

bleak lintel
bleak lintel
vapid nymph
full needle
vapid nymph
harsh tundra
vapid nymph
#

Joe has like half of the internet now

bleak lintel
#

2a0f:85c1:23::/48

full needle
#

wtf

#

how much did this cost you

bleak lintel
#

like $50

#

lol

full needle
#

wtf

full needle
#

i kinda wanna do this now, i wanna own a bunch of ips so that i can sell them in 30 years

bleak lintel
full needle
#

turn $50 into 50k

bleak lintel
#

i'm tunneling through telehouse north to vultr through a fibre conn, then from vultr I browse either from a vultr ipv4 (fuck buying Ipv4, costs $10k for 256 addresses) or from my own v6

vapid nymph
#

And we will be screwed all over again

full needle
#

well if people like joe are hoarding sextillions at a time!

#

yea!!

vapid nymph
#

Once again because I forgot ;-;

bleak lintel
#

you need an ASN to use them

faint ridge
#

@bleak lintel nice place you got here

#

My server cap just got raised so now I can be here ๐Ÿ˜Ž

bleak lintel
#

LMFAO hi pal

#

i am honored that this is one of the first communities you thought of

faint ridge
#

It helps that it's the top of server discovery

#

But I always hear such great things about Joe Python and his server so I had to join

bleak lintel
#

lmfao

vapid nymph
royal lakeBOT
#

@west zephyr :white_check_mark: Your eval job has completed with return code 0.

False
vapid nymph
#

Basically I'm wondering if I can buy a bunch of IPv6 IPs for $50 now and then deal with them later

bleak lintel
vapid nymph
#

O

#

U didn't buy them

#

You paid ur friend to buy them right?

graceful basin
#

the issue is that there are more /48 sectors like the one joe has than there are ipv4 addresses

#

so I am not sure how wise of an investment that is

full needle
#

mmmhm

#

so we just need one rich person to buy them all up

#

and suddenly price is inflated

#

knowing the greedy of this world and how cheap joe just got his sextillion for, itll happen probably!

graceful basin
#

that is pretty unlikely, afaik it isn't as simple as pay money to an org and get addresses

bleak lintel
vapid nymph
#

Who gets that yearly fee?

latent scaffold
#

I guess this is the Joe channel for today

inland wolf
#

yes

#

joe said no

#

to ot2

#

makes sense now

acoustic moss
vapid nymph
#

Sigh

#

Yall gave up on that

acoustic moss
#

yes

vapid nymph
#

It's even possible to see when

#

Need more talk in Ot2 and ot1

#

Ironically after ditching Ot0 I haven't spent as much time on discord lmao

acoustic moss
#

full year

inland wolf
#

bruh

#

i thought i was looking at covid cases

rough sapphire
#

thats because in ot2 more reserved people take place while they want to have a convo with less interruption :happyjerry:

vapid nymph
#

Butnotinthischannel

#

Notalk

rough sapphire
#

also hahastinkypoop now doing joe stuff

vapid nymph
#

Btwimsorrymyspacebarbroke

rough sapphire
#

itsallright

vapid nymph
#

Okcool

#

Iminspacern

rough sapphire
#

howeveryoucanuse_

vapid nymph
#

Unfortunatelythereisnospacebarinspace

rough sapphire
#

but_

acoustic moss
#

stonks

royal lakeBOT
#

@west zephyr :white_check_mark: Your eval job has completed with return code 0.

340282365920938463463374607431768211456
acoustic moss
#

๐Ÿ™

bleak lintel
#

lol

#

i'm pretty sure

rough sapphire
#

joe found a visualization assistant

acoustic moss
#

10**38 order lmao

bleak lintel
#

!e ```py
import ipaddress

net = ipaddress.IPv6Network("::/0")

print(net.num_addresses)

royal lakeBOT
#

@bleak lintel :white_check_mark: Your eval job has completed with return code 0.

340282366920938463463374607431768211456
acoustic moss
#

lmao

bleak lintel
#

nice little stdlib module ๐Ÿ™‚

inland wolf
#

dang

acoustic moss
#

roses are red
violets are blue
whatever you can think of
the stdlib does it for you

vapid nymph
vapid nymph
#

On mobile rn

acoustic moss
#

train your own ml model to recognize digits

inland wolf
#

yes

acoustic moss
#

๐Ÿ™„

inland wolf
#

thats the obvious solution

bleak lintel
#

!e ```py
import ipaddress

net = ipaddress.IPv6Network("::/0")
joe = ipaddress.IPv6Network("2a0f:85c1:23::/48")

print(joe.num_addresses, joe.num_addresses / net.num_addresses)

royal lakeBOT
#

@bleak lintel :white_check_mark: Your eval job has completed with return code 0.

1208925819614629174706176 3.552713678800501e-15
bleak lintel
#

@vapid nymph

edgy crest
#

e

inland wolf
#

10^

acoustic moss
#

that's one smol fraction

vapid nymph
#

O

inland wolf
#

yes

vapid nymph
#

!e
import ipaddress

net = ipaddress.IPv6Network("::/0")
joe = ipaddress.IPv6Network("2a0f:85c1:23::/48")

print(joe.num_addresses, net.num_addresses / joe.num_addresses)

royal lakeBOT
#

@vapid nymph :white_check_mark: Your eval job has completed with return code 0.

1208925819614629174706176 281474976710656.0
vapid nymph
#

So only 281474976710656 people can buy what Joe has bought

edgy crest
#

"only"

vapid nymph
#

Yeah we're gonna run out /s

edgy crest
#

no

#

the earth cant sustain

acoustic moss
#

that's around 35k times the world population lmao

edgy crest
#

yeah

acoustic moss
#

*current world population

edgy crest
#

๐Ÿ‘๏ธ

bleak lintel
#

lol

bleak lintel
#

i need to set up rdns

little wolf
#

whats an rdns?

vapid nymph
#

๐Ÿค”

#

what happened to the assets?

bleak lintel
#

you can resolve an IP address to a domain

#

rdns = reverse dns

inland wolf
#

damn

scarlet wind
vapid nymph
#

oh its backwards

viscid hemlock
#

Apparently [] is part of a valid URI ๐Ÿค”

bleak lintel
#

dig CERT jb3.dev

vapid nymph
#

no ty

#

bruh this is bad

#

and before anyone comments: I have the disk space for the other two, and that's because I have devices that run them, so I put them here too

rough sapphire
#

oops

sinful mantle
#

gotta catch em all

lofty dirge
#

I mean, except for disk space, it doesn't do anything bad

vapid nymph
#

true

#

18.04

#

brb

vapid nymph
latent scaffold
#

excuse me

rich moon
#

yes openSUS

#

with a e at the end

latent scaffold
#

:[

sinful mantle
#

@misty dew other chat has been taken over, this is the only notification i get:

misty dew
#

what happens if you click on that?

sinful mantle
misty dew
#

ok, that's something

#

so you can enable it from there

#

that's pretty much what chrome does

#

but it's weird that it's different on mine

#

ugh firefox why you gotta do that

sinful mantle
#

this is also fun:

misty dew
#

oh that

sinful mantle
#

also pls add a "skip tutorial" thing

misty dew
#

ahh i removed it

sinful mantle
#

nope

misty dew
#

ight time to put it back

sinful mantle
#

also, you handle 128 char long passwords fine, good.

misty dew
#

lol the length of the password doesn't matter

sinful mantle
#

i've seen some websites silently truncate passwords

#

which is fun

misty dew
#

that's- concerning

misty dew
sinful mantle
#

nope, dark

misty dew
#

why the hell is the text white

#

it's black for me

#

oh

#

ohhhhhh

#

that's in the tutorial

sinful mantle
#

also, opening linkjoin in 2 tabs, the changes in one tab dont appear in the other, so i assume you dont have a service worker running to keep in sync

misty dew
#

when the dropdown is highlighted

sinful mantle
#

ah ye when i open it now its fine

misty dew
sinful mantle
misty dew
#

welp- I guess the moral of this is I need to do a lot more firefox testing

sinful mantle
#

heh yep

misty dew
#

I can't test on pc at all though

#

which is super annoying

#

oh it seems that the tutorial is causing the problem

#

for not keeping them in sync

sinful mantle
#

theres a reason my most recent project looks like this

misty dew
sinful mantle
#

lol nice

misty dew
#

I'm probably going to push a huge update today or tomorrow, so I'll include fixes for all this in that

sinful mantle
#

the biggest feature is that it embeds in discord

misty dew
#

that is neat

sinful mantle
#

because discord doesnt embed audio from links, fun fact

misty dew
#

why not?

sinful mantle
#

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

misty dew
#

but it can for youtube

sinful mantle
#

thats video tho?

misty dew
#

true

sinful mantle
#

i meant like, mp3 files

#

if i upload one it plays. but from a URL it doesnt

misty dew
#

odd

sinful mantle
#

see that?

#

totally normal mp3 that doesnt load

#

hence i actually render a video with that speaker icon

misty dew
#

might wanna make that icon a bit larger

sinful mantle
#

and the rest is just opengraph stuff

sinful mantle
misty dew
#

ah

sinful mantle
#

broken css, and also why is there no normally copy-able link?

#

oh hey the button just flat out doesnt work, it doesnt copy any link

misty dew
#

whoa what the hell css

sinful mantle
#

issue located:

misty dew
#

and it copies for me- maybe windows is different? I'm using execCommand

misty dew
sinful mantle
#

maybe just like, show the link in a non-editable text field so people can manually copy?

#

oh

misty dew
#

that's what it is for me

sinful mantle
#

is it maybe because the meeting doesnt have a valid URL?

misty dew
#

maybe... can you check the console?

sinful mantle
last mantle
#

Is this made with react?

misty dew
sinful mantle
#

no errors @misty dew

last mantle
#

Ah :(

misty dew
sinful mantle
#

using arc tho?

misty dew
sinful mantle
#

possible issue:

misty dew
misty dew
misty dew
#

so weird

#

is the element there?

#

like in the html?

sinful mantle
misty dew
#

no, the input is the element

#

so it is there

sinful mantle
#

but empty

misty dew
#

nonexistent*

#

or

#

invisible

sinful mantle
#

well, there is no next in that input

misty dew
#

where does firefox say it is on the page?

#

looks like this to me

sinful mantle
#

doesnt show up

misty dew
#

it shows display: inline as crossed out, is there a display: none replacing it?

sinful mantle
#

apparently the adblocker got to it?

misty dew
#

whaat

sinful mantle
#

thats the rule which overwrote it

#

very clearly adblocker

misty dew
#

that's annoying

#

nothing I can do to fix that ig

vapid nymph
#

Sounds great

sinful mantle
#

let me update filter lists

vapid nymph
sinful mantle
#

im using ublock origin with almost all filter lists enabled

misty dew
#

I don't have any experience with adblockers

sinful mantle
misty dew
sinful mantle
sinful mantle
#

which i cant test without access to the source

misty dew
#

it's open source, but it won't work when run locally because of db access

#

can I have a link to the adblocker?

sinful mantle
#

actually lemme test something

misty dew
#

then I can test on local

sinful mantle
#

its literally the most used adblocker lol

misty dew
#

with the default config it doesn't remove it

sinful mantle
#

yeh i found the issue

#

apparently one of the filter lists blocks it as a visual nuisance

misty dew
#

visual nuisance? How dare they!

sinful mantle
#

had to disable this and it works

misty dew
#

well, if it's not blocked by default then it won't affect most people

sinful mantle
#

right, now to test the actual thing i wanted to test

misty dew
#

what can I do to avoid it blocking at all do you think?

sinful mantle
#

generic opengraph embed yikes

vapid nymph
#

I was asleep this morning, how bad exactly was it?

sinful mantle
misty dew
#

alright

misty dew
sinful mantle
#

im gonna see whether fiddler cant replace that id in transit

misty dew
#

huh ok

topaz aurora
vapid nymph
#

Probably what happened to cause the issue ๐Ÿ˜ณ

misty dew
vapid nymph
#

Same tho

#

Although I'm the only user of my stuff soooo

#

Ymmw

topaz aurora
#

At least it wasn't a Friday

misty dew
#

I work weekends ๐Ÿ˜Ž

#

because I'm self employed ๐Ÿ˜Ž

#

and I don't have a job ๐Ÿ˜Ž

sinful mantle
#

i had a API silently change on me friday evening, now THAT was fun

vapid nymph
#

๐Ÿ˜

sinful mantle
#

apparently the other company didnt consider adding a Enum field a breaking change

#

but my code did

misty dew
#

and that's how laundmo got fired

sinful mantle
misty dew
#

well maybe they just didn't like you ยฏ_(ใƒ„)_/ยฏ

sinful mantle
#

i have learned that fiddler can in fact not rewrite the request body while its passing through

#

so i cant test this lol

misty dew
#

unfortunate

solemn leaf
#

You didn't witness anything

lunar crescent
lunar crescent
#

<@&831776746206265384> this person is posting this in all channels

remote socket
#

I'm removing the posts, the user themselves has already been removed.

inland wolf
#

yoo epic skins!!!!!!!

edgy crest
inland wolf
#

the message was deleted

edgy crest
#

oh

#

ok

inland wolf
#

ye

lost saffron
inland wolf
#

lol

cold mantle
#

is anyone here

clear acorn
slender vector
#

Hello!

dry flume
#

Hiya

rough sapphire
rough sapphire
#

this is amazing, many thanks @gritty zinc

rough sapphire
#

no it doesn't

graceful basin
#

if it's blocked by the country, incognito mode will do nothing

#

what sometimes works is using google translate to proxy the site or reading it from google cache

cursive night
#

I have an issue whereby I have icons with gradients. I have a applied the following css which works well with Firefox but doesn't in Chrome

    font-size: 50px;
    background: -moz-linear-gradient(top, rgb(34, 93, 230) 0%, rgba(166, 100, 253, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(34, 93, 230) 0%, rgba(166, 100, 253, 1) 100%);
    background: linear-gradient(to bottom, rgb(34, 93, 230) 0%, rgba(166, 100, 253, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}```

In chrome whenever I hover over my icons they disappear
violet roost
#

@plucky ridge did you come to Amsterdam?

#

saw your van this morning

plucky ridge
#

I want that van

violet roost
#

lol

lunar crescent
#

lmao

violet roost
#

went on a cycling trip along the river

dry flume
violet roost
#

the Amstel river, in Amsterdam

full needle
#

i demand to see them~!

gritty zinc
#

you don't want to know

full needle
#

i'll be the judge of that!

topaz aurora
#

I forgot if ducky_bike is theirs

mellow spire
#

yeah that's his

full needle
edgy crest
last mantle
#

oh god

full needle
#

the neck beard!

edgy crest
#

theres more

#

and this prayge

full needle
edgy crest
gritty zinc
#

this isn't the one the ot name was made due to, but these are great too

inland wolf
#

ahhhh

#

my sinuses are blocked

latent scaffold
#

me too

inland wolf
#

ahh

#

i hate this

latent scaffold
#

corona!!??

full needle
inland wolf
#

damn

full needle
#

n,ma

latent scaffold
#

,amn

opaque bronze
#

amn,

acoustic moss
#

am,n

lunar crescent
#

,nma

inland wolf
#

what is this spam

latent scaffold
inland wolf
#

Spontaneous human combustion (SHC) is the pseudoscientific concept of the combustion of a living (or recently deceased) human body without an apparent external source of ignition. In addition to reported cases, descriptions of the alleged phenomenon appear in literature, and both types have been observed to share common characteristics in terms ...

latent scaffold
#

that's me

#

call me SHC for short

lunar crescent
#

i've heard about this

full needle
#

pseduscientific, hah what a lard of balloney. this was proven true a long time ago during the 2043 accords

latent scaffold
near bolt
#

can i ask abt the difference between generic implementation (Pair) and simple implementation (IntegerPair)

#

is it Pair takes in any type of values while IntegerPair only takes in integers?

graceful basin
#

likely, yes

brisk dew
#

what does it mean to reverse-engineer a rat?
ps i know what rat is

harsh tundra
#

@river moth here if you want to discuss the pride month further

#

i mean my company changed their logo to a rainbow thing a few days ago but took it down yesterday
so idk maybe you got it wrong

as I said, it has always been a pride month. since the beginning.
tbh the fact that your company changed the logo back seems performative - like "look, we're rainbow" and then "we don't care anymore" or got scared someone might see it

#

hm... ๐Ÿค” pride months started to commemorate Stonewall riots, which were at the end of June '69. so rainbow at the beginning of the month only makes even less sense to me

frozen crane
#

I have a steam inhaler that's less horrible

frozen crane
full needle
#

Both work, same idea probably

#

I don't find it uncomfortable but I may be Stockholm syndromed. I quite like it actually

frozen crane
full needle
#

I hate them, but they are so good for you I force myself to eat a bunch when they are available

#

๐Ÿ˜ฌ

frozen crane
#

they are literally tiny cabbages

#

my cabbages!

full needle
#

Luckily that's basically only when I visit my grandma.....

#

Maybe she thinks I love them cause I eat a bunch haha

full needle
frozen crane
#

Don't tell Brassica Prime.

full needle
#

Who?

full needle
#

Ah, been prolly 12 years since I played that game

frozen crane
full needle
#

Makes sense was the hayday of rs

odd fog
#

omg does that bring back some good cabbage memories

frozen crane
#

!otn a good cabbage memories

royal lakeBOT
#

:ok_hand: Added good-cabbage-memories to the names list.

eternal wing
#

Runescape was my life back in the day

#

Hopefully someday it shall consume me again.

fossil salmon
#

mmmmm good old runescape

#

The game that is fun for months and months and then no more for months and months and then becomes fun again for months and months

#

It's like a recursive function without a stopping case

nova lagoon
#

can someone check if stack overflow ignored tags being grayed out works for them?

vapid nymph
#

LOL wow

tardy rain
#

Rage maketh man productive

honest star
#

Spite's one of the great motivators

vapid nymph
#

oh my god.

vapid nymph
#

46 pull requests / issues within the first two days of the repo being created

#

including a few from .@tight scarab

#

jeez

#

did i say 46? I meant 80+

#

99 pulls/issues within the first two days

#

no, just 95

#

in the first day

lethal sail
#

I feel like shit'''

#

Im back in hospital btw because my lungs were like "my turn!! My turn!"

#

Theres some dying kids on this ward too so thats nice. Theyre on ventilators and one is in a coma

#

Absolutely depressing but oddly interestinf

tardy rain
#

How is it nice

lethal sail
#

I forgot the /$

tardy rain
#

Kids wards are the absolute worst

#

Its a different kind of sad when theres kids in the hospital

lethal sail
#

I'm probably about to be put on a vent as well... I keep gasping and it and its hard

#

its certainly a different atmos from the.other departmen. i was in

#

They

tardy rain
#

Are you in for covid

lethal sail
#

thankfully nt

#

test said no, but is differrnt type of pneumonia

#

An it is fuckijg horrible

#

They puting me on oxy now i feel real faint

#

Cant type so goodby for now

open fern
#

Ohh that's incredibly unfortunate to hear! I hope you feel and get better soon ๐Ÿงก

uneven pine
#

hope you recover quickly!

inland wolf
#

rickrolling at the kernel level

#

damn

latent scaffold
#

or oxy as in... oxycodone

vapid nymph
#

Oxygen

latent scaffold
#

lmao oxy almost always stands for oxycodone

neat aspen
#

lets say someone was really bored and wanted to make a wifi router, now lets say theoretically this person had some experience with making a computer from breadboards and theoretically, they wanted to try to make a wifi router from breadboards where would this person start?

noble atlas
#

In his house ๐Ÿ˜‚

left shuttle
#

๐Ÿ‘Œ

left shuttle
lunar nexus
#

a better mother?

#

modem

#

thats not possible

#

all moms are best persons and modems

harsh tundra
#

What about fathers?

#

How can I build a better one?

lunar nexus
#

what did you mean?

harsh tundra
#

should I build
a better mother?

lunar nexus
#

buy*

inland wolf
#

modem*

harsh tundra
lunar nexus
#

its hard to convince they that cybersecurity is important

harsh tundra
#

At least with Store-bought, I could return a malfunctioning one

#

But I doubt it could be worse than my current one

lunar nexus
#

im dont wanna looks like a smart, because I don't know if the model modem play significative play in protection

#

I don't

#

i found it a modem or router (I think its both) and just turn it on

#

and connect a usb wireless receiver

#

the lights show some behavior

#

so I guess it's not completely useless

inland wolf
#

yes

lunar nexus
#

it will act as repeater of all wireless information

#

?

#

like receive packets and send

#

or it wont decode because dont have internet acess

lavish talon
lunar nexus
#

someone just pass here

#

playing a really great sound

#

are someone of you?

#

is a tc7337net

#

with that turned it off

#

it showed 24 wifi points

harsh tundra
#

Remember to name your WiFi "FBI surveillance van"

lunar nexus
#

that's still exists here

#

i swear

lunar crescent
lunar nexus
#

damnt it

#

it was already configured

odd fog
#

I remember the first time I ever saw that back in 2005 or so and for a second I was all sketched out. Ah, back in the early days of WiFi lol

lunar nexus
#

how old are you?

odd fog
#

I'm not sure. But, I was in elementary school then.

lunar nexus
#

in that year my internet was p aid with you use it before midnight

#

i used to wait to play dexter

odd fog
#

I think I also build a winning mini go cart out of AOL free trial CDs for the Physics Olympics lol

#

sometime around that era lol... a simpler time lol

lunar nexus
#

for the IPhO?

odd fog
#

this was like a local middle school knockoff version of the IPhO lol

lunar nexus
#

thats gives you some open ports

odd fog
#

lololol lolol

lunar nexus
#

at least in the case of foreign students looking for a place or scholarship at a foreign university

harsh tundra
#

We also had regional competitions for different subjects, organised by the board of education

thin scarab
#

linux better than windows? also what about gameing?

inland wolf
#

pls dont start a war

#

use what u want

#

ikr

near bolt
#

scanf("%i", &n);

#

can i check what does & represent

#

why do we have to use it? or is it just a notation thing

inland wolf
#

&n gives the address of n

#

so that scanf can change the value at that address

inland wolf
#

ye

#

neet

last mantle
#

why

inland wolf
#

lol

thin scarab
#

want some suggestion that's alll, peace

last mantle
inland wolf
#

although in linux u will have to try harder

#

if u want to program

#

windows mac or linux

#

thats all i got

#

bro

thin scarab
#

okay bro

inland wolf
#

also

#

if u have apple products

#

then a mac is good

thin scarab
#

k

high aurora
#

guys

#

can someone help out

inland wolf
#

guys

#

yes

high aurora
#

i read your messages

#

i still dont understand

#

whats better

#

linux

#

or windows

#

:/

inland wolf
#

bruh

#

thats like asking

#

whats better

#

android

#

or ios

acoustic moss
#

android

inland wolf
#

ol

high aurora
#

ive never EVER in my life seen linux

#

..

inland wolf
#

linux doesnt work the same way as windows or mac graphically

#

u can edit all of it

acoustic moss
#

linux is
free
open source
customisable

inland wolf
#

so u cant say that linux looks like something

#

it looks like

#

everythng

acoustic moss
#

deep

high aurora
inland wolf
#

quantum linux

high aurora
#

k thx

inland wolf
#

probably not but

#

yes

acoustic moss
#

i don't think tha's how quatnum works

inland wolf
#

ik

#

i was just

high aurora
inland wolf
#

sayin

#

same to u

high aurora
#

thx

acoustic moss
#

cyan

high aurora
#

sup

inland wolf
#

yes

last mantle
near bolt
#
#include <stdio.h>

int main(void)
{
    int a;
    char b;
    int c;
    scanf("%i", &a);
    scanf("%c", &b);
    scanf("%i", &c);
    if (b == '+')
    {
        int d = a + c;
        printf("%i", d);
    }
    else if (b == '-')
    {
        int d = a - c;
        printf("%i", d);
    }
    else if (b == '*')
    {
        int d = a * c;
        printf("%i", d);
    }
}```
#

can i ask why my program doesnt run

#

i put input like
10
+
2

#

ya it works now!

#

when do we need to put a space?

#

thankss!

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @rough sapphire until 2021-06-10 14:52 (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

honest star
#

!tempban 829315173625757737 3D You've been warned before not to randomly spam. If you continue to do so and disregard moderator instruction you will be permanently removed from the community.

royal lakeBOT
#

failmail :ok_hand: applied ban to @halcyon edge until 2021-06-13 14:44 (2 days and 23 hours).

inland wolf
#

mangoed

surreal otter
#

My wife's etsy shop started blowing up this morning.... apparently she's in a buzzfeed article

latent scaffold
#

O.o wot

inland wolf
#

yes

surreal otter
#

she averages 3 order a day, she's up to 24...

#

the article was posted like 5 hours ago...

edgy crest
#

damn

inland wolf
#

epic

surreal otter
#

She's raised her prices and pushed shipping a few times now, it's gonna be over a month soon

#

And then someone placed a rush order, lol

surreal otter
#

I just started working iwth the Etsy API

#

it defaulted with a limit of 25 on the api request

#

which was fine

#

I bumped it to 50 this morning...

#

It's no longer enough to track her current orders, lol

#

apparently she had just over 25 pending previously and I didn't notice, but it is absurd what a difference those dumb articles make

#

views are up 3700%

inland wolf
#

holy

surreal otter
#

it's interesting

#

her product is the most expensive version on etsy

#

and she crochets

near bolt
#

oh ic

#

thanks

acoustic moss
#

crochet is knitting ri

inland wolf
#

shes going to have a lot of work on her hands

#

amrite

acoustic moss
#

lmao

surreal otter
#

yea

#

Nearly too much at this point

#

price is going to have to go up a lot this year

#

supply and demand