#voice-chat-text-0
1 messages Β· Page 411 of 1
I'm still confused, Docker can't do that?
not guaranteed
if you use any apt-get update inside docker, then no
any network access that's not checking all hashes of everything it receives, breaks it instantly
it's more about Nix forcing you to do things this way
So is there a space before and after the = or is there not?
seems like you have some conflict in your manual formatting
@haughty pier why no autoformattr?
(you can use Nix from inside Docker, and build images with Nix, those two are not at odds, they're only filling in parts the other is missing/valuing differently)
write your own autoformatter
different variable name width
I don't care about elm
the spaces
formatting
do we space around the = or not
it's a formatting issue
not a syntax
a style
format
I really dislike SQL autoformatters I've seen so far
the layout of the words
my SQL formatting is...
I have my ways and preferences
I prefer it aligned, and the formatters, that I've used, don't do that well enough
SELECT
col
, col2
, col3
FROM data d
JOIN users u
ON d.user_id = u.user_id
WHERE u.active
AND u.alive```
give or take
my ons line up within of join
ands always under ere in where
A real quiet bunch of voice chatters
all muted
mine is closer to something like this
SELECT
col1
, col2
, col3
FROM data d
LEFT JOIN users u ON
u.user_id = d.user_id
WHERE
u.active
AND u.alive
with sqlx (in Rust) it's way simpler to just have SQL in code near the code that passes values into it
since the types in SQL and Rust code are way more closely related when using that crate
life interrupts
there is no extra manual step of pulling values from a row and trying to cast them to some specific type
discord did not like that message
I believe that I format my code for the benefit of the reader. I keep my lists tight and I wrap them, unless they're broken up like my program installations with potentially comments next to each, and sometimes similar/related ones on the same row. For Python's function arguments, if I get an ungodly number of arguments, I still keep them tight and when adding arguments I only add arguments to the end. If a function signature takes up over ten lines, that's really bad, in my humble opinion.
I wonder if typing.TypedDict covers kwargs too 
ah, it's via Unpack
from docs
from typing import TypedDict, Unpack
class Movie(TypedDict):
name: str
year: int
# This function expects two keyword arguments - `name` of type `str`
# and `year` of type `int`.
def foo(**kwargs: Unpack[Movie]): ...
to avoid having those in signature, if there's clearly too many
welcome
I wish it were
but it is far frm
from*
not a graph of a corpse
even MySpace refuses to die
Well then you better comprehend binary
as the electrons fly
If you can't parse the electrons as they pass, are you really a programmer?
Who needs a higher level, when you can get to the metal
@civic zephyr Java/C#/C++ historically implemented generics incorrectly, maybe that's why
if you want theoretical understanding of them and are fine with quite a bit of maths, then Alex Stepanov's books and Sean Parent's talks are okay starting points
and there's nothing proprietary about them
@vocal basin π how are you doing today? π
debugged too much web code today, and will have to do even more of that now
nothing is working, as usual
AKA "The Joy of Programming"
I mean.. who needs metal when we have potato
https://superuser.com/a/982872/2052741
recrawl sounds too similarly to rick roll
Alisa what do you think about this recrawl thing, any chance of making the 2nd crawl faster?
web servers sometimes return that if the page did, in fact, not change
most crawlers do their crawling dynamically/continuously rather than just indexing all at once
the more often the page gets pointed-to, the higher the priority for requesting it again -- that could be one of the ways it does so
Its like Russian dolls , but with kittys ...
@radiant iron
all of the maths
"so, Category Theory?"
@civic zephyr refrain from doing it that loud when people, who aren't necessarily okay with it, are in VC
(the user that left just before you might've left because of that)
work time
22:47
Often they don't like the voice gate
why not just do it manually
that sounds like diffing? (or something you can accomplish with it)
amazing feature of computers for decades
Ask the AI
feed it two scripts, it might spit em out
So pay for tokens
Or host the model locall
y
I missed the result of the AI merging, what was the decided upon solution?
no idea
Work keeps getting in the way of these conversations
(they've made a help thread)
π’
That's an excellent thing to do
basics and paid courses don't mix well, imo
I would never pay for basics
the only "benefit" I see of that is "you will feel worse for slacking off if you've paid for learning"
I suppose if it's going to promote drive
it's a good spend
but my ass being broke & unemployed was the driving factor for my self study
Ooh, we've got a nice batch of quiet ones again
hello π
Who are we laughing at?
lol I'm part of the quiet group that hasn't earned their talking privileges yet
You'll get there
I just ignore the haters
fuck them
Can't let them bring you down, far too many of them
Blender is lots of fun
a lot of my friends use blender
Blender makes the assets
I don't think they're making games in it
the game engine in blender went away long ago
blender is part of it, but yeah, you use other things along it
You can make 2d assets in blender
That's where I made my goat ones
We're talking
and sometimes we sit in silence
Can they finish?
Factorio wires are life
circuit β€οΈ
@rigid fable look into arcade, pytmx, and Tiled
have you tried Satisfactory?
Why?
now they're stealing dependencies?
-# /s
Aren't we all deep down?
@gentle flint is there a dependency locking mechanism?
you too?
(at all, not that it'll help here)
i trusted you....
I have no idea what is being talked about, so probably
lol
please stop chasing me
But I need the exercise
you can take my money but dont hurt my family
stealing βexpropriatingβ
@rugged root "business inefficiency that also forces the company to be less resilient to various circumstances work culture"
Damn right
"you're not Amazon", discouraging time off will lose you money
here it'll mostly lose you workers
Brother is great
brother wireless laser for $100
boss
Brother laser printers are the best for consumers who don't print much
B&W at leat
least*
Why an AIO? Do you need scanning?
@rugged root Brother DCP-1610W
@versed heath your mic is pretty open
like I can hear you scrolling
push to talk
You can
or else Brother DCP-L2627DWE
I use the forward button on my mouse
NGL, if I keep hearing you clciking, I'm gonna mute
then when I have a mic, I will risk talking over you π¦
because it rarely messes things up
only have an issue on reddit
MB5
forward
no, not mmb
MB5
1 is left click, 2 is right click, 3 is MMB, 4 is back, 5 is forward
I can theoretically directly integrate mouse buttons with push-to-talk
but in practice it refuses to work
under my thumb
Just because you're soldering doesn't mean I wanna hear scrolling
if your desktop is set for soldering, you should solder, not voice chat
That's coax?
yes
never seen a female not like this
I've seen both
5oclock
@urban abyss
Support the channel and get source code & more!: https://www.patreon.com/rachelftech
I made a Wave Function Collapse based procedural castle generator in Godot and recorded the whole process!
Try it out here: https://rachelftech.itch.io/magical-castles
Bluesky: https://bsky.app/profile/rachelftech.bsky.social
Instagram: https://www.instagram.c...
dream man!
Such gold
@radiant iron https://youtu.be/ZuPTZWhz46M?si=Hb6WoMEbP-fKsu1R
Quiznos commercial with the Spongmonkeys - We Love The Subs
Subscribe: https://www.youtube.com/user/rathergoodstuff?sub_confirmation=1
Martin Agency. Joel Veitch, Alex Veitch rathergood.com
More stuff at http://rathergood.com/
https://youtube.com/watch?v=4efHNdR96uU
for an insurance company
Een rastaman rijdt gemoedelijk over een bochtige weg langs een rotsachtige kust. Met zijn driewielkarretje trekt hij een witte streep over het midden van de weg. Tot hij onverhoeds moet uitwijken voor een overstekend egeltje. Na die manoeuvre herneemt het rastamannetje zijn route, maar...
Achtergrond commercial:
In 1992 ontstond de film 'Egel'....
This is a Special Time. Check out our latest masterpiece! : https://youtu.be/AZfwdEFl1t4
Director / Creative Director: Doug Garth Williams / Copy & Voice: Matthias Bossi / Music: Jon Guez.
www.littlebabysicecream.com
www.twitter.com/littlebabysic
www.facebook.com/littlebabysicecream
http://www.littlebabysicecream.com/
punishment tomorow
Again, asking you kindly to stop
was revealed
Last kindly I'm giving you

https://youtube.com/watch?v=w_B2gPfxJKs
this one's also pretty good
'You must be the Dutch Guy' is de start van een wat merkwaardige rondleiding door een gevangenis. Hier gaat hij dus aan het werk. Maar langzamerhand gaat de cipier in opleiding werkelijk geloven dat dit de manier is om blijkbaar met gevangenen om te gaan... Een koekje van eigen deeg?
Achtergrond commercial:
'Cipier' is opgenomen in de Kozma Gev...
A soccer match between the Yale Bulldogs and the North Carolina Tar Heels comes down to Scott Sterling and the most epic penalty kick shootout you'll ever see.
Subscribe to Studio C: https://bit.ly/SubStudioC
Studio C. Stream full episodes now on BYUtv: https://www.byutv.org/studioc
Buy a Scott Sterling's Jersey here: https://teespring.com/sh...
modern day Jonah
https://www.abc.net.au/news/2025-02-14/whale-swallows-and-spits-out-kayaker-in-chile/104935882
a, b = b, a+b
did someone just say "skibidi sequence"
fibonacci
a = 1; while 1: print(a:=a+a)
Scott Sterling is BACK defending his team in the Volleyball Championship. And as per usual, Sterling isn't going down without a BIG fight!
Subscribe to Studio C: https://bit.ly/SubStudioC
Studio C. Stream full episodes now on BYUtv: https://www.byutv.org/studioc
Get Scott Sterling's Jersey - https://teespring.com/shop/scottsterlingjersey
A s...
n = int(input("Enter number of terms: "))
a, b = 0, 1
a, b = b, a + b
print(a)
print(1); print(1); print(2); print(3); print(5) etc.
best calculator python github 6th result on Google
Setup of 40+ computers pre-installed with Windows 10 - that will have to be reimaged.
a=1; while 1: print("print(", a:=a+a, ")", sep="")
@radiant iron
Enter the number of Fibonacci terms to generate: 999
Fibonacci Sequence: 1.66027e+208
Enter the number of Fibonacci terms to generate: 134
Fibonacci Sequence: 2.7917154566e+27
Enter the number of Fibonacci terms to generate: 3000
Fibonacci Sequence: 253774574058988811946649469146761279024038403815414006996694334615715629887105853665119319322149775830302189967102522857857779969848932932251645999895871588701924024497317970081547181367902731977125926332503638250032271751468843013293597083695022511143490854381762911288286729781101630088379589493963689700852432338815290130547142363413751353339253907522971128688048081216456724683924818551134807962657956022844116016915982098513759307626755430532565038584166393313053449686247929573912708157250389066494976206253735311596944786332198263194423507947095738522587007622546173372126537723616381510857852099423891100929647655102001.0
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
a = 1
b = 1
for i=0 to 100000000
print(a)
c = a
a = a + b
b = c
next i
Nonce is a random or semi-random number that is generated for a specific use. See the full cryptographic nonce definition and more today.
@subtle musk what did u say
Am so cooked]
havent completed any work this year
last year was worser
@radiant iron
yes
insane ikr
Gn
nhkjbhjkbhj
i started a votaan army
i've got an unpainted dreadnought right here
what about you?
How to Make Restaurant-Style Pizza at Home | Easy & Delicious | Girl Cooking
How to Make Restaurant-Style Pizza at Home | Easy & Delicious | Girl Cooking
How to Make Restaurant-Style Pizza at Home | Easy & Delicious | Girl Cooking
Craving restaurant-quality pizza without the hassle of dining out? π Join us in the kitchen as we reveal the se...
It uses ordinary, non-toxic table salt to blast pest insects, and no batteries are required. Excellent for houseflies, mosquitos, spiders, roaches, lanternflies, cabbage worms, earwigs, and moths. For use by responsible people only. Do not blast salt at pets, butterflies, or humans. Includes a limited 2-year warranty.
gn
bye plome

i put my bet in spider
: (
This SQLite tutorial teaches you everything you need to know to start using SQLite effectively. You will learn SQLite via extensive hands-on practices.
alors on danse
well, at least it generates Something, I guess?
MySQL Tutorial website provides you with the most comprehensive MySQL tutorial that helps you learn MySQL fast, easy & fun.
CHECK
12345
12345-1234
123451234
Am I SQLing right?
bye...
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@whole bear π
@warm lichen π
Good night chat. Good luck
Hoodwinked
@hoary tapir π
Hey
@karmic yarrow π
i was gunna troll yall but yall seem chill
is python hard
i start computer science in a few months at community college
i have seen some malicious programs made in python like key loggers,info stealers
am i allowed to share a github link
i just want yall to analyze it
and see how to stop it
profile -- probably yes,
tool that's easy to (mis)use -- probably no
i used it on myself and i found that it coudnt pull any info from firefox
but it could pull from every other browser
chrome,edge,opera
those three are all chromium
safari?
but how come empyrean logger couldnt pull from firefox? i want to know how to stop this
like how did firefox stop it
from pulling
im not doing any info stealing btw
there were some other webkit browsers a while ago
im testing this tool
on myself
my friend got ratted
he had his discord taken over
so i want to stop this in the future
and call out the ratter next time they try sending us a malicious file
best way to do that is to educate people not to do stupid things
like opening random executables
I need to go to the office, idk when back
i want to be able to play with the convo and download it and then debug it or analyze it and then show everyone in the server their true intent that the file is actually a stealer
ok
ill go there
u guys think its better to get internship at google or go to coding bootcamp
why? google supposedly has the best benefits for its workers
ok
can u elaborate
ok
i can try to
i assume its spyware
backend stuff
sharing info
idk
@sonic briar π
@rough siloπ
Hey @somber heath
if you get paid for the internship, imo that's the better option
keyword, unfortunately, if
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Join/Leave spam is unnecessary. π
sorry
@strong sageπ
vlaamse gaai
The Eurasian jay (Garrulus glandarius) is a species of passerine bird in the crow family Corvidae. It has pinkish brown plumage with a black stripe on each side of a whitish throat, a bright blue panel on the upper wing and a black tail. The Eurasian jay is a woodland bird that occurs over a vast region from western Europe and north-west Africa ...
ssh-keygen -R 192.168.10.226
What does that do?
removes the associated key from the known_hosts file
Is she connecting to the server?
to the pi
What's that?
scp
You might also be able to use a file browser with a url of something like sftp://192.168.10.226
Raspberry pi?
yes
Hmm
much easier to just use scp though
~
~/Desktop/
Connecting to a raspberry pi is the same as connecting to another PC?
I have used ssh in Redhat
yes
or to a server
I suppose it's much harder to do so in windows
it is completely unnecessary
most people use windows on their pc
and using windows on a pi is just pain and suffering
Hmm
Sewing-Machine Needles, also known as Rocas Ministro Ezcurra (62Β°58β²11.8β³S 60Β°29β²39.1β³W) is a group of three prominent rock needles, the highest 45 m above water, lying close southeast of Rancho Point, Deception Island, in the South Shetland Islands. The name Sewing-Machine Rock was given by whalers for what was originally a conspicuous natural ...
@plucky basaltπ
Anyone wanna see my RPI setup?
I don't have anything neat installed yet
I had to reboot it from scratch
Gonna switch back to my PC now
Dr. seus?
Yup!
@sick bronze π
Hi
bbiab...?
L
from batgrl.app import App
from batgrl.colors import BLUE, GREEN
from batgrl.gadgets.pane import Pane
FIELD_HEIGHT = 25
FIELD_WIDTH = 100
PADDLE_HEIGHT = 5
PADDLE_WIDTH = 1
class Paddle(Pane):
def __init__(self, up, down, **kwargs):
self.up = up
self.down = down
super().__init__(**kwargs)
def on_key(self, key_event):
if key_event.key == self.up:
self.y -= 1
elif key_event.key == self.down:
self.y += 1
if self.y < 0:
self.y = 0
elif self.y > FIELD_HEIGHT - PADDLE_HEIGHT:
self.y = FIELD_HEIGHT - PADDLE_HEIGHT
class Pong(App):
async def on_start(self):
game_field = Pane(size=(FIELD_HEIGHT, FIELD_WIDTH), bg_color=GREEN)
center = FIELD_HEIGHT // 2 - PADDLE_HEIGHT // 2
left_paddle = Paddle(
up="w",
down="s",
size=(PADDLE_HEIGHT, PADDLE_WIDTH),
pos=(center, 1),
bg_color=BLUE,
)
right_paddle = Paddle(
up="up",
down="down",
size=(PADDLE_HEIGHT, PADDLE_WIDTH),
pos=(center, FIELD_WIDTH - 2),
bg_color=BLUE,
)
game_field.add_gadgets(left_paddle, right_paddle)
self.add_gadget(game_field)
if __name__ == "__main__":
Pong().run()
@shadow flameπ
It's Saturday for me.
It's within the band.
@chilly wolf
I mean, if Hemlock's intent was US time then okay, but...
I've never got the impression it's an especially strict thing as to the exactness of the timing.
@wraith vectorπ
Unless it was Akvan.
You play MP?
https://www.reddit.com/r/factorio/comments/18kebvh/it_took_167_players_to_beat_the_world_record_for/
Sorry, a list of indices that aren't unique...?
Yeah.
Wouldn't they be keys?
and these relate to some other object?
and you don't want a set?
ValueError.
Because it's a problem with the data, rather than the indexing, there.
If you were trying to access an object with an invalid index, then yes, IndexError.
Are these to be used as indices when subscripting an object?
In which case, yeah, maybe IndexError.
@upper basin
obj.__getitem__([0, 1, 2, 2])```Looking at it from another angle.
See in that case I'd say it's more of a ValueError. But as subscription...
obj[0, 1, 2, 2]
# or
obj[[0, 1, 2, 2]]```
No, it'll be a quantum gate object or something.
"if you leave, it stops being weekend"
So would you be inheriting from Exception, IndexError or ValueError? =p

hacky alias?
wanna do some MP Satisfactory?
Since I've already got some baseline stuff setup on this world
It's really great
Factorio is better
I'm going to go sleep relatively soon
bnut if you enjoy building sculptures, satisfactory might be better
I'm glad.
Well, when things work one moment then stop working the next, as I said...never a good sign.
not live
Did you figure out what was wrong?
so, HLS then?
The ports.
(HTTP Live Streaming)
Steam://6870e42300008601
5 p.m., definitely not an unreasonable time for that
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
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.
It has been some years since I last enjoyed the company of a cat.
Depends on the cat.
@chilly wolf I did mention wave function collapse.
I could have done it a while back, but my brain now is mush.
I could probably still do it if I really needed to.
@glad birchπ
!e py import numpy as np from PIL import Image from scipy import ndimage arr = np.random.random((300, 300)) arr = ndimage.gaussian_filter(arr, 10) arr = arr > .50 Image.fromarray(arr).save('out.jpg')Simple gloopy stuff.
:x: Your 3.12 eval job has completed with return code 139 (SIGSEGV).
001 | OpenBLAS blas_thread_init: pthread_create failed for thread 3 of 4: Resource temporarily unavailable
002 | OpenBLAS blas_thread_init: ensure that your address space and process count limits are big enough (ulimit -a)
003 | OpenBLAS blas_thread_init: or set a smaller OPENBLAS_NUM_THREADS to fit into what you have available
004 | OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
005 | Traceback (most recent call last):
006 | File "/home/main.py", line 3, in <module>
007 | from scipy import ndimage
008 | File "<frozen importlib._bootstrap>", line 1412, in _handle_fromlist
009 | File "/snekbox/user_base/lib/python3.12/site-packages/scipy/__init__.py", line 134, in __getattr__
010 | return _importlib.import_module(f'scipy.{name}')
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/WRRF3JHSC6EG2OQGOZYCSRDPTI
Did you try combining mazegen with the wave function collapse?
Who is watching horse vids?
I wanted to try some natural looking maps, rather than going for some DFS again
@warm atlas
Thanking you.
The young colt and the thorn bush. A gripping tale of mystery.
Well, for natural looking stuff, you've usually got to start with some kind of noise-based thing.
So you're looking at Perlin or Worley or like what I did above.
As a starting point.
But then if you wanted the regions all connected, then you'd have to overlay the mazegen.
which you could then dilate out
for traversible areas
I'm just pulling thoughts from my arse.
Or maybe mazegen, dilation, then Perlin or elsewise used as a biaser for the wave function collapse.
Hey, Jikky.
hmmm
Hiii
But why would you do that, though...
I'm on a bus
I'm thinking height, you're doing 2D.
Height could still be useful, though
I'll join when I can talk
They gag you on the bus.
determining where cliffs should be vs water
You mean fake 3d height?
They yell at me :(
anything below ground could be bodies of water, anything above ground could be cliffs
Because people here aren't nice
Base it on real maps.
ooo
this is what I got so far
This is starting area?
I was super excited about this project, now I am feeling daunted
Yup!
I'd make it possible to access both West and East immediately
But have harder enemies there
And make South the MCs home
Adhd
I can relate
Hello, dj.
goodbye dj
have you used Tiled before Jikky?
In pygame?
Just in general
ohhh
Or pipes.
I prefer 3d with Qodot
The old man with a pipe, good trope.
Oh yeah fantasy pipes and modern day cigarettes
Very Gandalf.
I own 4 pipes myself
Personally, I can't stand the smell.
oh not animated
2 shitty one, one I used for flavored apple tobacco that made me want to vomit and one i used for exquisite tobac
Of tobacco?
There's certain tobacco that smells good for passerbys
I actually smoked a churchwarden
Cigarettes and so on.
Ciggies smell bad, pipe tobacco smells good
Because it's not as processed
Cigars have a distinct smell to them
It's not bad but not good
It's good for smokers but not really bothering non smokers
Another user
oh
He's with you on the vc.
I thought the same thing
Fridges are made of, in part, soothing hum.
All forms of entertainment, banned. Now, sitting in front of the fridge, listening to its soothing hum, it reminds us of something we called music.
Did you ever watch Fat Pie vids?
Salad Fingers et al.
Mhm. It's one of the non-Salad Fingers ones.
Hello, Connor.
Okiedoke.
This is longer than two seconds and now the existential dread is creeping in! Ahhh!
Oh, good. I exist.
You've heard of the atropals?
a-trope-als
Hoyo
He's been around.
π«
We have Wendy's in Australia, but it's not the same Wendy's. They serve coffee/tea/donuts and cakes and milkshakes and that sort of thing.
If you had a seafood variant of Taco Bell and it was in Japan,would it be called Tako Bell?
No steak.
Not really, no.
Interestingly enough, they don't serve Steak at Steak 'n' Shake
They're more those sort of island stores in shopping malls.
their "steaks" are just burgers without the bun.
That sounds a little...low effort.
Big low effort.
But at least their meat is quality. They're decently more quality than you'd get at a fast food place. They treat themselves as a sit down restaurant but they are closer to fast food really.
Hi everybody!
Psps
big yawn!
if only there were an easier way to transfer a long string...
This video was made possible through a grant by Open Philanthropy.
Sources & further reading: https://sites.google.com/view/sources-mr-president/
Join us over on Discord to discuss and share your thoughts: https://kgs.link/Discord
Mr. President! Nuclear missiles will strike our country in 14 minutes. I know itβs your first day in office so Iβm...
This video was made possible through a grant by Open Philanthropy.
Sources & further reading: https://sites.google.com/view/sources-nuclear-winter
Check out our biggest sale yet! Help support our birbs in moving to a bigger warehouse,
and get a great deal for yourself on some kurzgesagt favorites: https://shop.kgs.link/Sale24
A nuclear bomb...
Get 50% off your first month of a monthly club with code KURZGESAGT at https://www.kiwico.com/kurzgesagt
This video was sponsored by KiwiCo. Thanks a lot for the support!
Turns out, itβs not birbs running kurzgesagt, but hardworking humans. Support our mission and videos by visiting the shop and getting a thoughtful product made with love: http...
@somber heath
@willow saddle π
Can you give me a coding topic that I can do in Python?
Implement Buckshot Roulette.
It's a game.
Not hard, but definitely needs some thinking to do elegantly.
hangman is good but excessively violent'
tic tac toe using vectorization
Make a realistic gore system that just tears the hanged man apart as he looks into your eyes with a pleading look with 4k resolution.
Makes you think before you guess.
On the subject of gore, wish HD2 had better gore system.
Like burns, broken bones, dismemberment without dying (tell me it's not epic to shoot a revolver with your left arm missing).
hd2?
Helldivers 2
Like imagine proper gore system.
Maybe in HD3.
Helldivers 3: Fall of Cybertron
Helldivers 3: The bug-ening
@rugged root Get in here.
Miss you sir.
Let me get a good look at that volatile pretty mug.
sigma sigma boy
oh dear god
extreme patience .....
i could just feel the latency and resistance this adds, it hurts so much
all the wires seem to be exact same length .............
what do you want to stream?
a game
in ~hour when it's weekend in my timezone
(in part because I still need to finish some work today)
I have a bit of a choice of games to play on steam
mostly not free
I've completely missed almost all free Epic Games stuff
has anyone else managed to get 429'd from switching all the toggles to disabled in the cookie popup 

brb
(dont talk about that)
its against ToS
(and theres very much a mod in here π )
!rule 1
1. Follow the Python Discord Code of Conduct.
!rule 2
2. Follow the Discord Community Guidelines and Terms of Service.
@past hill there is 
Plugins are against the discord terms of service
we are staff, but not mods
we do get to vote on stuff etc
(if the cashiers were also members of paralament)
mod is eating
what happened
just some talk of client mods
@sinful phoenix π
@vocal basin Hi π
that assumes any code works already
wasn't the whole "tear down old stuff, build a new one" something like one of communism mottos or whatever
"succeeded at the first part, less so at the second"
I: mention communism
Neural Meduza seconds later: posts about Soviet Union
!e
from time import time
print(f"<t:{time() + 147:.0f}:R>")
:white_check_mark: Your 3.12 eval job has completed with return code 0.
<t:1739567641:R>
<t:1739567641:R>
(I'm braiding my hair, that's why not responding as much)
(one of the two braids)
(~40% of it because it's hard to take a picture of the whole thing without much else in the frame)
pls. why ping mods for that?
im not pinging a bod, Im pinging a fellow coder >:(
if I wanted mods I would have called MODS!!!
you pinged mods
Only ping the moderators role if you have something to report. If you abuse the role in the future we may have to remove you from the server

OMG my bad bro, Im having a stroke
why is everyone dead silent now... I DONT LIKE FOR OF PSYCHOLOGICAL HUMILIATION
a stroke is no joke
bro my bad I didnt mean to π
guys??
hello?
its been 2 minutes now... somebody say something
it was 10 not 5 minutes I think
yall mother fuckers are dick heads
I know that I cannot be heard π
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
let me boot up the ol' satisfactory
i need help
booting
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
clik on verification icon
i dont understatn properli english, but i need help
what do you need help with?
do you have a more specific question about linux commands?
but, why i cant speek?
is hard for me explain things tiping
you gotta meet them, then you can clcik, then you can speak
i need to send 50 messages?
i have this mesage
is the question about some specific command or linux commands in general?
@haughty dew the numeric part of AI is mostly implemented in C and similar languages
not in Python
yup
Python is only for composing C parts
i have a probrem with grub
which you might as well do directly in C
you know that?
I don't know much about grub, so won't be able to help with it
you know diferents linux distros?
I think I've worked with >20 of different distros over the years
nice
@main comet
C++ doesn't provide as much control as pure C, there are tons of implicit behaviours
(it's not bad, just that "C++ provides full control of memory and runtime" is a myth)
are you sure?
need to throw away most of standard library and large part of the language to actually control what's happening,
and all that not even touching the insanity that is different compiler optimisations which aren't guaranteed to keep correctness
pipe down boi!
C++ suports OOP, its got a lot of libs, better memory manegment (malloc/free)
and c++ supports multithreading
C++ lets to do more with less code than C, and is obviously better composable than pure C
at the cost of control and explicitness
Rust makes the same trade-off
true true
(unlike Zig and some other languages)
OOP/generics in C++ are an actual nightmare if you try to apply Java/C#/Python patterns instead of learning C++'s theoretical basis
virtualing everything is not the right C++ way
no
I might be risking a bit getting on a train looking like that
Yes, however, counterpoint...garotte.
bye
@whole bear π
Hi
Can I ask you a question?
Is it worth it to do a online course?
geeksforgeeks
Ok, thank you.
okey
We're playing Satisfactory
it's a game about building factories lol
in a satisfying way (or maybe horrifying if you see some people's facotries)
Truly
hahaha
ooo
pizza
thought its like almost 11 pm
we got dominoes
we also got pizzahut
those are like the only ones
well we get whatever
both are just pizza
alright
bye
:incoming_envelope: :ok_hand: applied timeout to @sand pollen until <t:1739588422:f> (10 minutes) (reason: burst spam - sent 8 messages).
The <@&831776746206265384> have been alerted for review.
vwdcbubenmingnv
what's up @upper basin ?
I would join voice but I'm listening to a song atm
Enjoy.
Ever played Satisfactory?
No.
Very
@unborn flame
There's an alien creature chillin in the factory, but you get the picture
lemme pull it up in Steam and see what it's about...
You're welcome to join
Although I suppose it would be better to start from the begining for you...
"...and enter conveyor belt heaven." LOL I'll keep it on my radar. Anytime I see a game with overwhelmingly positive reviews I take notice.
Gotta love perfectly aligned conveyor belts
@chilly wolf Have you ever played/own this? https://store.steampowered.com/app/244850/Space_Engineers/
Space Engineers is an open world sandbox game defined by creativity and exploration.It is a sandbox game about engineering, construction, exploration and survival in space and on planets. Players build space ships, wheeled vehicles, space stations, planetary outposts of various sizes and uses (civil and military), pilot ships and travel through ...
$19.99
97835
It's very good
Kinda hard to find ppl to play with though. They just released the 2nd one but it's still in early access and I don't think there's MP yet...
@pearl patrolπ
same! haha. If I catch Satisfactory on sale I'll grab it...
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
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.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
@unique wyvern I apologize for the ping. I made the implementation. It's still very slow (I think it's the recalculation that causes it).
@lilac bear
Hello Opal!
hello
i think you will need to be a higher evel
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@sonic briar Also check out the voice verification requirements.
Yeah what Opal sent.
You've been here for ages, you should be able to get voice perm if you have sent messages here before.
Check to see what requirements you're missing.
I'll be back later.
Cheers
I am missing 50 messages i mean somewhere near that
I have a lot of difficulty trying to implement a project from start to finish
I need to figure out a way to learn,
There is Assembly and then C and then C Sharp C++ and stuff like this then brings us to python
It's a lot to tkae in but i am trying to learn with this indian course i have seen
Assembly teaches us a bunch of things like advanced math maybe that i can't remember or wild basics
@chilly wolfCapital division or capitol division?
Capital, strangely enough, even though it's technically near the Capitol?
Spelling error, perhaps?
Or maybe I am misremembering
Money vs state nexus.
Java is interesting Python i need to understand the abscrations from the previous languages
Base java
I am trying to understand this basic abstraction from the start of assembly until you get to python by c anc csharp c plus plus right this will help you REALLY understand programming i think you have to code in those that's why
it's so difficult
i always complicate myself the route
but it is a good framework
Babe you tell me what you think about this course i am going to put it online so you can look at it thank you sir
Sure man i am uploading it
L aRojja
Roya
It is in Los Angeles
I think you may know something i don't
yes maybe spanish who knows
La Jolla i've always la roya
Yes
Perfect
Yes Gotta send them messages
Finally
Yes me too i wish i could speak hahaha
I can hear you sir
just go through the voice verifivation
It's better yes well i am sending the messages now
I am almost there oh Askel
How about coq
Check it out
seriously it's a functionnal too
you will find it it has to be mathematically proven i think it's all definitions if you can catch my drift
Learning is easy but to practice is another thing i am working on
hello, just wanted to give @somber heath an update. Got it working! This is how you get around the cls call issue
@classmethod
def from_hlil(cls, hlil_instr: HighLevelILInstruction, parent: 'ASTNode' = None):
instr_addr=hlil_instr.address
#node = cls(instr_addr, parent) #this call is calling the __init__ method of the class lowest on the inheritance
node = cls.__new__(cls) # Create an instance without calling __init__
ASTNode.__init__(node, instr_addr, parent) # Manually call ASTNode's __init__
return node
I am sending those messages man this discord has to approve me
@ebon sandal
Awww cute
What is their names
Piuku and Mochi
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
hey @somber heath
Streaming permissions are available upon request of voice-regular moderator-level-and-above users at their discretion when they're in the voice chat.
wdym
Only what I say.
It's best to avoid @ mentions for streaming permissions of individual staff and @ mentions of Moderators is for concerns which require intervention because of actionable behavior.
At least for the purposes of asking for streaming permissions when they're not in the VC.
re: individual mentions
If they are, then that's another matter.
Unless you have made some other arrangement with them personally.
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
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.
Hey Guys, can anyone suggest what should i learn. i want to make a basic model like Quick Draw using their model only. i have made a canvas which allows you to draw using Python. now i want to integerate something which can detect objects in the image
!voice