#ot2-the-original-pubsta

652 messages Β· Page 83 of 1

hazy laurel
#

tbh wouldn't it be cool if !e used IPython somehow

#

then you could use stuff like %time

dusky cliff
#

int e does look like that, idk

#

hm that should be implementable tho

round moss
#

!e
@thorn dragon

class Ninja:
    def __format__(self, s):
        return 'πŸ’¨'
    def __str__(self):
        return 'πŸ±β€πŸ‘€'
ninja = Ninja()
print(f'{ninja=}')
print(f'{ninja=!s}')
```you can do this
clever salmonBOT
#

@round moss :white_check_mark: Your eval job has completed with return code 0.

001 | ninja=<__main__.Ninja object at 0x7fb807b95ee0>
002 | ninja=πŸ±β€πŸ‘€
round moss
#

wait a second

#

= does repr by default

dusky cliff
#

!e essentially does python -c <code>, ipython -c <code> should work fine too

#

idk

round moss
#

that's fascinating

jovial island
#
the '=' causes the repr() of the expression to be provided, unless there is a format specified. When a format is specified it defaults to the str() of the expression unless a conversion '!r' is declared.
hazy laurel
#
❯ ipython -c "1"
Out[1]: 1
round moss
#

!e

class Ninja:
    def __format__(self, s):
        return 'πŸ’¨'
    def __str__(self):
        return 'πŸ±β€πŸ‘€'
ninja = Ninja()
print(f'{ninja=:}')
print(f'{ninja=}')
print(f'{ninja=!s}')
```well, that sure is something
clever salmonBOT
#

@round moss :white_check_mark: Your eval job has completed with return code 0.

001 | ninja=πŸ’¨
002 | ninja=<__main__.Ninja object at 0x7f7f10035ee0>
003 | ninja=πŸ±β€πŸ‘€
round moss
#

totally not confusing

hazy laurel
#

:faint:

jovial island
#

oh !s is for str()?

round moss
#

ye

#

!r for repr and !a for ascii

#

which is like repr, but only ascii characters

jovial island
#

ah i see, makes sense.

#

thanks a lot @round moss & @elfin vine !!
i was quite confused with the stuff lol.

gilded steeple
#

monkeynotlikethis anti-monke

jade bolt
#

🐡 anti-monke yay

vital crown
#

@fast ore Nuclear fission does not convert mass into energy, it releases potential energy by breaking apart the nucleus of atoms into smaller nuclei.

fast ore
#

Hmm

vital crown
#

It was energy when it was part of the original nucleus, it's energy when released.

#

All energy has mass.

fast ore
#

Hold on i need some google

#

"Nuclear fission is the process of splitting apart nuclei (usually large nuclei). When large nuclei, such as uranium-235, fissions, energy is released. So much energy is released that there is a measurable decrease in mass, from the mass-energy equivalence. This means that some of the mass is converted to energy"

vital crown
#

Even "massless" particles have mass.

fast ore
#

no?

vital crown
#

Yeah, that's a misleading statement.

fast ore
#

light does not have mass

#

If it did

#

It couldn't travel well at the speed of light

vital crown
#

Yeah, it's true. Even light does. I'll give you an example.

jade bolt
#

hmm is this like a "i have no money" and "i have 0 money" situation

vital crown
#

Let's say you have a perfectly sealed cube whose inner walls are perfect mirrors.

fast ore
#

"Light indeed carries energy via its momentum despite having no mass. ... Since photons (particles of light) have no mass, they must obey E = pc and therefore get all of their energy from their momentum. Now there is an interesting additional effect contained in the general equation " according to a university

vital crown
#

Turn on a flashlight and put it inside the cube, then put the cube on a scale and measure its weight.

fast ore
#

momentum creates weight

vital crown
#

Then, open the lid of the cube to let light escape. Given a scale with high enough precision, you will observe how its weight gradually decreases.

fast ore
#

by crashing into the mirror?

vital crown
#

All energy has mass, as per E=mc^2

#

It's just that the mass contributed by the light is miniscule, because c^2 is such a big term.

#

m = E/c^2

fast ore
#

Mass equals E upon C squared

vital crown
#

A hot cup of coffee is heavier than a cold cup of coffee, due to the thermal energy

#

But the difference is extremely minute

fast ore
#

How can an object have momentum without mass? It can do this if it is a wave. A wave transports momentum via its waving motion and not by physically transporting an object with mass. "Momentum" is the directional property of an object in motion that describes its ability to influence another object upon impact. An object with high momentum (such as a truck) can greatly influence the object it collides with (such as a barrel)

#

This explains it

#

Hence

tribal tinsel
#

Light is both wave and particles

fast ore
#

Your explanation and theory is fact and not baloney

vital crown
#

Einstein discovered this in 1915-ish I think

fast ore
vital crown
#

I can link you the paper

fast ore
#

btw

#

Are you a science major demen?

vital crown
#

I'm a software engineer.

fast ore
#

oh

tribal tinsel
# tribal tinsel https://www.sciencedirect.com/science/article/pii/S2211379719330943

According to electromagnetic theory, the rest mass of photon in free space is zero and also photon has non-zero rest mass, as well as wavelength-dependent. The very recent experiment revealed its non-zero value as [formula didn't copy because latex pic]. Even experimental results concluded that within matter (dispersive) the photon shows its imaginary rest mass. We have no exact answer as to why photon incarnates itself with versatile mass. Here we try to theoretically investigate about the rest mass of a photon.

tribal tinsel
fast ore
#

time to ask my teacher to conduct this experiment for me

vital crown
#

I mean, it's not easy given how little mass extra energy contributes to the weight of an object.

fast ore
#

she has good equipment

vital crown
#

You need a lot of energy or very precise measurement instruments.

fast ore
#

or instruments

#

whatever you want to call it

tribal tinsel
#

I don't think a teacher can measure it easily

fast ore
#

also

#

back to the topic

#

nuclear fission is indeed mass to energy conversion

#

"Nuclear fission is the process of splitting apart nuclei (usually large nuclei). When large nuclei, such as uranium-235, fissions, energy is released. So much energy is released that there is a measurable decrease in mass, from the mass-energy equivalence. This means that some of the mass is converted to energy" - Canadian Energy Research Center

vital crown
#

Conversion is a misleading word, since everything we call mass is just different forms of (usually potential) energy.

#

The mass of a proton is almost all strong force potential energy inbetween its constituent quarks.

fast ore
#

also a scientific video about nuclear bombs did say

vital crown
#

Quark mass is just potential energy between it and the Higgs field.

fast ore
#

Small amount of mass can be "converted" to a lot of energy

vital crown
#

Yeah, but the word "converted" is an oversimplification.

fast ore
#

I think you're probably right

#

Im still a high-schooler so i don't what the higgs field is

vital crown
#

It might make it easier to grok for new students, but it also gives the false impression that mass is one thing and energy is another, as if mass was like frozen energy that you can melt.

fast ore
#

i think higgs is quark

vital crown
#

When in reality, everything is just energy.

fast ore
#

and higgs field give stuff mass

vital crown
#

The Higgs field gives some things mass, like electrons and quarks.

#

But the vast majority of the mass of a proton for example does not come from its quarks' interactions with the Higgs field, it comes from the strong force inbetween those quarks.

#

Which is just potential energy.

fast ore
#

can you break it down a little?

#

"it comes from the strong force inbetween those quarks."

vital crown
# fast ore can you break it down a little?

Sign Up on Patreon to get access to the Space Time Discord!
https://www.patreon.com/pbsspacetime

Sign up for the mailing list to get episode notifications and hear special announcements!
https://mailchi.mp/1a6eb8f2717d/spacetime

Check out the Space Time Merch Store
https://pbsspacetime.com/

Help translate our videos! http://www.youtube.com/t...

β–Ά Play video
#

That guy's a phd astrophysicist

#

(the host, not Einstein)

#

The rest masses of quarks contribute only about 1% of a proton's mass.[5] The remainder of a proton's mass is due to quantum chromodynamics binding energy, which includes the kinetic energy of the quarks and the energy of the gluon fields that bind the quarks together.

fast ore
#

At 3:00

#

Okay i understand

slate leaf
#

#ot-2 is physics now?

jade bolt
slate leaf
#

Oh, I've been using #ot-0

fast ore
#

what is your opinion on homeopathy

slate leaf
#

It can make you feel good, but should not be a substitute for medical advice or treatments

fast ore
#

"feel good"?

slate leaf
#

Yes, if I think that if I drink some tea to make a stomach ache go away, I can enjoy that cup of tea and feel good

fast ore
#

Placebo effect?

slate leaf
#

Might not cure the stomach ache

fast ore
#

what the hell why do i know all this stuff

slate leaf
#

Not entirely placebo, but close-ish. It depends on the exact homeopathic treatment

fast ore
#

Here is a quote

#

"Homeopathy claims that water can cure you, because it once held medicine"

#

"That is like saying I can eat off an empty plate, because once it held food"

vital crown
vital crown
# fast ore what is your opinion on homeopathy

The placebo effect is real, but homeopathy is problematic because since its adherents believe the effect is real, they will tend to eschew the non-placebo treatment they actually do need, and the snake oil peddlers will actively encourage this.

fast ore
#

Yes, placebo is a thing.

slate leaf
#

I don't know for sure, so I don't claim it universally to err on the side of caution.

Then again, homeopathy has been very dangerous and fatal in the recent covid / anti vax environment

vital crown
fast ore
#

i would really like someone to explain that detox is bs

vital crown
#

Homeopathic medicine does not contain any substance that could possibly have any effect on your body.

fast ore
#

to my mom

vital crown
#

Water has no memory, because it's just water.

fast ore
#

kursgezat video says otherwise

echo flower
#

no

fast ore
#

they are a team of scientists

echo flower
#

i think it was an expression
pretty sure there are literal atoms

fast ore
#

btw

vital crown
fast ore
#

and link documents below

echo flower
fast ore
#

What are the principles behind Homeopathy and does it work?

Sources & further reading:
https://sites.google.com/view/sourceshomeopathy/

OUR CHANNELS
β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€
German Channel: https://kgs.link/youtubeDE
Spanish Channel: https://kgs.link/youtubeES

HOW CAN YOU SUPPORT US?
β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€
This is how we make our li...

β–Ά Play video
echo flower
#

i watched that video, and the consensus is that homeopathy has no real proved benefits

#

other than placebo

#

that is

vital crown
echo flower
vital crown
#

So much feces for example.

slate leaf
fast ore
#

Ayurveda is 80% bs aswell

echo flower
#

what about nightshade
that's definitely "natural plant based medicine"

#

more like "natural plant based killer"

vital crown
echo flower
#

but ok

#

i mean quinine is "natural plant based medicine"

slate leaf
fast ore
#

isnt almost every medicine plant based

sharp spoke
#

God's I see the chat and get ptsd of organic notes πŸ˜”

vital crown
#

It doesn't work because it's natural or plant-based.

echo flower
vital crown
#

It works because its chemical composition has some beneficial effect on our physiology.

echo flower
#

i think it's mostly placebo

#

effect

fast ore
#

then allopathy == ayurveda?

echo flower
vital crown
#

A lot of medicine has been manufactured in a lab, of course.

echo flower
#

dont think so, but need to check

vital crown
fast ore
#

Yes

#

I know.

vital crown
#

Given that ayurveda is alternative medicine, I don't see why you would call it allopathic.

fast ore
#

I don't mean to say that it is allopathic

#

most allopathic medicines have chemicals/components extracted from plants

vital crown
#

I don't know about the statistics of that, but it's at least plausible.

fast ore
#

ayurvedic """medicine""" crushes those plants into a concoction or something, and makes it in to a juice or tablets.

echo flower
#

i mean belladonna is used to temporarily stop hearts

#

or to assasinate

fast ore
#

shh

slate leaf
#

If your treatment is to cure living, then thats effective

echo flower
#

lmao

vital crown
#

I mean, it would only become allopathic once consensus is reached in the scientific community of its beneficial effects based on scientifically rigorous experimentation.

echo flower
fast ore
echo flower
#

lmao

fast ore
#

google does not yield any real proof

echo flower
fast ore
#

Belladonna is used to treat/cause fevers

vital crown
fast ore
#

bro bing?

echo flower
#

yup

fast ore
#

Use DuckDuckGo

echo flower
#

looks tasty tbh

fast ore
#

Yum

echo flower
#

okay it does do stuff to the heart, but indirectly

median blade
echo flower
#

it attacks nerve synapses

median blade
#

it is more of a preventive medicine

vital crown
# echo flower https://www.youtube.com/watch?v=SQGvyV-JtVQ

Whenever anybody says the word "medicine", it's worth considering whether it refers to regular or alternative medicine. There is a LOT of misinformation about this, so even if someone thinks something is considered regular medicine, that isn't necessarily so.

fast ore
#

But to me it sounds like a bunch of baloney

fast ore
#

to become a doctor you have spend years studying

echo flower
#

also true

fast ore
#

then work as a resident or something

slate leaf
#

*doctor of medicine

#

I could be Dr. brad90four and have a doctorate on English Literature in 16th Century New Guinea

vital crown
#

It really astounds me how widely accepted alternative medicine is. It's like, if it was proven to work, it wouldn't be "alternative".

echo flower
#

ok according to a journal it blocks the parasympathetic system

fast ore
#

and to become an ayurvedic """doctor""" you just have study for 18 months

vital crown
echo flower
vital crown
#

I mean, I can spend 20 years studying articles on the internet and it will make me no more qualified to treat anyone.

echo flower
fast ore
#

Ayurvedic """Practioners or Veds"""

vital crown
#

So that number, 18 months, really says nothing at all.

fast ore
#

practioners wrapped around in 128 quotes

vital crown
#

If they had a 10 year education it would not make them any more reliable.

fast ore
#

It absolutely would though?

vital crown
fast ore
#

But doctors study in universities?!???

slate leaf
#

Yeah, and that material is pretty damn solid

vital crown
fast ore
#

I think you misunderstood

#

I meant to say

#

Doctors as in actual doctors

vital crown
#

I was referring to your statement that to become a real doctor, you have to study for years, but to become an ayurvedic doctor you only have to study for 18 months.

fast ore
#

Yes

vital crown
#

Because it sounded like you would trust the doctor more because they studied for longer.

fast ore
#

Yes, i would

#

Because they have real work experience

vital crown
#

But the time the ayurvedic doctor has studied doesn't count for anything, because they are studying ayurveda.

fast ore
#

and solid science basis

vital crown
#

They can study ayurveda for 20 years, and it's still not going to be real medicine.

fast ore
#

Yes

#

That is my point

#

Plus

vital crown
#

Yeah, so, of course, it's good that regular doctors study for a long time, but even if the ayurvedic doctor studied for three times as long, it's the same as if they studied for no time at all.

fast ore
#

Yes because ayurveda is baloney

median blade
#

ahem

#

it has its usecase

vital crown
#

It's alternative medicine, which means that it has not been proven to work.

#

If it had been proven to work, it would be called regular medicine.

median blade
#

work where

vital crown
#

This is my problem with all alternative medicine, I just don't get it. Whenever it is brought up, someone always goes "it has its uses", but if it did, why have they been unable to prove it?

#

Why do you trust it if it can't be proven to work?

slate leaf
#

"I used this treatment and it made me feel better, therefore it works" Seems to be the most common reason. There is a disconnect between people's subjective experience with them and the objective study of the efficacy

echo flower
#

placebos exist

vital crown
tribal tinsel
#

And some "natural" medicines are the same as normal medicines... But herbs carry a lot of additional substances that may get into interactions with stuff. So it works but is not as safe as only that substance in strictly controlled dosages with strictly controlled ingredients

slate leaf
#

And that is where the borders get just a bit hazy

tribal tinsel
#

People don't seem to understand that something being "natural" doesn't automatically makes it better. Lots of poisons are natural as well, doesn't mean you should eat them

fast ore
#

Normal medication is tested to heck

echo flower
#

100% homeopathic drink 2 100ml glasses of belladonna juice all your problems will be gone

tribal tinsel
fast ore
#

and needs to be approved by your medical association

echo flower
#

alternative that is

tribal tinsel
#

Oh, I remember how to make a homeopathic tea

echo flower
#

even eating 2 tiny berries is enough to kill a child

#

and doubtlessly cause you a lot of trouble even if you dont die

fast ore
fast ore
#

buy now for Β£69.99

echo flower
#

...by killing you

fast ore
#

damn you stole the words

echo flower
#

i did :D

tribal tinsel
#

How to make homeopathic tea:
Make a glass of tea.
Take a teaspoon out, mix it into a bottle of water. Shake well because something something water vibrations and memory and stuff that supposedly makes homeopathy work.
Take a teaspoon and mix into a jug of water. Shake it.
Take a teaspoon and mix into a barrel of water. Shake it.
Take a teaspoon out and mix into a tanker (tank truck) of water. Shake it.
Take a teaspoon out. That's your homeopathic tea

fast ore
#

Basically

vital crown
#

How do you shake the tanker?

fast ore
#

Dilute poison to oblivion

fast ore
slate leaf
#

Drive down an Alabama highway

tribal tinsel
#

Some homeopathic "medicine" literally say they have one "medicinal" particle for numbers that basically are more than there are particles in the universe

vital crown
#

Can't I just pour the cup into a river and get another cup further downstream?

tribal tinsel
#

https://www.independent.co.uk/voices/ending-homeopathy-delusion-a6733926.html here

consider the current homeopathic β€œbest seller”, oscillococcinum, which is β€œpotentised” from duck liver and recommended for colds or flu. It is sold in the C200 potency meaning that one part of organ extract is diluted in 10 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 parts of diluent: this is much less than one duck molecule per universe.

The Independent

When nuclear power was discovered, homeopaths claimed that it explains their trade

fast ore
#

homeopaths

#

psycopaths

tribal tinsel
#

https://en.m.wikipedia.org/wiki/Homeopathic_dilutions

In homeopathy, a solution that is more dilute is described as having a higher potency, and more dilute substances are considered by homeopaths to be stronger and deeper-acting.[12] The end product is often so diluted that it is indistinguishable from the dilutant (typically ethanol or pure water for liquids, milk sugar for insoluble solids).[13][14][15]

In homeopathy, homeopathic dilution (known by practitioners as "dynamisation" or "potentisation") is a process in which a substance is diluted with alcohol or distilled water and then vigorously shaken in a process called "succussion". Insoluble solids, such as quartz and oyster shell, are diluted by grinding them with lactose (trituration). The...

vital crown
#

#stopthedilutiondelusion

echo flower
#

just drink water smh

tribal tinsel
#

We now know that the greatest dilution that is reasonably likely to contain one molecule of the original substance is 12C, if starting from 1 mole of original substance

The duck thing had 100C (100 times diluted by a factor of 100) in the article

echo flower
#

same effect it'll have

tribal tinsel
#

Dilution advocated by Hahnemann for most purposes: on average, this would require giving two billion doses per second to six billion people for 4 billion years to deliver a single molecule of the original material to any patient.

fast ore
#

glowing even in sunlight

echo flower
#

they arent afraid to show they're logging your movements lmao

#

just dont use facebook

#

wat

#

i dont get it

fast ore
#

the thing is

#

i have important stuff

#

on that account

languid osprey
#

Ah

#

They're using a unicode character

#

That you can see

#

But for. Me

fast ore
#

such as some photos

#

and

languid osprey
#

It's invalid

fast ore
#

game data

languid osprey
#

So it shows the invalid symbol

echo flower
fast ore
#

nopies :(

echo flower
#

le oof

fast ore
#

now bioluminescent three letter agents have my data :(

timid crown
#

@elfin vine moving here since we've gone off topic. I'm not familiar with Project Winter, what is it?

elfin vine
#

It's that Social Deception game I moderate

#

Social Deception as in Among Us, but it has proximity chat and is much more complicated (in a fun and interesting way)

#

For example you can fight back (no instant-death like Among Us), there's survival elements to it, instead of individual tasks you need to finish together there are several big ones you cooperate on.

timid crown
#

I see, sounds interesting

elfin vine
#

The game like just recently released on PS and Nintendo

#

And crossplay is about to be enabled with all platforms (Steam is a few updates ahead Xbox, PS and Nintendo Switch)

#

It works pretty good on Steam's Proton so it'll work nicely on the Steam Deck

#

All very exciting πŸ˜…

timid crown
#

Regarding what you said about the two channels, I think ultimately it's a matter of the person's skill to convey their ideas properly through writing, and their willingness to deescalate when things get heated

elfin vine
#

Yeah exactly, and we have time- and time again gotten members who don't do this. When the discussion was real-time this easily enabled them to quickly drop in and be rather condescending

timid crown
elfin vine
#

It recently integrated with Corsairs lighting system, enter the giveaway: https://gleam.io/AGM03/project-winter-corsair-lighting-integration-partnership-giveaway

Grand Prize (1) CORSAIR SABRE RGB PRO CHAMPION SERIES Ultra-Light FPS/MOBA Gaming Mouse CORSAIR VOID RGB ELITE Wireless Premium Gaming Headset with 7.1 Surround Sound CORSAIR K60 RGB PRO Mechanical Gaming Keyboard β€” 100% CHERRY MV Mechanical Key switches CORSAIR MM300 PRO Premium Spill-Proof Cloth Gaming Mouse Pad Project Winter Merch Pack 8 Pro...

#

It's better than nothing πŸ˜‰

hazy laurel
#

Speaking of Steam Proton

timid crown
hazy laurel
#

Figure it's worth posting here as well: https://twitter.com/TheBattlEye/status/1441477816311291906

BattlEye has provided native Linux and Mac support for a long time and we can announce that we will also support the upcoming Steam Deck (Proton). This will be done on an opt-in basis with game developers choosing whether they want to allow it or not.

Likes

133

elfin vine
#

This comment is hilarious

elfin vine
hazy laurel
#

y'know it's funny how an anticheat has fanboys

steel eagle
#

It is

#

Especially considering looking at the facts battleye is pretty much the best

#

People just think "I saw a cheater it doesn't work at all"

haughty oriole
#

@grim seal HALP.

#

@grim seal Erlang is the great language on Middle Earth.

#

@grim seal plz give !voiceverify

hazy laurel
#

uh

#

that's awkward

jolly condor
#

They were also pinging Hemlock I think

#

Not a good look

placid patrol
#

..

grim seal
#

wat

haughty oriole
#

ya

#

it's me

grim seal
#

please don't spam ping people

haughty oriole
#

100% had to

#

also one ping is the same as two

grim seal
#

no, you didn't have to, don't spam ping people.

haughty oriole
#

I tried sending you a private message

grim seal
#

yeah, I have them off to avoid trash DMs

jolly condor
#

What up Joe

grim seal
#

greetings πŸ‘‹

jolly condor
#

Lmao, greetings indeed

haughty oriole
#

where did the django competition go btw

#

do you have the results somewhere

#

that was 2020 or

#

I wanna see

#

or was it 2019

jolly condor
#

Hmm I vaguely remember that

haughty oriole
#

I remember it was coming a few months before I kinda quit

jolly condor
#

Who were you again?

haughty oriole
#

WorldWake was me

jolly condor
#

My memory is terrible

#

Oh right, that name rings a bell

haughty oriole
#

yeah well I haven't been on discord for Years

jolly condor
#

Oh I have, I practically live on discord lmao

haughty oriole
#

I actually felt horrible after quitting

#

but it was the right decision

#

but the django thing?

#

I wanna read the source code

jolly condor
#

I suppose the repo must still be on the github

#

Unless they yeeted it

haughty oriole
#

@jolly condor I remember you knew IT

jolly condor
#

Haha, do you remember who I was here?

haughty oriole
#

I remember a good deal of things

jolly condor
#

Go on

haughty oriole
#

@jolly condor I remember your face --- just because I've changed my nickname and I haven't been here for a long time doesn't mean all that much

jolly condor
#

Oh I haven't been here for a long time too

haughty oriole
#

@jolly condor but okay, so,

#

I bought a new 4K monitor

#

and it was working at 60Hz perfectly

#

for the longest time

#

I turned it on this morning

grim seal
haughty oriole
#

@grim seal 100%

hazy laurel
#

Wish I'd been a part of that one

jolly condor
#

Hmm I think that was after I left

haughty oriole
#

I quit pretty much right after I saw that it came into existence

#

I saw it existed for a month or so, then I quit

#

so maybe January-February 2020?

#

I studied Django After that... I got a job as a Django-developer

jolly condor
#

Sounds like a result haha

haughty oriole
#

I mean kinda. I saw that people were doing a competition in my favorite language with some framework

#

so I decided to learn that framework in my free time, regardless.

jovial island
#

ok

haughty oriole
#

the winner app for that competition is nice

#

for 1 week of work

#

it's not even a lot of code

#

very fucking buggy though

jovial island
#

windows

#

i fix it

clever salmonBOT
#

Hey @jovial island!

It looks like you tried to attach file type(s) that we do not allow (.js). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.

Feel free to ask in #community-meta if you think this is a mistake.

wide totem
#

@jolly condor hi, I've seen you around, nice to see you back here πŸ˜„

wheat rock
#

so do i

sudden swallow
jade bolt
#

never gonna

#

never gonna

sudden swallow
#

and desert you

slender marsh
#

say goodbye

jolly condor
jade bolt
#

wow

#

that's a new line in the song wow that's a new line in the song never gonna Oh hey, genuinely I'm just gonna be lurking but I wanted to check in

jade bolt
#

wow that's a new line in the song ``wow that's a new line in the song ​wow​ ​that's a new line in the song ​**​wow that's a new line in the song​** **​never gonna Oh hey, genuinely I'm just gonna be lurking but I wanted to check in​**

clever salmonBOT
#

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

jade bolt
#

lies

keen burrow
#

I am still super proud of what we did in the summer 2020 code jam, even if we went past the deadline

#

Also a CPython core dev told me "Other than the return type, I'm impressed with the docstring, comments, and overall structure of this function. It was made to be very easy to follow.", so hey

jade bolt
keen burrow
#

Basically, a web based VM runner for Arch 0.1, released in 2002

jade bolt
#

web based vm πŸ‘€

keen burrow
#

Yeah

hazy laurel
#

Arch >_>

keen burrow
#

It isn't really a VM, actually

#

it is more like a container

jolly condor
#

Details, lmao

shadow elk
#

Is there a way to tell youtube not to translate videos in a particular language into English?

echo flower
#

as in closed captions?

jade bolt
#

in pc yes

#

going to settings to set

echo flower
#

ye

shadow elk
shadow elk
# echo flower as in closed captions?

Some videos provide the title and the description in several languages. I want it to work like this:

  • If the original video is in Russian, don't translate the title & description into English
  • If the original video is in English, don't translate the title & description into Russian
  • Otherwise, translate the title & description into English if available
jade bolt
#

but there should be an option named captions

shadow elk
#

I'm not talking about captions

jade bolt
#

you can select language

#

o

shadow elk
#

ah

#

thanks

#

well, that sucks

keen burrow
hollow heart
grim seal
#

lol wtf that’s dope

#

we have the new Spotify thing on my floor uhhhh

#

where is it

#

the blends thing

gleaming copper
#

e

#

e

#

e

tranquil ridge
#

8.154

wheat rock
#

lmfao

odd sphinx
#

ha

hidden kernel
#

@young fern sorry I had to step away, but you can ask any python questions you want, as long as they follow our #rules

young fern
hidden kernel
young fern
#

What I meant to ask is like. So can I ask for a kind of help like. I list whatever I've learned on python so far. And ask for help from someone to give me short projects or tasks regarding to what I have learned?

young fern
hidden kernel
#

!projects

clever salmonBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

hidden kernel
#

we do have this ^
although those might be more useful once you get to a higher level idk

young fern
hidden kernel
#

np

steel eagle
#

What is a good note taking/organization software btw? Preferably one that works on Windows/Mac/Linux/iOS/iPadOS/Android and will work without having a constant internet connection...

Google docs is too much just Microsoft word, not enough organization

One Note has really weird issues for me keeping text aligned on my iPad... I really want to move my notes off of discord.

Preferably looking for something that has the concept of regular text, mixed with checkboxes, and ideally freehand writing for when I'm on the iPad...

I don't even know if such a thing exists tbh, OneNote has it all but the formating issues drive me crazy

compact dagger
#

Its like a markdown editor with a ton of organization features supposedly

steel eagle
#

This looks perfect...

compact dagger
#

Oh wow it actually has support for both Android and iOS.

#

Impressive.

sterile nymph
#

Has python put anyone in prison?

steel eagle
#

I mean, no I don't think so.

#

I'm sure someone somewhere who got in trouble and went to prison has used python in their nefarious acts

#

But python itself has nothing to do with that

worthy copper
#

Hi i got a simple C++ question is it ok to ask here?

daring jay
#

Absolutely!

#

!guilds Or you can check the second link here for a C++ server

clever salmonBOT
#

Communities

The communities page on our website contains a number of communities we have partnered with as well as a curated list of other communities relating to programming and technology.

worthy copper
#

very simple stuff actually

#

just want to porint a number with cout << its an integer variable. lets say number 10

#

i want to print number with 2 decimal points

#

like 10.00

#

10/1 did not work

#

what can i do

round moss
#
std::cout << std::fixed << std::setprecision(2) << 10.0
#

perfectly sane

pastel dune
#
int n = 10;
std::cout << n << ".00\n";

lol

round moss
#

careful that this will change this for all subsequent outputs in the cout

worthy copper
#

i m geting variable from user input

#

as 10

#

Donuts method might work

#

need to check

round moss
#

then cast to float with std::static_cast<float>(variable)

#

actually is static_cast in a namespace

#

idk lul

worthy copper
#

trying now

#

cout << fixed << setprecision(2) << "You have earned $" << static_cast < float>(10) << " gift for your purchases. With additional promotions, $" << static_cast<float>(10 + promotionAmount) << " will be added to your card" << endl;

#

amazing worked like charm

rustic harborBOT
#
**If you could have any superpower, what would it be?**

Suggest more topics here!

proper python
#

Imagine a world where people read the docs before asking a question

#

Imagine if people googled shit before asking a question

rustic harborBOT
#
**What's the best pastry?**

Suggest more topics here!

#
**What is your favourite color?**

Suggest more topics here!

#
**What is your earliest memory of Easter?**

Suggest more topics here!

#
**What is your favorite movie?**

Suggest more topics here!

jade bolt
#

.topic

rustic harborBOT
#
**What is your favorite sport?**

Suggest more topics here!

jade bolt
#

.topic

rustic harborBOT
#
**What is your favorite song?**

Suggest more topics here!

jade bolt
#

.topic

rustic harborBOT
#
**What is your favourite food?**

Suggest more topics here!

jade bolt
#

.topic

rustic harborBOT
#
**What artistic talents do you have?**

Suggest more topics here!

#
**Would you rather fight 100 duck sized horses or one horse sized duck?**

Suggest more topics here!

wheat aurora
#

Y'all do realize the topic question isn't meant to be spammed, right?

swift cobalt
rustic harborBOT
#
**What is your favorite media genre?**

Suggest more topics here!

#
**What are your hobbies other than programming?**

Suggest more topics here!

#
**What is the most satisfying thing you've done in your life?**

Suggest more topics here!

swift cobalt
# rustic harbor

Continuing to exist as an incorporated entity by resisting entropy through homeostatis

#

Also, cheese. And I mean thisβ€”but cooking with lots of cheese is one of the most satisfying things in my life. Mac and cheese, pizza, casserole, grilled cheese

#

Those real meals that leave you feeling fed

rustic harborBOT
#
**What is your favorite juice?**

Suggest more topics here!

echo flower
#

apple

dire kindle
#

@lofty venture this is what hunter said when I was going to by him a nitro

lofty venture
#

ah

lofty venture
#

I guess you have lots of money.

dire kindle
#

I just stole my parents credit card

echo flower
#

le oof

lofty venture
lofty venture
dire kindle
#

nah, jk lol

#

i dont have much money but I do have some potato_popcorn

lofty venture
#

😦

#

I'd like to say :potato_popcorn:

dire kindle
lofty venture
#

:potato_popcorn:

dire kindle
#

sad

lofty venture
#

sosad

#

The epic games nitro event is over and I didn't even tried it!

lofty venture
#

..

#

:Lost in potato

remote widget
lofty venture
#

ah hahaha

#

hunter:)

remote widget
#

Hi

lofty venture
lofty venture
remote widget
lofty venture
#

top 1 hunters emogi

dire kindle
#

i dont like pink but i like potato potato_popcorn

lofty venture
dire kindle
dire kindle
lofty venture
dire kindle
#

ofc

lofty venture
#

It's from stealing

#

tut tut

#

No robing

#

@dire kindle

remote widget
#

Bruh, I should really sleep more at nights rather than in days πŸ₯²

lofty venture
#

🀣

#

ok good sleep

#

@remote widget

dire kindle
remote widget
#

Bad sleep habit pithink

lofty venture
dire kindle
#

or just an app

remote widget
dire kindle
lofty venture
#

Mi band oh

dire kindle
#

rich

lofty venture
#

yea

#

RICH

remote widget
lofty venture
#

Opps got to go

#

DND

dire kindle
#

rich

remote widget
#

Cya

dire kindle
#

where you going?

#

leaves

remote widget
#

Nowhere

lofty venture
#

Nowhere

dire kindle
#

oh you're just mad cause I called u rich i see

remote widget
#

Uhhh, I just said bye to Melon pithink

remote widget
dire kindle
#

oh

#

i didn't see it

remote widget
lofty venture
#

potato

#

:I hate potato:

dire kindle
#

i think i used potato too much potato_popcorn

lofty venture
#

Stop the potato

dire kindle
#

but @remote widget likes it

remote widget
#

Law of Diminishing Marginal Utility

lofty venture
#

If someone gives me nitro I wil send lots of potato

dire kindle
#

and @olive jacinth

remote widget
dire kindle
#

lemme google

lofty venture
remote widget
lofty venture
#

hmm

#

πŸ₯”

remote widget
#

Lol

lofty venture
#

Potato

lofty venture
dire kindle
lofty venture
#

And @dire kindle

dire kindle
#

@remote widget accepts, I accept

#

gone

lofty venture
#

...

dire kindle
lofty venture
#

πŸ₯”

dire kindle
#

done.

lofty venture
remote widget
#

pithink I was making breakfast for myself

#

U haven't eaten anything except a chocolate since 12 hours

lofty venture
remote widget
lofty venture
#

tnx

remote widget
lofty venture
#

Wow

remote widget
#

🀷

lofty venture
#

AKF : DND

remote widget
lofty venture
#

What

remote widget
#

I mean, what you mean by What why

lofty venture
#

... ?

remote widget
lofty venture
#

hmm

#

What why

#

I don't know.

#

uwu

#

.uwu H-h-h--hunter

rustic harborBOT
#

H-h-h--huntew

lofty venture
#

@H-h-h--huntew

remote widget
#

L. O. L.

lofty venture
#

Lol

#

🀣

remote widget
#

Eh, I am good with my current nickname

lofty venture
#

Ok

#

kkkkkkkkkkk

remote widget
#

I am sure @dire kindle will want to try uwufying their name tho

lofty venture
#

hmm

#

lol

#

K-k-kylee 𝘣𝘭𝘢𝘴𝘩𝘦𝘴
kylee#1234
eh?

remote widget
#

Lol

lofty venture
#

@remote widget pings @dire kindle

remote widget
lofty venture
#

pink πŸ₯”

remote widget
#

L. O. L.

rustic harborBOT
#
**Who is your favorite music composer/producer/singer?**

Suggest more topics here!

remote widget
rustic harborBOT
#
**What was the last movie you saw in a cinema?**

Suggest more topics here!

lofty venture
# remote widget None

!e
hunter = bool('Hunter have no favorite composer/producer/singer')
if hunter:
print(' hunter have no favorite composer/producer/singer')
else:
print('πŸ₯”')

clever salmonBOT
#

@lofty venture :white_check_mark: Your eval job has completed with return code 0.

 hunter have no favorite composer/producer/singer
rustic harborBOT
#
**What is the best advice you have ever gotten in regards to programming/software?**

Suggest more topics here!

#
**What is your favourite Easter candy or treat?**

Suggest more topics here!

#
**What would you do if you know you could succeed at anything you chose to do?**

Suggest more topics here!

rustic harborBOT
#
Are you trying to kill me?

Your input was invalid: text is a required argument that is missing.

Usage:```
.uwu <text>

dire kindle
#

bruh

#

.uwu kylee

rustic harborBOT
#

kywee

dire kindle
#

hoping .belugafy become a thing of @rustic harbor

#

or .belufy

rustic harborBOT
#
**What is the best gift you've been given?**

Suggest more topics here!

#
**If you could take only three things from your house, what would they be?**

Suggest more topics here!

#
**If you had $100 bill in your Easter Basket, what would you do with it?**

Suggest more topics here!

lofty venture
#

.belufy

#

.belugafy

#

.belufy a

#

.belugafy

#

..

#

.

#

.

#

.

#

Hmmmmmmmmmmmmp

pallid violet
#

.src uwu

rustic harborBOT
#
Command: uwu

Converts a given text into it's uwu equivalent.

Source Code
#
**What is the best scenery you've ever seen?**

Suggest more topics here!

#

sum([1,2,3]) is 0

dire kindle
#

idk potatopopcorn

remote widget
rustic harborBOT
#
**Tell us 5 things you do well.**

Suggest more topics here!

remote widget
rustic harborBOT
#
**What is the most useless talent that you have?**

Suggest more topics here!

remote widget
dire kindle
#

eh, some people cant sleep well tho

rustic harborBOT
#
**Name one famous person you would like to have at your easter dinner.**

Suggest more topics here!

dire kindle
#

you're Lucky to have sleeping talent potatopopcorn

dire kindle
#

skittle chan :p

remote widget
remote widget
dire kindle
#

.topic

rustic harborBOT
#
**What is your favorite song?**

Suggest more topics here!

remote widget
dire kindle
#

manyyy

remote widget
dire kindle
#

.topic

rustic harborBOT
#
**What is the most useless talent that you have?**

Suggest more topics here!

dire kindle
#

.topic

rustic harborBOT
#
**What is the best gift you've been given?**

Suggest more topics here!

remote widget
remote widget
dire kindle
remote widget
#

what about your mom's cc

dire kindle
#

it's...

#

nothing CH_ThumbsUpSmile

remote widget
rustic harborBOT
#
**What was the last movie you saw in a cinema?**

Suggest more topics here!

dire kindle
#

I never went to cinema in like

#

2 years

remote widget
dire kindle
#

.topic

rustic harborBOT
#
**What is your favorite sport?**

Suggest more topics here!

remote widget
dire kindle
#

is E-Sport a sport?

remote widget
#

No

#

.topic

rustic harborBOT
#
**What is your favourite food?**

Suggest more topics here!

remote widget
#

Cheese

#

.topic

rustic harborBOT
#
**What's your favourite kind of soup?**

Suggest more topics here!

remote widget
#

Tomato

#

.topic

rustic harborBOT
#
**What is your favourite holiday?**

Suggest more topics here!

remote widget
#

Sunday

#

.topic

rustic harborBOT
#
**What is the best scenery you've ever seen?**

Suggest more topics here!

remote widget
#

Mountains

#

.topic

rustic harborBOT
#
**What book do you highly recommend everyone to read?**

Suggest more topics here!

remote widget
#

Coding Book

dire kindle
remote widget
#

.topic

rustic harborBOT
#
**Would you rather fight 100 duck sized horses or one horse sized duck?**

Suggest more topics here!

remote widget
#

None

#

.topic

rustic harborBOT
#
**What is your favorite movie?**

Suggest more topics here!

remote widget
#

None

#

.topic

rustic harborBOT
#
**Do you speak a language other than English?**

Suggest more topics here!

remote widget
#

Hindi

#

.topic

rustic harborBOT
#
**What is the tallest building you've entered?**

Suggest more topics here!

dire kindle
#

a hotel

remote widget
#

A skyscraper in New York, I don't remember the name

#

.topic

rustic harborBOT
#
**Tell us 5 things you do well.**

Suggest more topics here!

dire kindle
#

.topic

rustic harborBOT
#
**What is the oldest computer you've ever used?**

Suggest more topics here!

remote widget
#

.topic

rustic harborBOT
#
**What websites do you use daily to keep yourself up to date with the industry?**

Suggest more topics here!

remote widget
remote widget
#

.topic

rustic harborBOT
#
**What is the most satisfying thing you've done in your life?**

Suggest more topics here!

remote widget
dire kindle
#

making a trick shot in pubgm potatopopcorn

remote widget
#

.topic

rustic harborBOT
#
**Tea or coffee? What about milk?**

Suggest more topics here!

remote widget
#

Milk

dire kindle
remote widget
#

I don't drink coffee or tea

#

.topic

rustic harborBOT
#
**What is your favourite Easter candy or treat?**

Suggest more topics here!

remote widget
#

we don't celebrate easter

#

.topic

rustic harborBOT
#
**What is your favorite media genre?**

Suggest more topics here!

remote widget
dire kindle
#

whats media genre?

remote widget
#

Idk

#

.topic

rustic harborBOT
#
**What is your favorite video game?**

Suggest more topics here!

dire kindle
#

.topic

rustic harborBOT
#
**What is the best advice you have ever gotten in regards to programming/software?**

Suggest more topics here!

dire kindle
remote widget
dire kindle
remote widget
dire kindle
#

.topic

rustic harborBOT
#
**How are you?**

Suggest more topics here!

dire kindle
remote widget
#

Weird

#

.topic

rustic harborBOT
#
**Who is your favorite Writer?**

Suggest more topics here!

remote widget
#

None

#

.topic

rustic harborBOT
#
**What's the best pastry?**

Suggest more topics here!

dire kindle
#

i dont eat cakes or pastry or bread or whatever

#

.topic

rustic harborBOT
#
**What Easter tradition do you enjoy most?**

Suggest more topics here!

dire kindle
#

.topic

rustic harborBOT
#
**If you could be anyone else for one day, who would it be?**

Suggest more topics here!

dire kindle
#

maybe...

#

idk

#

.topic

rustic harborBOT
#
**What is your favorite fruit?**

Suggest more topics here!

dire kindle
#

.topic

rustic harborBOT
#
**What are your hobbies other than programming?**

Suggest more topics here!

dire kindle
#

gaming

#

.topic

rustic harborBOT
#
**What is your favorite TV show?**

Suggest more topics here!

dire kindle
#

I watch YouTube only potatothink

#

.topic

rustic harborBOT
#
**What is the title of the last book you read?**

Suggest more topics here!

swift cobalt
#

We wrap each other's presents in funny or ironic wrapping paper in my family

#

I got a gift last year in paw patron wrapping paper

rustic harborBOT
#
**What artistic talents do you have?**

Suggest more topics here!

#
**What is your favourite place that you have visited?**

Suggest more topics here!

#
**What is the best gift you've been given?**

Suggest more topics here!

vital crown
#

@harsh willow How do you figure that it's not underrated?

rustic harborBOT
#
**What's the best pastry?**

Suggest more topics here!

fluid plank
#

how do we corner joe

rustic harborBOT
#
**Who is your favorite Writer?**

Suggest more topics here!

sinful sun
#

Stop

#

This is basically spamming

#

Answer the dang question or stop using the command

pastel arch
#

.TOPIC

#

.topic

rustic harborBOT
#
**What Easter tradition do you enjoy most?**

Suggest more topics here!

#
**What made you want to join this Discord server?**

Suggest more topics here!

tribal tinsel
#

PEP8 song

#

really

#

I found the server month earlier in Explore but something bugged and nothing happened when I clicked the button

#

so it was only when PEP8 song got released that I hit a working url (in the song description) without looking specifically for it πŸ˜›

dull ridge
#

anyone here know how can iwrite to json in react native?

jovial island
#

should be possible with regular JS standard?

somber belfry
pliant trench
jovial island
harsh willow
vital crown
harsh willow
#

They are just not thinking the same question.

#

They look at java and they see bloated code and tons of boiler plate code. It's not fun at all to code in java

vital crown
#

I mean, I think underrated is a pretty good description, since it's kind of a meme that Java is bad, while in reality it's widely used and clearly an effective choice for the types of applications that it's designed for.

harsh willow
#

This is all true there is a reason java is one of least enjoyable languages to code in.

vital crown
#

I think even this is a bit of an outdated view. Modern Java is fine to code in, in my opinion.

#

It's not my favorite, but it's not horrible either.

#

It supports lambdas, functional-style programming, type inference (to some extent) and I think pattern matching is on the horizon as well.

#

It's not as nice as Kotlin, but it's totally fine.

harsh willow
#

I think weight of past is a bit much. I'm still mostly coding in java 8 because of legacy code.

vital crown
harsh willow
#

Is lambda really novel or something these days?

vital crown
#

No, but it sucks not having them.

#

Which you wouldn't in java 7.

harsh willow
#

Yeah that is true

vital crown
#

I think 7->8 is the most important modernization

#

Things get progressively better after that, but 7->8 is the biggest difference.

harsh willow
#

And there is the problem that you still need to deal with old java language. It doesn't just magically go away. Like if you Google how to do something, old code, or other programmers etc. @vital crown

vital crown
#

When you google Python stuff you need to watch out for Python 2 documentation.

harsh willow
#

Python is not anywhere as old as Java or C++ imo

vital crown
harsh willow
#

Most people started with python much later is what I mean

#

Like end of python 2 or python 3

#

Java was popular ages ago

vital crown
#

Python has been gaining ground recently, sure, but it's still just a fact of life that you're always going to have to deal with outdated documentation.

#

It's a not a Java-specific problem.

lunar basin
#

java has so many features mashed into it now

harsh willow
#

Java has to deal with it more

vital crown
#

I don't know, Java has been the language I've worked with the most over the course of my professional career and I don't find this to be a big problem.

lunar basin
vital crown
#

When I google stuff I check the date of the information I find, but I do that for everything, not just Java. I think it's a good habit to have.

harsh willow
#

It's probably not an issue with your because you use java so much. New people or casual users of java are going to suffer more.

shrewd lance
harsh willow
#

That's why I wrote imo lol.

vital crown
#

Perhaps, but I think you just learn to filter by past year when you google, you tend to find up-to-date information.

vital crown
shrewd lance
#

Ah, fair enough

vital crown
#

Java peaked further back.

#

Sorry, I gotta go now. Later.

harsh willow
#

Later

harsh willow
#

If we do stuff in python, we often rely on packages to do a lot of the heavy lifting.

hollow heart
#

@ocean bough so it was asking for average total rain fall for any given month. so now we need to extract not just the month but the year as well

def rain_months():
    data['month'] = pd.DatetimeIndex(data['Dygn']).month
    data['year'] = pd.DatetimeIndex(data['Dygn']).year

    monthly_totals_per_year = data.groupby(['year', 'month'])['NederbΓΆrd(mm)'].sum().reset_index()

    monthly_total_avg = monthly_totals_per_year.groupby('month')['NederbΓΆrd(mm)'].mean()
    return monthly_total_avg.to_dict()
```doing that i got 50.88 for january ![party_cat](https://cdn.discordapp.com/emojis/777422759528759336.webp?size=128 "party_cat")
ornate scroll
#

yo what this is Charles II's corner

#

thats so swag

ocean bough
hollow heart
#

bc first we need to sum the total rainfall per month of every year in the dataframe

#

then we calculate the average total rainfall per month

somber belfry
#

Hey @white olive, just FYI, "third party" means "not Instagram, the entity". It does not have anything to do with you as a user.

white olive
somber belfry
#

haha, thx pithink

ocean bough
hollow heart
#

no, what we did earlier was just averaging rainfall per day per month. in this version we're averaging the total amount of rainfall per month

#

so if it rained 2mm every day in January the first version would give us 2

#

the second version gives us 2mm * 31 = 62mm for January, then takes the average of all January total rainfalls (from all years)

hollow heart
#

so in summary what we were doing before was averaging daily rainfall per month. what we needed to do was average the monthly rainfall instead

#

if that's not what the problem actually asked for, definitely bring it up with your teacher. but I guessed they were looking for average monthly rainfall based on the word "bucket" I saw in the problem lol

wheat aurora
#

@hollow heart you have a fancy new role icon now~

hollow heart
#

I seeeeeeeeeeee

#

thank you pleading_mina

wide totem
#

waiit

#

where is patron 1??

wheat aurora
#

mina went from patron II to patron III, thanks to the patron bot being terrible it doesn't consistently remove the old role

wide totem
#

ah

hollow heart
#

ehehhehe

#

should I catch them all?

hidden kernel
#

you would become more useful to Kat's graphic design workflow

hollow heart
#

ima try it

#

i failed

hidden kernel
#

does it only work when you go in order?

vague shadow
hollow heart
#

smh patreon sent me exactly 0 emails

steel eagle
#

Are you sure

hollow heart
#

first i downgraded from $15 to $5, then i canceled, then i re-joined at $5, and re-upgraded to $15

steel eagle
#

Did you count?

hollow heart
vague shadow
#

Didn't think doxxing you would be a good idea lol

hollow heart
#

WHY TY lol

vague shadow
#

πŸ˜…

hollow heart
vague shadow
#

Nope

hollow heart
vague shadow
#

That's so blurry on mobile lol

hollow heart
#

it's blurry bc whoever made this emote made it bluryy lmao

#

but from what I hear from other creators on patreon, the blurriness just about sums up their quality

vague shadow
#

Lol so I've heard

lofty loom
#

Anyone wanna go into the Joe Box?

#

There's (combustible) lemons

dense wedge
#

kitty

steel eagle
#

Can you not spam please

dense wedge
#

oh sorry didnt mean to spam ill stop

#

yeah sorry

steel eagle
#

You didn't mean to spam? I mean

dense wedge
#

I mean i didnt know 3 pics is spam

#

mb

#

just thought its cute

steel eagle
#

You consciously posted in multiple channels the same thing, you meant to do it. Multiposting is also obviously spam

lofty loom
#

I mean it wasn't necessary to send the same image in three channels for no reason

dense wedge
#

i know sorry

steel eagle
#

Sharing it once, sure. Not a meme so why not, it's fine

dense wedge
#

my apologies

dull ridge
dull ridge
median blade
#

it's android's way of storing stuff

odd sphinx
#

ye

median blade
#

probably this???

odd sphinx
#

but its a key value system

median blade
#

similar to json

odd sphinx
#

but does it support objects in values?

#

like json

median blade
#

no idea

#

the flutter one supports a string list

#

and you can convert json to string and then decode it

odd sphinx
#

true

dull ridge
#

i'm just going to use realmdb

#

it's like json ngl

jovial island
dull ridge
#

i can read them too

#

i can't edit them though

jovial island
#

lol so what's the issue?

dull ridge
#

i can't edit them though

jovial island
#

load edit write?

dull ridge
#

yup

#

i can load and read

#

via import data from './config.json

jovial island
#

you can use localstorage too

dull ridge
#

and read via data.loggedIn

#

i'm just going to let realmdb do that 4 me

jovial island
#

ow ok