#voice-chat-text-0

1 messages Β· Page 325 of 1

willow light
willow light
#

interesting

#

is how I access the numpad

#

It gets the job done, even if some of the bindings are a little idiosyncratic

novel tangle
#

macbook keyboard is enough for most of us

willow light
#

keyboard I'm using is ZSA Moonlander

stuck furnace
#

They're comfortable and well made I think Β―_(ツ)_/Β―

#

And if you can afford it it's probably cheaper than physio therapy πŸ˜„

willow light
#

this is the desk/chair I have my eye on

stuck furnace
#

Does the bike charge the laptop?

willow light
#

don't really care, this is more just so I can stim productively

novel tangle
willow light
#

That sounded like a PagerDuty level of pain

stuck furnace
#

How much sushi were you eating pithink

#

Just like breakfast, lunch, and dinner lol

short owl
#

fish makes your fur shiney also

rugged root
#

Fact

modest thicket
#

is anybody coding?

stuck furnace
stuck furnace
modest thicket
#

yeah but they are troubleshouting some docker stuff 😦

short owl
#

chained to a radiator in a basement would help you lose weight also

willow light
#

I just come here to listen to people who are smarter than me when I remember to shut up so they can talk

short owl
#

to be safe ... you may want to start talking .. just to be

modest thicket
#

are we talking about relationships now?

#

hahahaha

short owl
#

a big box of chocolate bars is happiness

rugged root
novel tangle
rugged root
#

My co-worker is trying to con me into picking up food

stuck furnace
#

What're you getting?

modest thicket
#

does anybody want to peer coding?

rugged root
#

What're you working on?

stuck furnace
#

Omg I love Bill Withers.

modest thicket
#

and God knows I hate front-end part ahsahah

faint hare
#

πŸ’œ

stuck furnace
novel tangle
#

@regal pike maybe mine some cryptos

stuck furnace
#

Oh pithink

#

Did you hear the NHS got hit by ransomware last week?

rugged root
#

Hadn't heard of that one, no

#

I'll be back soon, just picking up foods

stuck furnace
#

Er, sorry I stopped listening for a second. Where did this conversation go?

novel tangle
#

skillshare is good website

stuck furnace
#

Alright alright change the topic please.

short owl
#

Quantum Space Folding or packing more in a suitcase when needed

stuck furnace
#

Yes please @regal pike, not server appropriate.

#

@silk dust @regal pike πŸ’’

#

πŸ‘

silk dust
regal pike
novel tangle
#

for ebooks go to https://libgen.is

stuck furnace
modest thicket
#

if I want to have a styles.css archive into my django project where it has to live?

novel tangle
still herald
#

I'm reading "Kafka on shore "
Does anyone wanna join? Reading it together I mean

short owl
#

hasa nyone done any new stuff with text to speech using python

modest thicket
#

if you want an extra layer of security in MAC or something like that you can use a Virtual Machine

digital granite
#

I am about to finish it

#

Have you read anything else from Murakami @still herald

still herald
still herald
digital granite
digital granite
still herald
still herald
#

Can we read now?

modest thicket
digital granite
still herald
#

Yup

digital granite
#

I don't have the permission to speak lol

still herald
#

Then how we're gonna read?

digital granite
modest thicket
digital granite
#

but yeah secuirty wise it maybe a good choice

modest thicket
#

because Windows 11 has the Kernel isolation feature wich its basically that

digital granite
#

There are certain constraints

digital granite
still herald
#

Join a vc

digital granite
#

in code/help

modest thicket
#

is there anybody who is using Django?

#

how can I provide CSS into my template and for the server-side?

#

Cause I keep having troubles

#
[05/Jun/2024 18:16:13] "GET / HTTP/1.1" 200 860
Not Found: /css/styles.css
[05/Jun/2024 18:16:13] "GET /css/styles.css HTTP/1.1" 404 2296
[05/Jun/2024 18:16:15] "GET / HTTP/1.1" 200 860
Not Found: /css/styles.css
[05/Jun/2024 18:16:15] "GET /css/styles.css HTTP/1.1" 404 2296
[05/Jun/2024 18:17:21] "GET / HTTP/1.1" 200 860
Not Found: /css/styles.css
[05/Jun/2024 18:17:21] "GET /css/styles.css HTTP/1.1" 404 2296
#

can you tell me how to easily do it?

#
β”œβ”€β”€ README.md
β”œβ”€β”€ __pycache__
β”‚   └── manage.cpython-312.pyc
β”œβ”€β”€ _ogame_professor
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ classes
β”‚   β”‚   β”œβ”€β”€ account.py
β”‚   β”‚   └── planet.py
β”‚   β”œβ”€β”€ database
β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   └── data.py
β”‚   └── main.py
β”œβ”€β”€ db.sqlite3
β”œβ”€β”€ local
β”‚   └── editor
β”‚       └── settings.json
β”œβ”€β”€ ogame_professor
β”‚   β”œβ”€β”€ __pycache__
β”‚   β”‚   β”œβ”€β”€ __init__.cpython-312.pyc
β”‚   β”‚   β”œβ”€β”€ settings.cpython-312.pyc
β”‚   β”‚   β”œβ”€β”€ urls.cpython-312.pyc
β”‚   β”‚   └── wsgi.cpython-312.pyc
β”‚   β”œβ”€β”€ core
β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   β”œβ”€β”€ __pycache__
β”‚   β”‚   β”‚   β”œβ”€β”€ __init__.cpython-312.pyc
β”‚   β”‚   β”‚   β”œβ”€β”€ admin.cpython-312.pyc
β”‚   β”‚   β”‚   β”œβ”€β”€ apps.cpython-312.pyc
β”‚   β”‚   β”‚   β”œβ”€β”€ models.cpython-312.pyc
β”‚   β”‚   β”‚   β”œβ”€β”€ urls.cpython-312.pyc
β”‚   β”‚   β”‚   └── views.cpython-312.pyc
β”‚   β”‚   β”œβ”€β”€ admin.py
β”‚   β”‚   β”œβ”€β”€ apps.py
β”‚   β”‚   β”œβ”€β”€ migrations
β”‚   β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   β”‚   └── __pycache__
β”‚   β”‚   β”‚       └── __init__.cpython-312.pyc
β”‚   β”‚   β”œβ”€β”€ models.py
β”‚   β”‚   β”œβ”€β”€ templates
β”‚   β”‚   β”‚   └── core
β”‚   β”‚   β”‚       └── landing_page.html
β”‚   β”‚   β”œβ”€β”€ tests.py
β”‚   β”‚   β”œβ”€β”€ urls.py
β”‚   β”‚   └── views.py
β”‚   β”œβ”€β”€ db.sqlite3
β”‚   β”œβ”€β”€ front_end
β”‚   β”‚   β”œβ”€β”€ css
β”‚   β”‚   β”‚   └── styles.css
β”‚   β”‚   └── html
β”‚   β”‚       β”œβ”€β”€ links.html
β”‚   β”‚       └── skeleton.html
β”‚   β”œβ”€β”€ manage.py
β”‚   └── ogame_professor
β”‚       β”œβ”€β”€ __init__.py
β”‚       β”œβ”€β”€ __pycache__
β”‚       β”‚   β”œβ”€β”€ __init__.cpython-312.pyc
β”‚       β”‚   β”œβ”€β”€ settings.cpython-312.pyc
β”‚       β”‚   β”œβ”€β”€ urls.cpython-312.pyc
β”‚       β”‚   └── wsgi.cpython-312.pyc
β”‚       β”œβ”€β”€ asgi.py
β”‚       β”œβ”€β”€ settings.py
β”‚       β”œβ”€β”€ urls.py
β”‚       └── wsgi.py
β”œβ”€β”€ poetry.lock
└── pyproject.toml
```py
#

i figured it out haha

#

tree command

#

bash

novel tangle
#

tree

modest thicket
#

yeah it always happen XD

digital granite
modest thicket
#

let me show you my settings

#
#settings.py


# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.0/howto/static-files/

STATIC_URL = "front_end/"
STATICFILES_DIRS = [BASE_DIR / "front_end/css/"]
...
```py
still herald
#

D- day

modest thicket
#

dooms day?

#

oh yeah the D day

#

Normandy

foggy latch
#

The US landing in France to fight the Germans

#

Omg we are so being trolled

digital granite
#

@still herald u still reading?

rugged root
#

Still looking, Heiwa. I'm having to refresh myself on Django

modest thicket
#

I'm pulling skeleton.html into landing_page.html, but I would like to be able to load the css into skeleton

#

Using some line in the HTML of landing_page.html like this:

    <link rel="stylesheet" href="css/styles.css">
rugged root
#

Are you loading it at the top?

stuck furnace
#

Politics is allowed

#

As long as it doesn't get too heated

modest thicket
#
#landing_page.html

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Landing Page</title>
    <link rel="stylesheet" href="styles.css">
    <script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-slate-900 text-slate-50 text-base">
    <header>
        <nav>
            <ul>
                <li><a href="#">Overview</a></li>
                <li><a href="#">Data Customization</a></li>
                <li><a href="#">Account Calculator</a></li>    
                <li><a href="#">About</a></li>
            </ul>
        </nav>
    </header>
    <main>
        <p>main-content</p>
    </main>
    <footer>
        <p>Contact</p>
        <p>Discord</p>
        <p>Done by Abraham Kalume with Love for the community.</p>
    </footer>
</body>
</html>
rugged root
#

Oh I see the issue

stuck furnace
#

Back in a bit

rugged root
modest thicket
#

What that dictator did, was not preventable, basically because Himmler was the orchestrator

rugged root
#
{% load static %}

<link rel="stylesheet" href="{% static 'polls/style.css' %}">

Like that's the part that's throwing it off, I think

#

Yeah I hope it helps

modest thicket
#

ahhhhhhhhhhh

#

AHHHHHHHHHH

#

thanks bud

upper basin
#

Hemlock, can you pop in VC1 for a moment please?

modest thicket
#

Hell yeah Hemlock! It worked as intended!

#

Tyvm!

#

So, how do you guys consider yourself at front develpment?

#

Any idea on how to build something from scrach without commiting as crazy?

modest thicket
modest thicket
#

sry do you mind reapeting what you said about Django?

amber raptor
modest thicket
#

so if you want to develop using Python what should you use?

novel tangle
#

@regal pike you like php then why you are in python discord

modest thicket
#

So is Django bullshit or dont? hahah

#

But what do you do if you want to develop on Python?

amber raptor
#

Python is mainly used to glue stuff together.

#

Though my work uses Flask for parts of our application

modest thicket
#

but you can use Django with the REST framework right?

#

and basically you'll be building a RESTAPI right?

amber raptor
modest thicket
#

so basically you are telling me to learn JS and dive into React or some framework like that for building the frontend right? @amber raptor

#

Yo what's happening here? XD

#

I feel like this is scaling for some reason jaksjaks

novel tangle
modest thicket
#

Guys, you should not make laugh out of people beliefs...

novel tangle
#

LION movie

modest thicket
#

Well, im not agree with you

#

Im just saying that nobody should bully peoples beliefs...

stuck furnace
#

What's going on in here?

stuck furnace
#

Let's just in general avoid making generalisations about whole groups of people.

modest thicket
#

brb

novel tangle
#

have fun respectfully

amber raptor
novel tangle
regal pike
#

epic movie

#

loved the ending

novel tangle
#

its lion not leo

regal pike
#

in my country it was "leo"

novel tangle
#

ohk

regal pike
#

if i remember correctly

deep forge
#

Where did everyone come from?

stuck furnace
#

@deep forge what did you ask? πŸ‘€

deep forge
#

What did I miss?

modest thicket
#

Wellk guys, it's been a pleasure, gotta go for now ^^ Stay well!

novel tangle
deep forge
#

Bollywood, angle shots, racism, zodiac signs, what is happening...?

regal pike
novel tangle
#

have fun respectfully

rugged root
#

@whole bear Check the #voice-verification channel. That'll tell you what you need to know about the voice gate

rugged root
#

Happy to help

novel tangle
#

how to play valorant on linux ?

rugged root
#

With great effort

deep forge
#

The amount of times OS get mentioned in a 24 hour period in VC

still herald
#

Does anyone plays counter strike 2 here?

rugged root
rugged root
still herald
rugged root
#

Look at that happy little bastard.

still herald
#

Lol

stark river
#

@silk dust your mic is leaking

rugged root
#

Thanks

rugged root
#

@still herald What's up?

deep forge
rugged root
short owl
#

triangle HD TV , got the shape wrong

novel tangle
#

do anyone know how to run comfy ui fast on macbookm2

#

?

rugged root
#

Haven't heard of comfy

#

I'll take a gander

#

Oh apparently I have

#

Thanks past Hemlock and your shitty memory

stuck furnace
#

Micropython πŸ‘€

novel tangle
#

Does anyone have tips for optimizing Comfy UI performance on a MacBook M2?

rugged root
#

Oh that I don't know

stuck furnace
#

PyPy is surprisingly good though

rugged root
#

@cedar mason What are you wanting to stream

#

@trail vector Yo

trail vector
#

Yo

rugged root
#

!stream 343834855882227724

wise cargoBOT
#

βœ… @cedar mason can now stream until <t:1717616956:f>.

trail vector
#

home assistant?

#

nope

#

i identify my skill as newbie. So, what i recently learned that, you dont have to train your program with a ton of data. You can train your AI just with like 20 to 100 data and still get an excellent result with high accuracy

#

but i dont think its work with nlp

rugged root
#

I have no idea, all the ML and AI stuff is way over my head

novel tangle
#

bro its on his local host

rugged root
#

Yeah I have no idea

novel tangle
#

@cedar mason just try installing Home assistant and ollama on same network

#

so that both can ping eachother

cedar mason
trail vector
trail vector
novel tangle
#

but in his case HA is on cloud and ollama is on localhost

rugged root
#

Gotcha

modest thicket
#

hey folks

#

im back ^^

trail vector
#

heiwa will give you peace

modest thicket
#

indeed

#

if not you shall meet pain

#

ajskajsk

trail vector
#

a piece of peace

#

a piece of peace while piss

modest thicket
#

well i rather have people who will be paid for smash their skulls eachother

#

while I have not to do it

#

XD

trail vector
#

play that onion router, maybe it can connect your ollama

modest thicket
#

i dont like free violence

trail vector
#

paid violence

modest thicket
#

but concensed violence its okay for me

#

oih wait, is that a game!?

trail vector
#

i buy one

trail vector
hushed wing
#

ahh are u taking about boxing?

novel tangle
#

people really play these kind of games nowadays?

modest thicket
trail vector
#

go play that cod

hushed wing
#

yes

#

hahahahah

trail vector
#

omg htb

#

i do picogym

#

do pico plsss

hushed wing
#

ahhhh

modest thicket
#

how to make a web beautiful...

#

im still wondering XD

#

asakjsakjs

trail vector
#

demn

hushed wing
#

hahha

trail vector
#

same problem with me

stark river
#

in engineering or design?

trail vector
#

never make a beautiful eye catching wonderful website

modest thicket
stark river
#

bc ... beautiful in terms of engr or in terms of design

modest thicket
#

well i dont really care about engineering haha

hushed wing
#

voice is suppressed.. @cedar mason

modest thicket
#

my problem its always the beauty and visual atractiveness

trail vector
#

btrayed

novel tangle
#

I’m keeping my microphone off due to the considerable construction noise in my vicinity.

modest thicket
#

I mean, i prefer work on logic

stark river
#

i'm not a ui/ux guy

modest thicket
trail vector
#

im keeping my microphone off due to my inability to turn the microphone on

#

yea

stark river
#

i'm listening to music while making functions 🎢

trail vector
#

but not with bckend

#

i died

stark river
#

functions with template type params

novel tangle
#

teletubbiesπŸ˜‚

trail vector
#

backend = no sleep, no eat

#

you even have to poop in your own chair

#

btw, you play pico ctf?

novel tangle
#

yes its finished in march i guess

trail vector
#

you work for enterprise rn yea

#

give me advice

novel tangle
#

i am just bug bounty hunter

trail vector
#

im in university

#

rn

modest thicket
#

well, I assume its time for watching some tutorial on Tailwind XD

novel tangle
#

or you can call it independent security researcher

trail vector
#

i see

stark river
#

tutorial for tailwind? who needs a tut for that

trail vector
#

you experience with rust>

#

?

modest thicket
#

because one thing its to know the syntax, and another one its knowing what you are building with that syntax ahsjahsjah

trail vector
#

just now i learned computer architecture in university

stark river
#

what?

trail vector
#

so much theory

#

my brain cannot hold

stark river
#

tailwind is kids play

modest thicket
trail vector
#

hahaha

novel tangle
#

good night everyone

modest thicket
#

ce ya bud

trail vector
#

ahahaha

novel tangle
#

bye

trail vector
#

you banchelor degree? @cedar mason

#

you still college student?

modest thicket
#

guys, if you want to have a fixed layaout for a header the main and the footer using tailwind, would you use Grid utilities?

trail vector
#

aa

#

theres a guy named ben eater

#

make me a wonder why theres man who understand computer architecture that well

#

and what makes me shock is that

#

i know

#

you sound choppy

#

damnnn

#

for free?

#

shit man

#

yea'

#

im suppressor

#

i know

whole bear
#

hello

trail vector
#

hi

#

im a simp

whole bear
#

lol

#

currently working on a mini project

trail vector
#

what project?

#

hermanos

whole bear
#

game/username password thing

#

so u can play a game and what not and u can have a username as a leaderboard

#

and u can log into ur last save to beat the highscore

trail vector
#

i see

#

What is it for? Assignment?or training?

#

Damn people showing off spanish accent in vc

#

Hermanos dont leave me valeria burrito

whole bear
#

just for practice

modest thicket
#

rr

trail vector
#

in python?

whole bear
#

yea

trail vector
#

u use pygame?

whole bear
#

no im using turtles

trail vector
#

i see

#

as far as i know, turtles is just for graphic right?

whole bear
#

yea

trail vector
#

so the u dont use pygame at all and making the game from scratch?

#

good for practice

whole bear
#

its pretty basic score movement basics

#

and i already know the library

trail vector
#

oh i see

#

last time i use pygame was last year

whole bear
#

i see

trail vector
#

making shitty 2d pictures of plane game that shoot alien ufo

whole bear
#

lol

#

how long did it take?

trail vector
#

under 1 week i guess

#

maybe 4-5 days

whole bear
#

nice

trail vector
#

stream

#

HAHAHAHA

trail vector
#

i got A

whole bear
#

having trouble with this damn for loop

whole bear
trail vector
trail vector
#

lmao

whole bear
#

so i open a file.txt

#

and then an widget input pops up and u have to put in a user name

#

once that user name in entered

#

it goes through the txt file and checks if it is already in there

#

if it isn't then it add it to the file

#

if it is then it makes you do it again

trail vector
#

yea

#

sure

whole bear
#

it doesn't write and it doesn't print either

#

u wanna join it?

trail vector
#

yea

#

lets move

spare galleon
trail vector
trail vector
primal linden
#

her i wanna learn the basics

primal shadow
#

I quite enjoyed automate the boring stuff

spare galleon
still herald
modest thicket
#

hello!

wise loom
#

Jaime Teevan, Chief scientist said Windows Recall is OKAY πŸ‘

somber heath
primal shadow
#

not a one issue with this first implementation, we did perfect!

#

Such a pathetic outlook

#

"we may have overlooked some things, we promise to do better"

whole bear
#

BRB

somber heath
#

@alpine temple πŸ‘‹

#

@sudden galleon πŸ‘‹

velvet latch
#

could someone help me with a programming problem

brazen gazelle
#

yeah

#

whats up?

velvet latch
#

it might be easier to do it if I stream

brazen gazelle
#

you need permissions

#

just send the code

#

or explain

velvet latch
#

I have a program that tracks information for a card game called hearthstone replay. the information that im concern with is deck size and number of spells played each turn. I want to take snap shots after my turn is done and send it to an csv file for the purpose of visualization

#

mind if I move down to code help

brazen gazelle
#

a snap shot of your screen?

whole bear
velvet latch
#

is it alright if I explain in code/help chat

#

dont want to interupt there conversation

brazen gazelle
#

how is the data represented

digital mesa
#

.

velvet latch
dry jasper
#

Android studio

dry jasper
rugged root
#

Probably won't fix it

#

But it at least eliminates the possibility that it's using the wrong pip

#

I'll start hunting

#

Thinking

#

python3 -m pip install cuda-quantum==0.7.1

#

@upper basin

#

I don't think this would make a difference but again, just eliminating variables

upper basin
#

I am really sorry for bothering so frequently.

#

Love you sir.

rugged root
#

!pypi cuda-quantum

wise cargoBOT
#

Python bindings for the CUDA-Q toolkit for heterogeneous quantum-classical workflows.

Released on <t:1716303773:D>.

upper basin
rugged root
#

Okay, idea

#

python3.12 -m pip install -U setuptools

#

Back in a sec

upper basin
#

Hemlock, I found this which explains why distutils isn't being found.

rugged root
#

Yeah that's what I figured

#

@upper basin

upper basin
#

So, python 3.11.9?

rugged root
#

Worth trying

upper basin
#

Ok, I'll try to set that up now.

rugged root
#

I'm not sure what I can do, because I can't even get it to install on my rig

#

It might work with conda but i really don't wanna

#

Back in a moment. Work has me running around today

upper basin
#

I'm soo sorry.

upper basin
#

It's weird, I can't install 3.11.9

rugged root
#

I couldn't get any working 3.8 and higher

#

But I'm doing this on Windows, not WSL, so I'm not sure

rugged root
#

Yeah, you're not wrong

upper basin
#

We unbox and check out Robosen's Optimus Prime robot, which actually transforms between his iconic vehicle and robot modes with voice commands. The auto-converting Optmus Prime impresses Adam and Norm with its stability and range of motion, and we dive into some user-generated animations that stress the limits of its movement!

Learn more about ...

β–Ά Play video
rugged root
#

Nothing wrong with that

#

Keep at it

#

Every adventure requires a first step, as they say

dire jolt
#

@urban abyss okay day 2 im now making a calculator

#

we have addition and subtraction so far

#

adding division and multiplication soon

#

would division be "/" and multiplication be '*'?

#

okay the answer to that question is yes

#

division and multiplication added

#

Should I make it to where depending on what you chose it would say something different after it had given you the sum?

limber salmon
#

Bye guys

primal shadow
#

I'm off

#

Good chat

somber heath
#

@thin otter πŸ‘‹

velvet latch
somber heath
#

@midnight swan πŸ‘‹

velvet latch
dark scroll
#

Hey

#

I want to get to 50 messages

#

I don't know what type

#

😫

modest thicket
# dark scroll Hey

join a voice chat and contribute in the chat,. normally we pay attention on the text channels while we are chatting ^^

dark scroll
#

Oh sorry, will do

cedar mason
modest thicket
#

A network its a bunch of devices connected between each other

cedar mason
#

I looked up a fullstack job

#

They demand that you are also a system architect

cedar mason
somber heath
#

@whole bearπŸ‘‹

whole bear
chrome flax
#

Helo

molten pewter
plucky mica
#

Hey bois

cedar mason
rugged root
#

@midnight agate Good to see you poke your head in from time to time. Hope you're doing well

rugged root
#
#

I figured as much.

deep forge
#

pip freeze > requirements.txt

lost tapir
#

?

primal shadow
#

@vale plank could you please enable PTT, your tapping is not very conductive to the conversation we're having

vale plank
#

"Find what you seek not seek what you find" a qout from a friend who found the qout in a meme

primal shadow
#

No worries, we don't know what we don't know

#

appreciate the cooperation

vale plank
#

No prob

somber heath
#

@undone rune @keen slate πŸ‘‹

vocal basin
#

automatic gain control is unpredictable,
echo cancellation is just wrong

somber heath
#

@obtuse sigil πŸ‘‹

#

@whole bear πŸ‘‹

somber heath
#

@stone latch πŸ‘‹

stone latch
#

hi

somber heath
#

@jovial flume πŸ‘‹

stone latch
#

nah

#

no

#

jk

primal shadow
#

howdy silent fellows

#

@vernal skiff hello

somber heath
#

@queen dust πŸ‘‹

queen dust
#

I'm sorry but I have absolutely no clue on coding tbh

#

just started learning like 2 days ago

somber heath
somber heath
#

This is a pedagogical server. Learning and teaching is what we do, here.

#

Also socialising.

somber heath
#

Sometimes, there are puns.

queen dust
somber heath
#

@dire mist πŸ‘‹

#

!voice @dire mist

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

somber heath
#

@ember sluice πŸ‘‹

ember sluice
#

@somber heath hey

#

I cant unmute myself

somber heath
somber heath
#

@flat hedge πŸ‘‹

flat hedge
pallid moon
#

isn't it summer right now?

gray kraken
#

idk

#

does anyone know a fun starter project for c++

pallid moon
#

cool, didnt know you were in australia

somber heath
#

!kindling

wise cargoBOT
#
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.

gray kraken
#

wait would it be possible to build a renderer in c++

#

and what is a renderer precisly

flat hedge
#

2d and 3d

pallid moon
#

I thought you build C++ programs, not render

gray kraken
pallid moon
#

i c

#

yeah compile

#

python is jank interpreted

#

c++ is non-jank compiled

gray kraken
#

well thx i think ima make a faster renderer for blender

somber heath
#

I'll leave you to consider that.

pallid moon
#

where did everyone go 😦

gray kraken
#

im there

flat hedge
gray kraken
#

wanna game @pallid moon

pallid moon
pallid moon
gray kraken
#

rocket league

#

?

#

farming simulator 19?

#

oh wait can't play rocket league got banned for being mad

pallid moon
#

maybe it won't lag, hopefully

#

farming simulator i never played but sounds boring πŸ’€

gray kraken
#

do you own farming simulator 19

#

oh ok

pallid moon
#

its payed?

gray kraken
#

yes

pallid moon
#

oh rocket league is prolly payed too

flat hedge
gray kraken
#

no its epic games

pallid moon
gray kraken
#

rocket league is epic games

pallid moon
#

I see I see

pallid moon
#

and mine arent the best

gray kraken
#

wich games you own @pallid moon

pallid moon
#

not many πŸ’€
no payed ones:
minecraft, starcraft 2, trackmania

gray kraken
#

uhm sure

#

trackmania?

#

or minecraft

pallid moon
#

i dont have paid access in trackmania

#

and i suck

#

so yeah prolly minecraft

#

which I also have cracked πŸ’€

gray kraken
#

i've never played trackmania before

pallid moon
gray kraken
#

lol

pallid moon
#

but I've never played car games befre

#

so

gray kraken
#

i play grand turismo 5 on my ps3

#

wanna play minecraft

#

@pallid moon

pallid moon
#

tbh I'm not in gaming mood anymore sry

gray kraken
#

thats fine

eager vector
#

hello! I am new here!

gray kraken
#

hi @eager vector

eager vector
#

hey

#

I am even new on discord. Kinda feeling lost.

somber heath
#

We often talk about Python.

#

We often do not.

#

Some channels are dedicated to a topic.

#

This one is not.

eager vector
#

I am gonna do all of the above. Cheers!

olive fjord
#

What did I just build 😭

vale plank
#

wtf is that

#

a nuke

#

Putin's gonna be jealous

willow light
#

My alarm clock says hello

vale plank
#

well can't help but say hi back

somber heath
#

@hybrid storm πŸ‘‹

#

Meant to do that in vct1

somber heath
#

@nova wave πŸ‘‹

nova wave
#

Hey, @somber heath

somber heath
#

!voice

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

nova wave
#

Have to send 50 messages

#

@somber heath Whats your experience with Py

#

nice

#

How about you @iron gyro

#

Thats sick, Keep it up

#

@crystal fox ducky_sphere

#

@crystal fox Whats your experience with Py

#

@whole bear Same question for you

obtuse plaza
#

yo

nova wave
#

yo

somber heath
#

@torpid torrent πŸ‘‹

whole bear
whole bear
whole bear
#

you need send 50 messages

peak depot
#

can we summon a wild @gentle flint

gentle flint
#

but I'm guessing you're in bed

wise loom
#

am considering taking some

#

to get that edge.. unfair advantage..

somber heath
wise loom
#

I could pop some Viagra in a corporate setting.
If anyone asks me what I'm taking I'd be transparent about it because it would improve my output and the bottom line.

somber heath
#

@vast tundra πŸ‘‹

keen shell
#

hi

somber heath
#

@wide lotus πŸ‘‹

keen shell
#

I meant the hp printer app requires internet and a hp account with your phone number . Then when you print i reqires internet and says the files will pass through more than 2 hp server before printing .

#

This is still accepted and no one is complaing

#

It is every hp wifi printer

#

I never knew that was a thing until i bought it

#

This printer does not even have fucring USB port to print directly

somber heath
#

@tardy beacon πŸ‘‹

#

@dusty inlet πŸ‘‹

gentle willow
#

Hi

somber heath
#

@gentle willow πŸ‘‹

gentle willow
#

my voice chat isn't activated yet

#

lol

somber heath
#

!voice

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

gentle willow
#

i just joine today so 3 more days

#

what are you guys up to?

dusty inlet
#

why my mic is suppressed

gentle willow
#

what do you do @somber heath

somber heath
#

@whole bear πŸ‘‹

dusty inlet
#

yes

gentle willow
#

what do you use to do that

#

any libraries

#

i see

dusty inlet
#

they are saying dirstlly send 50 message in chat

gentle willow
#

so you make fractals?

#

which one is your favorite

dusty inlet
#

but in which chat can anybody tell me

whole bear
#

LOL

#

So childish

gentle willow
#

i remember zoom bombing

whole bear
#

Im impatient

#

Where you from

#

What part of England

#

Oh

#

You sound British

#

Like ur from Bristol orsum

#

That’s nice

#

How’s the weather now

#

What temp

#

Wait what

#

In the beginning of summer?

#

I’d thought it would be a lil higher

#

Even though you’re not in the summer season yet

#

Oh shit

#

Summer for us is may and onwards

#

Like end of may

#

That’s when things start to heat up

#

Protect ur skin yung lad

#

G2g

formal bramble
formal bramble
# dusty inlet but in which chat can anybody tell me

The whole collective count must be at least 50, but don't spam it'll get you blocked from VCs
The idea is to give VC access to people who contribute to this server in any way, when you actually start contributing 50 messages mark can be reached without much effort.

somber heath
digital mesa
#

!e

wise cargoBOT
#
Missing required argument

code

digital mesa
#

!e

import os 
os.mkdir("dir")
for i in range(9):
  os.mkdir(f"dir/subdir{i+1}")
wise cargoBOT
stuck furnace
#

You can also participate in voice-conversations by posting in the associated text channel. People do read the messages.

cerulean shard
#

proof God exists

#

the mandelbrott set

whole bear
#

what is it the best channel in youtube for learn python

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @whole bear until <t:1717971274:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).

The <@&831776746206265384> have been alerted for review.

old otter
#

!tvmute 828001400625692755 2w Spamming to reach our voice verification requirements is strictly prohibited. You can still join voice channels without being verified; you just have to get some legitimate server activity in order to get verified.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @whole bear until <t:1719180512:f> (14 days).

vale quarry
#

selection_clean["TEMP"]=int(selection_clean["TEMP"])

vale quarry
#

and sorry if I sudenly mention you ducky_concerned

somber heath
#

I don't do pandas. Though it is built on numpy, so maybe there's a numpy.ndarray.astype method.

#

Or equivalent.

vale quarry
#

thanks, let me search in that

somber heath
#

Also, you had a question, not a doubt.

#

I may doubt if what I am doing is correct or not. I may ask someone a question about if I'm doing the correct thing.

#

English teachers in India get that wrong.

vale quarry
somber heath
#

!e py import numpy as np arr = np.linspace(0, 5, 10) print(arr) print(arr.astype(int))

wise cargoBOT
somber heath
#

There may be a Pandas way of doing this.

vale quarry
hasty shore
#

where is the stream verification guys?

gentle flint
hasty shore
stark river
#

you need to ask a mod for perm

hasty shore
#

make sense, i will probably never have it ...

somber heath
#

@astral runeπŸ‘‹

gentle flint
olive fjord
#

!e print("test")

wise cargoBOT
olive fjord
#

lol

royal cobalt
#

Who wants to enter int the hamster kombat

#

Already made a partnership with ton

silk dust
#

restaurant named restaurant

scarlet halo
#

i made another stupid text editor guys

somber heath
#

Okay, I can hear, now.

#

Hi hi.

#

@hexed ore@pulsar shaleπŸ‘‹

hexed ore
#

Hi

pulsar shale
#

Hi

somber heath
#

Wearing your dress inside out is considerably different from wearing it upside down.

scarlet halo
somber heath
#

@sturdy summitπŸ‘‹

sturdy summit
#

Hello

#

How are you doing?

#

Where can I learn more Python on this server? I'm fresh with the language.

wind raptor
#

!resources

wise cargoBOT
#
Resources

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

scarlet halo
#

gluten tag

stark river
#

wilco women

sturdy summit
#

I just know what an integer, a float and a string is πŸ˜„

#

That's all πŸ˜„

somber heath
#

That's a start.

#

You can also have lists, which are like a collection of such objects.

#
['apple', 'orange', 'pear']```
#

I say like, because the lists contain references to those objects, they don't actually contain the objects, themselves. It just looks like they do.

#

Is it normal for it to show RTC disconnected on web when it's still working?

scarlet halo
#

what would i do without lists πŸ™

stark river
#

yes

sturdy summit
#

Do you have some kind of a newbie bootcamp?

somber heath
#

There is a tutorial at python.org in the documentation.

#

But also just hanging out here.

stark river
#

there is one on coursera named Python3 Programming

wind raptor
# sturdy summit Do you have some kind of a newbie bootcamp?

Become a Python pro! πŸš€ This comprehensive tutorial takes you from beginner to hero, covering the basics, machine learning, and web development projects.

πŸš€ Want to dive deeper?

πŸ‘‰ New version available Watch here: https...

β–Ά Play video
whole bear
scarlet halo
#

i cosplayed as christian bale today

#

at school

#

can i send pic

#

fuck it

whole bear
#

You'd be sharing your face

#

nvm

#

lol

somber heath
stark river
#

is that a ref to american psycho?

whole bear
stark river
#

i never watched that movie

whole bear
#

@scarlet halo was there any cosplay or costume challenge?

whole bear
#

if so, i think you should be making at least top 10

#

oh

#

did u win anything?

scarlet halo
#

my class won a prize

#

but not me individually

whole bear
#

how did ur class won anyy prize?

scarlet halo
#

cooperation

whole bear
#

cuz i think cosplays should be individual

#

oh

somber heath
#

@desert hull πŸ‘‹

scarlet halo
#

i just used normal like water paint for the blood

whole bear
scarlet halo
#

idk

whole bear
#

@scarlet halo accept friend request so i can dm it to u

scarlet halo
#

yeah i did

#

also guys i bought a 2TB NVMe SSD

rugged root
#

Ooo pretty

desert hull
scarlet halo
#

cuz my old drive was 512 GB

somber heath
wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

desert hull
#

!voice

scarlet halo
#

which super mario

#

super mario world?

#

1 2 3 was on nes

#

world is on snes

#

i was gonna ask something but i think it breaks rule 5

#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

scarlet halo
#

its not a project, but

#

miyamoto's signature if anyone wants it

somber heath
#

Ooh. Snakey monuments do it well.

whole bear
scarlet halo
#

@rugged root in blessed can you set a characters color at a specific position without changing the character? i dont know if you understand what i mean but try

#

like can you get the character at a position

#

how

#

hemlock i love blessed

#

guys are you excited for GPT-5

whole bear
#

no

#

theyre like being iphone

somber heath
#

Fancy autocorrect with googly eyes.

whole bear
#

quick to release phones but with insignificant updates

somber heath
#

@hallow badge πŸ‘‹

#

@frigid iron πŸ‘‹

whole bear
#

@rugged root may i play get vc perms pls?

rugged root
#

One sec, I need to check something

whole bear
whole bear
#

nice bonnes

rugged root
#

I try not to make exceptions for the voice gate

#

Just wait a couple days

whole bear
#

!user

wise cargoBOT
#

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

rugged root
#

You rejoined a day ago

whole bear
#

I was fixing my networks

#

lol

#

@rugged root make exception again for me?

#

pls, id like to talk in vc1

rugged root
#

Thinking

whole bear
#

@rugged root #bot-commands message

sturdy summit
#

Currently doing this tutorial on Python. What do you think, is it any good?

https://www.youtube.com/watch?v=rfscVS0vtbw&t=926s

This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you'll be a python programmer in no time!

Click the βš™οΈ to change to a dub track in Spanish, Arabic, or Portuguese, or Hindi.
(Hindi dubbed via Melt Labs - https://www.withmelt.com/)

Want more from Mike? He's starting a codin...

β–Ά Play video
stuck furnace
#

I think my mum has a bit of a fear or using buses. It's probably not uncommon.

rugged root
#

Little bit of claustrophobia, little bit of people are scary

stuck furnace
#

Yeah

#

I think I get it, because it takes you to a place you're not familiar with?

#

Graduated exposure can work. Maybe try taking smaller train journeys before your big trip?

#

I have phone fear πŸ˜…

#

Yep

#

Yeah a lot of people do!

#

brb

rugged root
#

!stream 1243210082649505863

wise cargoBOT
#

βœ… @whole bear can now stream until <t:1718034521:f>.

stuck furnace
#

It might work better with ghee πŸ€”

#

Yeah because the butter can burn

#

I think they sell powdered butter too

whole bear
#

you speak? @stark river

stuck furnace
#

Corn country is the US

whole bear
#

seen you so many times before

rugged root
stuck furnace
#

@whole bear was it you who was asking? this

whole bear
#

yeah thank you @stuck furnace

still herald
rugged root
#

As in he has a fear of speaking over the phone or on Discord

still herald
#

Oh

#

@stuck furnace
You can talk as freely as u can here.

peak depot
#

Universities focus on scientific research and education based on it. Universities of applied sciences, on the other hand, offer a pragmatic education that responds to working life needs. Studies at a university of applied sciences (UAS) focus on professional and practical know-how and skills.

whole bear
#

@rugged root did you find any?

rugged root
#

Not any that jumped out at me

whole bear
#

umm its okay. let me know when you find one

stuck furnace
#

I only do exuberant math

scarlet halo
#

"english or spanish"

#

final words

whole rover
#

tdd for the win

upper basin
whole rover
#
❯ sudo docker image ls
REPOSITORY                            TAG         IMAGE ID       CREATED        SIZE
inotify-base-notifier                 latest      fa7aec644f83   4 hours ago    14.4MB
rugged root
#

@versed heath What's up, type it here

still herald
#

Can I ask one more question ❓

rugged root
#

That penguin is not having a good time

amber raptor
#

The Penguin should be freaking the hell out, this is extremely low level shit that you can easily screw up.

stuck furnace
amber raptor
#

This is like someone going "Hey, I built my own car, do you want get in?"

grim solar
still herald
#

Not on chats

whole rover
amber raptor
#

Meanwhile, compile bot just shoves it into container and walks off

rugged root
#

Was just about to ask

scarlet halo
#

added cursor

amber raptor
#

Also, all container runtimes are pretty much using ContainerD at this point

#

does podman use containerd

#

docker desktop has switched over

#

hell, even MIcrosoft adopted it for Windows

whole rover
#

i don't think podman does use it

#

they do their own thing right

amber raptor
#

yea, I think they run servers

rugged root
#

@still herald I know you're still looking at their pages. Close it

still herald
#

Omg

whole rover
#
# podman --runtime /usr/bin/runc run --rm --memory 4M fedora echo it works
Error: container_linux.go:346: starting container process caused "process_linux.go:327: getting pipe fds for pid 13859 caused \"readlink /proc/13859/fd/0: no such file or directory\"": OCI runtime command not found error

# podman --runtime /usr/bin/crun run --rm --memory 4M fedora echo it works
it works
rugged root
stuck furnace
#

I think Hemlock picks frameworks based primarily on their mascots πŸ˜„

rugged root
#

Not inaccurate

stuck furnace
#

Β―_(ツ)_/Β―

rugged root
#

It certainly catches my interest more

rugged root
still herald
#

Ahh ya

#

It's like a withdrawal after doing drugs when u come out from a toxic relationship

#

It's not easy

rugged root
#

Close πŸ‘ the πŸ‘ browser

still herald
#

Ya

#

God i believe in you, please save me from myself

rugged root
#

He helps those who help themselves (or something like that)

#

You have to try as well

still herald
#

Yes sir

stuck furnace
#

They're pretty active, but I think people sometimes don't find them because of the dynamically changing names

scarlet halo
#

this is a silly

#

this is a silly and danger

whole rover
scarlet halo
#

hemlock

#

do you like stupid text editors

#

gimicky text editors

whole rover
#

i can do github interactions entirely in emacs now

scarlet halo
#

like a gimmicky text editor with hex codes

whole rover
scarlet halo
#

so you enter

#

a hex value

#

and it enters a character

scarlet halo
whole rover
scarlet halo
#

i use Hyprland

#

i own a snake

whole rover
scarlet halo
#

hemlock

#

can i stream

#

to show you what i mean by my text editor

#

WHY WOULD YOU NEEDTHAT

#

you dont need 3 ais

#

also school trip tmrw

stark river
#

no .. whoever asked that

wind raptor
#

!stream 1159603930087575623

wise cargoBOT
#

βœ… @stone raven can now stream until <t:1718116306:f>.

crisp flicker
#

I have no time to do any of this. I’m too busy coding