#voice-chat-text-0

1 messages Β· Page 411 of 1

vocal basin
#

for example, to save cache space

#

and still be able to build software years later with same results

primal shadow
#

I'm still confused, Docker can't do that?

vocal basin
#

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

primal shadow
#

you format perfectly?

vocal basin
#

it's more about Nix forcing you to do things this way

primal shadow
#

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?

vocal basin
primal shadow
#

wow, good use of absolutes

#

I'll disagree with you there

vocal basin
#

write your own autoformatter

primal shadow
#

see the formatting?

vocal basin
#

different variable name width

primal shadow
#

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

vocal basin
#

I really dislike SQL autoformatters I've seen so far

primal shadow
#

the layout of the words

primal shadow
#

I have my ways and preferences

vocal basin
#

I prefer it aligned, and the formatters, that I've used, don't do that well enough

primal shadow
#
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

vocal basin
#

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
primal shadow
#

Most of my SQL isn't even in SQL Files

#

all across the backend

vocal basin
#

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

haughty pier
vocal basin
#

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

haughty pier
#

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.

vocal basin
#

I wonder if typing.TypedDict covers kwargs too pithink

#

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

primal shadow
#

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

vocal basin
#

@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

minor nest
#

@vocal basin πŸ‘‹ how are you doing today? πŸ™‚

vocal basin
#

debugged too much web code today, and will have to do even more of that now

#

nothing is working, as usual

minor nest
#

oof sounds like you are gonna be swamped πŸ˜…

#

good luck

primal shadow
wise loom
urban abyss
#

🫸

vocal basin
#

recrawl sounds too similarly to rick roll

wise loom
#

Alisa what do you think about this recrawl thing, any chance of making the 2nd crawl faster?

vocal basin
#

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

short owl
#

Its like Russian dolls , but with kittys ...

vocal basin
#

@radiant iron

all of the maths
"so, Category Theory?"

vocal basin
#

@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

primal shadow
#

Often they don't like the voice gate

chilly wolf
#

Whoopsie daisy

#

Had a nice nap

primal shadow
#

merge 2 scripts?

#

copy / paste

vocal basin
#

why not just do it manually

silk hull
#

that sounds like diffing? (or something you can accomplish with it)

primal shadow
#

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?

vocal basin
#

no idea

primal shadow
#

Work keeps getting in the way of these conversations

silk hull
#

(they've made a help thread)

primal shadow
#

😒

primal shadow
vocal basin
#

basics and paid courses don't mix well, imo

primal shadow
#

I would never pay for basics

vocal basin
#

the only "benefit" I see of that is "you will feel worse for slacking off if you've paid for learning"

primal shadow
#

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

alpine canyon
#

hello πŸ‘‹

primal shadow
#

Who are we laughing at?

alpine canyon
primal shadow
#

I just ignore the haters

#

fuck them

#

Can't let them bring you down, far too many of them

#

Blender is lots of fun

alpine canyon
#

a lot of my friends use blender

primal shadow
#

Blender makes the assets

#

I don't think they're making games in it

#

the game engine in blender went away long ago

silk hull
#

blender is part of it, but yeah, you use other things along it

primal shadow
#

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 ❀️

chilly wolf
#

@rigid fable look into arcade, pytmx, and Tiled

chilly wolf
primal shadow
#

It's no Factorio

sleek salmon
#

dont come outside tomorrow

#

dont

#

@brave echo

rugged root
#

Why?

primal shadow
#

It'll turn black tonight

#

And again tomorrow night

#

like it does every night

sleek salmon
#

no

#

full darkness

#

@gentle flint is a lizard super mutant

#

dont listen to him

silk hull
#

now they're stealing dependencies?
-# /s

rugged root
#

Aren't we all deep down?

vocal basin
#

@gentle flint is there a dependency locking mechanism?

sleek salmon
vocal basin
#

(at all, not that it'll help here)

sleek salmon
#

i trusted you....

rugged root
#

I have no idea what is being talked about, so probably

radiant iron
#

lol

sleek salmon
rugged root
#

But I need the exercise

sleek salmon
#

you can take my money but dont hurt my family

vocal basin
#

stealing ☭expropriating☭

#

@rugged root "business inefficiency that also forces the company to be less resilient to various circumstances work culture"

rugged root
#

Damn right

vocal basin
gentle flint
#

here it'll mostly lose you workers

primal shadow
#

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?

gentle flint
#

@rugged root Brother DCP-1610W

primal shadow
#

@versed heath your mic is pretty open

#

like I can hear you scrolling

#

push to talk

#

You can

gentle flint
#

or else Brother DCP-L2627DWE

primal shadow
#

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

vocal basin
#

I can theoretically directly integrate mouse buttons with push-to-talk
but in practice it refuses to work

primal shadow
#

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

vocal basin
#

oh, it works now

#

turns out I needed to go to random place in the app and enable it

gentle flint
primal shadow
#

That's coax?

gentle flint
#

yes

primal shadow
#

never seen a female not like this

gentle flint
#

I've seen both

primal shadow
#

5oclock

chilly wolf
unique wyvern
gentle flint
radiant iron
#

dream man!

rugged root
gentle flint
#

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'....

β–Ά Play video
rugged root
radiant iron
sleek salmon
#

punishment tomorow

rugged root
#

Again, asking you kindly to stop

sleek salmon
#

was revealed

rugged root
#

Last kindly I'm giving you

unique wyvern
gentle flint
#

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...

β–Ά Play video
rugged root
gentle flint
rugged root
#
a, b = b, a+b
gentle flint
#

did someone just say "skibidi sequence"

subtle musk
#

fibonacci

gentle flint
#

oh

#

ok

urban abyss
#

a = 1; while 1: print(a:=a+a)

rugged root
subtle musk
#
n = int(input("Enter number of terms: "))
a, b = 0, 1
a, b = b, a + b
print(a)
urban abyss
#

print(1); print(1); print(2); print(3); print(5) etc.

primal shadow
#

best calculator python github 6th result on Google

gentle flint
urban abyss
#

a=1; while 1: print("print(", a:=a+a, ")", sep="")

main comet
rugged root
#

Monokai

subtle musk
#

@radiant iron

rugged root
radiant iron
main comet
#

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

urban abyss
#
a = 1
b = 1
for i=0 to 100000000
    print(a)
    c = a
    a = a + b
    b = c
next i
radiant iron
#

@subtle musk what did u say

subtle musk
#

what you tryna become when your older

#

thios shi funny tho

primal shadow
urban abyss
primal shadow
#

Moose or Mousse?

#

oops

#

forgot an as

#

s

urban abyss
subtle musk
#

Am so cooked]

#

havent completed any work this year

#

last year was worser

#

@radiant iron

radiant iron
#

yes

subtle musk
#

insane ikr

subtle musk
main comet
urban abyss
#

i started a votaan army

#

i've got an unpainted dreadnought right here

#

what about you?

main comet
urban abyss
main comet
#
Bug-A-Salt

Insect hunting as sport has entered the 21st Century with Bug-A-Salt. Our insect eradication devices fire ordinary table salt to kill pesky flies. We ship to all 50 states. Fast Shipping. Fire your flyswatter!

radiant iron
#

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...

β–Ά Play video
main comet
primal shadow
gentle flint
#

gn

urban abyss
#

bye plome

primal shadow
radiant iron
woven flare
#

i put my bet in spider

primal shadow
#

I'll be back.

minor nest
primal shadow
main comet
primal shadow
primal shadow
hasty orbit
chilly wolf
#

well, at least it generates Something, I guess?

primal shadow
#

CHECK

#

12345
12345-1234
123451234

#

Am I SQLing right?

main comet
#

bye...

somber heath
#

Hang on.

#

Audio fiddlings.

#

@upbeat turtleπŸ‘‹

upper basin
#

!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.

somber heath
#

@whole bear πŸ‘‹

whole bear
#

Hello chat

#

What y’all doin

somber heath
#

@warm lichen πŸ‘‹

whole bear
#

What is the project?

#

Balancing equations?

whole bear
#

Good night chat. Good luck

peak depot
#

Hoodwinked

somber heath
#

@hoary tapir πŸ‘‹

hoary tapir
somber heath
#

@karmic yarrow πŸ‘‹

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

vocal basin
karmic yarrow
#

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

vocal basin
#

those three are all chromium

gentle flint
karmic yarrow
#

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

karmic yarrow
#

or ios

gentle flint
#

oh safari isn't available for windows anymore

#

nvm

karmic yarrow
#

im not doing any info stealing btw

vocal basin
#

there were some other webkit browsers a while ago

karmic yarrow
#

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

gentle flint
#

like opening random executables

vocal basin
#

I need to go to the office, idk when back

karmic yarrow
#

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

somber heath
#

@sonic briar πŸ‘‹

sonic briar
#

Hello @somber heath

#

How are you hanging out ?

somber heath
#

@rough siloπŸ‘‹

rough silo
vocal basin
#

keyword, unfortunately, if

somber heath
#

@random needleπŸ‘‹

#

!voice @random needle

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
#

Join/Leave spam is unnecessary. πŸ™‚

random needle
#

sorry

somber heath
#

@tawdry pumiceπŸ‘‹

#

@olive rivetπŸ‘‹

gentle flint
somber heath
#

@strong sageπŸ‘‹

versed heath
gentle flint
#

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 ...

whole bear
#

I need money and money

#

πŸ˜”

#

I have a landline connection

versed heath
gentle flint
#

ssh-keygen -R 192.168.10.226

whole bear
gentle flint
whole bear
#

Is she connecting to the server?

gentle flint
#

to the pi

whole bear
#

What's that?

gentle flint
#

scp

somber heath
#

You might also be able to use a file browser with a url of something like sftp://192.168.10.226

whole bear
#

Raspberry pi?

gentle flint
gentle flint
whole bear
#

Hmm

gentle flint
whole bear
#

So Client to host?

#

Understood

gentle flint
#

~

somber heath
#

~/Desktop/

whole bear
#

Connecting to a raspberry pi is the same as connecting to another PC?

I have used ssh in Redhat

whole bear
#

I suppose it's much harder to do so in windows

gentle flint
#

yes

#

fortunately linux is built for this

whole bear
#

I think he should use the same os in both machine

#

It would be much easier

gentle flint
#

it is completely unnecessary

#

most people use windows on their pc

#

and using windows on a pi is just pain and suffering

whole bear
#

Hmm

gentle flint
#

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 ...

chilly wolf
#

I can't use voice on my RPI

#

Oh, he left

somber heath
#

@plucky basaltπŸ‘‹

chilly wolf
#

Anyone wanna see my RPI setup?

#

I don't have anything neat installed yet

#

I had to reboot it from scratch

gentle flint
chilly wolf
#

Gonna switch back to my PC now

peak depot
#

Dr. seus?

chilly wolf
#

Yup!

somber heath
#

@sick bronze πŸ‘‹

sick bronze
#

Hi

somber heath
#

bbiab...?

somber heath
#

L

iron quail
#

@grim flare ?

#

ok

somber heath
#

Hoya.

#

More audio arguings.

#

Should be good now.

upper basin
#
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()
somber heath
#

@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.

wraith vector
#

hi

#

i remember you XD

somber heath
#

πŸ‘‹ @covert glacier

primal shadow
#

You play MP?

somber heath
#

Sorry, a list of indices that aren't unique...?

somber heath
#

Wouldn't they be keys?

upper basin
#

[0, 1, 2, 3]

#

[0, 1, 2, 2]

somber heath
#

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.

somber heath
#
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.

vocal basin
somber heath
#

So would you be inheriting from Exception, IndexError or ValueError? =p

chilly wolf
#

Since I've already got some baseline stuff setup on this world

vocal basin
#

I still haven't actually played Satisfactory

#

I might've opened it before

chilly wolf
#

It's really great

primal shadow
#

Factorio is better

vocal basin
#

I'm going to go sleep relatively soon

primal shadow
#

but it's not bad

#

Scaling is much less fun in Sat

versed heath
primal shadow
#

bnut if you enjoy building sculptures, satisfactory might be better

somber heath
#

I'm glad.

vocal basin
#

WebRTC?

#

or HLS?

#

ah, just image

somber heath
#

Well, when things work one moment then stop working the next, as I said...never a good sign.

vocal basin
#

not live

somber heath
#

Did you figure out what was wrong?

vocal basin
#

so, HLS then?

somber heath
#

The ports.

vocal basin
#

(HTTP Live Streaming)

somber heath
#

Huh...

#

Bricked how?

#

Just fizz, goodnight.

chilly wolf
#

Steam://6870e42300008601

somber heath
#

It depends on where you are in the world.

#

It's Saturday for me.

vocal basin
upper basin
#

!paste

wise cargoBOT
#
Pasting large amounts of code

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.

somber heath
#

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.

wise cargoBOT
# somber heath !e ```py import numpy as np from PIL import Image from scipy import ndimage arr ...

: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

somber heath
#

Rude.

#

Something a lot better would be nice.

chilly wolf
somber heath
#

Did you try combining mazegen with the wave function collapse?

#

Who is watching horse vids?

chilly wolf
#

I wanted to try some natural looking maps, rather than going for some DFS again

somber heath
#

@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.

chilly wolf
#

hmmm

quartz beacon
#

Hiii

somber heath
#

But why would you do that, though...

quartz beacon
#

I'm on a bus

somber heath
#

I'm thinking height, you're doing 2D.

chilly wolf
#

Height could still be useful, though

quartz beacon
#

I'll join when I can talk

somber heath
#

They gag you on the bus.

chilly wolf
#

determining where cliffs should be vs water

quartz beacon
#

You mean fake 3d height?

quartz beacon
chilly wolf
#

anything below ground could be bodies of water, anything above ground could be cliffs

quartz beacon
#

Because people here aren't nice

chilly wolf
#

I used a heightmap for that in my WFC

#

agghh, world design :(

somber heath
#

Base it on real maps.

quartz beacon
#

I'm a dm with 5 years of experience

chilly wolf
#

ooo

chilly wolf
quartz beacon
chilly wolf
#

I was super excited about this project, now I am feeling daunted

chilly wolf
quartz beacon
#

I'd make it possible to access both West and East immediately

#

But have harder enemies there

#

And make South the MCs home

quartz beacon
#

I can relate

somber heath
#

Hello, dj.

chilly wolf
#

goodbye dj

quartz beacon
#

Lmao

#

Every game needs cigarettes

#

Imo

chilly wolf
#

have you used Tiled before Jikky?

quartz beacon
chilly wolf
#

Just in general

quartz beacon
#

I use godotπŸ˜…

#

Uhh, i don't make much 2d

chilly wolf
#

ohhh

somber heath
quartz beacon
#

I prefer 3d with Qodot

somber heath
#

The old man with a pipe, good trope.

quartz beacon
somber heath
#

Very Gandalf.

quartz beacon
#

I own 4 pipes myself

somber heath
#

Personally, I can't stand the smell.

chilly wolf
#

oh not animated

quartz beacon
#

2 shitty one, one I used for flavored apple tobacco that made me want to vomit and one i used for exquisite tobac

quartz beacon
#

There's certain tobacco that smells good for passerbys

quartz beacon
#

I actually smoked a churchwarden

somber heath
quartz beacon
quartz beacon
#

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

somber heath
#

Hello, Aarav.

#

Jenzing.

whole bear
#

jenzing?

#

what does that mean?

quartz beacon
#

Another user

whole bear
#

oh

quartz beacon
#

He's with you on the vc.

somber heath
#

Jenzing sounds like a kind of tea.

#

Like a herb.

#

Ginseng.

#

Jenzing.

chilly wolf
#

I thought the same thing

somber heath
#

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.

chilly wolf
somber heath
#

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.

quartz beacon
somber heath
#

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.

chilly wolf
#

So like Steak 'n' Shake?

#

do they have checkerboard floors?

somber heath
#

If you had a seafood variant of Taco Bell and it was in Japan,would it be called Tako Bell?

somber heath
somber heath
chilly wolf
#

Interestingly enough, they don't serve Steak at Steak 'n' Shake

somber heath
#

They're more those sort of island stores in shopping malls.

chilly wolf
#

their "steaks" are just burgers without the bun.

somber heath
#

That sounds a little...low effort.

chilly wolf
#

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.

merry pawn
#

Hi everybody!

peak depot
torn yarrow
#

Psps

chilly wolf
somber heath
chilly wolf
#

that's good

primal shadow
#

if only there were an easier way to transfer a long string...

chilly wolf
primal shadow
amber raptor
#

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...

β–Ά Play video
#

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...

β–Ά Play video
#

@somber heath

somber heath
#

@willow saddle πŸ‘‹

karmic zodiac
#

Can you give me a coding topic that I can do in Python?

upper basin
#

It's a game.

#

Not hard, but definitely needs some thinking to do elegantly.

primal shadow
#

tic tac toe

#

in the console

primal shadow
#

hangman is good but excessively violent'

upper basin
#

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).

radiant iron
#

hd2?

upper basin
#

Helldivers 2

#

Like imagine proper gore system.

#

Maybe in HD3.

#

Helldivers 3: Fall of Cybertron

#

Helldivers 3: The bug-ening

radiant iron
#

postal 2

flat mirage
#

Good afternood

#

people

#

how can I descovery good flows Django thems

#

?

urban abyss
#

bye

#

gotta bounce

radiant iron
upper basin
#

@rugged root Get in here.

#

Miss you sir.

#

Let me get a good look at that volatile pretty mug.

fast gyro
#

ill go eat

#

:p

fresh shell
#

sigma sigma boy

dry jasper
chilly wolf
short owl
#

extreme patience .....

spare galleon
# dry jasper

i could just feel the latency and resistance this adds, it hurts so much

short owl
#

all the wires seem to be exact same length .............

past hill
#

@vocal basin may i get stream perms?

vocal basin
#

what do you want to stream?

chilly wolf
#

he went to get some matcha

#

@primal shadow do you recall?

past hill
primal shadow
#

toss me a session id

#

@chilly wolf

vocal basin
#

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

vocal basin
#

has anyone else managed to get 429'd from switching all the toggles to disabled in the cookie popup pithink

alpine crater
vocal basin
#

brb

alpine crater
#

(dont talk about that)

#

its against ToS

#

(and theres very much a mod in here πŸ™ƒ )

#

!rule 1

wise cargoBOT
alpine crater
#

!rule 2

wise cargoBOT
alpine crater
#

@past hill there is this

#

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)

vocal basin
#

what happened

alpine crater
vocal basin
#

@sinful phoenix πŸ‘‹

sinful phoenix
#

@vocal basin Hi πŸ‘‹

alpine crater
#

exactly like with code

#

you dont delete code in prod before the pr is ready πŸ˜›

vocal basin
#

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

alpine crater
#

(god I hate linux sometimes)

#

(had to reconnect because linux audio bs)

vocal basin
#

!e

from time import time
print(f"<t:{time() + 147:.0f}:R>")
wise cargoBOT
vocal basin
#

<t:1739567641:R>

vocal basin
#

(I'm braiding my hair, that's why not responding as much)

primal shadow
vocal basin
#

(~40% of it because it's hard to take a picture of the whole thing without much else in the frame)

primal shadow
main comet
#

(oops) @vocal basin Here is a picture of me naked taking a shower

#

bath*

hollow haven
#

pls. why ping mods for that?

main comet
#

if I wanted mods I would have called MODS!!!

primal shadow
radiant iron
#

you pinged mods

hollow haven
radiant iron
main comet
#

OMG my bad bro, Im having a stroke

primal shadow
#

I recommend medical attention

main comet
#

why is everyone dead silent now... I DONT LIKE FOR OF PSYCHOLOGICAL HUMILIATION

primal shadow
#

a stroke is no joke

main comet
#

guys??

#

hello?

#

its been 2 minutes now... somebody say something

marble mantle
#

it was 10 not 5 minutes I think

main comet
#

yall mother fuckers are dick heads

marble mantle
#

I know that I cannot be heard πŸ‘

knotty pilot
#

test

#

test

#

hello?

#

i cant spek

#

i need help

primal shadow
#

!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.

knotty pilot
#

help

primal shadow
#

I'll jumpo back in

#

send me a session code whenever

chilly wolf
#

let me boot up the ol' satisfactory

knotty pilot
#

i need help

chilly wolf
#

booting

knotty pilot
#

i cant speek

#

why

primal shadow
#

!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.

knotty pilot
#

i need help

#

i do that

primal shadow
#

you did what?

knotty pilot
#

clik on verification icon

primal shadow
#

did you9 read the words above the icon?

knotty pilot
#

i dont understatn properli english, but i need help

marble mantle
#

what do you need help with?

knotty pilot
#

comands on linux

#

i will find someone to help?

marble mantle
#

do you have a more specific question about linux commands?

knotty pilot
#

but, why i cant speek?

primal shadow
#

So uh...

#

you see the requirements?

knotty pilot
primal shadow
#

you gotta meet them, then you can clcik, then you can speak

knotty pilot
#

i need to send 50 messages?

knotty pilot
marble mantle
#

@haughty dew the numeric part of AI is mostly implemented in C and similar languages

#

not in Python

marble mantle
#

Python is only for composing C parts

knotty pilot
#

i have a probrem with grub

marble mantle
#

which you might as well do directly in C

knotty pilot
#

you know that?

marble mantle
#

I don't know much about grub, so won't be able to help with it

knotty pilot
#

you know diferents linux distros?

marble mantle
#

I think I've worked with >20 of different distros over the years

knotty pilot
#

nice

marble mantle
#

@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)

knotty pilot
#

are you sure?

marble mantle
#

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

sleek salmon
#

tt

#

@main comet you are my most straight furry

main comet
#

and c++ supports multithreading

marble mantle
#

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

main comet
#

true true

marble mantle
#

(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

knotty pilot
#

hi

#

again

main comet
#

no

knotty pilot
#

no what

#

i like linux

vocal basin
somber heath
knotty pilot
#

bye

somber heath
#

@whole bear πŸ‘‹

whole bear
whole bear
#

Is it worth it to do a online course?

#

geeksforgeeks

#

Ok, thank you.

knotty pilot
#

okey

flat hornet
#

hello

#

@chilly wolf ?

#

the foundry?

chilly wolf
#

We're playing Satisfactory

flat hornet
#

ahh

#

nic

#

nice

#

never heard of it

#

what kind of game is it

chilly wolf
#

it's a game about building factories lol

#

in a satisfying way (or maybe horrifying if you see some people's facotries)

flat hornet
#

oh boy

#

hahaha

#

boutta look like a minecraft villages cave

chilly wolf
#

Truly

flat hornet
#

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

sand pollen
#

yo

#

helo

wise cargoBOT
#

: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.

flat hornet
#

damn

#

what

tranquil venture
#

vwdcbubenmingnv

chilly wolf
#

what's up @upper basin ?

upper basin
#

Hello

#

Just coding.

chilly wolf
#

I would join voice but I'm listening to a song atm

upper basin
#

Enjoy.

chilly wolf
#

Ever played Satisfactory?

upper basin
#

No.

chilly wolf
#

Ah, it is pretty fun

#

I will probably join voice when this album is over

unborn flame
#

is it like factorio ?

chilly wolf
#

Very

chilly wolf
#

@unborn flame

#

There's an alien creature chillin in the factory, but you get the picture

unborn flame
chilly wolf
#

You're welcome to join

#

Although I suppose it would be better to start from the begining for you...

unborn flame
#

"...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.

chilly wolf
#

Gotta love perfectly aligned conveyor belts

unborn flame
#

@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 ...

Price

$19.99

Recommendations

97835

β–Ά Play video
chilly wolf
#

I've definitely heard of it, never played it though

#

How is it?

unborn flame
#

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...

chilly wolf
#

Dang

#

Well, I'm short on cash atm or I'd pick it up, the 1st one @unborn flame

somber heath
#

@pearl patrolπŸ‘‹

unborn flame
chilly wolf
#

Spring Sale, here we come!

#

!paste

wise cargoBOT
#
Pasting large amounts of code

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.

chilly wolf
upper basin
#

@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).

chilly wolf
somber heath
#

@green pathπŸ‘‹

#

@sonic briarπŸ‘‹

sonic briar
#

Hello Opal!

green path
#

hello

sonic briar
#

How are you when can hey Babe

#

When can we start to speak

green path
#

i think you will need to be a higher evel

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.

upper basin
#

@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

sonic briar
#

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

somber heath
#

@chilly wolfCapital division or capitol division?

chilly wolf
#

Capital, strangely enough, even though it's technically near the Capitol?

#

Spelling error, perhaps?

#

Or maybe I am misremembering

somber heath
#

Money vs state nexus.

sonic briar
#

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

green path
#

just go through the voice verifivation

sonic briar
#

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

civic glacier
#

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
sonic briar
#

I am sending those messages man this discord has to approve me

umbral carbon
#

any problem with cleaning catch ?

#

legend

chilly wolf
#

@ebon sandal

peak depot
atomic igloo
atomic igloo
peak depot
#

Piuku and Mochi

whole bear
#

!user

wise cargoBOT
#

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

chilly wolf
tacit crane
chilly wolf
chilly wolf
whole bear
#

hey @somber heath

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.

whole bear
#

wdym

somber heath
#

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.

chilly wolf
#

!paste

wise cargoBOT
#
Pasting large amounts of code

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.

chilly wolf
charred rapids
#

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

tacit crane
primal shadow