#ot0-no-stealth-portals-please

1123 messages · Page 2 of 2 (latest)

clear crest
#

i had to learn vectors, vector maths (enough to write my own vector library), then a lot of algorithms and stuffs

marble anchor
#

damn god

tardy hornet
glass chasm
#

I love dark fantasy instead

tardy hornet
#

How do you even communicate between a team

#

I never worked together

marble anchor
clear crest
marble anchor
#

I read Berserk, such a good piece of manga

clear crest
#

like one of my friends taught me vectors

marble anchor
#

Also read Tokyo Ghoul, it's so much better than the anime

clear crest
#

another of mine taught me how to check collisions

#

and all that

tardy hornet
#

Is also the reason i have freedom to do git reset, delete, add stupid stuff, etc. all of my dictatorship

clear crest
#

my python vec library is so much lengthier than my rust one

#

!paste

obtuse swallowBOT
#
Pasting large amounts of code

So that everyone can easily read your code, you can paste it in this website:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

tardy hornet
clear crest
clear crest
#

in fact i learnt a lot of maths and physics from programming

#

rather than schools

tardy hornet
#

I actually wrote a small algebra lib because i dislike math being taught in the way of curriculum.

So i learn it myself, but i forget, so i applied that knowledge into programming, now i won't forget and have a liking to math without feeling hatred for it

clear crest
tardy hornet
clear crest
tardy hornet
# tardy hornet I actually wrote a small algebra lib because i dislike math being taught in the ...
class Variable:
    def __init__(
        self: "Variable",
        base: str,
        subscript: int = 0,
        superscript: int = 0
        ) -> None:
        self.base = base
        self.subscript = subscript
        self.superscript = superscript
    
    def __repr__(self: "Variable") -> str:
        return (
            "Variable("
            f"base={self.base}, "
            f"subscript={self.subscript}, "
            f"superscript={self.superscript}"
            ")"
            )
    
    def __str__(self: "Variable") -> str:
        representation: str = self.base
        if self.superscript > 0:
            representation += f"_{self.superscript}"
        elif self.subscript > 0:
            representation += f"**{self.subscript}"
        
        return representation

One of the pieces.

glass chasm
tardy hornet
#

Idk how accurate or inaccurate are those from real algebra lol

glass chasm
marble anchor
clear crest
#

@shell quest you were right

#

just drawing everything out on a paper

#

helped me wrap my mind around it

glass chasm
#

Kagubachi is already my favourite anime of all time

tardy hornet
tardy hornet
clear crest
#

its actually simple!

tardy hornet
#

Pro

#

Seems like github's

hollow juniper
#

@marble anchor this is what I gotta do today

hollow juniper
shut arrow
#

hi,
i have a question related to statistics

#

can anyone help?

hasty shard
#

hey wassup ppl

hollow juniper
grizzled jackal
twilit patrol
#

@simple bough how's your russian feelings

simple bough
#

i havent done shit in months and consistently skipped 3days a week

twilit patrol
#

that sucks

#

idk i mean i havent done anything productive outside of school so that kinda checks out

grizzled jackal
#

Gemini API is fun

small saddle
grizzled jackal
dreamy cliff
grizzled jackal
#

Bro I don't know what to do

#

I don't feel like gaming

dreamy cliff
#

don't we all

grizzled jackal
#

I also don't feel like coding or making a game

small saddle
grizzled jackal
#

Since that takes time

grizzled jackal
#

He shouldn't have died

#

He was the best

#

The fastest in the east

#

You killed him

small saddle
#

ah
probably

grizzled jackal
#

He was almost perfect

small saddle
grizzled jackal
#

Why do my chess opponents keep resigning

#

This is so annoying

#

Bot

#

How do you even react that fast

hollow juniper
#

Is elixir a good programming language ?

elfin silo
modern salmon
#

just kill me already

grizzled jackal
#

What game?

#

Monster Legends?

royal gyro
#

I am just entering the second year in University in india, and I have summer vacations ongoing right now.
I have learnt python and web development basic foundations till now before even the first year. And i didn't code anything during my first year. Now I m making a plan of studying python for 2-2.5 hours per day. But what do I do for the rest of the day? What options do I have? I m not trying to learn a new language in parallel as already recommended by people and trying to build a solid grip on python first by learning by doing. But want to explore more options to take most out of my day.

I would appreciate any suggestions on what options I do have in parallel to what I m doing?

royal gyro
grizzled jackal
#

Is it good?

royal gyro
#

Igso avg is like 8 lpa

grizzled jackal
#

LPA?

royal gyro
#

Umm 0.8 million a year

grizzled jackal
#

So 800,000 or 8 lakhs

royal gyro
#

Yeah

grizzled jackal
#

Okay

#

I want to play volleyball so I want to buy a volleyball, which company is good?

#

Amazon

royal gyro
#

Igso

grizzled jackal
#

I have this online fear

#

That other people in games are bots

#

It's weird

#

and kind of annoying when they start to beat you or play bad moves

#

Like Chess or Roblox

dreamy cliff
dense oxide
clear crest
#

why is that so funny

dense oxide
#

It's just so "self-explanatory", amazing one-shot

#

reminds me of old Gary Larson, like the "Midvale School for the Gifted" comic

mental sun
#

Hey everyone. I'm Don.

soft folio
soft folio
#

No Offense!

velvet shard
#

.

last kayak
#

{~.~}

obtuse jewel
#

}~.~{

#

~0~

brazen tendon
#

didn't realize prototyping is a skill in itself that is different from regular programming

dusty needle
#

Hi to everyone!

#

Is this a server on Python, right?

strange drift
#

It is indeed

wispy marsh
#

Hello!

floral marsh
#

hi people can any of u link to ur personal websites if u have one itd be of great help

sharp gazelle
#

hi everyone! just started learning python a week ago. python

celest epoch
#

Hello I want to learn the coding language known as “python” thanks

obtuse swallowBOT
hollow juniper
celest epoch
#

BIG BACKKK

celest epoch
fading compass
#

nah sushi is guilt-free

celest epoch
hollow juniper
haughty plank
#

guys why do i have it in recommended? 😭

sacred crystal
#

Hi i am Fazal and i am a software engineer

narrow aspen
#

portfolio or questionable

celest epoch
crimson orbit
#

Slm

tardy hornet
vapid hawk
#

Hey everyone! 👋
I’m styjii. I'm a Full Stack Web Developer with a lot of love for Python.

tardy hornet
#

Top ten reasons why not everyone should be a full stack web developer with a lot of love for Python:

vapid hawk
#

Why not? 🐍 Clean syntax, great libraries, and it actually lets me finish my projects before I grow old.

tardy hornet
#

Valid point

strange drift
#

!warn 1507721980802240522 This is not a job board

obtuse swallowBOT
#

:incoming_envelope: :ok_hand: applied warning to @wanton fulcrum.

dense valve
#

Hello

rich bane
hallow sleet
#

The bills

#

The food on the table

#

When ur doing the exact same thing in ur bio… “currently is anyone wants to help out( Link ) “

short oyster
#

Linking to an open source project you're working on in your spare time in your bio is different than asking people for paid work

rose turtle
#

Wouldn't that be VIM then? I used VIM on Termux and I don't think I'll ever use another IDE unless there's a specific feature I really need

errant panther
#

Hello everyone, im new into python, any recommendations?

bitter bronze
#

hi

bitter bronze
#

hi, can i get an opinion onna song i did

errant panther
bitter bronze
errant panther
#

Thanks is for free ?

bitter bronze
#

yeah

novel sage
#

Yea gemini is getting better

dense oxide
twilit patrol
weak wind
# dense oxide

when you're kind of not good enough but you're kind of not good enough to be not good enough

mortal hull
#

i disapprove

onyx vortex
ocean walrus
shell quest
#

now it's an eternal disapproval

modest slate
#

… you have that power?

shell quest
#

(dont unpin it)

shell quest
onyx vortex
#

Couldn't just add it to the list for channel names?

modest slate
#

That requires mod perms

weak wind
#

i love the pinned message order

onyx vortex
shell quest
#

anyway now it's actually an eternal disapproval

stark pelican
#

were you not there when i did the whoopsie yesterday

modest slate
onyx vortex
modest slate
#

I’ve tried it before and I wasn’t able to do it

stark pelican
#

i tried to reply to my own comment and accidently pinned it instead

#

to mfing pygen of all places

onyx vortex
#

You are talented my friend.

modest slate
stark pelican
#

apparently i did not actually unpin it, as fix did a few hours later

#

which i learned about two minutes ago

modest slate
#

Fix really do be fixing

stark pelican
#

does the X button in the pinned messages modal just dismiss the message, then?

modest slate
#

Try it and find out

stark pelican
#

it asks if i wanted to unpin

#

but i coulda sworn i did that to my pin

#

so why did fix have to firTilt?

marble turret
mortal hull
#

huh

onyx vortex
mortal hull
#

my impact is enormous

onyx vortex
#

With great power...

twilit patrol
#

comes great disapproval

dense oxide
tardy hornet
vapid reef
#

What does blud think he is achieving

tardy hornet
#

What is GitHub doing on discord ducky_concerned

vapid reef
#

Im not github im octocat

tardy hornet
#

People tend to generalize and simplify that

vapid reef
keen burrow
#

whatsup

#

m new here

half copper
crude hound
#

hey

#

i have my C code and it feels like repetitve if else chain

#

should keep it

#

or redo

half copper
#

if it does the job and isn't unmanageable why not

#

might even be preferable in some ways

crude hound
#
if(strcmp(argv[1], "tcp") == 0) {

        if(strcmp(argv[2], "server") == 0) {
            tcpserver();
        }

        else if(strcmp(argv[2], "client") == 0) {
            tcpclient();
        }

        else {
            printf("Invalid TCP option\n");
        }
    }

    else if(strcmp(argv[1], "udp") == 0) {

        if(strcmp(argv[2], "server") == 0) {
            udpserver();
        }

        else if(strcmp(argv[2], "client") == 0) {
            udpclient();
        }

        else {
            printf("Invalid UDP option\n");
        }
    }

    else if(strcmp(argv[1], "ftp") == 0) {

        if(strcmp(argv[2], "server") == 0) {
            ftpserver();
        }

        else if(strcmp(argv[2], "client") == 0) {
            ftpclient();
        }```

this is what am talking about.
so its ok ig?
#

there are like 8 protocols and am thinking of expanding it

#

its the main file

half copper
#

but it looks fine to me

#

I think there might actually be more lines here of whitespace and single } than code lines

crude hound
#

yeah gpt autocompleted it for me. i don't want to type the same thing like 8 times 😭

half copper
#

uh refactor is the professional term

dense oxide
#

Tired: Refactor
Wired: Defactor

clear crest
brazen stone
#

Hey! What’s up

carmine egret
#

morning

simple bough
mellow void
#

Hello Happy to join this server

clear crest
#

😭

#

(i coded this entire shit manually without ai btw) thats why it eh isint that great. im refactoring evreything now

dense oxide
simple bough
dense oxide
#

:V

#

Glad to be here, life has been fun but very all-in, scheduling-wise.

#

But hey, I have a personal perpetual license for COMSOL Multiphysics now, haha, never even heard of anyone else with one that wasn't from their employer or institution 🙂

tardy hornet
#

Sadhguru ducky_concerned

olive orbit
#

Are there any good replacements for jetbrains/vscode IDE? (Arch, nixos)

quaint iron
#

❤️❤️❤️

rugged ferry
#

for example i wanted to use my ctrl keys like i do in vscode even with its vim extension to control the editor, so i was able to edit the keymap file to do this. the autocomplete in zed's json settings files are very good. that plus the docs is all you need pretty much

  {
    "context": "VimControl || vim_mode == insert",
    "bindings": {
      "ctrl-f": "buffer_search::Deploy",
      "ctrl-s": "workspace::Save",
      "ctrl-b": "workspace::ToggleLeftDock",
      "ctrl-w": "pane::CloseActiveItem",
      "ctrl-x": "editor::Cut",
      "ctrl-p": "file_finder::Toggle",
      "ctrl-c": "editor::Copy",
      "ctrl-v": "editor::Paste",
      "ctrl-]": "editor::Indent",
      "ctrl-[": "editor::Outdent",
      "ctrl-a": "editor::SelectAll",
    },
  },
dense oxide
novel wagon
#

Hello!

crude hound
#

i am thinking of buying a monitor (1080p) for a long time now. but idk if i have to sacrifice resolution for screen size
currently having a 13 inch mac m1

hallow current
crude hound
#

i can't afford to buy high res monitor

hallow current
#

I think 2 monitors is vastly better than 1 large monitor

#

I've been dual screens since like 2008

#

like right now I'm playing games with discord open on my 2nd monitor 🙂

crude hound
#

maybe i should do that. better than not using it at all... because am just relying on my old laptop

#

i feel 13 inch is too small

stark pelican
#

and of course, you have to be doing something that supports 2 monitors

hardy agate
hallow current
stark pelican
#

probably?

#

i've not used any

hallow current
#

I've been traveling for 3+ years now so I just have a dinky little portable monitor

stark pelican
#

i can say confidently, though, that the vast majority of games are not going to cooperate super well with a second monitor

hallow current
#

I think most modern games do it great with borderless fullscreen

#

I'm playing expedition 33 and it's flawless jumping between screens

stark pelican
#

there are a few games, most strategy RTSs like the supreme commander series, that are so good at multimonitor setups that they seem almost designed for it

strange drift
#

Yeah, also flight simulators

hallow current
#

ahh yeah, I don't mean stretching the program across 2 screens

thick wind
#

where is Foshoomp going to if he is traveling for years

#

is he traveling by foot

grizzled jackal
#

Hello

modest slate
#

Why would you cover up your Discord and game wiki screen?

clear crest
#

!paste

obtuse swallowBOT
#
Pasting large amounts of code

So that everyone can easily read your code, you can paste it in this website:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

clear crest
barren elk
#

Hi I'm vortex a self taught programmer how have some basic understanding of c cpp and python
I look forward learning and getting help from u guys
Thank youpithink

lofty hatch
#

What's good fam

clear crest
#

(Yes its too bouncy because i set the bounce threshold as 0.9 which is 90% of initial vel)

elfin silo
#

why trying to copy and paste with tmux is so ass

plucky nebula
#

What do you find ass about it?

elfin silo
plucky nebula
#

That would be your terminal then, not tmux.

#

Which terminal are you using?

clear crest
#

in case ctrl c breaks the process

elfin silo
plucky nebula
#

I don't know what that means.

plucky nebula
#

Not familiar with that terminal. If you are having issues using the mouse to copy/paste (not tmux selection mode) then the terminal does, in fact, have some suck.

elfin silo
#

like the terminal works fine with copy text with the mouse

plucky nebula
#

Outside of selection mode, you're interacting with the terminal itself. Not any processes its running.

elfin silo
#

is just that tmux has never worked with it

misty hemlock
plucky nebula
hard junco
#

hi

#

akamai why is there an Akamai emoji

#

is Linode next

crude forum
elfin silo
#

the problem is tmux

strange drift
elfin silo
#

that means i need to patch st to support scrolling

fathom wedge
#

.

abstract plover
#

hi

modest slate
modern salmon
pliant wagon
#

What is your opinion on nuclear bombs? Are they hurrendouosly criminal weapons, or are they the achievement of military equipment of destruction?

#

⚛️ 💣

#

🪖

modest slate
#

Dammit wheres my embed

modest slate
clear crest
pliant wagon
#

Right

quiet bay
#

Hello

gusty pine
#

yo

pliant wagon
#

Goodnight

marble anchor
#

@hollow juniper

hollow juniper
marble anchor
#

But if I were to learn, now Bun can help me in the server :D

hollow juniper
#

i must focus on the stage I am currently

marble anchor
#

patiente young padawan 🙏

hollow juniper
#

patience is key 🔑

novel ridge
#

Anyone wanna try my pydroid poppy playtime fan-game

clear crest
#

@cobalt wolf First one is graded, second one isnt

cobalt wolf
#

dangg

#

ill use your project for our film

clear crest
#

it can grade videos but its kinda slow. so use the desktop version. its slow cuz it needs to apply the shaders to each frame

#

@cobalt wolf if possible, share me the film once done. i can help you out too. and u can manually adjust saturation or contrast if the algorithm does it weirdly

clear crest
clear crest
dim osprey
#

claude really didnt want to "painstakingly rewrite" < 30 tests

#

as if that is not its purpose

summer steppe
#

Hi, I am 1st year uni student who just started Python and data science.

bold blaze
#

Mobile game recommend please

fading compass
ancient haven
#

Wow I seriously underestimated my lack of abilities XD why is it so difficult to intuitively think about how logic gates can be combined to create programs

#

I’m trying to make some working computers (not general purpose) in Minecraft but I’m really being thrown off by having to construct every logic gate myself and somehow fit everything together so it’s not insanely massive

#

Ig this is why computers were so big in the 60s

fluid hazel
#

(maybe there's something in the base game now?)

ancient haven
fluid hazel
#

I was expecting for someone to correct me that everyone is using something else and call me an unc

ancient haven
#

I think there’s some tool for making buildings in Minecraft called Axiom now? It’s completely different because it has like a blender button that just takes you into a blender/game engine like perspective and gives you loads of tools

modest slate
#

Oh I can help with that

ancient haven
#

WorldEdit is still my GOAT

fluid hazel
#

stop the government from trespassing onto your property with this simple wooden axe trick

deep heath
fluid hazel
#

wait, that's a different plugin

ancient haven
#

World Edit is the wooden axe one

fluid hazel
#

no, there was something else that lets you claim a region as your home, so that people can't break it

#

WorldGuard?

ancient haven
#

I would always do //replacenear 400 air water and just drown my world

ancient haven
fluid hazel
#

I think I last played minecraft in 2018 or so...

ancient haven
#

I’m scared of modern Minecraft, I played on a server with friends for a bit on a newer version but aside from that I just play 1.8

modest slate
#

How was it?

ancient haven
ocean walrus
fluid hazel
#

2015 was 21 years ago. Feel old yet?

ocean walrus
#

i play a lot of minecraft like twice a year

#

for a few weeks at a time

twilit patrol
fluid hazel
modest slate
#

🏴‍☠️

dense forum
#

or bedrock

modest slate
#

Bedrock isn't free, is it?

dense forum
#

cheap compared to java, last time i checked

#

you do lose out on modding though

ancient haven
fluid hazel
#

the issue is that I can't buy it from Russia, even if it costs $1

ancient haven
#

Bedrock is somehow worse that Java even though Java edition is made in.. well.. Java

ocean walrus
#

aren't there some clients that don't require you to log in with an account?

ancient haven
fluid hazel
#

well, I don't wanna run minecraft in a VM...

ancient haven
#

I heard that they added a friends list to Java edition

dense forum
ocean walrus
#

yeah there's apparently p2p multiplayer now

#

which is cool

dense forum
#

eh?

fluid hazel
#

I don't know how common it is in the rest of the world, but in the Russian space it was very common for servers to implement their own auth (and run in "offline mode") instead of relying on the official one, since everyone was playing pirated Minecraft

ancient haven
dense forum
#

friends list isn't p2p

#

actually is it?

#

hmm

ocean walrus
#

Added the ability to easily play with your friends through peer-to-peer, even when you're not on the same local network

dense forum
#

oooohhh

#

ok cool

ancient haven
#

Ooh nice

#

Took them long enough

dense forum
#

hope it's backported somehow with mods

ancient haven
#

I bet microslop’s gonna steal my data with it though

dense forum
#

kinda sad there's only one good p2p server mod and it's source-available

#

not proper open source....

ancient haven
#

I don’t understand why source-available is a concept

dense forum
#

to get people who don't actually know what open source is (aka the general public, "normal" people) to shut up

fluid hazel
#

That's definitely an improvement over closed-source, you can actually study the code and build it yourself.

#

{Half-Life 2, Half-life 2: Deathmatch, Team Fortress 2} and Barotrauma are entire games that are source-available but not open source

#

with TF2, I think Valve just did it to get free bug fixes from the community 🥴

dense forum
#

mayhaps

dense forum
keen gyro
#

Sup python community

slow ermine
ocean walrus
#

WE got folded

slow ermine
ocean walrus
#

you popped a totem 🥺

slow ermine
#

that I did

#

but I didn't die to "magic"

#

so L

modest slate
stark pelican
#

moincraft

modest slate
#

Minecraft has infernos and totems and postmortem goals?

stark pelican
#

hovering inferno is apparently a boss added by the incendium mod, which expands the nether

#

but the totem of undying is vanilla

modest slate
#

And postmortems?

#

I play games to escape the job

#

Not get dragged into more paperwork!

stark pelican
#

i mean i'm pretty sure that's a vanilla achievement advancement

slow ermine
#

totems are vanilla

#

hovering inferno is from incendium

slow ermine
#

we're doing this next

stark pelican
#

bro no

#

the french only recently rebuilt the notre dame

#

plz no burn it down again

summer robin
#

I got the achievement for killing the boss without armor on

#

Because i died and we had a respawn point next to the boss

slow ermine
#

real

slow ermine
#

it ain't made out of wood

ocean walrus
#

we're gonna live in it

charred plume
#

I made python icons

supple fog
#

hey

elfin silo
#

i got bored and now im learning lua and the neovim api

hushed sigil
#

MENSIA amnesic abatement program is coming to save,,

-> post-mortem projection (a)
-> incidental (b)

#

standby for further details, ping me, or,,,,,,,,,, wait 10 decades

charred plume
elfin silo
dense oxide
tulip olive
#

hello guys , i am new here ..hope i will get to learn a lot about python ..

crisp arrow
#

which courses you recommend to improve my level in python

obtuse swallowBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

echo void
#

?

terse nexus
#

Hi

thorny edge
#

Hello.

autumn delta
#

hello0

brittle jasper
#

Hello for everyone.

limber meadow
#

hello

fading compass
#

@clear crest realized we could talk here lol

clear crest
fading compass
#

I play mostly puzzle games

proper pilot
#

Hello

clear crest
#

can u gimme tips on how to make teh demo better

fading compass
#

why does pressing space from stationary give you random velocity either forwards or backwards in your car game

fading compass
#

I'm mostly here to break you car game

clear crest
fading compass
#

but sometimes it gives positive velocity too

clear crest
#

probably the sudden clamping of the wheels can make it move further?

fading compass
#

this is me spamming space

clear crest
#

release it, it gives a small push towards the front

fading compass
#

but sometimes it goes backwards

#

and sometimes forwards or backwards twice+ in a row

clear crest
fading compass
#

oh nice the russian map you can escape the main road in like 5 seconds from loading in

clear crest
#

you can jump off the bridge anytime

fading compass
#

dang it the car doesn't fit through here

#

wanted to jump through the gap

#

maybe I can get the car to tilt

#

why are there mountains under the map that don't even show above

#

that's what I just jumped off the map onto

#

(I'm stuck)

clear crest
clear crest
fading compass
#

mhm

#

it was very hard because of the camera

#

was solid white for like 30 seconds

clear crest
#

those were just for background

fading compass
#

I think maybe there a couple that cannot be seen from the road

#

A reset position button would be nice

#

so I don't have to reload the site when I get stuck

#

it would just teleport you to the starting position

#

@clear crest so that's the maximum speed

clear crest
#

maybe some mess up in the code

fading compass
#

well it's due to gravity

clear crest
#

yea

fading compass
#

because I'm falling into the void

#

you should add creative mode

#

where you can fly with the car

clear crest
#

basically it had no collisions, fly

fading compass
#

nah collisions and car still

#

just flying

#

I just found a spot where you can get out of bounds without jumping

#

which makes it in-bounds now

#

how steep of an incline can this car climb?

#

ok I go to bed

#

it's 0130

clear crest
#

wait there is friction but very less

clear crest
fading compass
#

yeah I was gonna say

#

without friction nothing would happen

clear crest
#

yeah

neon moat
#

hi

glass chasm
hollow jetty
#

Hi everyone what's going

dense dust
#

Hello

tardy hornet
reef chasm
#

Do yall actually have a diry where u write stuff

buoyant plume
#

then it got tiring

#

i realized that keeping them in my head is more efficient

#

🧠

#

i mean if the situation is interesting enough, i dump it here or to my friends

dense dust
#

Happy spidey season

glass chasm
tame atlas
#

very relatable channel name

tardy hornet
#

channel name is what @pytest.mark.xfail() does

odd tulip
#

Hi

tardy hornet
#

Hi 👋

odd tulip
#

Hru

reef chasm
buoyant plume
reef chasm
#

Y'all agree with this statement?

I don't think it's selfish to want someone to like you either, if you like them

real pawn
#

Hello

odd tulip
#

Hello pain

worthy plaza
#

hi

plucky nebula
#

I found a bug in my writing program's daily progress tracking. 👀 I wrote so much I looped into the negative percentiles.

plucky nebula
#

I'm not sure but I think it's a simple integer overflow.

#

I'm too tired to read the code at the moment. Accidentally wrote for six hours.

modest slate
plucky nebula
#

I didn't say I sat still. I said I wrote.

modest slate
#

Preocts is the first man alive to write while running

plucky nebula
modest slate
modest slate
reef chasm
#

bro is torvalds

hearty crater
#

OK

lofty cypress
#

But is it a running desk

modest slate
#

We've already established what kind of desk it is Mar

#

Please keep up

reef chasm
#

bro thinks hes torvalds 🤣

#

tuff

thorny edge
#

Hello.

reef chasm
dense dust
#

U know how talking about/watching gross stuff makes your food taste bad ? I believe that watching videos about good food makes your food taste better

thorny edge
reef chasm
#

im curious why is hair not a plural

#

and a singular

#

wbu

thorny edge
reef chasm
modest slate
#

PostPartum Depression?

thorny edge
thorny edge
astral crest
thorny edge
#

Nah, really is: Personal Python Documentation.

modest slate
#

o

#

Link?

thorny edge
modest slate
#

pues hazlo

thorny edge
#

Joder

modest slate
#

pa q esparas

dense dust
#

ja jinjala

reef chasm
#

d for dev

#

DEVELOVERS 😩

thorny edge
#

XD

modest slate
mental moon
#

Wow, this is the first Discord server that is incredibly laggy...

#

I hope it's not because of the Python bots! 😂

trail stirrup
#

im congg

modest slate
#

Uhhh
What exactly is that tag

bold blaze
bold blaze
dense oxide
modest slate
#

oh yeah
You didn't know that?

deep heath
# bold blaze Chill game but not to much easy and boring

Two games I mainly play outside of puzzle games are quite different from each other:

Tiny shop. Chill management, but without "afk game" shitty aspects. There's some plot, but it's more of completionist game - no competition or anything.
Very light in terms of storage.

Path to Nowhere
Quite resource heavy (uses 20GB storage :x).
Can be chill, can be minmaxing (late game is a lot of minmaxing, but you can use a guide then).
Good plot - post-apocalyptic big city, a lot of side stories in events.
Gacha element for characters, but not overdone (guaranteed S at 80 pulls). No ads, can play well without buying any packs.
Currently at half-anniversary event (ends in 2.5 weeks).

Edit: Ah, forgot to say PtN can be considered waifu game, lol. Not overtly sexualised like in some games, but it's still better to be upfront about it.
Official website is https://ptn.aisnogames.com/

elfin silo
deep heath
dense oxide
#

They sponsor a lot of race stuff though

modest slate
dense oxide
#

in IndyCar they sponsor the Honda from Chip Ganassi Racing

#

probably more

#

They are the longest-standing "Global Partner" of Formula 1.

royal gyro
#

hey btw do you have any tips regarding this thing. i read a book and after a week or two i forgot everything in it. like say if a book is of 600+ pages and i need to understand it and actually retain it. what do i do? like i forgets everything i read if its theoritical subject and no practising and also i dont think taking notes from the book is gonna help me anyways cuz i know i m not gonna even read those notes ever again...
say i m reading progit or any other book

dense oxide
#

Notes are just another worse, shorter book to have to re-read

#

Facts are just a table of contents, you want "consilience fuel"

#

Also, I force myself to read or write at least something short before I let myself look at the phone in the morning when I wake

#

Even if it's like two sentences

#

Also, get a writing instrument you like to hold, I use YStudio brass sketching pencils and some mad freaking fountain pen variations, one of the craziest being this:

#

(Kakimori brass nib in Shuttle brass nib holder, iron gall ink)

#

It's not a pigment, it causes an irrevocable chemical change in the paper. Harvested from oak trees that have been stung by wasps and grown a "gall" that collects dense iron particles. It will instantly erode stainless steel before it dries, so you have to use gold, brass, ruthenium, etc nibs.

#

Inks are fun though, I have, uhh.. "some"

#

Feel free to not be as insane as me, but there are nice cheap (Uni kuru toga, Ohto GS01) things on Amazon that are nice to hold and use

#

Oh, and Clairefontaine and LIFE are the best notepad brands IMO

#

CF is vellum, LIFE is rad stuff from Japan

#

Kokuyo also good, that's the brand of "research notebook" in that last pic

#

(I use JetPens and 411Pens for almost everything)

#

The above though was/is all an exercise in making me WANT to write

#

We've done MRI scans now of people taking dictation on keyboard vs. with pencil, and the brain is WILDLY more active when you write by hand

#

Which makes sense, there's only one way to "press a", but an infinite set of choices about hand angle, pressure, etc when writing an "a" on paper

#

The proprioceptive layer is totally different

#

Staedtler (insane to spell) makes good stuff too, and you can get them at Office Depot, far less obscure than my proposals above

#

It uses their special "gel" ink, there's nothing better I've found for writing on awful paper like a credit card signature line

#

(fountain pens don't work at all on paper that can't assist with the "capillary action", ballpoints force you to push down through the paper coating, and that's why they work etc)

#

(irritating level of CAPTCHA on the PubMed site, hard to link to, open access article though)

#

That's been getting a lot worse recently, I assume the current era doesn't really like us reading science.

keen onyx
#

Hello!

dense oxide
#

Welcome!

#

Thanks for coming to my TED Talk 🙂

modest slate
#

Jeebus you got nerdsniped

dense oxide
#

I'm fractally vulnerable to that, so many possible triggers haha

golden willow
#

oi

simple bough
deep heath
#

I sometimes love and sometimes hate that I have both autism and adhd.
Because I can get a nice collection of something... But later lose interest in it :c
Book (re)binding seems appealing, but I fear that if I get actual tools, I'll also quickly lose interest. So I'm just reading about it and watching how others do it

narrow girder
#

hello there

#

i do have a question but this might be the wrong channel for it, where do python beginners like me ask questions?

dense oxide
#

For example I had some FPGA project crap that was lying idle, so I revised it to be something involved in my daily driver car

#

and now I will crash if I let it do stuff and I haven't gotten it right haha

#

"skin in the game" 🙂

#

(not really, it's an "overlay" not a thing that would take control, just a joke, but not WILDLY far off)

deep heath
# narrow girder i do have a question but this might be the wrong channel for it, where do python...

This channel (and other ot (==offtopic) channels) are for everything (including non-python stuff), so this is a good channel to ask for this. 🙂

Questions without a lot of code are fine within #python-discussion
If you have something longer, consider #1035199133436354600 (if your problem is long or the explanation will be long, people will redirect you from the main channel)

We also have some topical channels - but since they're for specific topics, you'll probably don't have need for them for now

dense oxide
#

I will say that #python-discussion is so high-traffic at times that you might have better luck here, just sorta "read the room" and decide situationally.

#

and of course feel free to open a Help thread over in that section for anything that needs a "real" answer

dense oxide
#

If anybody ever pastes LLM output at you to answer, use ModMail to report them, we will come down like a ton of bricks

#

Public beanbagging

#

"You'll never twerk in this town again!"

supple fossil
#

hellos

tough umbra
#

Hi

grizzled jackal
#

Is it okay that I used a football to play and practice volleyball?

elfin silo
simple bough
knotty walrus
#

Installing anything on NPM nowadays feels like walking up in a dark alley.

#

Have to do a Node project, and now I'm pinning everything down like my life depends on it...

slow ermine
knotty walrus
#

I feel unironically much safer in PyPI

#

Which is
Not very supported by evidence, but

#

It at least doesn't get a CVE 10 every 10 minutes

dense oxide
elfin silo
obtuse jewel
#

also football bounces aren't that random are they?

knotty walrus
dense oxide
#

Oh, sorry, American, I immediately thought of those, vs "footy"

obtuse jewel
dense oxide
#

Actually you might consider using a "6lb" medicine ball or similar

dense oxide
#

ProForce makes many small sizes

obtuse jewel
#

2.5

elfin silo
#

Like bro its so hard to play volleyball with a football ball

dense oxide
#

Yeah

obtuse jewel
#

when I used to train basketball coach made me play with a 7kg medicine ball

#

shooting

#

and like passes

#

and I still suck

knotty walrus
#

NPM is dogshit

#

I feel like I'm consuming malware at any given opportunity

obtuse jewel
dense oxide
#

I have a short (as in doesn't cover your stomach) weight vest that can hold up to 90lbs, also, that would be funny to practice volleyball in

#

Back in the 80s here, school bullies were NO JOKE, and I was a nerd that they all hated for also being on the "soccer" team.. so I would get forced by a group of four or five of them to go behind the school auditorium and dodge rocks that they threw at me

#

I never got hit, it pissed them off haha

obtuse jewel
#

firee

dense oxide
#

I had to deflect a few with my forearms but never got cut etc

#

Good practice honestly

dense oxide
#

You need a 12th stack, sorry

ocean walrus
grizzled jackal
obtuse jewel
slow ermine
obtuse jewel
#

mad pricey they be

ocean walrus
slow ermine
#

perhaps I just did the mining in a better biome 🤷‍♂️ (nether wastes)

obtuse jewel
#

but fbs are more expensive

grizzled jackal
#

And I don't want to wait for a couple of days

obtuse jewel
#

so tf u mean

grizzled jackal
dense oxide
grizzled jackal
#

Like 3 years old

obtuse jewel
slow ermine
obtuse jewel
#

like one laying around

slow ermine
#

so it is a bit strange

dense oxide
#

but I can flip a 295kg earth mover tire with my hands hehe

obtuse jewel
#

idk like at that time

grizzled jackal
#

I'm 172cm and 50-60kg

dense oxide
#

Oh yeah not sure how tall I was in 6th grade

slow ermine
#

I am 202cm and 115kg

grizzled jackal
#

Big boy

dense oxide
#

202cm! Wow

obtuse jewel
ocean walrus
#

!wa s 183cm to ft

obtuse jewel
#

190 cm at 85 kg

slow ermine
ocean walrus
#

.wa s 183cm to ft

dense oxide
#

6'0"

slow ermine
#

like 6ft

dense oxide
#

72 inches etc

slow ermine
#

@ocean walrus

ocean walrus
#

damn

grizzled jackal
dense oxide
#

175lbs

ocean walrus
#

I'm 5'6 and 125lb 😔

grizzled jackal
#

You're as tall as a volleyball net

dense oxide
#

I'll probably add 15 to that in the next year though

median swallowBOT
grizzled jackal
obtuse jewel
#

115kg?!

ocean walrus
#

took a minute

obtuse jewel
#

you a big boy

ocean walrus
#

.wa s 125lb to kg

median swallowBOT
slow ermine
#

.wa s 115kg to lbs

median swallowBOT
grizzled jackal
#

5,6 is what

#

.wa s 5,6

obtuse jewel
#

geniunely how

median swallowBOT
ocean walrus
dense oxide
#

my weight vest holds 40kg, fun times

obtuse jewel
#

.wa s 190 cm to ft

median swallowBOT
ocean walrus
dense oxide
#

.wa 190cm to feet and inches

obtuse jewel
#

.wa s 85 kg to lbs

median swallowBOT
ocean walrus
#

wtf

obtuse jewel
#

187 pounds

grizzled jackal
#

34 cm?

#

What

knotty walrus
#

That's Robin, short and fat

ocean walrus
grizzled jackal
dense oxide
#

"centimeters per minute" wtf haha

grizzled jackal
#

67

dense oxide
#

"femto-meters per nano-fortnight"

modest slate
grizzled jackal
#

I weigh 60 kg and I am 175 cm tall.

obtuse jewel
#

.wa s 5.5 ft to lbs

median swallowBOT
ocean walrus
#

so I guess in non freedom units I'm 167cm and 57kg

obtuse jewel
#

(5.5ft = 5'6)

grizzled jackal
#

.wa s 175cm to feet

median swallowBOT
obtuse jewel
#

.wa s 5.5ft to cm

median swallowBOT
slow ermine
#

.wa s how much is 11 stacks of tnt in terms of gunpowder and sand

dense oxide
#

I flip my bathroom scale between "imperial" and metric every couple of days to stay in tune with the two systems

median swallowBOT
slow ermine
#

useless

ocean walrus
#

@neon gale can attest

slow ermine
ocean walrus
grizzled jackal
slow ermine
dense oxide
#

My phone is set to imperial weather units, my car to metric hehe

obtuse jewel
#

.wa s integrate from -pi to pi (x^3)/(2x+1) dx

median swallowBOT
grizzled jackal
#

The Imperial Systems is what the rest of the world uses and metric is what the United States of America uses?

dense oxide
#

Good Guy Wolfram over here keeping us from having to care about math!

#

Other way around

grizzled jackal
#

.wa s wolf to dog

median swallowBOT
dense oxide
#

Imperial / SAE is the U.S. meme

#

Metric is everywhere else but, like, some random African countries that love us or something

obtuse jewel
#

.wa s meaning of the word "alfredo"

median swallowBOT
#

Italian, Spanish and Portuguese form of Alfred; derived from the Old English name AElfraed, composed of the elements aelf "elf" and raed "counsel"

grizzled jackal
#

When will USA use metric

ocean walrus
#

some countries mix the two

grizzled jackal
#

.wa s Gilbert

median swallowBOT
#

Gilbert is a given name of Norman–French origin, itself from Germanic Gisilberht or Gisalberht. Original spellings included Gislebert, Guilbert and Gilebert.

dense oxide
ocean walrus
obtuse jewel
#

it can do non maths too

ocean walrus
#

but road signs and like, day to day stuff? yeah probably never

dense oxide
#

Freaking COMSOL Multiphysics lets you pick Imperial if you want, it's insane

grizzled jackal
dense oxide
#

Never

#

There's no exposure to it; chicken and egg

grizzled jackal
#

.wa s JavaScript

ocean walrus
obtuse jewel
median swallowBOT
#

JavaScript (JS) is a programming language and core technology of the Web, alongside HTML and CSS. It was created by Brendan Eich in 1995.

grizzled jackal
#

So delayed

dense oxide
#

I remember that year, what a mess

ocean walrus
#

like in India, my cousins use feet for their height, but kg for their weight

dense oxide
#

We should have stuck with gopher://

grizzled jackal
#

.wa s wa s

median swallowBOT
dense oxide
#

I like cubits.. the length of the ruler's forearm, now standardized to 18"

modest slate
simple bough
ocean walrus
#

farenheight is highkey valid though

obtuse jewel
dense oxide
grizzled jackal
simple bough
grizzled jackal
#

Has anyone seen the anime Haikyuu here?

dense oxide
#

I like barleycorn

#

Wikipedia has an INSANE image for it haha

grizzled jackal
#

Maybe we should forget about Imperial System and Metric System and just use SI units

dense oxide
#

Yes please

#

Yesterday sounds good

grizzled jackal
#

But, temperature is kelvin

deep heath
grizzled jackal
#

And some other stuff are different

obtuse jewel
dense oxide
#

They are metric but not with the same basis numbers and stuff yeah

#

SI is cool

obtuse jewel
#

I mean using kelvin is

fast glade
#

Hi guys I'm a new member
I'm new to coding any recommendations on where to start learning python ?

obtuse jewel
#

saying its 300 kelvin out feels wrong

deep heath
dense oxide
#

Under the 1300 Composition of Yards and Perches, one of the statutes of uncertain date that was notionally in force until the 1824 Weights and Measures Act, "3 barly cornes dry and rounde"were to serve as the basis for the inch and thence the larger units of feet, yards, perches and thus of the acre, an important unit of area. The notion of three barleycorns composing an inch certainly predates this statute, however, appearing in the 10th-century Welsh Laws of Hywel Dda.

#

So insane haha

grizzled jackal
#

Technically I could buy a volleyaball but my parents say that after a few days I will probably not use it.

grizzled jackal
deep heath
obtuse swallowBOT
grizzled jackal
#

Some people taught it to me at school

#

I'm bored with football

#

Football is easy to play but there are more skilled people in it

obtuse jewel
#

where do u play

dense oxide
#

Volleyball is quite a bit more "explosive", better exercise honestly

#

Football beats up your feet and knees by comparison

obtuse jewel
grizzled jackal
#

But volleyaball is harder to learn but there aren't many skilled people at my school

grizzled jackal
obtuse jewel
dense oxide
#

also you can buy Dead or Alive: Xtreme Beach Volleyball as a business/educational expense 🙂

obtuse jewel
#

but I tower over them and can block

obtuse jewel
#

mad fun

fast glade
grizzled jackal
#

About that area

obtuse jewel
#

like which position

grizzled jackal
#

I used to play football, but I'm not good at it anymore

#

Volleyball is pretty fun too

obtuse jewel
#

block, libero, attack, back (ithink these are the position)

grizzled jackal
#

We don't think about the positions

obtuse jewel
grizzled jackal
#

So far I only know how to do a underhand receive and a overhand receive

obtuse jewel
#

my main sport is basketball but like height is a cheat code for most sports

obtuse jewel
#

underarm

grizzled jackal
#

I will try tomorrow

obtuse jewel
#

W

grizzled jackal
#

Maybe try not to hit some monkeys

obtuse jewel
#

honestly, I learnt how to play by just playing with my friends

#

I used to be shit but now im decent

obtuse jewel
grizzled jackal
#

Usually during the PE class some people play volleyball, so I just asked them whether I could play and they taught me how to play

#

In volleyball you can use anypart of your body

#

So you can use your feet or head

obtuse jewel
#

but you can't kick the ball

grizzled jackal
#

Yes

obtuse jewel
#

unless its a save or something

#

you can receive with it

grizzled jackal
#

Apparently the orange-haired person is about 164 cms tall

obtuse jewel
#

whaa

grizzled jackal
#

But he can jump and reach 333cm

#

It's not that much

#

I think I could do that

#

He's a middle blocker too

dense oxide
#

The NBA standing jump record, in the sense of how high your feet are off the ground, is like 122cm (48 inches), insane

obtuse jewel
#

so a vertical taller than him?

grizzled jackal
#

Yes

#

That's crazy

#

Let me try though

obtuse jewel
#

world record

dense oxide
#

Oh wow, that's incredible

obtuse jewel
#

mine is super shit

#

like 15-20 inch

dense oxide
#

Yeah, no human can clear their own height from a standing start

obtuse jewel
#

I need to work on it

dense oxide
#

There's just not enough leverage

grizzled jackal
#

I can only jump like 80 cms off the ground

obtuse jewel
grizzled jackal
#

.wa 80cm to inches

median swallowBOT
grizzled jackal
#

Rought estimate though

obtuse jewel
#

30 inch

#

31.5

grizzled jackal
#

I pulled back my legs

obtuse jewel
#

close enough

grizzled jackal
#

So I don't know if that counts

obtuse jewel
obtuse jewel
#

wait can you touch a basketball backboard

grizzled jackal
dense oxide
#

We've got one of these at the crazy nameless gym I go to (a guy's house, not a commercial thing), adjustable box-jump rig, you do it with resistance rubber bands, weight vests, stuff in your hands, etc

grizzled jackal
#

But probably no?

dense oxide
#

You just start out with a height you can make it onto, and then work up

#

and you can work up by not changing the height, but adding weight to yourself, etc

obtuse jewel