#ot0-no-stealth-portals-please

3246 messages · Page 28 of 4

dusty aspen
#

Does go use a JIT?

mystic urchin
#

native representation, but on running, no separate a.out-ish things

mystic urchin
ocean walrus
dusty aspen
#

Okie

mystic urchin
teal storm
#

Java compiles to bytecode, though JIT compiler for it do exist
C# is most often compiles to CIL or native, though it also has a JIT compiler, all three being provided by dotnet core

thick widget
#

me or them?

frozen narwhal
quasi cape
#

this guy built a calculator using binary algorithms in minecraft with mere redstone INSANE

teal storm
quasi cape
#

lol

cursive agate
#

im so bored with river because it is too good a compositor in Wayland. like i can really do anything with it. sad

serene dagger
lofty cypress
#

Bruh

#

Im getting annoyed at work

sick olive
#

what happened ?

lofty cypress
#

Im responsible for documentation for one of my projects and im writing nice looking docs with examples, images, snippets, etc

#

The full works

#

And now this intern thought it was a good idea to start writing his own version of the docs

#

In MS Word

#

And he's getting praised too, what the fuck

#

My question is, how do i slash his dreams and crush him absolutely

#

I want him to check under his bed for me every night before bed

#

I want him to glance out windows and see my face in some bushes

pale mesa
#

point out to him what he can improve with his docs

lofty cypress
#

I want him to move to some fucking forest so he'd think he's safe

pale mesa
#

i mean hes an intern afterall, might as well give him some leeway :/

#

any reasonable upper management will use ur docs instead of bloody msword

lofty cypress
#

Its not even his job to do any of this, his job is to create folders

#

Create folders, move files into folders, rename files

serene dagger
lofty cypress
#

He's covering content that is directly related to my product

#

And doing it terribly too

ocean walrus
#

Lmao

#

Maybe some, "constructive" criticism

serene dagger
#

only if its your job to give criticism tho lemon_smug

pliant canyon
#

shit on him

#

literally or figuratively

lofty cypress
#

The only constructive criticism im gonna give is how to build a bridge so he can jump off it

pliant canyon
#

LMAO

serene dagger
lofty cypress
#

this is sad

#

he's just a kid and this shouldnt be bothering me this much

cursive agate
neat glen
cursive agate
serene dagger
lofty cypress
neat glen
lofty cypress
#

and not only they do not use my docs or any of the QoL features i develop for them

neat glen
#

but that is against rule 6 or smth

serene dagger
lofty cypress
#

they turn around and do this shit

#

he asked for feedback on the company wide teams group lmao

#

about to ruin some tween's christmas

pliant canyon
#

hm

solid prawn
#

totally not a day-old ping because i discovered tryparse exists in julia too

julia> function get_num()::Int
           while true
               !isnothing(local n = tryparse(Int, readline())) && return n
               println("bonk")
           end
       end
get_num (generic function with 1 method)

julia> x = get_num()
abceafefa
bonk
128

julia> x
128
solid prawn
rigid cliff
#

what's it called in python when you have the star before an iterable in like a function call to expand it into individual variables?

cursive agate
cursive agate
solid prawn
#

i never forget about it

cursive agate
solid prawn
#

mainly because i learnt that it exists 5 minutes ago

#

hmm

#

its mostly just habit

cursive agate
#

unless you want to keep track but okay

prime girder
#

Does anyone know if sysfs includes a location for physical memory (RAM) modules of the system, where the data provided can tell me more about the particular module I'm looking at? (Like its part-number, type, size, speed, etc.)

#

/sys/bus/memory/devices doesn't really help me

cursive agate
solid prawn
#

ye good to know

cursive agate
cursive agate
prime girder
#

No, I'm looking to manually detect each module. Also, do you mean dmidecode?

cursive agate
#

module hmm lsmod? pretty sure you know it. im not sure what you really are looking for. try installing inxi

prime girder
#

I don't need external deps

#

I need a location of where the memory modules are enumerated, in sysfs

#

Which hold object attributes that I mentioned above, since dmidecode seems to be able to fetch them/construct them

#

Apparently, it looks at /dev/mem, but that's in binary format, isn't it?

teal storm
prime girder
#

Macro - also, this is the type of data I'm looking to obtain/construct

teal storm
#

whu

prime girder
#

I'll assume I can't use sysfs for this.

teal storm
#

shrug

cursive agate
clear root
cursive agate
#

whats pharo

clear root
#

it's smalltalk

#

but like... idk... dank

#

I wanted to make a GUI calculator and this seemed like a good choice at the time

#

but it's a whole thing

#

and I am trying to figure out how to actually get a GUI working

#

ah, this seems promissing

#

it is quite unique

#

but fun to use

solid prawn
#

someone used APL in a golf i was in

#

half the characters dont even render for me

clear root
#

nice

#

well, there are 2 different commands in APL, both of which are a box

solid prawn
#

oh then maybe they actually are just boxes

clear root
#

yeah, that's Quad

#

it is like python 2 input when read from, and print when written to

solid prawn
#

wait a minute

🥴

clear root
#

lmao

dusky inlet
#

lol

keen island
#

I wonder

#

If your computer can't render certain characters like that, and you try to do !charinfo on it, will it just read it as a box or does it still store the proper utf code

#

Specifically if you copy paste it, I mean

clear root
#

I think it keeps the code

prime girder
keen island
#

Neat

ocean walrus
#

Hi :D

#

I was wondering, is 21st century C a good book?

#

I've finished with effective C

thick widget
serene dagger
#

wat

thick widget
versed perch
pliant canyon
#

lol

thick widget
#

my var names bussin bussin

pliant canyon
#

bruh.close() 😔

ocean walrus
thick widget
#

?

lofty cypress
#

not using with

#

Why bruh

thick widget
teal storm
pliant canyon
hollow holly
#

My least favorite commit messages are "changed code" which has a diff of adding 1,000 lines

ocean walrus
#

Lmao

sick olive
#

!e

def function_converter(time):
    unit = time[:-1]
    time = time.replace(f'{unit}',' ')
    conv = {
    "h": time * 60 * 60,
    "m": time  * 60,
    "s": time
    }
    return unit
print(function_converter('12h'))```
obtuse swallowBOT
#

@sick olive :white_check_mark: Your eval job has completed with return code 0.

12
sick olive
#

why 12 and not h

ocean walrus
#

When I first started with git, my commit messages were "new commit"

solid prawn
#

i still call my first commits "initial commit" and you cant do anything about it

ocean walrus
#

Disgusting

tepid echo
#

I love how I can keep doing volume+5 forever and linux allows that

ocean walrus
#

I'm disappointed hsp

#

Imagine not having commit messages several pages long

proper anvil
#

idk even what really is supposed to go in a commit message? i just summarize what i did

tepid echo
#

exactly that

solid prawn
#

in the initial stages im just changing/adding stuff anywhere and everywhere so its kinda hard to come up with good commit messages lol
though i've been trying to get better

hollow holly
#

Sometimes I forget what I changed

tepid echo
#

just name it "I changed the code"

ocean walrus
#

I usually do "added base project folders and files. Added README and LICENSE" and the like

proper anvil
tepid echo
#

bruh

hollow holly
#

I just write “code”

ocean walrus
tepid echo
#

just do "more code"

ocean walrus
#

Smh, my commit messages are several pages long

#

But yeah, in seriousness, commit messages should summarize your changes, and imo big projects should have a commit message standard that everyone follows

hollow holly
#

Ugh I have to write chess in Python to impress my comp Sci teacher and there are so many different rules

solid prawn
proper anvil
#

write 3d chess instead

solid prawn
#

excellent, even lemon_smug

tepid echo
#

so youre Shakya

serene dagger
#

write 3d cheese instead

ocean walrus
solid prawn
#

Shakya is me

ocean walrus
#

No your hsp

solid prawn
#

yes i am me too

ocean walrus
tepid echo
serene dagger
hollow holly
tepid echo
#

can you stop

hollow holly
#

Someone delete the embed

#

im@on phone so I can’t

ocean walrus
tepid echo
#

I did that

ocean walrus
serene dagger
#

idk i stopped

solid prawn
hollow holly
#

Thanks

#

How are the commit messages though?

solid prawn
#

i was confused to see "initial commit" at the top for a second because i thought it shows the latest commits first lol

#

but yeah nice messages

hollow holly
hollow holly
royal jetty
#

I need to write a image analysis.... I can't just find anything to tell from that image fack

sick reef
#

I didnt say that

solid prawn
#

wha

pliant canyon
#

damn

solid prawn
#

lmao

stone gyro
#

Superman is called that because he's good at OOP.

midnight forge
#

bro no way

#

@hollow holly all my congratulations on becoming helper!!

hollow holly
#

Thank you!

midnight forge
#

another cat dev ascends, our power is growing, our sphere of influence expanding

#

soon, we shall take over pydis

midnight forge
#

i have sent 20 thousand messages...

#

i have never thought that i would become so involved with this community when i first joined

solid prawn
#

same

tepid echo
#

see the thing is, you are not involved lemon_smug

royal jetty
#

Somehow I can say I'm addicted to discord

#

And my first message was then

teal storm
#

amateurs

royal jetty
#

when was your first message?

teal storm
#

you can't reverse the order of the result in mobile

#

so idk

royal jetty
#

And I though I was addicted

royal jetty
teal storm
#

ah

#

what's yours

royal jetty
teal storm
#

ah

#

only two weeks apart tho..

royal jetty
#

I regret my messages in past...

analog carbon
royal jetty
#

I got my first warning in like 2 weeks I guess

solid prawn
#

guys my first messages are so random

royal jetty
#

It was because I didn't know what self bot was and ofc I asked help how to get random bot working

analog carbon
#

I’m now at ~57 300 messages 🙃

solid prawn
#

im at 60k+ lemon_smug

royal jetty
#

what was the command to see amount of warns? I guess I have like 6 😓

solid prawn
#

!user

royal jetty
#

!user

obtuse swallowBOT
#

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

royal jetty
#

huh only 4

analog carbon
#

!user

obtuse swallowBOT
#
gu si ta fu (Vestergurkan#3527)

hypesquad_brilliance

User information

Created: <t:1556518071:R>
Profile: @analog carbon
ID: 572303014346489866

Member information

Joined: <t:1590501689:R>
Roles: <@&815701647526330398>, <@&799041111573266503>, <@&267630620367257601>, <@&295488872404484098>, <@&764802720779337729>, <@&463658397560995840>, <@&518565788744024082>, <@&542431903886606399>

Infractions

Total: 13
Active: 0

solid prawn
analog carbon
#

Only 13 infractions ;)

royal jetty
#

13 infractions?

solid prawn
#

smh

analog carbon
#

LOL

#

For those of you who don’t know, they’re just joke infractions from after I joined staff

solid prawn
#

sure

royal jetty
#

the weird thing is that my account is created 3 years ago (by what bot says) but I made this account and joined pydis just when I made the account

solid prawn
#

huh

#

thats interesting

royal jetty
#

I made this account just to join this server, and I still remember the phase when I made it

analog carbon
#

How long ago was that?

solid prawn
#

!sf 534738044004335626

obtuse swallowBOT
#
Snowflake

534738044004335626
Created at 2019-01-15 14:18:04.643000+00:00 (<t:1547561884:R>).

royal jetty
analog carbon
#

The ID clearly signals an older account

royal jetty
#

that's the problem

analog carbon
#

Yes! I’ll show you a nice figure in a minute

royal jetty
#

there is possibility someone else made the account and smth weird happened when I tried to make this acc (or logged in)

analog carbon
mystic mauve
#

Yup

analog carbon
#

Check your inbox for mails from discord that are old

mystic mauve
#

Either that or just lying for some reason

royal jetty
#

that's also possible but I did not find any messages from my gmail

analog carbon
#

Checked deleted/archived mails if they still exist?

mystic mauve
#

Or the equally likely scenario that is just shitcord being shitcord

royal jetty
#

I delete them monthly

analog carbon
mystic mauve
#

I used to think they

#

That

serene dagger
#

my other account was made in 2016 i used to be a reactionary antisjw fun times 💀

mystic mauve
#

However at this point I'm pretty sure every person who actually knows that they're doing have left the company because of how awful it is

mystic mauve
#

I'd love to be proven wrong, but discord has only gone down hill since its release

#

They care not about accessibility or their users in any way shape or form

serene dagger
#

you forgor lemon_hyperpleased

analog carbon
#

@lusty niche

#

Not the best one. Give me a minute to find something better

#

I’d recommend this Discord documentation article about it, if you wanna dig into how it works

#

Yess, that’s one part of it, which is what we use in the bot to figure out how old accounts are

analog carbon
#

What do you mean?

static trout
#

gu si ta fu

analog carbon
# mystic mauve They care not about accessibility or their users in any way shape or form

However, this doesn’t indicate that the creation of a snowflake for an account (based on the Twitter snowflake format) would suddenly get messed up for a single account. Either the time setting of their servers was corrupted while creating it or a different faulty date was somehow fed into the “snowflake generator” for that account. I seriously doubt both options and don’t see any other reasonable explanation for how a snowflake could get messed up at creation. Could it have changed after creation? If it did, we’d presumably be seeing some much more severe issue than an account looking like it’s too old

#

I think it’s much more likely that he’s already created an account 3 years ago, forgot about it and used “forgot my password” 10 months ago. And then forgot about using that option at sign in

analog carbon
static trout
#

ah i see

analog carbon
royal jetty
#

I don't so I just have to believe I did not know it exists

analog carbon
#

Guess so

ripe depot
#

!sf 218455068242870274

obtuse swallowBOT
#

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

eternal trail
#

@royal jetty You joined this server on 31/1/2021 when your account was abouutttt 2 years, 15 days, 22 hours, 27 minutes and 58 seconds old

#

you probably forgot

royal jetty
#

I have to think so

#

it's really possibly but I just thought I was making account just before I joined here

sinful lark
#

any of u automate guis using keyboard presses or mouse movements for anything?

#

or its too tedious?

#

trying to automate youtube uploads but their API is nothing short of a pile of garbage and horribly documented aswell

pliant canyon
sinful lark
#

oh

sonic crypt
#

hey

#

can someone help me configure and host a gitbook site on github pages lol

teal storm
sonic crypt
#

but with a better gui, requiring no coding at all

#

it still not that great

analog carbon
analog carbon
teal storm
clear root
#

use pillar

teal storm
sonic crypt
teal storm
#

and some other non-rust-related stuff cuz it's just a good tool

sonic crypt
#

well yes but they all require some good amount of setup before writing the docs, i.e. creating the directory and config files etc.

#

thats my weakness 😔

sick olive
#

Anyone knows what's rHASSL4exe, my computer detected it as PUA

midnight forge
#

i'm alive but i'm dead

stone gyro
#

what the fuck

midnight forge
#

lmao by process of elimination i guessed the answer out of three last possible answers-

#

no way i'm actually right 🤣

#

i have the power of rng and god on my side

pliant canyon
#

damn

stone gyro
#

ah, I kinda get what the question is after reading it a few times

pliant canyon
#

rng gods

stone gyro
#

seems more like a computer task than a human one tho

#

this is basically sudoku

wild orchid
midnight forge
fluid hazel
#

any antivirus recommendation for linux?

fluid hazel
ruby trellis
#

@sick olive really now. how often do you go hungry?

#

every animal has to hunt for their food, humans are used to it
sure, but guess what, we live in the magic age of agriculture.

#

we do not need to hunt for our food anymore.

brave estuary
ruby trellis
#

city moment

brave estuary
#

It's not like you can just go trap squirrels at the park. You have to travel to somewhere you're even allowed to hunt, have a hunting license, and so on and so forth.

opaque finch
#

We actually have to where I live.

ruby trellis
#

o_O where do you live?

brave estuary
#

Yukon?

opaque finch
#

We need to shoot 100k moose every year or they literally destroy the forest.

ruby trellis
#

i found the Canadian.

opaque finch
#

Sweden

ruby trellis
#

same thing \s

opaque finch
ruby trellis
#

can you speak Swedish?

opaque finch
#

Well, I am Swedish, so...

ruby trellis
#

if so can you teach me how to curse in Swedish

lofty cypress
#

I could go for skewered squirrel

#

Grey squirrels are invasive and a plague

opaque finch
#

In theory, but not on this server. It also doesn't sound like much fun for me.

ruby trellis
#

i could go for some pork with tons of diseases inside of it that could probably kill me.

#

fuck it, we should just go back to monke, literally.

ruby trellis
#

Dementati have you shot a moose before

opaque finch
#

Nope. But my grandfather and uncle hunt.

brave estuary
#

Fun fact, did you know Canada is such a frozen wasteland that over 50% of the population live at the very most southern parts of the country, and the government will literally pay you to live in certain areas because those areas are so inhospitable?

ruby trellis
#

our government will pay you to live in barren wastelands?

brave estuary
#

I want to get some property in like Nanavut or the NW Territories

#

Global warming insurance

ruby trellis
#

that sounds like a waste of money and cold as fuck.

#

i like it.

opaque finch
#

Sweden has a similar layout, with the vast majority of the population concentrated in the southern parts, but it's not quite as extreme as Canada.

brave estuary
ruby trellis
#

get a fireplace going up there & make some hot chocolate inside of a wooden cabin.

brave estuary
#

When it's a nice temperate climate everyone's gonna want in.

ruby trellis
#

thinking ahead

opaque finch
ruby trellis
#

foreshadowing???

#

i wonder if it will actually get that extreme.

opaque finch
#

It's pretty likely.

#

Global warming isn't exactly slowing down.

brave estuary
#

yeah, a ton of countries still produce like, most of their power from fucking coal

ruby trellis
#

Moose Superior

brave estuary
#

coal

ruby trellis
#

we can run the world on Moose pelts.

brave estuary
#

Who the fuck burns coal?

ruby trellis
#

what the fuck is the context

#

who would vandalize a page about Moose?

opaque finch
#

If this continues, I'm gonna go nuclear. I mean, literally. I'm not an angry person. I just think nuclear is a good compromise.

brave estuary
#

Thorium reactors, that's what the world needs

ruby trellis
#

how about we just leave the planet.

brave estuary
#

But people have a weird phobia of nuclear

#

probably not gonna happen very fast sadly.

opaque finch
ruby trellis
#

why do people not realize that nuclear energy is safe malarkeydetected

opaque finch
#

You get a Chernobyl and Fukushima and people think it's the end of the world.

brave estuary
#

Which to be fair, those were bad.

opaque finch
brave estuary
#

But modern reactors aren't even built like either of those.

ruby trellis
#

you know what else is going to be bad? cities going under water 😎

brave estuary
#

The technology now is extremely robust.

opaque finch
#

Pollution from coal plants kills 10000x the number of people annually (or something along those lines).

brave estuary
#

The Canadian Nuclear Safety Commission have a youtube channel where they talk about procedures and reactor design

#

it's lit af, check it out sometime

lofty cypress
#

Wait till Cali is under water then save the planet

opaque finch
brave estuary
ruby trellis
#

i want to have mars babies

opaque finch
#

Mars has no magnetic field.

ruby trellis
#

i want sun burnt mars babies

opaque finch
#

And it has 0.4x the gravity or something.

ruby trellis
#

i want tall sun burnt mars babies

ruby trellis
opaque finch
#

It's also way worse than the barren wasteland you wanted to escape from.

ruby trellis
#

California breaking off from the continental United States.

#

which i doubt will actually happen but lol

opaque finch
#

Whether or not it does, why are you excited about it?

#

It doesn't sound like a good thing.

ruby trellis
#

joking

sonic glacier
#

think of the investment opportunities with all that new coastline though

ruby trellis
#

we could get a billboard with the C logo on it plastered across it.

lofty cypress
#

Could finally afford a coastal apartment with cali gone

ruby trellis
#

improved gene pool

dusty aspen
#

C has a logo? How do I not know this

#

oh wait I do

#

wtf, I just disassociated that iconic hex-c-thing from the language

ocean walrus
#

Lmao

#

Lol

sinful lark
#

if cali ever becomes an independent country i am sure texas and florida will follow suit

glad grove
#

@hollow holly Today I figured out what was broken in my C physics simulation! Turns out I completely misunderstood how switch/case worked lol. I didn't use break after independent cases...

hollow holly
#

Congrats though!

sinful lark
#

its in cpp aswell, one of my first projects in C++ had a nasty fallthrough bug

hollow holly
#

My lexer is still brorken for my calculator 😔

ocean walrus
#

What language

sinful lark
#

feature not a bug xqcE

hollow holly
ocean walrus
hollow holly
#

it's in C

ocean walrus
#

How much c do you know so far

#

Have you finished effective c?

hollow holly
#

No, but I already have a calculator program and all I would be doing is transferring it to C

ocean walrus
#

Ah, alright

hollow holly
#

with the same logic

ocean walrus
#

How is it broken?

hollow holly
#

string handling is completely ruined

#

equality doesn't work whatsoever

ocean walrus
#

Lmao

hollow holly
#

strncmp doesn't work either

glad grove
ocean walrus
#

Reading more of effective c would give you more insight on what exactly the language features do, and how to better use them

ocean walrus
hollow holly
#

That's how I learned Python

#

reading books is kinda meh for me

sinful lark
ocean walrus
#

Alright

sinful lark
#

reading comes in a close second

ocean walrus
#

Although, getting a strong foundation in the basics is pretry essential

hollow holly
#

So I think it's time for me to mess around by myself

#

then i'll continue reading effective C

ocean walrus
#

Great

hollow holly
#

@glad grove I see what you're talking about, the null terminating byte at the end

#

It ruined my code lol

glad grove
#

Was that the main bug?

#

Or is it still borken if you fixed that

hollow holly
midnight forge
sinful lark
#

someone know what to do if an x-axis value is greater than what a graph shows?

For example the distance (meters) in this graph only goes upto 0.40 but my answer requires it to be atleast 1...

https://i.imgur.com/Y3XOJOV.png

glad grove
#

What are you trying to do?

sinful lark
#

I need to plot at point (x=1, y=300) but x doesnt even go upto 1

#

and i know for sure that x=1 is correct lol

glad grove
#

Are you able to change the scaling of the graph?

sinful lark
#

not 100% certain but I know my professor wouldnt mind it... Do you think I should scale it enough to add 1?

glad grove
#

I'd check that your point is correct first, which I'm not sure it is. I think the graph is meant to be a y = 1/x^2 graph, but if you add that point, then based off your current points I feel like it would look wrong

sinful lark
wild herald
#

I have a question, when an application runs, does it have one big loop or a main loop and some other small ones?

clear root
#

generally, one loop responsible for everything

wild herald
#

even in games?

clear root
#

ye

wild herald
#

thank you

clear root
#

or well, one loop per thread

wild herald
#

thread?

clear root
#

most things these days run multiple threads

sonic glacier
#

almost by definition there can be only one main event loop, but various processes will have loops in them

wild herald
#

ok

clear root
#

except for python programs, since they are just kind of harder to use async in most cases

wild herald
#

im learn unity rn

clear root
#

in unity you have the job API if you need to run something outside the main loop

wild herald
#

ok

cursive agate
#

compiling a custom linux kernel is pain

serene dagger
#

last time i did that my network card stopped working and i didn't feel like compiling again lemon_angrysad

serene dagger
#

nyooo

fluid hazel
#

guess what, they rolled it back 😄

#

how about make the entire video private brainmon

#

this will solve:

  • misinformation
  • lack of diversity
  • youtube drama
  • copyright infringement
    and most other issues
serene dagger
#

give everyone a voice so long as you get the grift money break all the rules its okay

mellow sierra
#

Is Django a good one to have basic competency in? I don't really like web stuff, but I know it's important.

cursive agate
#

is it me or.. why does a govt website use excel as backend

mellow sierra
#

Contracts. Someone signed a contract.
It was a bad someone.

#

... I think I'll compromise. React and Angular are too much for me to devote to web dev. Django genuinely looks fun, even if it's web dev.

clear root
#

Because people know how to use excel

mellow sierra
#

One of my tutors said that ... the District Health Board(?) had integrated macros in MS Word(?) so extensively that there was virtually no way they could ever drop the program from their workplace. Just endless band-aids.

cursive agate
#

im just concerned if that poses a security risk

#

office software are known to be easy

rough marsh
#

is the ot name updating an hour earlier than before

cursive agate
#

yeah

rough marsh
#

or do i not understand how time works

cursive agate
#

sure

#

😂 wtf is this

hollow holly
cursive agate
hollow holly
#

I (think) you're from UTC - 5/4 which recognizes DST (directed to Mina)

cursive agate
#

i cry every day too. got a lot of time on my hands

rough marsh
#

so like, next year will the name change another hour earlier?

hollow holly
rough marsh
#

o_O

#

like it used to be 8pm for me, now it's 7pm. next year will it be 6pm?

hollow holly
#

nope, it'll be 8 pm again

#

East coast follows daylight savings time

rough marsh
#

lol lol

#

I know that, but don't understand the implications

#

with the bot

hollow holly
#

It follows UTC

#

UTC hasn't changed I think, we just changed

#

so we jumped back from UTC - 4 (8 pm) to UTC - 5 (7 pm)

rough marsh
#

okok so in March or whenever when daylight savings starts again it will be at 8pm again

hollow holly
#

yep

rough marsh
#

thx for joining struggles of understanding time with mina

hollow holly
#

Especially when programming

#

screw sleep schedules, let's all adopt UTC

teal storm
cursive agate
neat glen
serene dagger
cursive agate
#

fuck

#

my teacher wants me to install Safe Exam Browser

#

😔

oak hemlock
#

The "Lockdown Browser"

visual helm
#

lets all make nft's

oak hemlock
#

Don't majority of NFTs end up in net loss

visual helm
#

I have no idea

cursive agate
#

im bothered because it is basically malware

oak hemlock
#

I wish our exams were like that

#

there's no need to study 😔

#

everything's just too easy and takes a needless amount of time

cursive agate
#

also compiling linux xanmod kernel cause why not 😫

cursive agate
oak hemlock
#

Yes

dusty quarry
#

Yoo

oak hemlock
#

but even in university classes 😔

#

I hate the schools here, so much

dusty quarry
#

I don understane

cursive agate
cursive agate
fathom yew
dusty quarry
#

No understand

visual helm
#

understand what?

cursive agate
#

understane? 🤔

visual helm
#

.oO(yiss)

fathom yew
oak hemlock
#

so you can't do any of that

fathom yew
#

ohhh

dusty quarry
#

I don’t understand the ass workout. See when you workout your body, you burn the fat and build the muscle and if you eat less while workout more, you’ll look lean but there’s one part of your body that seems to do the opposite. Your ass, the more your workout your ass , the more the fat will deposit over there instead of the fat supposed to be burn. Please someone explain the mechanic.

oak hemlock
#

the what

visual helm
#

LMFAO

rough marsh
#

aren't glutes like one of the largest muscles

#

maybe quads

oak hemlock
#

._.

#

that just does not happen to me

serene dagger
#

muscle dont change fat distribution the muscle just gets big then fat covers it

neat glen
#

can i replay genshin's cutscenes

#

my phone's performance isn't that good

#

and it barely plays anything

oak hemlock
#

there are some cutscenes I love to rewatch lol

neat glen
#

ok

oak hemlock
#

Who's they \😩

neat glen
#

me perhaps

oak hemlock
#

you love to watch me? \😩

#

can't blame you

neat glen
oak hemlock
#

nobody ever loves to watch me

neat glen
#

why do you thank me with a sad face

golden lynx
#

POV: People helping in help channels

oak hemlock
golden lynx
#

😳

neat glen
golden lynx
#

I too feel the unhappiness 😢

oak hemlock
#

with da baby

oak hemlock
#

that sounds about right

#

I'll go with \😩

rough marsh
#

"I'll go with \😩" I get this when I copy paste your message

#

o wait

oak hemlock
dusty aspen
#

He escaped the twemoji

mellow sierra
#

I don't have an emoji, but some of the ascii ones are fine :|

oak hemlock
#

iOS user spotted

rough marsh
#

lolol

golden lynx
rough marsh
oak hemlock
#

another iOS user spotted

rough marsh
#

so what does it look like for you?

neat glen
#

\👀

oak hemlock
neat glen
rough marsh
#

show...

golden lynx
dusty aspen
#

This is what it looks like for me

oak hemlock
#

that looks disgusting

#

LOL... I mean to be frank

dusty aspen
#

It looks better than the old ones

neat glen
rough marsh
#

lmao

oak hemlock
#

\😩

dusty aspen
#

you die on your hill I'll die on mine

golden lynx
oak hemlock
#

why can I not upload this image

golden lynx
#

Because windows

oak hemlock
#

I'm on Windows

#

okay Discord's just broken ig

golden lynx
#

Your privileges to upload images has been revoked.

oak hemlock
#
golden lynx
#

The amount of effort this guy took.

oak hemlock
#

what guy

golden lynx
#

Oh some guy who had trouble uploading an image.

neat glen
#

windows phone is dead, long live windows subsystem android

#

wsa is going to give me a lot of fun

#

but i dont want to install win11 now

#

i prefer being windows outsider

remote skiff
#

Hey, I hope you guys are having a good day

sinful lark
#

The BIOS was software that was integrated into the computer's motherboard.

#

T/F? I picked true and got it wrong

#

oh is it because different vendors have their own BIOS?

#

nah just ot

#

i know very little about how hardware works besides the barebones basics, so im curious

#

which

#

so motherboard manufacturers doesnt integrate their own BIOS into the mobo

#

“Choose of the three mental processes from the article. Which of the examples provided most closely aligns with your identity or culture.”

#

seems like a mistake, they probably forgot to type "one"

#

high school?

sick olive
#

hi

oak hemlock
#

no promises

upper turret
oak hemlock
#

I'll never understand how y'all think the new emoji look better

#

they look like sunburnt fuzzy dramatic peaches

cursive agate
#

now dont play genshin impact

neat glen
dusty aspen
#

semi-related: I really hate how they only shipped the 2d versions of the emojis. The 3d ones in the "ads" were so much better.

sick olive
#

xithrius

#

you gonna stream today?

pliant canyon
#

yo how did u get them 3d emoji

#

insiders?

ocean walrus
#

3️⃣

dusty aspen
#

I'm saying I don't have the 3d

#

I don't think msft ever released them, even though they probably spent a lot of money on making them

cursive agate
#

even on github and other apps

#

except messenger or some custom sites

#

lemme check maybe im wrong. i havent touched my windows OS that long

dusty aspen
#

you're correct

oak hemlock
#

gross

#

too toony and weird

dusky inlet
oak hemlock
#

oh god

dusty aspen
#

see those look great

dusky inlet
oak hemlock
#

LOL

dusty aspen
#

the 2d one is ugly

dusty aspen
#

omg

dusky inlet
#

agree

oak hemlock
#

lunatics, I tell you

quasi cape
#

helo

dusky inlet
#

hei

rough marsh
#

PleadingFluent has grown on me

dusty aspen
#

I really wish I had nitro just so I could use that

rough marsh
quasi cape
dusty aspen
#

I use a couple

grand zealot
#

LOL

oak hemlock
#

huh?

#

oh my...

pliant canyon
solid prawn
#

\🤣

pliant canyon
#

\🥲

quasi cape
#

\😂

solid prawn
quasi cape
pliant canyon
#

bruh

quasi cape
#

hm

pliant canyon
solid prawn
quasi cape
pliant canyon
#

lol

solid prawn
#

\🥲

pliant canyon
solid prawn
#

hmm

quasi cape
#

hi stable i am oreo

dusky inlet
quasi cape
#

dam

solid prawn
dusky inlet
upper turret
#

windows 10 user?

solid prawn
#

yes

upper turret
#

:epicpoint:

magic carbon
#

Who wakes me up?

serene dagger
#

the Mississippi queeeeeen

magic carbon
#

Where is my quen

serene dagger
#

in Uganda

magic carbon
#

Did you mean Mississipi Queeeeeen?

serene dagger
#

if you know what i mean

thick widget
#

.reverse racecar

median swallowBOT
#

racecar

thick widget
#

yooo

grave ridge
#

why is PyCharm like, ripped off?
logo_pycharm ?

sick olive
#

.reverse rasecar

median swallowBOT
#

racesar

grave ridge
#

it's like a part

#

sorry

dusty aspen
#

If you're asking about the lines in/shape of the logo, that's how all JetBrains logos are

grave ridge
#

like it's y'know, not whole

#

it's only a part of it

dusty aspen
#

That's just how they're designed

oak hemlock
#

oh

#

You mean the logo... like how it almost looks like a puzzle piece

sick olive
#

what

thick widget
cursive agate
sick olive
#

editing

cursive agate
#

?

sick olive
#

it is not an error

cursive agate
#

?

sick olive
#

clearly edited

cursive agate
#

?

sick olive
#

i am saying

#

that windows sad is not a blue screen error

#

its editing

#

also it doesnt say 100% not cool bro

dusty aspen
#

well yes of course

#

that's a joke

sick olive
#

oh

#

i am feeling happier than before today

#

dawn

#

when you started programming and when you joined discord?

oak hemlock
#

lol

sick olive
#

oh

cursive agate
#

even dawn understands that was a joke lol. xD

sinful frost
dusty aspen
cursive agate
#

i mean it is obvious

cursive agate
sick olive
#

i dont get humour

sick olive
cursive agate
#

she helped with quality knowledge so she became halper

sinful frost
#

but if stray dog, no

#

they get cold and hungry lol

sick olive
oak hemlock
#

who's dawn

sick olive
#

a helper

#

and 13 year old who reads too much ( kind of like me)

#

defenstrate dawn

sick olive
#

what all books have you read and what type of books you like?

dusty aspen
#

uhhh

#

Just a lot of fantasy

dusty aspen
sick olive
dusty aspen
#

uhh

#

way too many for me to list

serene dagger
#

mmm my pc is so moody to boot up i feel like thats its own security mechanism

sick olive
oak hemlock
#

oops I read that so wrong

static trout
dusty aspen
#

I love the riordanverse

#

daughter of the deep was great too

sick olive
#

all riordan books?

dusty aspen
#

uhhh

#

I dunno bout all the side stories

#

But the main parts of PJO, THO, TOA, MC, and TKC, yeah

solid prawn
#

i read the first two(?) books of TOA and then someone gave me a spoiler for the third so i didnt complete the series

thick widget
#

i agre 🥶 👍

#

best quote ever: "classes are a tool, not a religion"

oak hemlock
#

Dawn has a sense of humor?

cursive agate
#

were you possessed for a second there?

dusty aspen
cursive agate
#

i guess dawn was possessed by seahawk for a bit

oak hemlock
dusty aspen
#

anytime I use an emoji in a message I'm joking

oak hemlock
#

I love you \❤️

thick widget
#

good thing that was a joke

dusty aspen
#

okay well maybe not anytime, but anytime I use an emoji it's not a negative message

solid prawn
#

I'm having breakfast 😏

oak hemlock
thick widget
#

im about to have breakfast

thick widget
solid prawn
#

this message is a joke 😏

oak hemlock
#

oh no

thick widget
#

OH NO

serene dagger
#

bruh i just put emojis randomly on messages so ppl cant know what i mean, its like locking your door all the time to throw people off lemon_smug

cursive agate
static trout
#

e 😏

jagged obsidian
#

PyBreakfast

#

eating pythons for breakfast?

#

I don't think that's a good option, because the python will bite you in the stomach

cursive agate
#

eating @oak hemlock for breakfast. just add @sick olive

#

wait which goes first?

#

milky or pycereal

jagged obsidian
#

Dip pycereal into milky

#

Then eat it

cursive agate
#

okay im convinced

oak hemlock
#

oh my

#

@sick olive save me

neat glen
sick olive
#

hullo

jagged obsidian
sick olive
#

what

neat glen
sick olive
#

lol what

sick olive
jagged obsidian
sick olive
#

lol

#
print ("hello world")
oak hemlock
sick olive
#

!eval

Drint = print
Drint ("hello world")
oak hemlock
sick olive
#

lol

neat glen
#

dont be surprised, i bet you already know that

oak hemlock
sinful frost
#

can anyone help me to wipe my ass

oak hemlock
#

what

sinful frost
#

like literally, how to do it xd

pliant canyon
sinful frost
#

oh right

pliant canyon
#

thank me later

copper nimbus
#

Bruh

high obsidian
#

:)

quasi cape
#

stop posting same thing in different ots lemon_warpaint

oak hemlock
#

._.

jagged obsidian
#

wtf

pliant canyon
#

lol the amount of dislikes

oak hemlock
#

Louis Rossmann did a good video on this tbh

neat glen
#

haven't usd youtube for a while

thick widget
neat glen
#

someone translate

thick widget
#

enchanting table

jagged obsidian
#

Enchanting table

neat glen
#

ok

pliant canyon
#

enchanting table

sick olive
#

Is is possible to put three backticks ` in a discord code block lemon_thinking

#
test \`\`\` test
solid prawn
#

just put a zwj ig

cursive agate
#

if you receive a discord nitro gift from some rando like System Message, just say fuck u and block ;)

sick olive
#
hmm `‍`‍`
#

that works but hacky

thick widget
#

lol

#

whats inv link for rust serger

sick olive
cursive agate
oak hemlock
oak hemlock
#

I reported that person as spam

thick widget
quasi cape
#

n p

thick widget
static trout
#

//cyl tnt 100 3
definitely cannot go wrong in any way

oak hemlock
#

are y'all Dutch or something

thick widget
oak hemlock
static trout
thick widget
#

the // and tnt gave it away

oak hemlock
#

this is why you use AWE

static trout
thick widget
oak hemlock
static trout
#

im not talking about world edit going wrong

#

im talking about the immense amount of tnt

thick widget
#

the tnt explosion

oak hemlock
static trout
#

and the fact this is a superflat that contains 1 layer of redstone and 1 layer of bedrock

stone gyro
#

what's laggy about immense amounts of TNT, smh

#

it's just a block, not a ticking tile entity, nothing laggy about it 😛

pliant canyon
#

reported for spam 😂

quasi cape
static trout
#

hm very nice

thick widget
#

the primed tnt is dangerous

static trout
#

dude he knows

quasi cape
thick widget
#

the only thing dangerous about the tnt block is the fact that it can turn into primed tnt

thick widget
#

CIRCLE IN MINECREFT

#

notch was very good at making those kinds of effects

oak hemlock
thick widget
#

and he used them a lot

#

even outside minecraft

solid prawn
quasi cape
static trout
#

i love that for 1 second it returns to normal and it spends the next 8 seconds in the not responding screen

quasi cape
#

itsallpixels

quasi cape
#

lol

static trout
#

hm as long as i keep this screen up its fine

#

the subtitles show that the explosion's still going on

#

as soon as i click "back to game"...

#

we get the not responding screen

#

i love torturing my pc

oak hemlock
#

wait how did you change the color of that bar

#

at the top

thick widget
#

and so does your pc love torturing you

static trout
oak hemlock
#

what

#

my accent color is definitely not white

static trout
#

no idea

tired onyx
#

has anyone found another bot client where you can log into a bot? I heard discord patched a bunch of the current clients and I can't find a new way.

stone gyro
#

!rule 5

obtuse swallowBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.

stone gyro
#

discord doesn't particularly want users to discuss breaking discord's tos, on Discord at that.

tired onyx
#

oops, sorry about that

neat glen
#

i tried !raw-ing it, but i don't get the same result, it's like different when the bot sends it

oak hemlock
sick olive
#

which version of linux should i get?
send link also

pliant canyon
oak hemlock
sick olive
#

ubuntu

#

but which version of ubuntu?

#

i need for personal use

oak hemlock
#

so 20.04 LTS

upper turret
#

so next LTS is on april of 2022?

oak hemlock
sinful frost
sick olive
#

to dual boot

#

do i need a full clean usb?

#

with no files at all

oak hemlock
#

You're going to need to format it

#

which means wiping it clear of any files

sick olive
#

can i add files to it after i install ubuntu?

oak hemlock
sick olive
#

oh ok

#

btw which linux os you use?

oak hemlock
#

I typically run openSUSE Tumbleweed

#

but sometimes I use KDE Neon or openSUSE Leap

sick olive
#

ohk

solid prawn
#

haha SUS

sick olive
#

lol

#

i made the word sus with emojis

solid prawn
#

try not to send it here

oak hemlock
#

does this look weird to y'all

sick olive
#

but i wont paste it coz then i will get muted 3rd time for the same reason

solid prawn
#

youll get muted if your message has too many emojis

oak hemlock
#

like the title bar color namely

solid prawn
#

3rd lemon_eyes

sick olive
#

yeah ik first time it was for 126 emojis under 10 seconds

#

then it was too many emojis

solid prawn