#voice-chat-text-0
1 messages · Page 523 of 1
ArmA is DRIVING simulator
yeah true
also medical flowchart simiular with ACE
update
to SE1
soon
Stardew Engineers
logistics of dullness
or connectors
can atmospheric thruster work indoors when pressurised?
sounds doable already but infeasible
doesn't work on current version either
yes
or, at least, pushed the enclosing thing in the opposite direction
that could reasonably prevent it too
requiring atm. to be momentum-preserving
@chilly wolf
that works everywhere
so, hydrogen thruster
okay yes this is quite cursed
yes
there is some new weird thruster
whatever this is:
ion thruster
(just remembered that this exists)
not exactly
some new component
The free content of the 1.205 update brings new end-game content to vanilla Space Engineers:
You can find unique Prototech blocks and new rare components in Encounters with the Factorum faction.
You can recognise Prototech items by their golden trims.
If you grind down Prototech blocks, you lose Prototech...
frame
@crude nova
@dry jasper
did you test on 3.0?
no
Python projects usually have range specification for what Python version is expected, e.g. 3.6~3.11
i created it latest version
does i should put the latest version
if you only tested it on 3.13 (and do make sure that's what you're actually running), `Python 3 (tested on 3.13)' in the requirements should be fine
it's just that some people still default to, for example, 3.8 and software just breaks when ran on newer versions
(or, reverse, a user with 3.8 tries to run something that only works with 3.13)
... still happens despite 3.8's EOL
having a separate LICENSE file generally makes it clearer
why is that link so giant
i don't know
be Real
i created the readme.md by ai
because i did not dont any project before
and I'm telling things AI isn't responsible enough to tell
licensing is really not a thing that AI should let near
(so be careful with pasting stuff as is)
this piece of documentation explains in detail
license allows others to use your code
use and modify
helllo gyus
code on GitHub without a license is source-available, not open-source
just defaulting to using the MIT License should be fine
(but without the MIT prefix)
first line with copyright isn't necessary if it's clear from the outside context
usually it looks like this:
Copyright 2025 Jane Doe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
so in your case you'd just replace Jane Doe with your name (since you already have it as display name on GitHub)
in short:
- others can copy and modify your work
- when they copy or modify your work, they must mention your name
- you can't be sued for your code causing problems
@dry jasper currencyt
98?
@cyan wolf TI 99?
(currently trying to lookup which it might be)
`BASIC', the language?
TI BASIC is an ANSI-compliant interpreter for the BASIC programming language built into the 1979 Texas Instruments TI-99/4 home computer and its improved 1981 version, the TI-99/4A.
In contrast to most BASICs found on contemporary microcomputers, TI BASIC does not trace its history to Microsoft BASIC, but was instead developed in-house following...
things Google is able to find:
- C99
- TI-99
- 99 Bottles of Beer
smart move
@lavish rover we need to up the media presence https://www.99-bottles-of-beer.net/submitnewlanguage.html

where return
a :: Maybe int
a = return 42
slight insinuation that assembly languages aren't real languages
(GitHub also shows this thing)
(`❌' there means something that makes it less good for commercial users, not that important in your case)
if, for some reason, a company decides to use your code, they can't sue you if your code has an error in it, as per license
@cyan wolf I recommend going through the Python tutorial for the basics for classes
after that you can just switch to only using @dataclasses and namedtuples in practice for data organisation
you don't really need to think of it as OOP as much
!d dataclasses
Source code: Lib/dataclasses.py
This module provides a decorator and functions for automatically adding generated special methods such as __init__() and __repr__() to user-defined classes. It was originally described in PEP 557.
The member variables to use in these generated methods are defined using PEP 526 type annotations. For example, this code...
!d collections.namedtuple
collections.namedtuple(typename, field_names, *, rename=False, defaults=None, module=None)```
Returns a new tuple subclass named *typename*. The new subclass is used to create tuple-like objects that have fields accessible by attribute lookup as well as being indexable and iterable. Instances of the subclass also have a helpful docstring (with *typename* and *field\_names*) and a helpful [`__repr__()`](https://docs.python.org/3/reference/datamodel.html#object.__repr__) method which lists the tuple contents in a `name=value` format.
The *field\_names* are a sequence of strings such as `['x', 'y']`. Alternatively, *field\_names* can be a single string with each fieldname separated by whitespace and/or commas, for example `'x y'` or `'x, y'`.
@vast oak OpenSSH I think has that now
(the project as a whole)
but, yeah, you really need C for that
can't Python your way through security
Python is largely a C framework
comes from ABC, which was overly abstracted, but with access to C
do we still haven no page on extending Python
!extending
depends on what you're going to do
sec stands for security not second
@vast oak a lot of freelancing now is about fixing AI code
all my attempts to use AI even for quicker search failed
I myself haven't yet witnessed it work beyond marginal error
somehow
unlucky
reasoning is still not implemented
unfortunately
do deepsearch
gpt 5
ActivityPub
Nextcloud and Mastodon the two federated service examples that I remember
if you get problem and there is two answer
how you gonna solve it
and may be you get a problem and you have to find solution that you don't know
part of good architecture is making as few choices as possible
if you think you need to choose between A and B, try to implement it such that the choice can be moved later without implementing both A and B
sustainable
I'm about to go to the store to pick up the switch I bought
this thing
@mossy cedar bcode? leetcode? (didn't hear)
this has exercises too
@mossy cedar I use a lot of experience from leetcode at work and in reverse
though I do kind of work on performance intensive stuff, so expected
the most important thing you may get from leetcode if you do it right:
solve things with data structures
this applies to dumb JSON-to-SQL-to-JSON apps too and basically any field
automation
time to go get the thing
hey, just trying to read some things
What you reading?
SOS DP technique, look it up
Yes, I prepare 24/7 for interviews, so I can put a piece of bread 🍞 on the table.
I'm unemployed for 1 year and 6 months, failed 100+ interviews, talked with 200+ recruiters.
So now I read a lot, so I can pass an interview and hopefully earn a salary.
I'm currently at my parents place because I have no money to live on my own anymore, so I live with them anymore.
I've been asked constantly:
"Why do you solve leetcode bro? Bro why you solve leetcode? What is this good for bro? Why are you doing it? I don't understand, why do you solve leetcode dude? For interviews?! For interviews?!?!?"
Yes man I'm solving leetcode so I can eat a piece of bread, a breadcrumb.
Now you know, when you're unemployed, you solve leetcode so you can eat a piece of bread.
That's why everyone does it, including me.
You should buy some stock from Nvidia or other company which offers high dividend
I'm also 40 years old, doing leetcode..
So you can sustain some living
Well it's not like option trading, you own stock to get dividend
Yes, I should take a loan at the bank, buy Nvidia stock, and then watch how the AI bubble bursts and I lose all my money and end up in court and then in jail/prison.
Or have people following me around cause I owe money to the bank.
Nah, start from small
@dry jasper So which stock to buy?
Yes, start small, then go big and when it crashes I lose all my money which wasn't even mine to begin with.
Ha ha, na bro choose stable stock and get dividend
As @dry jasper said!
It ain't option trading in which you lose all
Exactly 💯
Holding stable stock is much better
Dividend is all we need
And after a while we can cash out the stock, inflation proof money
It is absurd very few know knowledge about investing and most choose to opt for option trading
@wise loom you can start freelancing
You got skills you can offer as service to clients
Like Chris
there's only a few problems with that:
- freelancing means finding clients, 99% of the time is spent finding clients and not making money
- every client wants something with some very custom frameworks/languages that I have to invest time learning and I'll never use ever again
- there has to be repeat work in order to make a liveable wage, that is not really possible with the prices on freelancer.com, idk about viber, but in general prices don't even cover living costs with freelancing, and you also spend money on subscription fees for the freelancing platform, so you're losing money instead of making any
- none of the experience you gain through freelancing counts for anything when you want to get a normal job
- i've been on freelancer.com actually and a lot of clients want scammy projects to do illegal things, i'm not touching that. if i do it, not only do i make just pocket change but i also risk getting in prison for it.
@whole bear you have more wise ideas? i'm willing to listen
Yes I do,
Use Fiverr instead.
Clients hunt you instead!
Offer what you can!
If not freelancing, work on contract work for some startup or else it would count as experience?
I think you can start your own software house, you do have experience and network to make it happen @wise loom
Hire unpaid Intern and paid professional for work
You can raise money on your Idea from friends and investor
Give them dividends from profit, they are happy and so do you
If it fails no worries you have made experience and helped many other gain experience which will result in much better opportunity in life
Software houses require less investment to start and it scales rapidly.
So if it fails, it will fail early so damage won't be as detrimental compared to investment heavy business
hey
how are you guys
i have a questions
wwhat is the worst thing when u create an MVP and launch it other than advertisement
@dry jasper In India, diversity is not fluid it has segregation and social constructs like caste, religion, language and culture.
Even if the law has been made, it rarely implements on ground.
The best example is noise pollution law, despite being a law everywhere in India you can hear drums, noise, DJ and police won't bother
So if a law has never been implemented for all, will they challenge the law?
@molten pewter that Chinese game I told about before can now run on stuff other than PC seems like
maybe those are less affected by the spyware part
The problem is India fails to enforce law, so those who disagree they don't bother to challenge the law like in Germany.
(+ steamdeck compat)
someone mentioned that this might potentially be a DRM thing but not sure
@calm ginkgo proper education system is the answer to your question
what is the worst thing that encounters with foudners once they launch their MVP other than advertising something related to audience
The US is a constitutional republic, almost all of its major decisions are made by deep state.
Two party democracy is not a democracy, especially when both these parties have been switching ideology for political means and heavily controlled by deep state
@dry jasper DDR had DR in its name too
Are you guys sure you're in the right server to be talking about that?
and so does DPRK
The Philippines has a US style democracy.
It fails horribly
voice chats are off-topic
sorry, if you want to talk about python feel free to come back 🙂
what is the worst thing that encounters with foudners once they launch their MVP other than advertising something related to audience
reminds me that I need to go pick up another RISC-V computer I bought
sounds exciting
Russia is a democracy, it has had a 90 approval rating for Putin.
Every Russian act they are sorry for war but they do support Putin in war
North Korea is also democracy
Cause the majority of people won't challenge kim
Russian population is what happens when people aren't interested in politics
man, chill with the politics already.
also second sentence there is either completely wrong or misgrammatical
I think every country is democracy as long as it has a stable government.
Ha okay 😆
Russia doesn't have a stable government
It does, investors are confident with Russian government stability
are you living under the fucking rock?
Just because people don't like it doesn't mean they will challenge Putin
by brain completely forgot it earlier, but I recently rediscovered OpenAI's definition of AGI
@hollow haven Can we create a #politics channel, for these guys to talk about russia and stuff there, so the rest of the server can be dedicated to python?
Actual Great Income or something like that
I think it was $100B or something along those lines
it was in some deal with Microsoft
they're on target rn lmao
No, our voice channels are more casual and have a similar policy to how we handle our off-topic channels. If things are getting too polarizing, then feel free to let them know to maybe move the discussion to a different server. We don't really handle contentious political topics here
hello kat
I'd like to come here to talk about python, and all I see is politics.
no politics in vc as of right now
What do you want to talk about python?
Start the discussion
we're all pretty pro python, so what is the python talk you wanna have?
Can I call it a turtle?
-_-
It slow like me
(╯°□°)╯︵ ┻━┻
We both have so much in common
only one month left
Politics is life!
ah, 3.14 is so cool
!pep 750
they should do 6.28 from
you can do SQL interpolation without SQL injection issues
I mean why do we create language in the first place, can't we use pure math for coding?
maths isn't pure
the amount of weird nuances and interpretation differences is insane
If we look in other ways, electrical engineers at low level are coder
CPython is getting JIT
Python with JIT is not a good combo
you can't really AOT-compile Python because of how Python itself is structured
a lot of dynamic stuff
PyPy has been doing that for a long time
mypyc
ah
it's a python to c transpiler
I think what you mean is that it's not optimal or not worth-while; but it's not that it's impossible.
@deep python did you like the discussion so far?
well c-extension transpiler
yeah, I don't mean C extensions
I mean, for example, not having to use a giant object for ints
Why are we discussion compilers?
You can compile python to store every int on the heap
I mean the exact opposite of that
not having to involve the heap each time
I don't think you can do that without JIT
If everything is an object at runtime
(4x is not enough)
also, important note on converting C extensions: your code's behaviour changes
and, at times, becomes less usable
also not all code can be mypy'd even theoretically
Python's typing isn't capable enough
Errors are like marijuana, unwanted but definitely helpful!
C might've had no types at all and you can still compile it
mypyc converts a thing that isn't really normal Python to a thing that doesn't behave like normal Python
- art of code ( wiserturtle )
the context was mypyc
mypyc requires your code to pass mypy
and relies on knowing types
certain things that certain Python packages do can't be expressed with Python's current typing system
therefore mypy doesn't understand them
C likes personality, compilation must I guess?
therefore you just have to drop to using Python as is without the benefits of mypyc
also not all code can be mypy'd even theoretically
well almost everything if it's pure python yes it can be, unless it's like something really special
maybe a good way would be to separate out the stdlib and only have the python grammar with type hints being mandatory would be a good way
I've worked enough with Python's type system to know it's extremely limited
how difficult would it be to start a project to add MLIR/LLVM support for python grammar
LLVM support for python grammar
????
those are unrelated things
wdym?
It means she is not interested in talking about it
i'm talking about using LLVM to write a compiler for python
Stay on topic
I mean those are unrelated things at completely different ends of the process
LLVM doesn't deal with high-level syntax
no? you can use MLIR to drop python AST into llvm ir afaik
if you want Python-like syntax for C, then yes you can do it
MLIR literally has dialects for dealing with dropping to LLVM IR
I won't bother, pardon me!
umm...wdym
I won't bother, pardon me!
r u talking to me?
To those who found it annoying
what annoying
My presence
It was all wasteful talk which has no meaning
MLIR and LLVM operate somewhat lower in the stack
I've understood I've been adding no meaning to my life or anyone else, it was all wasteful
I have feelings of guilt
if you want Python-like syntax for C, then yes you can do it
that's not at all what i mean, i'm talking about writing a compiler using the LLVM/MLIR infrastructure , much like rustc does
and disgust
but for the python grammar
potentially doable
since that implicitly ignores language semantics
I was just saying that grammar is unrelated
yeah that's exactly what i mean, i don't care too much about the semantics as long as it's got the nice syntax
then eventually slowly port over all the important stdlib libraries
you can't port libraries between semantically different languages easily
syntax/grammar is the computationally trivial part
well not maybe 1-1, but it can be close enough somehwhat
the other stuff is where problems are
yeah i know take itertools, it will function diffently in llvm based AOT compiled python, but would be nice to have similar parallels
Extra iterator adaptors, functions and macros.
although Rust probably relies on language specifics even more than Python
itertools is definitely portable
https://github.com/exaloop/codon
this seems like a good start
yeah, Python compilers do exist (and a lot of them), they just don't support the entirety of Python
anyways, it was just a pie in the sky idea ...too much work obviously lol
turning Python into a weirdly dialected language isn't really a bright future
tbf python since 2.7 has been changed quite a bit
C++ type of confusion
turning Python into a weirdly dialected language isn't really a bright future
fair
implementing monkey-patching in AOT context would be quite an interesting task to do
(we're obviously assuming no dynamic loading of libraries when doing AOT with Python, otherwise nearly nothing is doable well enough)
true lmao, i wonder how much in memory stuff would have to be done
I know this to be possible to do
you can statically know all the places where something is getting patched
normal Python works as if it assumes anything may get patched at any moment
this is similar to how Zig can statically know, for example, coroutine sizes with its new async stuff
LLM = cancer, just noticed ur status
yes
tech that brought way more damage than benefit
tbf not as bad as stable diffusion
which has only negative effects on the society
lmao what did stable diffusion do
both LLMs' and image generation's purpose is faking of data
by design
fake text data it potentially useful at times
it's not about what it can do, it's about what it was made for
@primal shadow your mic got even quieter
no idea what it's made for
lemem test
i didn't even realize they were talking lol
like I normally have my computer volume at 24% and now it's at 84% and still too quiet
with user volume being at max obviously
yeah i put them to max
i was telling not asking
LLMs' greatest positive effect is for translation imo
previous translation algorithms were already bad and biased
work and purpose are important to stay sane
purpose and act of making things are motivation on their own
whereas image recognition is an extremely practical
not necessarily used for good but still
(but with image generation you just don't have the choice to use it for good)
Instrumental convergence is the hypothetical tendency of most sufficiently intelligent, goal-directed beings (human and nonhuman) to pursue similar sub-goals (such as survival or resource acquisition), even if their ultimate goals are quite different. More precisely, beings with agency may pursue similar instrumental goals—goals which are made...
@primal shadow tl;dr:
hypothesis -- AI will make tools for itself
reality -- AI doesn't care enough
I've looked a bit into enforcing tool-making onto AI
it's not a thing it wants to do
potentially because it's poorly documented what many things it was trained on were made for
because humans are bad at documenting reasoning sometimes
so AI can't even mimic it
one probably useful note from there:
think before giving goals to the AI (don't be upset if it actually achieves them even accidentally)
AI can't art
@calm ginkgo job loss because of bad decision because of AI is a job loss because of AI
it's so funny to see how people forget world before 2022 existed
no, AI isn't exposing capitalism, we already knew that
@primal shadow venture cancerpital
"name one more thing" is a rhetorical device
(in this case)
"Steve."
yes
LLMs, outside translation (as far as I know) and some other rare cases which aren't purely generational, is about lower quality at higher cost
@calm ginkgo "easier" in what terms?
cheaper or faster?
AlphaFold isn't the type of AI that's being argued against
it is the same technology
no
AI isn't one technology
deep learning isn't a singular technology either
WHAT THE FUCK YOU MEAN NOT REALLY
@calm ginkgo okay, no, sorry, with "same technology" you're crossing the line
you might as well say it's all just bits
this is such a deep bullshit take that I'm unwilling to continue this conversation
because i'm citing papers and ur not
you're a fan of non sequitur huh
i'm the only one citiing papers, ur not engaging the agruments, so not a non-sequitor
keep citing, in voice
a paper
thank you, let me go google that thing I barely heard
and don't have the time or care to read
I haven't heard a single paper cited
or access
and this is entirely unrelated to papers
hinton's paper on backrprop, yann le cu vaes
how much do I have to pay to read this cited paper, what journal?
present your evidence please, or present an argument
instead of saying "nuh uh"
I'm not saying it's not all neural networks
I'm saying calling this "same technology" is dumb
both using neural nets isn't the same technology?
disrespectful to people who made AI possible
demis hassabis pretty sure he made it possible with deep learning
hi
just that im new and cant message
so i guess ill just have to type
im just making a quiz for my school rn and was getting a bit bored
so just wanted to join the server and talk to people
hbu @calm ginkgo
what u up to
machine learning then
isnt it a reward system to ai
I trained an AI in Trackmania with reinforcement learning, to beat A01’s World Record.
Note: As mentioned at the end of the video, Eddie’s 23.79 record was beaten a few weeks ago by Rollin with a 23.78. But as you’ll see, this doesn’t change the outcome of the video!
Join my Patreon: https://www.patreon.com/Yoshtm
Secondary YouTube...
reward is more Reinforcement learning
lesgo
byedpi tunnel is finally back
(short outage, had to restart stuff)
advanced progress
I might be doing something slightly wrong
I think it's done
for some reason the system I'm building this on is misbehaving a lot
I should probably install some properly functioning OS instead of Ubuntu at some point
Ubuntu Server specifically
the worst differentiating parts of Ubuntu desktop but on the server where they absolutely don't belong
- cloud init
also known as OS not booting for 2 extra minutes
I'm trying to get rid of Ubuntu wherever possible
(replacing with Debian unless other reasons exist)
finally
using the whole disk
instead of 700MB or whatever it was
ugh I need to make another cable
okay now that the eMMC part is solved now I need to figure out how to use the second CPU
or third
not sure how they'd be numbered
it has, like, three but only two can run at the same time
Linux is living a happy life with its 512MB of RAM
I wonder if it's shared between the CPUs
@tiny badger 👋
if I understand correctly, TPU there can be used for video or AI or whatever else of similar sort
@somber heath
my perception of what shutdown/reset/reboot are changed so much in the past couple years
including because of small computers like those
@lavish gazelle are you swedish perchance?
Not by chance, I was named after a swedish man that was a close friend to my parents
thats cool bro!
yo bro
hello
@crude nova @tight pilot @craggy vale real quick what is rag and langchain and chroma db
like this is ai ml related question
can u tell?
I got a problem so thats why aasaking
do u know?
RAG (Retrieval-Augmented Generation)
A process that synthesizes retrieval-based systems (locating the pertinent data or documents) and generation-based systems (such as GPT) to produce better, more accurate, and contextually aware responses.
my project is to use ai for pdf like talking and stuff and first I need to do that shit for md or txt file than pdfs
nice project
any hope or psudo code how am i gonna do this shit because I am not a aiml student
yes
can u tell me how to do?
yeah yeah
just send a personal text we both are indian anyway
yeah
yes
@keen sky 👋
@dusty radish 👋
hi
Can someone tell me django is all about which library in python
django is the library
@amber raptor https://serverlesshorrors.com/
When I was learning to program through a bootcamp I spun up an elastic beanstalk instance that was free but required a credit card to prove your identity [...]
Amazon then charged me one hundred thousand dollars as the server was hit by bot spam
💵 💰💰💰💰💰💰💰💰💰💰🪙🪙🪙🪙🪙
Back in a bit
sparser than I expected
lmao @dense pike
"how do you format your SQL?~~ (so we can judge you)~~"
@primal shadow are you into blockchain?
@peak depot I have some other stuff scheduled in 2 minutes from now
@wind raptor lmk when you're back
who wants wordspud?
Just got back
this is not what I meant but okay
i mean sure lol
a whole separate C library just to do that
when are we getting npm attitude to C
gcc audit
#define LOGICAL_NOT_IMPLEMENTATION
#define LOGICAL_NOT_DECL static inline
#incluce <logical_not.h>
int main() {
bool foo = ln_not(true);
}
should rename my ocen repo to cfront4 and maybe I'll get more stars
Objective C: ENhanced
yeah, objective c isn't controversial, it's just bad
rust is better @tacit crane
bruh
RTC
WebRTC or something else?
I definitely wouldn't want to write anything WebRTC in Python
loudflare
that sounds like very inconvenient
I did WebRTC stuff in Rust because that's simpler than doing the same in Python
SunOS 4.1 is clearly better
better: Unix
I play GTA 6 irl
bruh 💀
misery
@dense pike join voice
can't you verify already?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
You are not allowed to use that command here. Please use the #bot-commands channel instead.
how much can you deadlift
@tacit crane which language
a Black Moon refers to the second new moon in a single calendar month, which is an invisible, moonless night, whereas a lunar eclipse occurs when the Earth passes between the Sun and the Moon, casting a shadow and making the Moon appear red
@peak depot
I know
hello
i was wondering if anybody can help me with my angular projecr
im a noob
and overwelmed and my term ends in a few days
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I failed

im too green
I'm getting back into python
I taught myself when I was younger but I forgot
all skills honestly
YEA
I know a little C C++ and java
and python
c
ye
I downloaded the python IDE on my laptop and I instinctively put the semi colon
Pycharm
but when i use them it puts the yellow squiggly line
ye
I love pycharm but jet brains is so expensive
oo
vscode just doesnt look right
to me
the reason I started using pycharm is bc the first tutorial I saw uses pycharm
ye I understand
The reason I'm relearning is bc Im gonna go to school for data analytics
and the curriculum uses python
and R
I have never used R
I borrowed a book from a library about it
R is used alot in data analytics
wth
ohhh
ah
I never got too into programming
never got passed the writing efficient code phase
I remember learning o(n) and o(n^2)
ye
thats how far I ever went
I really appreciate optimization especially in game
like game devs boast about their games are 200 gigs when thats not good
ye smart people
i love how much elden ring is optimized
oh
you can play it on your pc
Ive never had consoles until recently
why not?
oh
is it a financial issue?
I could never lol
I have to upgrade
I wish I could live more below my means
better get atleast get a 32 gig ram and experience greatness
U when u upgrade
hello everybody
i cant wait to get voice verified
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Mhm?
show the class
yeahh
soryy didnt get it whihc class
no its an expression lol
ohhhh
well its just bot but the fun part is you guys can control it
like bot is in my house but yu can control it
We are the class in this analogy.
i made a discord bot once
@whole bear 👋
Hello there!
Hi
hows the day
How are you doing guys
nm
So hot hahaha
ye it rained yesterday so its humid
well i am happy today my projects finally starte dworking so yeah
nawww
its flooding here hahaha
Where are u from?
naa its just poor management
from india
eh u can live anywhere if u plan around it
Nice
How many years have you been learning python?
2 years
i would love to be a civil engineer
!code
!rule 5
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
Okay, i deleted it
so its haven't been a month and ur just trolling :/
Hello adel
I didn't know that it's not allowed
Well its fine
ye civil engineering is cool
Anybody here using linux? (Ubuntu)
I usually just use python for my bsckend projects majorly i work in c an cpp its fun because yu can tinker with hardware so much
I do
I also love marine biology
I am also doing good
Do u have a file or something that has the commands in
Sorry what kind of file yu are talking abt
Right now as ai agents part increase i started working more on backend and started integrating to my hardware for smartness
Like has the commands and the definition of each one of them
isnt it crazy how many types of files there are
There is a command in linux yu can use for help man command its provide yu manual
Adel here its 3:55am
Hey thats great to hear what thing yu tried with it
there is a vertasium video about it
basically the red led was first discovered
OOOooo
its one of my favorite videos
led stands for light emmiting diode
Yeah that i know
so theres a material inside that makes the red light
they discovered red first bc red had the largest wavelength
and then green
and blue is dificult bc its high frequency
its a Japanese guy
hes still alive
YE
and bc he discovered blue led we have modern day screens
woaah
thats so cool
ive never made anything that complex
My next project is going to be a remote controlled light flicker that I can control from my bed
I'm gonna use my arduino
Yayyyyyyyyy
Try exploring esp for this purpose yu will find some crazy thing yu can do with it
ye
i should go
actually i'll stay a while longer
for the verification
ye but I dont want send stuff into the void
lol
hi
o
I recently got upset with my school
its completely online
I completed a course to be able to be admitted
and I sent my transcript
but I didnt get a notification that said it was sent
hello @echo bison
hello!
I'm going to call them tomarrow
I used this site called credly to send it
I wish credly sent an amail saying it was sent
Ye
I'll call them
no its on a third party website called credly
I never used it credly
its by pearson apperently
so its somewhat legit ig
Idk
are object oriented programming in C C++?
im sorry ye we can talk about that
are the types like int char string?
are dictionaries and lists classes
X = str(input('> '))
X = X.lower #.lower() is an attached functionality
no :(
Ive heard all these terms in my C++ and java class
ooo
so classes carry the data types?
so is a tupple a class?
bruh
@vocal jay 👋
voice chatting is banned for beginners :<
no
!e```py
class vehicle:
def init(self, color) ->None:
self.color = color
self.max_speed = 120
def overclock(self):
self.max_speed +=50
car = vehicle('red')
print(car.max_speed)
car.overclock()
print(car.max_speed)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | 120
002 | 170
Classes are the blueprint from which objects are created. Objects being data structures with attached functionality for interacting safely with that data. Objects are all of the type/class from which they are created. The class governs what the data structure and attached functionalities are in these objects so created.
I still dont get it :(

I dont know much of any of them
well its good to understand
i need to understand to get into the industry
Class Object Method Instance
I keep jumbling them together
!e ```py
class Foo:
def bar(self):
print("bar")
class Baz(Foo):
def boz(self):
print("boz")
instance = Baz()
instance.bar()
instance.boz()```
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | bar
002 | boz
!e
class Parent:
def __init__(self, name):
self.name = name
def greet(self):
print(f"Hello from Parent, my name is {self.name}")
class Child(Parent):
def __init__(self, name, age):
super().__init__(name) # Calls the Parent's __init__
self.age = age
def introduce(self):
super().greet() # Calls the Parent's greet method
print(f"I am {self.age} years old.")
child_instance = Child("Alice", 10)
child_instance.introduce()
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | Hello from Parent, my name is Alice
002 | I am 10 years old.
!e ```py
class Foo:
def bar(self):
print("bar")
class Baz(Foo):
def bar(self):
print("weeaboo")
instance = Baz()
instance.bar()
:white_check_mark: Your 3.13 eval job has completed with return code 0.
weeaboo
Shower.
ok im going to leave
Download Anaconda's open-source Distribution today. Discover the easiest way to perform Python/R data science and machine learning on a single machine.
I will be able to voice verify in 24 hrs
thank you for all the info
I appreciate it
@paper gazelle 👋
!f-strings
Creating a Python string with your variables using the + operator can be difficult to write and read. F-strings (format-strings) make it easy to insert values into a string. If you put an f in front of the first quote, you can then put Python expressions between curly braces in the string.
>>> snake = "pythons"
>>> number = 21
>>> f"There are {number * 2} {snake} on the plane."
"There are 42 pythons on the plane."
Note that even when you include an expression that isn't a string, like number * 2, Python will convert it to a string for you.
..
.
my_str = MyStr("hi this is the string")
my_str.red()
class colorz(str):
def red(self):
...
"text".red
||```py
colorz = colorz("text")
colorz.red()
"text".red
def red(string: str) -> str:
return f"{r}{string}{rs}"
yep
value = "string to change "```
!e
code
!e
value = "string to change "
:warning: Your 3.13 eval job has completed with return code 0.
[No output]
!e
print("\033[31m This text is \033[0m")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
[31m This text is [0m
!e
print("\032[31m github where?? \033[0m")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
[31m github where?? [0m
!e
print("\033[33m This text is \033[0m")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
[33m This text is [0m
ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
Rebane's Discord Colored Text Generator
!e ```py
class MyClass:
def my_method(self):
pass
instance = MyClass()
print(MyClass.my_method)
print(instance.my_method)```
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | <function MyClass.my_method at 0x7fdbc84afce0>
002 | <bound method MyClass.my_method of <__main__.MyClass object at 0x7fdbc8596a50>>
with open("file.txt", "r") as f:
string = f.readlines()
@marsh moon 👋
Hello
this
def mroll(n_dice:int=1, max_number:int=1):
rolling_list=[]
result =None
print('\n=====[Rolling]=====')
for i in range(1, n_dice+1):
output = random.randint(1, max_number)
print(f'{i}: D'+str(output))
rolling_list.append(output)
result = sum(rolling_list)
print(f'========[{result}]=======\n')
return result
ESC [ -> /
..
!e```py
class colorz(str):
def init(self, string: str) -> None:
self.string = string
def rgb(self, r: int, g: int, b: int) -> str:
return f"\033[38;2;{r};{g};{b}m{self.string}\033[0m"
asdfasdf = colorz('asdfasdf')
print(asdfasdf.rgb(255,0,0))
def parser(val):
items = val.split('\n')
container = {}
for item in items:
first = item.find('m')
second = item.find("#") + 2
container[item[second:]] = item[:first + 1]
return container
def main():
val = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
print(parser(val))
if __name__ == "__main__":
main()
def main() -> None:
pass
if __name__ == '__main__':
main()
!e```python
def parser(val):
items = val.split('\n')
container = {}
for item in items:
first = item.find('m')
second = item.find("#") + 2
container[item[second:]] = item[:first + 1]
return container
def main():
val = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
print(parser(val))
if name == "main":
main()
:white_check_mark: Your 3.13 eval job has completed with return code 0.
{'black': 'ESC [ 30 m', 'red': 'ESC [ 31 m', 'green': 'ESC [ 32 m', 'yellow': 'ESC [ 33 m', 'blue': 'ESC [ 34 m', 'magenta': 'ESC [ 35 m', 'cyan': 'ESC [ 36 m', 'white': 'ESC [ 37 m', '': ''}
!e
val = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
print(val.split("\n"))
:white_check_mark: Your 3.13 eval job has completed with return code 0.
['ESC [ 30 m # black', 'ESC [ 31 m # red', 'ESC [ 32 m # green', 'ESC [ 33 m # yellow', 'ESC [ 34 m # blue', 'ESC [ 35 m # magenta', 'ESC [ 36 m # cyan', 'ESC [ 37 m # white', '']
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
print(line)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | ESC [ 30 m # black
002 | ESC [ 31 m # red
003 | ESC [ 32 m # green
004 | ESC [ 33 m # yellow
005 | ESC [ 34 m # blue
006 | ESC [ 35 m # magenta
007 | ESC [ 36 m # cyan
008 | ESC [ 37 m # white
!e```py
class colorz(str):
def init(self, string: str) -> None:
self.string = string
def rgb(self, r: int, g: int, b: int) -> str:
return f"\033[38;2;{r};{g};{b}m{self.string}\033[0m"
asdfasdf = colorz('asdfasdf')
print(asdfasdf.rgb(255,0,0))
:white_check_mark: Your 3.13 eval job has completed with return code 0.
[38;2;255;0;0masdfasdf[0m
this works
\033[38;2;255;0;0mHELLO, WORLD!\033[0m
printf(type, shi)
#include <stdlib.h>
#include <stdio.h>
int main(){
int a = 7;
char* ptr_a = "abc";
printf("%p\n", ptr_a);
return 0;
}
```
#include <stdlib.h>
#include <stdio.h>
int main(){
int a = 7;
char* ptr_a = "abc";
printf("%p\n", ptr_a);
return 0;
}
#include <stdlib.h>
#include <stdio.h>
int main(){
int a = 7;
char* ptr_a = &a;
printf("%p\n", ptr_a);
return 0;
}
#include <stdlib.h>
#include <stdio.h>
int main(){
int a = 7;
int* ptr_a = &a;
printf("%p, %p\n", ptr_a);
return 0;
}
&
%
10%2==0
10%2!=0
https://youtu.be/Qn0yFkgNXqQ?si=_SfKIqzLXLwVfUFRn @paper gazelle
I made a real 8-bit game in the worst esoteric programming language.
Thank you for watching!
This project is available on GitHub: https://github.com/p2r3/bf16
Join our Discord server! https://p2r3.com/discord
All music used is from the Portal 2 OST in this order:
- Robot Waiting Room 6
- There She Is
- Technical Difficulties
- Halls Of Science 4
!code
!e
print("我爱你👿\n"*40)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | 我爱你👿
002 | 我爱你👿
003 | 我爱你👿
004 | 我爱你👿
005 | 我爱你👿
006 | 我爱你👿
007 | 我爱你👿
008 | 我爱你👿
009 | 我爱你👿
010 | 我爱你👿
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/UVG6GWIRJVUBSLQXYEZRPVUDXI
!e
print("encoded address")
:white_check_mark: Your 3.13 free threaded eval job has completed with return code 0.
encoded address
!e```py
while 1:
print('asdfasdf')
:x: Your 3.13 eval job has completed with return code 143 (SIGTERM).
001 | asdfasdf
002 | asdfasdf
003 | asdfasdf
004 | asdfasdf
005 | asdfasdf
006 | asdfasdf
007 | asdfasdf
008 | asdfasdf
009 | asdfasdf
010 | asdfasdf
... (truncated - too many lines)
Full output: too long to upload
!e
print(0/0)
:x: Your 3.13 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | print([31m0[0m[1;31m/[0m[31m0[0m)
004 | [31m~[0m[1;31m^[0m[31m~[0m
005 | [1;35mZeroDivisionError[0m: [35mdivision by zero[0m
!e
print("Django")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
Django
!e
print (version)
:x: Your 3.13 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | print ([1;31m__version__[0m)
004 | [1;31m^^^^^^^^^^^[0m
005 | [1;35mNameError[0m: [35mname '__version__' is not defined[0m
!e
print(__version__)
:x: Your 3.13 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | print([1;31m__version__[0m)
004 | [1;31m^^^^^^^^^^^[0m
005 | [1;35mNameError[0m: [35mname '__version__' is not defined[0m
!e
print(main)
:x: Your 3.13 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | print([1;31m__main__[0m)
004 | [1;31m^^^^^^^^[0m
005 | [1;35mNameError[0m: [35mname '__main__' is not defined. Did you mean: '__name__'?[0m
!e
print(__main__)
!e
import sys
print(sys.version)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
3.13.5 (main, Aug 24 2025, 23:22:39) [GCC 12.2.0]
!e```py
!e
print(main)
:x: Your 3.13 eval job has completed with return code 1.
001 | File [35m"/home/main.py"[0m, line [35m1[0m
002 | [1;31m![0me
003 | [1;31m^[0m
004 | [1;35mSyntaxError[0m: [35minvalid syntax[0m
!e```py
print(main)
!e
'''
print(main)
'''
:x: Your 3.13 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | print([1;31m__main__[0m)
004 | [1;31m^^^^^^^^[0m
005 | [1;35mNameError[0m: [35mname '__main__' is not defined. Did you mean: '__name__'?[0m
:warning: Your 3.13 eval job has completed with return code 0.
[No output]
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
print(line)
line = line.strip()
print(line[line.find("[")]:)
print(line[:line.find("m")]+1)
:warning: Your 3.13 eval job has completed with return code 0.
[No output]
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
print(line)
line = line.strip()
print(line[line.find("[")]:)
print(line[:line.find("m")]+1)
:x: Your 3.13 eval job has completed with return code 1.
001 | File [35m"/home/main.py"[0m, line [35m14[0m
002 | print(line[line.find("[")][1;31m:[0m)
003 | [1;31m^[0m
004 | [1;35mSyntaxError[0m: [35minvalid syntax[0m
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
print(line)
line = line.strip()
print(line[line.find("["):])
print(line[:line.find("m")]+1)
:x: Your 3.13 eval job has completed with return code 1.
001 | ESC [ 30 m # black
002 | [ 30 m # black
003 | Traceback (most recent call last):
004 | File [35m"/home/main.py"[0m, line [35m15[0m, in [35m<module>[0m
005 | print([31mline[:line.find("m")][0m[1;31m+[0m[31m1[0m)
006 | [31m~~~~~~~~~~~~~~~~~~~~~[0m[1;31m^[0m[31m~[0m
007 | [1;35mTypeError[0m: [35mcan only concatenate str (not "int") to str[0m
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
print(line)
line = line.strip()
print(line[line.find("[")]:)
print(line[:line.find("m")+1])
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
print(line)
line = line.strip()
print(line[line.find("[")]:)
print(line[:line.find("m")+1])
:x: Your 3.13 eval job has completed with return code 1.
001 | File [35m"/home/main.py"[0m, line [35m14[0m
002 | print(line[line.find("[")][1;31m:[0m)
003 | [1;31m^[0m
004 | [1;35mSyntaxError[0m: [35minvalid syntax[0m
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
print(line)
line = line.strip()
print(line[line.find("["):])
print(line[:line.find("m")+1])
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | ESC [ 30 m # black
002 | [ 30 m # black
003 | ESC [ 30 m
004 | ESC [ 31 m # red
005 | [ 31 m # red
006 | ESC [ 31 m
007 | ESC [ 32 m # green
008 | [ 32 m # green
009 | ESC [ 32 m
010 | ESC [ 33 m # yellow
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/3OLBV4BYF4MTD5F4LNYNCCOQKA
!e
"""
if name == "main":
print ("Rocky")
else:
print ("Something is fishy")
"""
:warning: Your 3.14 pre-release eval job has completed with return code 0.
[No output]
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
line = line.strip()
print(line[line.find("["):])
print(line[:line.find("m")+1])
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | [ 30 m # black
002 | ESC [ 30 m
003 | [ 31 m # red
004 | ESC [ 31 m
005 | [ 32 m # green
006 | ESC [ 32 m
007 | [ 33 m # yellow
008 | ESC [ 33 m
009 | [ 34 m # blue
010 | ESC [ 34 m
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/GNGKYUEOQTBF7LZX4UZWVTXQCA
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
line = line.strip()
print(line[line.find("["):line.find("m")+1])
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | [ 30 m
002 | [ 31 m
003 | [ 32 m
004 | [ 33 m
005 | [ 34 m
006 | [ 35 m
007 | [ 36 m
008 | [ 37 m
!e
lines = """ESC [ 30 m # black
ESC [ 31 m # red
ESC [ 32 m # green
ESC [ 33 m # yellow
ESC [ 34 m # blue
ESC [ 35 m # magenta
ESC [ 36 m # cyan
ESC [ 37 m # white
"""
for line in lines.split("\n"):
line = line.strip()
print(line[line.find("[")+1:line.find("m")+1])
print("34m")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | 30 m
002 | 34m
003 | 31 m
004 | 34m
005 | 32 m
006 | 34m
007 | 33 m
008 | 34m
009 | 34 m
010 | 34m
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/Y44T5W3NCMM66UR5JXJWNHISOU
!e
kek = [" fef efe f e", "fefe. fe. a", " erere"]
for i in kek:
i = i.strip()
print(i)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | fef efe f e
002 | fefe. fe. a
003 | erere
what
!e
kek = [" fef efe f e", "fefe. fe. a", " erere"]
for i in kek:
i = i.strip()
print(i.strip())
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | fef efe f e
002 | fefe. fe. a
003 | erere
check the #voice-verification channel
@ashen jolt which browser do you use?
Arc better @ashen jolt
:(
looks like you really like to use reactions @ashen jolt
do you have a keyboard?
I used to not have a keyboard when I was younger but now I do.
@amber raptor well now there is a use for pressurising
jira, an issue tracker that needed a browser
maybe Arc devs will make Jira less painful to use
🤦♂️ atlassian classic..
that would be interesting
(Jira actually isn't terribly bad on some deployments; but allegedly it becomes unbearable at scale/in certain cases)
i might deploy an instance of it in my homelab so i can manage myself
I don't think they offer self-hosted anymore
especially since i see such high praise of it
you'll have to pirate