#voice-chat-text-0
1 messages · Page 352 of 1
DAM
alright im gonna close boot for the day and practice on my own
but like whats a good way to practice functions?
i will do my BEST
i honestly cant thank you enough tho i think i kinda get it now
Glad I could help!
its getting late for me and i got work extra early tomorrow ill see you around tho, i really apprectiate the help
goodnight guys!
nice meeting u all
✅ @sour imp can now stream until <t:1725592763:f>.
Yes?
can you hear me?
I was not wearing the headphones
@hollow hawk Only moderators can give permission to stream
people who program in Python should be called "pythoneers"
uhh how do i enable vc perms?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
damn thanks
!code
@rose lance
@rose lance
```py
# your code here
```
i need help to get voice verifycation
""py
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
what should i do now ?
uhh im making a woman safety analysis project
and thought of some crazy ideas
in general
public safety
nah nah mb
thats creepy
paste the link
the codes pretty inefficient ngl
could use else blocks
its pretty messy
no its like i get what she is tryna say
the code function
it can be much shorter
is what im saying
Lexical tokenization is conversion of a text into (semantically or syntactically) meaningful lexical tokens belonging to categories defined by a "lexer" program. In case of a natural language, those categories include nouns, verbs, adjectives, punctuations etc. In case of a programming language, the categories include identifiers, operators, gro...
return
outputurn
print("hello world")
Fibonacci seems exhausted. Intrigued, I mean concerned, you ask Fibo what's on his mind. "I've been marking assignments all weekend", he confesses, while yawning. "What drives me mad is the inconsistency of the variable formatting." You wouldn't happen to be able to help my students with that, would you?". Turns out, you are actually working on the perfect tool to help your mate Fibo!
Task Description
Write a program that allows a user to list the variables of a Python program. We suppose that each variable follows one of three cases:
snake_case,
camelCase, or
PascalCase (a.k.a. Upper camel case).
For the purpose of this and the following task, all variable names
- start with a lowercase or uppercase character,i.e. a-z and A-Z,
- may only contain lowercase or uppercase character,i.e. a-z and A-Z, and underscores, i.e. _,
- cannot be a Python keyword,
- are surrounded by at least one space on either side.
The programs provided may contain Python keywords. These are not variables. You can programmatically obtain a list of the possible keywords using keyword.kwlist.
Guys do you think I should buy data analysis courses from udemy or other websites?
@upper basin Can I also get it?
No. Everything is available for free.
Udemy just repackages it and sells it to you.
Hyello.
Nah.
All my previous ones have been fine.
A little quiet for one or two days after and that's about it.
But who knows? Maybe this one's the one.
So far so fine.
For some previous ones I had in high school, I did get vasovagal syncope.
Like, it's not that I was bothered by them or afraid, that's just how my system reacted.
Yep yep.
We are similar, we are different.
It was fine, I just lay down for 20 minutes while my vision went all grey clouds.
Macho, macho ma-flop.
Kerplonk.
I've had things going in and out since and been fine.
Indeed it would be a bit of a pain if it happened for things going in, these days.
Namaste @somber heath 🙏
Hm.
I shall... see myself to bed 
Some change is fine.
@wind raptor Hi
🍵
@wind raptor I think the calculator is done.
Initial = {"00": 512, "01": 512}
if we choose first index:
{"0": 512, "1": 512}
if we choose second index:
{"0": 1024, "1": 0}
@solid sky 👋
what an amazing link lol
I'm sorry but that is NOT something I'd consider a "shareable link"
I am working on a old game of chess
it's literally just code base64'd
so that the link is more shareable
Halloween music lol.
I only listen to a different artist named Ghost
JSON?
album title
most music I find through either Yandex Music or YouTube
just whatever is recommended
[MESSAGE FROM THE CLERGY]
We wish to inform you that it’s been way too long since Ghost simply rocked your socks off in a music video. Without further ado, we present Ghost in all their blasphemous majesty. This is “Spillways”, directed by Amir Chamdin.
Buy/stream IMPERA: https://found.ee/Ghost_IMPERA
Director: Amir Chamdin
Producers: Matilda...
Hello how is it going
I have things in one place. I am placing them in another place.
Basically Using AI model to generate baby image based on parents facial features
lol
what did you thought?
xD
How does it do with things that aren't faces?
no
@azure elbow @storm smelt @cobalt wind 👋
Only facial features
I found some child predictor model on github
I spend like 1,2 days to understand how to run that in my local
now I'm trying to make web app of it
why does my baby look like my neighbour
No its not mine!
I don't know man I saw people paying for this
so I thought why not give it a try like make a saas or something
@fleet silo 👋
Feed me, Ace.
I will feed you back.
So is this a data structure question?
How many maximum?
How many is all?
Is the number known at the start?
You've been numpying things, right?
I don't have an answer.
!kindle
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.
So
a = [False, False, False] -> a = [False, True, False]
or
a = [] -> a = [1]
Numpy array's booleans take up one byte per in a bool array.
You can squeeze that down further with a bit array.
But question, if I can access a certain boolean using an index, wouldn't it mean that it's already storing the int indices as well?
A list or set of indices sounds okay, maybe.
hello @somber heath
:white_check_mark: Your 3.12 eval job has completed with return code 0.
['__and__', '__class__', '__class_getitem__', '__contains__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getstate__', '__gt__', '__hash__', '__iand__', '__init__', '__init_subclass__', '__ior__', '__isub__', '__iter__', '__ixor__', '__le__', '__len__', '__lt__', '__ne__', '__new__', '__or__', '__rand__', '__reduce__', '__reduce_ex__', '__repr__', '__ror__', '__rsub__', '__rxor__', '__setattr__', '__sizeof__', '__str__', '__sub__', '__subclasshook__', '__xor__', 'add', 'clear', 'copy', 'difference', 'difference_update', 'discard', 'intersection', 'intersection_update', 'isdisjoint', 'issubset', 'issuperset', 'pop', 'remove', 'symmetric_difference', 'symmetric_difference_update', 'union', 'update']
!e
a = 300
b = 300
assert a is b
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
Huh, that gets an error on my machine.
hello
who can help me to get voice veufycation 😂
.
what is your problem
no no what is your problem in code
.
.
beacuse i like it
not for now
this is about past
offcourse
im from iran 🤣
my english is really bad
where are you from
realy ???????
sh*t
🤣🤣🤣
ok stop it
please speak english
Do you work with advanced Python?
TELL MEE
The most beautiful part of the song is the one you don't sing 🤣
nothing
forgot it
do you know linux ?
No man
Say it man
if you have any hard question translate it to persian bec your voice is really bad
yes
not so bad i dont understand
im male
alisa help meeeeeeee
she is mad
yes yes
do you know about hangover ?
as in?
the kernel? Linux's libc and building for Linux? something about a specific distribution?
i dont know how can i told you
nmap
in terminal
114.35 United States Dollar
do you guys always enforce type hints?
like when you are working on a new project specially
for new projects, pyright in strict mode
i have refactored my nn class :p
class RegressionModel(SequentialModel):
def __init__(self, loss_criterion, seed=None):
super().__init__(loss_criterion, seed)
self.add_layer(8, 24, relu)
self.add_layer(24, 12, relu)
self.add_layer(12, 6, relu)
self.add_layer(6, 1, relu)
so simple now
i also have asserts :p
for older projects which might have incomplete typing, in basic
is this vsc extension
hm? i have pylance but no shit in there
The Gulf Stream is a warm and swift Atlantic ocean current that originates in the Gulf of Mexico and flows through the Straits of Florida and up the eastern coastline of the United States, then veers east near 36°N latitude (North Carolina) and moves toward Northwest Europe as the North Atlantic Current. The process of western intensification c...
is it available on vscodium or not?
Pyright is
(idk i use vscode so)
Pylance isn't
current*
Mypy is an optional static type checker for Python.
I will use that if I ever get back to making software in Python
imagine having a webcam at all
Do you have a link? I'm curious about the specs
yeah
ik no one asked but this was my first computer https://www.asus.com/me-en/Commercial-Laptops/ASUS_Transformer_Book_T100TA/specifications/
we use a few of Intel NUC at work
yeah im not that old
portable and somewhat capable
well how about the display?
me no lugging displays around
intel i5 10210u
we only move the computers themselves around; monitors just stay wherever they are
planning to buy this one at some point
https://www.hardkernel.com/shop/odroid-h4-ultra/
raspberry pi but buffed?
wtf is this Intel® Bay Trail-T Quad Core Z3740 1.33 GHz Processor
never heard of trail t
though maybe a lower-powered one
have you heard of orange pi
without SATA
that shit sounds op
yeah
i might want to go to shenzhen soon
get a swoop of those
orange pi k8 cluster
I'm thinking price per power
everything else is normally referenced by CPU
sadly can't buy
dw alisa i can get them and send it over?
one more reason to go to shenzhen
or do they check stuff at the customs
seems like it's out of stock in general
ive been to shenzhen once and it's to huaqiangbei
aka where you can get sweatshop stuff for cheap /j
This vid shows the simple steps to install Prizoop (Gameboy and Gameboy Color emulator) and convert your .gb and .gbc rom files to .gbz rom files. I tried to make it as quick and concise as possible and also make it cool to watch. I shot most of this with my phone, at some point I'd love to get a camera to shoot B-roll, but that's a future proje...
You mean like at insert department store here?
i use this calculator and it feels boring
well it's not even a department store, it's super chaotic inside, like this * at least 100 buildings
Michael Vuble.
it's just glass counters
rip sensory overload
Yeah, that looks...not great.
but i can get stuff for cheap
like quite a lot of electronics
been there once
yeah just on bro it's legit /j
and each individual glass counter is a store, they usually have some sort of common owner across those stores
but i bet the rent is still expensive as fuck
"Computer viruses got you down? Here, burn some sage. It will purify your computer of all those pesky bugs."
funny how firefox has "not supported at all" and "user must explicitly enable this feature"
Sheesh
wasn't Higgs boson or whatever announced in comic sans too
I'm getting startled by my own voice
bwaaa
Wat? How?
loud and high and scary
masonry is still "experimental"
with experimental support in one browser
things move slow in the standards world
masonry has been experimental since 2005 iirc
there was a blog on how to mimic the layout
but at least I can now sustain that sound for quite long time
(obvious audio warning)

yeah, Big Crunch
@rich garnet
Contribute to showmma-sho/already_open development by creating an account on GitHub.
127.0.0.1:6379> keys *
- "connection_count_127.0.0.1"
- "chatbot_status_127.0.0.1"
- "device_ids_127.0.0.1"
127.0.0.1:6379> keys * - "device_ids_192.168.1.196"
- "connection_count_192.168.1.196"
- "device_ids_127.0.0.1"
- "chatbot_status_192.168.1.196"
- "chatbot_status_127.0.0.1"
- "connection_count_127.0.0.1"
127.0.0.1:6379> keys * - "connection_count_192.168.1.196"
- "device_ids_127.0.0.1"
- "chatbot_status_127.0.0.1"
- "connection_count_127.0.0.1"
127.0.0.1:6379> get connection_count_192.168.1.196
"0"
127.0.0.1:6379>
this is what it sounds like
not really attempting it to be low; just loud
!stream 711980188543615107
✅ @rich garnet can now stream until <t:1725642580:f>.
@rich garnet https://github.com/bozorgmehr/perplx
openperplex is an opensource AI search engine. Contribute to bozorgmehr/perplx development by creating an account on GitHub.
Anhone have 1 ton coin pls help me for some gas fee
As much as I can sympathize with needing gas money, I'd prefer if you didn't beg for money here
thanks
do you follow type hints strictly on every functions when starting a new project?
I'm looking for a open source project where I can contribute to during my free time. can anyone recommend one? Looking for something that is useful or being used hehe
understood
Way to do this cleaner? Looks icky.
for key in counts.keys():
new_key = ''.join(key[::-1][i] for i in range(len(key)) if i in circuit.measured_qubits)
partial_counts[new_key[::-1]] = counts[key]
why are you repeatedly reversing it
🍻
What happened? @upper basin
We're talking about the sickness he's been fighting for years
!e
print(*enumerate(reversed("abc")))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
(0, 'c') (1, 'b') (2, 'a')
although
is key always np.ndarray?
key is a string.
i was hungry
so i ordered a kfc meal
now i am hungry, sad and have the taste of disgusting kfc in my mouth 😦
medical tourism
be confident with your choice!
Yep. If there's a doubt, that's a sign
Goodnight guys
Have a good one
def sum(*num):
n = 0
[globals().__setitem__("n", n+x) for x in num]
return n
sum(num=[1,2,3,4])
!e
print(sum.__dir__)
!e
def sum(a, b):
return a + b
print(sum.__dir__())
:white_check_mark: Your 3.12 eval job has completed with return code 0.
['__new__', '__repr__', '__call__', '__get__', '__closure__', '__doc__', '__globals__', '__module__', '__builtins__', '__code__', '__defaults__', '__kwdefaults__', '__annotations__', '__dict__', '__name__', '__qualname__', '__type_params__', '__hash__', '__str__', '__getattribute__', '__setattr__', '__delattr__', '__lt__', '__le__', '__eq__', '__ne__', '__gt__', '__ge__', '__init__', '__reduce_ex__', '__reduce__', '__getstate__', '__subclasshook__', '__init_subclass__', '__format__', '__sizeof__', '__dir__', '__class__']
!e
def sum(a, b=3):
return a + b
print(sum.__dict__)
print(sum.__dir__())
print(sum.__defaults__)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | {}
002 | ['__new__', '__repr__', '__call__', '__get__', '__closure__', '__doc__', '__globals__', '__module__', '__builtins__', '__code__', '__defaults__', '__kwdefaults__', '__annotations__', '__dict__', '__name__', '__qualname__', '__type_params__', '__hash__', '__str__', '__getattribute__', '__setattr__', '__delattr__', '__lt__', '__le__', '__eq__', '__ne__', '__gt__', '__ge__', '__init__', '__reduce_ex__', '__reduce__', '__getstate__', '__subclasshook__', '__init_subclass__', '__format__', '__sizeof__', '__dir__', '__class__']
003 | (3,)
!d inspect
The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, and code objects. For example, it can help you examine the contents of a class, retrieve the source code of a method, extract and format the argument list for a function, or get all the information you need to display a detailed traceback.
There are four main kinds of services provided by this module: type checking, getting source code, inspecting classes and functions, and examining the interpreter stack.
>>> x.__closure__
(<cell at 0x000002328DC18490: int object at 0x00007FF8E64139D8>,)
>>> def add_n(n):
... def add_some(b): return b+n
... return add_some
...
>>> x = add_n(1)
this is cool!
i have a question,
in python i want to convert a list[int] into a list[Node], where to instantiate an instance of a Node it's just Node(1) or any primitive real number in python.
i have huge lists and i have done
node_list = [Node(x) for x in int_list]
still felt slow
does putting the exp in [] nullify the effects of laziness?
like generator
🥃
def add(x: int | float, y: int | None):
from __future__ import annotations
lsp that use grpc for messaging are faster
json-rpc*
Hey
at the top of the googs was their rendition of enter sandman
Metallica's Enter Sandman changed to the Bluegrass Genre.
To purchase this CD, visit http://ironhorsebluegrass.com/products-page/
For more info on Iron Horse music and booking, visit www.ironhorsebluegrass.com.
Video by 1504 Pictures.
Gonna see what it's about
Iron Horse performing "Unforgiven" at Music City Roots live from the Loveless Cafe on 8.28.2013
I just want to know on what thing or technology you guys are working on
On that stream
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Ohh so i have to being verified for that
Yarp
Ok now i get it
50msgs and I believe 3 days in server
So hang out and chat in here with us
But if you're in chat we're typically watching it so no one gets left out
And then in 3 days you can speak
Quick question guyes
Ask away
Shoot
Is django still relevant in 2024
It is, yeah
From past 2 weeks im learning that and i have bit concerns like as compared to other web frameworks like next.js
It's good to be well rounded, though
But in india it bit sucks
Don't put all your eggs in one basket as they say
@pastel ridge #career-advice might have better insight as to what's common in India. We've got folks from all over so specifiy in there where you're at. They can usually guide you
So i think i can go with Django
Thank you for this recommendation
Django is still in demand, but again, always try to get multiple tools in your belt
That’s what i am thinking too cause i want to stuck with python so later on i can shift to Ai and ML
Can you recommend any popular one
FastAPI is great
node.js in general is important to have a good handle on, ASP.NET is good as well
But these are beyond just Python
For Python, FastAPI as Krzysztof mentioned is a great one to know
Flask has fallen out of fashion a bit but not terrible to know about
php 👑
PHP is alright
And yeah, genuinely PHP is still relevant
it's pretty terrible too, but it is definitely relevant
I do have some experience with flask
And i came to know that fastapi is bit fast
Numpi🤣🤣🤣
numpee
numb-pee
sharting?
Sharding
shard
But also yes
like a broken thing
instead of just one thing, you have a bunch of shards
but not broken
What is a shart but the cause of a broken heart
When you shart you break your heart?
Death by shart
1000 ways to die: #984
Sharts are also very embarassing
fn add(a, b, *c, c=2, **k) {
return 2
}
add
Block(2 statements) {
Function(add) {
Arguments (
a,
b,
*c,
c={
IntegerLiteral(2)[./local/test.rse:1:20-1:21]
},
**k,
)
Block(1 statements) {
Return {
IntegerLiteral(2)[./local/test.rse:2:12-2:13]
}[./local/test.rse:2:5-2:13]
}[./local/test.rse:1:28-3:2]
}[./local/test.rse:1:1-3:2]
VariableAccess("add")[./local/test.rse:5:1-5:4]
}[./local/test.rse:1:1-5:4]
Value(<Function: "add" at ./local/test.rse:1:1>)
@quick cloak ik youre watching haven's stream but i set seeds and plot functions for both my impl and pytorch's
like in this test im just fitting a single point using y=mx+c, ax^2+bx+c and ax^3 + bx^2 + cx + d
Training results: {'LinearModel-TensorOps': 5.512648307000641e-05, 'QuadraticModel-TensorOps': 0.08210634453891559, 'CubicModel-TensorOps': 0.323858247256095}
Training results: {'LinearModel-PyTorch': 5.512723510037176e-05, 'QuadraticModel-PyTorch': 0.08210641890764236, 'CubicModel-PyTorch': 0.32385990023612976}
i get pretty much the same results
!d contextvars
This module provides APIs to manage, store, and access context-local state. The ContextVar class is used to declare and work with Context Variables. The copy_context() function and the Context class should be used to manage the current context in asynchronous frameworks.
Context managers that have state should use Context Variables instead of threading.local() to prevent their state from bleeding to other code unexpectedly, when used in concurrent code.
See also PEP 567 for additional details.
Added in version 3.7.
@long minnow at times, a better approach for handling singletons
which, btw, asyncio.to_thread understands
https://github.com/python/cpython/blob/033510e11dff742d9626b9fd895925ac77f566f1/Lib/asyncio/threads.py#L12-L25
Lib/asyncio/threads.py lines 12 to 25
async def to_thread(func, /, *args, **kwargs):
"""Asynchronously run function *func* in a separate thread.
Any *args and **kwargs supplied for this function are directly passed
to *func*. Also, the current :class:`contextvars.Context` is propagated,
allowing context variables from the main thread to be accessed in the
separate thread.
Return a coroutine that can be awaited to get the eventual result of *func*.
"""
loop = events.get_running_loop()
ctx = contextvars.copy_context()
func_call = functools.partial(ctx.run, func, *args, **kwargs)
return await loop.run_in_executor(None, func_call)```
for cases when you need extreme decoupling between use and definition without the need of exclusivity
starting learning patterns with the worst pattern 🎉
how relevant are patterns in your day to day?
(by cumulative damage to architecture across all the codebases)
I'm having to deal with someone having been erroneously relying on there being only a single instance of something within a program at work
unfun
patterns are only labels/descriptions;
structures themselves will always exist within a resonable program, so that's kind of a non-question
cursed Rust
wrapped map
it mostly behaves like map for Option/Result/Future
but is generic over what type of wrapping is used
ask a type theorist, they'll tell you 100% of errors are caused by lack of proper typing
@hallow warren strong static typing helps with dealing with corner cases a lot
especially thanks to languages providing sum types
and general logic too
@whole bear 👋
wsp
whats'up
are you brittish?
lol
sound like it
yyeahh u sound cool
stingrays are a pain in the heart
🤣
fr
hey @somber heath
sup
i didn't catch you
ou
let me join from another account
i cant talk from this
The Banshees of Inisherin

@fleet relic👋
I'm learning python. I want to practice it can someone join me we will talk about python
I'm available for the time being. 🙂
Hello opalmist!
@pastel ridge👋
Hello @pastel ridge
what r u doing opalmist?
Long time no see
ppl are introvert here!
Okay Byy! Enjoy ur day stay healthy
Hi
I am also new to this
I am ready for this
🫡🫡
🫡🫡
@stone nova 👋
Hye
@somber heath 👋🏽
@vocal flare 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@spice pagoda 👋
@somber heath
got bored with a friend that im teaching python:
https://pypi.org/project/weatherify/
Hi!
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
yes
You can open mic now
The microphone cannot be opened in the audio channel
What do you mean?
You may need to exit voice chat then rejoin.
def __init__(self,
num_qubits: int) -> None:
and
def __init__(
self,
num_qubits: int
) -> None:
@whole bear@brisk rapids👋
@somber heath hello how are you
can explain what is the use line feed vs carriage return
like line feed is use for new line and carriage return is use for starting
mac and linux use lf
i did understand the main use
okay like if send a file from mac os to windows the format text file will get change?
okay thanks
@somber heath bye
@obsidian dragon hi
what's this nerdy game
looks cool
get tts lol
me?
I am my own tts 
is that too weird for you
You have Twitch???
oh yeahhh
oh craftopia
I'm actually stupid
I've seen it under your profile before
Hi Milien
Christmas already?
Oh no 
wait but halloween hasn't even passed yet
not that I bother celebrating it
Christmas is comparable to the Dream face reveal. So much hype for a short disappointment
werewolf
lycanthrope?
looks like genshin with much graphics
I've been wasting my life with zenless zone zero
noo
it's genuinely good
and like I'm the type of person to lose interest in genshin really quickly because it's just boring and too floaty imo
idk zzz has some weird pacing because you need to level up and sometimes it feels like you can't make progress but when you do get to like lvl 30 + (which doesn't take too long) it gets interesting
all the chapters and the different factions start to interact with each other and it really makes for some great lore and storyline
and it's also just a cute game if you want to walk around in sixth street taking photos of cats and talking to people
the fighting is my favourite part tho
elden ring easy?
is elden ring easy?
should I buy dlc?
maybe you should try black myth
RAID SHADOW LEGENDS
-# obviously don't play this
yeah he streamed it with the lowest quality with the worst mic quality
i remember
there we go
lol
all the promo/bad ad games are coming back to me
"AFK ARENAS"
"Magic: The Gathering Arena"
I've procrastinated for too long
I die
nerdy game no glitches 🤓
"Craftopia is a perfect game that doesn't glitch"
well I'm off to bed
procrastinate some more by sleeping

Hey guys! Has anyone of you configured dev mode airflow environment in mac or linux?
I know its kind of very specific
@somber heath Namaste 🙏
Hm.
Biryani () is a mixed rice dish, mainly popular in South Asia. It is made with rice, some type of meat (chicken, goat, lamb, beef, prawn, or fish) and spices. To cater to vegetarians, in some cases, it is prepared by substituting vegetables or paneer for the meat. Sometimes eggs and/or potatoes are also added.
Biryani is one of the most popular ...
@somber heath hi😊
@rich coyote 👋
@whole bear 👋
@indigo solstice 👋
Heyo
how does it take the inspiration, ig as humans taking inspiration might be different from how AI does it, how does AI take inspiration, I am curious of the methodology? @stiff girder
👀
new profile pic? cool
the vc is unusually active on a saturday
@sour imp heated AI debate going on 😉
Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. It was first released in 2013 and is developed by Docker, Inc.
Docker is a tool that is used to ...
It's just a debate.
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
cursed server
@wind raptor Can I get stream perms?
!stream 1047793849008914512 1h
✅ @upbeat bobcat can now stream until <t:1725730589:f>.
Thanks.
If you hate it here you're free to leave
45 actually. My wife is 11 years older than me. However now you've crossed a line
!pban 287455927857315841 Being extremely disrespectful to staff
:incoming_envelope: :ok_hand: applied ban to @dark swan permanently.
See ya
Thanks. Tough to do that from mobile
No worries!
Figured me existing would be enough for him to dig his own grave
brb
Back to playing video games and hanging out with wife
Enjoy!
Say hi for me
Will do!

back
people are like that, yeag
!stream 198467430241140736 1h
✅ @long minnow can now stream until <t:1725731445:f>.
what did i miss?!?
Is this like a bot programming contest or something? I missed the context.
Why this css file is complaining?
@long minnow What're you working on? Looks interesting 👀
Errrm, not sure. Does the syntax for QT css files differ in any way from regular css files? What happens when you build/run your program?
I've not used QT, and haven't used CSS for a while, so I'm probably not the best person to ask.
All the things work that I am doing in the file
But still complaining
I'm working on a Sonar simulation. My goal is to try to create a sonar "engine" where I can make a pseudo-sonar game. One player can control a transmitter / receiver, while another drives around a submarine. Eventually, I hope to hook up the controls to an AI model, and provide various goals (i.e. find the target in the minimum amount of time, cover the area and indicate how many targets are contained with some amount of confidence, etc.)
@wind raptor Why my css file is not working?
Give me stream perms so I can change screen
to show you
What channel to get some assistance on BEGINNER python? using Debian
Hey! Check out #❓|how-to-get-help
thanks
No problem!
can I get stream perms so I can change my screen?
@boreal copper hi
Oh I accidently left the call
Is there a command to basically check for trailing whitespaces on an entire directory?
I've been ctrl k ctrl x ing every file.
Fine when I'm working on sth, but would like to have a command that does it through an entire directory when I'm changing lots of stuff real fast across multiple files.
did u source it properly?
Yep!
some live servers e.g. http.server module from python, don't support hot reload... do a F5 to force a reload.. check dev tools / cli to see if css loaded or did you get a 404
It is for PySide6 not for a website
css is supposed to be read by the browser no?
Idk but now I am using qss
whats goodie
C:.
│ .gitignore
│ LICENSE
│ README.md
│ buildInfo.txt
│ compile.bat
│ cutable.exe
│ glfw3.dll
│
├───.vscode
│ settings.json
│
├───assets
│ ├───images
│ │ logo.ico
│ │ logo.png
│ │ page.png
│ │
│ └───texts
│ after_lex.txt
│ logs.log
│
├───build
│ Bassil-Main-Build-ORS-A01.exe
│ Legacy-Build-A01.exe
│ Window-Test.exe
│
├───include
│ ├───glad
│ │ glad.h
│ │
│ ├───GLFW
│ │ glfw3.h
│ │ glfw3native.h
│ │
│ └───KHR
│ khrplatform.h
│
├───input
│ main.basl
│
├───lib
│ glfw3.dll
│ libglfw3dll.a
│
├───output
│ ├───logs
│ │ logs.log
│ │ logs.logs
│ └───json
│ after_lex.json
│
├───src
│ ├───core
│ │ glad.c
│ │ main.cpp
│ │
│ ├───modules
│ │ command_processor.cpp
│ │ error_report.cpp
│ │ lexer.cpp
│ │ parser.cpp
│ │ test_window.cpp
│ │ utils.cpp
│ │
│ ├───headers
│ │ error_report.h
│ │ lexer.h
│ │ parser.h
│ │ utils.h
│ │
│ └───tests
│ test_window.cpp
│
└───third_party
glfw3.dll
:incoming_envelope: :ok_hand: applied timeout to @sour imp until <t:1725739808:f> (10 minutes) (reason: newlines spam - sent 136 newlines).
The <@&831776746206265384> have been alerted for review.
!unmute 732291998274420828
:incoming_envelope: :ok_hand: pardoned infraction timeout for @sour imp.
🩷
my apologies was showing animation frames appreciate the pardon!
you can also make a serde::Deserializer out of your Values for cases when the function accepts only primitives
@lavish rover you can also do that with just , *,
everything after it is kw-only
even without variadics
also /
I prefer just using a builder pattern
in the language is ergonomic enough for it
in its foundation, builder doesn't require polymorphism
but
if you read The Book it might say something else
@verbal zenith you can dynamically load some parts and bootstrap gradually
with C interface
!user

Created: <t:1510259196:R>
Profile: @lavish rover
ID: 378279228002664454
Joined: <t:1604700419:R>
Roles: <@&267630620367257601>, <@&430492892331769857>, <@&764802720779337729>, <@&1074780483776417964>
Messages: 28,435
Activity blocks: 4,900
Total: 0
Active: 0
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
oof
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
least useful crate I published so far
https://docs.rs/metatrait
API documentation for the Rust metatrait crate.
as in the only one that's not used in production
yet
--allow-empty my beloved
I like how it announces that
sure I will view all the changes
wait I only now noticed the spelling
TIL both are fine
BEGIN_LICENSE_AGREEMENT
WHEREAS the undersigned LICENSEE wishes to output a greeting;
AND WHEREAS the LICENSOR grants permission for such output;
NOW, THEREFORE, the parties agree as follows:
1. GRANT OF LICENSE:
1.1 LICENSOR hereby grants LICENSEE the right to execute:
PRINT "Hello, World!"
2. TERM AND TERMINATION:
2.1 This agreement shall terminate immediately upon successful execution.
END_LICENSE_AGREEMENT
EXECUTE_AGREEMENT
reminds of oracle hello world
for i in `seq -w 0000 2027`; do echo "Copyright Ruse $i" > LICENSE; git add .; git commit -m "Update license to $i"; done
XD
from what I remember when it hits 1GB, GitHub will knock and ask
it's like
3
3.1
3.14
3.141
etc
banana linux
Missing license for 23634724 BCE
this at least has correct grammar
Nice!
System.out.println("Hello World!"); // commas added and removed here :)
LOOPHOLES <number_of_iterations>
<command>
END_LOOPHOLES
READ, PRINT, PUNCH, NUMBER, MAX, BEING, FROM, CHANNEL, DIGIT, STERLING, CHARACTERS, UP, TO, RADICES, QUANTITY, DECIMAL, POINT, INADMISSIBLE, INPUT, CONTROL, ERROR, SEEN-CHARACTER, OPERAND, CALCULATE, HOLD, OFF, ON, SEE, AT, POSITION, PLACES, FILE, GET, AGAIN, WITH, FINISH, REEL-END, UNOBTAINABLE, END-OF-FILE, MARKER, BRANCH, OR, GET-AGAIN, ACCORDING, SEQUENTIAL, FILING, DUMP, DATA, PROCESSING, PROGRAM, FOR, CHAPTER, NOTE, IN, OBEY, AND, ARE, AT, BY, IN, IS
imagine having that as keywords
@full meadow I don't think it's displaying everything
License 1772 // Runs programs start
License 1334 // Starts Print Input Stream
License 1455 // Moves 'H' to stream
License 0923 // Moves 'e' to stream
License 0832 // Moves 'l' to stream
License 0832 // Moves 'l' to stream
License 0199 // Moves 'o' to stream
License 0811 // Moves ' ' (space) to stream
License 1702 // Moves 'W' to stream
License 0923 // Moves 'e' to stream
License 0832 // Moves 'l' to stream
License 0832 // Moves 'l' to stream
License 0199 // Moves 'o' to stream
License 0921 // Moves 'r' to stream
License 0145 // Moves 'd' to stream
License 0999 // Ends Print Input Stream
License 2771 // Terminates program
also these are same colour lmao
1k commits mustafa today
the most I ever did in a day
ON IT! This actually sounds and looks fun af to do
this is a shitpost
copypasta time
How so? It's the perfect language.
no its the beggining of the best and ultimate language to yet exist!
allegedly GitHub does GC commits
@verbal zenith still there
ah sorry im so terribly mistaken your honor
why does that sound so fucking sarcastic
@verbal zenith where are you adding CI
instantly go from 10 commits per day to 100 commits per day because it never works
wait does GH recommend repos to ppl like google
like more commits (real or fake) = more promotes
damn mustafa first thing on my home screen
quite sure it promotes based on stars/contributors/forks/rdeps not commit count
fork bot
!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.
so my best alphazero impl run 500 elo worse than my target bot and i started a new run
the run was -750 elo from my best run and now it's -500 elo, it's getting good real fast
getting hundreds of elo a day is fun, the elo graph is quite steep initially but plateaus fast
according to this
!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.
opera
just another chrome
? Why am I pinged for this?
looks like there's only three colours I have on Gitea lol
i have this snake thing on my pfp
and slightly more on Forgejo
i code best when in exam season
pressure makes diamonds
shit it seems like the last time i used spotify was over a month ago
and i listen exclusively to kpop it seems according to spotify
GitHub
GitLab
Codeberg (Forgejo)
self-hosted Forgejo
self-hosted Gitea
self-hosted Gitea at work
self-hosted Gitea (unmaintained)
self-hosted Gitea (lost)
i thought you use tor?
I use many separate browsers regularly
does it make it harder to track your digital footprint though
you use the same isp right?
how many vpns do you have
like do you switch them out after every data breach (every day)
only self-hosted ones
I don't use VPNs "for privacy"
i never really understand "self hosting"
ik a subreddit for it
that's where i came across it
r/selfhosted
in terms of deployments, that just means managing the service on your own (normally also on hardware you own, not cloud)
I was not meaning it in the context of programming languages
if that's what the question was
there it means bootstrapping afaik
@wind raptor looks like it just merges the concept of pinned tabs and bookmarks
uh
I can't use this
uhhh
@quartz beacon
idk why but it's actually somewhat nauseating for me
like the UI is laggy
yeah, more than chrome
and I thought chrome was bad
the left panel is cursed
not because of its static look
but, like, in action
random cursor issues appearing and whatever
well, I guess, Windows 10 support is still incomplete
Sun™️ VirtualBox is fine
!stream 732291998274420828 1h
✅ @sour imp can now stream until <t:1725748802:f>.
best browser
You got a dud version 🤣
had to reinstall once more
Tbh the Mac version runs way better than my Windows one.
I'm clicking these and they don't do anything
how
and now it crashed
it's not starting
AND_THEN obviously must be a separate keyword
this way you'll natively have monads in your language
lol the last messages in #voice-chat-text-1 and #code-help-voice-text are marked as potential spam
not surprising it's the same message
since I can't check it, there is an option to remove the frame, right?
the roundy one
if chrome and firefox go this bs way, I'll just stop using internet ig
rn trying Zen browser
and it's not zen at all
rrrrrr
where is this so called "customisation" of letting me remove the frame
I'm too lazy to search
I'm not a big fan of garbage UI
you can't claim your browser is customisable while not providing the option to turn off the design error you made
at least Tor has an actual reason why it adds borders
allegedly Arc doesn't show borders in full screen
Zen does
this one is okay
0 0 4 4 4 0 0
0 4 1 1 1 4 0
4 1 2 1 2 1 4
4 1 1 1 1 1 4
4 1 2 2 2 1 4
0 4 1 1 1 4 0
0 0 4 4 4 0 0
CSS thing I made doesn't work there because it uses at least three relatively new features
round, sqrt, @property
just the page, narrow line above and narrow line below
also vim controls
0 0 4 0 0 4 0
0 4 4 4 4 4 4
0 4 1 3 3 1 4
0 4 4 4 4 4 4
4 0 0 4 4 0 0
0 4 4 4 4 4 0
0 0 0 4 4 4 0
0 4 4 0 4 4 0
4 1 1 4 1 1 4
4 1 1 1 1 1 4
4 1 1 1 1 1 4
0 4 1 1 1 4 0
0 0 4 1 4 0 0
0 0 0 4 0 0 0
genius, i managed to restore my discord bots that i was hosting - they were single file bots (ik bad) but i managed to re-find the contents and rebooted my machine remotely and now theyre back
lololololololololol
wait is there a way to make a QR code from commits
rickroll as fuck
rewrite commit history each hour so that it makes a very low-res animation
> "builds software"
quite sure Gitea/Forgejo only count pushes
so there you can't do that
make the animaton segfault
@wind raptor add CODE_OF_CONDUCT.md support
instead of --dry-run, it has --not-a-legal-advice
or just so it is able to
parse Markdown
draw all the legal stuff from it
and actively dismiss it because it refuses to take Markdown files as something important
'END LEGAL_LOOPHOLE'
truly a keyword
the mix of , _ and arbitrary punctuation in keywords is funny
what percent of AI-written code are we aiming towards
warns that it's not a legal advice after each print
and commits no changes to disk
embed some small AI model for reasoning
similar to the one Chrome is getting
$ p3 tmp.py
Initial values: defendant = 3, accomplice = 4
The calculated sentence length is 10 years.
The final damages amount to 12000 dollars.

