#voice-chat-text-0
1 messages ยท Page 548 of 1
Are we doing DuoLingo in here?
no idea
What in FinnSpanish is this?
!stream 874027855674216528
โ @red solar can now stream until <t:1762533832:f>.
Isn't it voluntary
cannot be punished for refusing?
Well not all companies are gonna establish that
Establish what?
The law ALLOWS overtime, up to 150 hours a year
so 37 13 hour shifts a year
is the limit
MFW they won't let me into university campus in Iran: https://www.pinterest.com/pin/405535141446900566/
karhunkierros
I have still have the "not a wine" in the bridge
@peak depot "data witchery"
canonically this old
possibly negated and modulo'd
only year it works in
@peak depot we have that here
beertap implemented via delivery people
Begin 2020 werd Alfred lead agency van Affligem en lanceren we de eerste landelijke campagne voor Affligem in Nederland.
De nieuwe campagne ontvouwt de ontstaansgeschiedenis van het biermerk, afkomstig uit het gelijknamige plaatsje in Vlaanderen. Een verhaal over een groep ridders die in 1074 het zwaard neerlegde en besloot hun leven te wijden...
No documentation found for the requested symbol.
Help help
Uh
Help
sounds correct
Thats what I did
Mmmm cheese
Some cheeses
what are the details of the error?
It says
they use lemon juice to separate the milk
Yea
if you want to connect from one computer to another, you need to specify the IP that's within the network, not local
(if that's what you're trying to do)
Yes
It's connected to the same wifi
ip addr on Linux, ipconfig on Windows
it will somewhere in there show 192.168.1.<something> likely
which is the local address for the network
(on the thing that you connect to)
Let me try
Uh...
You don't have to say ; in python right?
When u specify query in cursor?
you mean inside the SQL query?
no
Inside sql we need to say ;
But in python
if it's a single statement, ; is optional iirc
because, given the context, it knows where the query ends
When we type in cursor idk should we use or no
try both options; iirc both options work
I usually do SQL queries from Rust not Python, and there I omit ; always
, however I do SQLite and PostgreSQL, so idk, maybe MySQL requires it
Yea in rust we need ;
not inside sqlx::query!
in Python itself, not SQL, ; is generally considered a bad pattern
let value = sqlx::query!(
"SELECT password_hash FROM user_passwords WHERE sign_on_name = $1",
// no ; here ^
sign_on_name,
)
.query_one()
.await;
@peak depot this argument strategy is called "ad drunkium"
Thx for the help!
; is just needed when you have multiple queries. In some database cli's, a ";" also indicates the end of your query, so the cli knows to run it.
If any graphic designers in this server especially for games please dm me
yes
I assumed the "is ; needed" came from prior interactive CLI usage
Kees
There's no question about it, living here is unsafe.
๐คฃ
Free to be detained by the government.
Free to pay taxes
(or be detained by the government)
Free to overpay for healthcare
Freedumb
love it
I don't see those as opposite sides, they can both be true
a better world is possible, but we're gonna maintain the course of we're fucked instead
People are talking it seems
Chaos? You rang?
!d dis
Source code: Lib/dis.py
The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode.h and used by the compiler and the interpreter.
dis nut
"great idea" no
!e
import dis
def greet(name):
return f"Hello, {name}!"
dis.dis(greet)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 3 RESUME 0
002 |
003 | 4 LOAD_CONST 0 ('Hello, ')
004 | LOAD_FAST_BORROW 0 (name)
005 | FORMAT_SIMPLE
006 | LOAD_CONST 1 ('!')
007 | BUILD_STRING 3
008 | RETURN_VALUE
Node, Golang, Java, .Net
!e
import dis
dis.dis(print("deez nuts"))
:x: Your 3.14 eval job has completed with return code 1.
001 | deez nuts
002 | Traceback (most recent call last):
003 | File [35m"/home/main.py"[0m, line [35m3[0m, in [35m<module>[0m
004 | [31mdis.dis[0m[1;31m(print("deez nuts"))[0m
005 | [31m~~~~~~~[0m[1;31m^^^^^^^^^^^^^^^^^^^^[0m
006 | File [35m"/snekbin/python/3.14/lib/python3.14/dis.py"[0m, line [35m96[0m, in [35mdis[0m
007 | [31mdistb[0m[1;31m(file=file, show_caches=show_caches, adaptive=adaptive,[0m
008 | [31m~~~~~[0m[1;31m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
009 | [1;31mshow_offsets=show_offsets, show_positions=show_positions)[0m
010 | [1;31m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/6S2KWRA44L7YOBDUMODNFDQDSY
oh
Who writes both Python an Assembly
as like... a single program
It feels like very different domains
you could if you want
micropython maybe?
everything other than machine code is an abstraction
RIP jython
you will probably not be missed
(seriously is there anyone on this planet who actually wants to be able to use SpringBoot in Python?)
No one asked for it
I'm sure some random intern at Oracle did in 2001
That's fair.
So fuck Oracle, and therefore, fuck Java
Java has some good parts now, though.
Well, the JVM itself is fantastic. I love the JVM. Java itself, though, is a dumpster fire on a good day.
๐
The JVM brought us good things like Kotlin, Groovy, Clojure, and Scala.
You call them good things, I call them spawns of Java
Kotlin is genuinely good.
Some people consider Satan good, so spawns of Satan are good to them
Kotlin is good because it forces enterprise to write (relatively) readable code.
I don't mind Satan, seems like there's a neat temple all about him
@contextmanager
def fast_append(self):
if self._fast_append:
yield
return
self._fast_append = True
try:
yield
finally:
self._fast_append = False
My brother is a Product Owner at a solar tech startup in Maine.
I just want to write code dude. I don't want to work on fucking yaml. I want to write python. I'll write Java if I'm paid to.
Java+XML
(aka Java)
If I'm paid six figures with good health insurance.
And in the same time zone as more than 50% of my team. For once.
@willow light I suppose that's where some of the ops comes - I get to write python on a regular basis, but as a small company my (+1) team and I are also responsible for infrastructure operations
not business ops
chris did u answer what i asked yesterday i forgot
Told Inefficiencies ๐
Yeah, but I want to work on data and just regular code. and improve my coding skill with more challenging engineering problems. editing deploy pipelines and kubernetes yaml files is not that. it is intellectually unstimulating and utterly soul crushing.
@wind raptormr chris
"If we are going to be using GitHub Enterprise for our repos, why aren't we using GitHub Actions for our CI/CD pipelines?"
"Because Jenkins has the highest market share."
It's the exact same reason they gave for why we're developing all of our software on windows dev environments for linux prod environments.
Market. Share.
Die Hard 3 was fun
Live Free or Die Hard
!voice
switch to the true Enterprise choice instead
Did you jsut say 90% of our houses don't have insulation?
Code requires insulation...
heat or electricity?
@willow light I don't remember if I've shown this piece of postmodern art to you before
https://www.w3schools.io/
the other w3schools
postmodern art or satire?
I guess satire is art..
so I suppose
likely just carelessly written content-farm-adjacent website
but
it's surreal enough to qualify
Ah so AI slop
no AI
The best I saw was the volume control where you type in the volume percentage, but you couldn't use the same number as someone else in the world.
I think it's nearly all human-written there
or, like, severely mishandled GPT2
I don't think AI is advanced enough for this
If it hasn't come crashing down, why would I spend money to maintain it?
No, the problem with america is greed
full fuckign stop
greed
from the top to the bottom
too much goddamn greed
The Dwight D Eisenhower Infrastructure Highway Act would like to have a word.
The Federal-Aid Highway Act of 1956, also known as the National Interstate and Defense Highways Act, Pub. L. 84โ627 was enacted on June 29, 1956, when President Dwight D. Eisenhower signed the bill into law. With an original authorization of $25 billion (equivalent to $220 billion in 2024) for the construction of 41,000 miles (66,000 km) of th...
since, iirc, you used Flutter, have fun reading whatever this is
https://www.w3schools.io/languages/dart-tutorials/
citation needed, because boston is much older than that one
Looks like they started a lot of rail in the 1900's
so that argument falls flat
on its face
Early 1900's
oh, it's quite long
the east coast rail
very rare case where that website starts with Hello World instead of having it in the middle of the tutorial
They appear to spend on upgrades
America refuses to spend on infrastructure until catostrophic failure
it's fucking stupid
yes, America stupidity got us here
incorrect.
Absolutely fucking idiotic to think we don't need to maintain our infrastructure
we are fucking morons
I can't just blame Reagan
He might have pushed things down, but we never picked it back up
Just like wecan't blame Obama for today
's problems
we can't keep blaming the past for the failures of what was chosen to happen after
Ronald Reagan instituted the economic policy that prevented us from having the ability to invest in the future ever again
We can't invest in the future?
Really?
lol
Not with that attitude
The US is going full communist, we're grabbing up shares of public companies
And the republicans are CHEERING
bro has no idea what communism is
The government owning hte means of production, no?
the soviet model wasn't communism, that was oligarchy
I always thought it was kleptocracy
those aren't mutually exclusive
yea
modern Russia is closer to kleptocracy
the current us government is heading in the direction of an fascist oligarchy
economic systems are not government systems
more now than in the 1990s
despite the internal stereotypes
fascism is the us government, communism is the opposite. it is an extreme, but the opposite one.
THey are votign against hteir interests becuase they're idiots
They are voting for hteir hate
not realizing their hate is gonna shoot them in the fucking face
it is a too stupid to understand
100%
why poor people vote republican
they are hateful fucking morons
Vote for the former democrat billionaire, because he's gonna look out for me
๐คฃ
the mental gymnastics are olympic level
What/
The jan 6 failed coup
@primal shadow step away from the keyboard and take a deep breath for three entire seconds. hold it for three entire seconds. let it out for six entire seconds. hold for three entire seconds. repeat four times. do not post anymore messages on here until you have done so.
And then the president pardoned them
and unclench your jaw
ok boss
jaw was never clenched, heart rate and breathing normal
thanks for the advice
you are clearly agitated, and your mental state will suffer in the long run if you do not take breaks.
You clearly have no idea
I am disagreeing with you, and that upsets you
sorry
I believe what I belive, you believe what you believe ๐
we can coexist and disagree
the only thing that upsets me is the fact that you are clearly suffering, and you're refusing to take steps to alleviate that suffering
I don't need to clench anything to do so
My country is falling apart, I'm upset. Its OK, I'll survive, but I'm not gonna be happy about hte destruction of my nation
people are hurting, and the hurt will only get worse
we need to hold each other up, not tear each other down
So I'm not gonna smile about it
I couldn't find anything outstandingly funny in the Dart tutorial(
Read my bio, look up the paradox of tolerance
Fuck the Nazis
I have zero tolerance for nazis. never have, never will.
You are suffering.
You just find excuses for em
You can hold all the nazis you want
I say they are a lost fucking cuase
At what point did I say we should hold the nazis up?
I'm sitting here tearing down nazis, I guess I misinterpreted your intentions
"we" didn't include them
when you asked me not to tear people down
I said we need to hold each other up, not tear each other down. I'm trying to hold you up, and you're trying to tear me down.
@willow light look, new language entering into the market
Wooo, quittin time
It also costs over $1000
Just use Octave, it has the same syntax, reads the same files, and is free.
... this is just copy-pasted there for each language seems like
Or just use Python. NumPy and Matplotlib were designed to be easy to learn for Matlab users.
Python ๐
yikes
such a collection of "what"
okay I should probably send something other than what I sent before
@wind raptor look, educational material
that's not just an underline, that's emoticon crying
@willow light and The French kept an extra one for themselves
come to Russia, grass here isn't green, it's grey
it's all grey
@willow light only white during winters (August to May)
@willow light Kamchatka and its half a road
flights to the nearest city more expensive than international ones
Altai?
no
Altai are shared with China
Verkhoyansk Range
whatever country it is by then
@willow light seemingly the story location (Stalker, movie) is unspecified, and the filming location is no longer Russia
Ingush towers (Ingush: ะณำะฐะปะณำะฐะน ะณำะฐะปะฐั/ะฒำะพะฒะฝะฐั, romanized: ghalghai ghฤlash/vhรณvnash) are medieval Ingush stone structures used as residences, signal posts, and fortifications. Most are found in the Sunzhensky and Dzheyrakhsky Districts of Ingushetia, North Caucasia.
Tower-building in the North Caucasus originated as early...
it would probably attract bears this time of years
drive-by style
oh hell no
Chargoggagoggmanchauggagoggchaubunagungamaugg
w
lol tech bro
have not heard that one before
Been called many things
I think girl dad is a much more fitting label.
which is quite the opposite of a tech bro
Insufferably smug? Check.
Unable to comprehend the minds of rural northeasterners? check.
Overreliance on technology? check.
overreliance on the internet? check.
discounts lived experience in the face of "reports"? check.
I GREW UP IN THE NORHTEAST
el oh motherfucking el
MY WHOLE LIFE
in the northeast
and yet you're acting and talking like a california douche
literally
or worse
Well, not quite literally, but practically and for all intents and purposes
someone from New York
either way, a reliance on infographics and reports is no substitute for ground truth.
and regardless, I need to make dinner.
Relying on reports for statistics about home ownership vs rentership?
Yes yoiu seem to quote your "brother lives there and reads reports"
or something along those lines
I'm confused why your reports are valid, and my reports from the city we're discussing are not
I quote "my brother lives there"
That was your source of 60%+ rent
Whereas I found a government report that called rentership steady at 47%
And I'm finding bad sources
I get it
I'm wrong
no one owns a home in Portland
there are no homes
just inflated frogs live there now
I saw a video
And now you're putting words in my mouth again.
it was horrifying, dancing frogs in the streets
How?
I'm stating all this
Where did I say you said a thing?
Otrher than when I said you said your brother told you the info you were sharing
I said frogs took over the city
Not you
I said home ownership is 0%
I didn't make any claim you said either of those
Tell you what, let's make a pact. Both of us stay off the internet entirely for an entire week.
We need this for our mental health.
Also no news.
I simply conceded my original government report based argument, and now and arguing the other side.
based on nothing at all
Just the forest.
Because arguing will get us nowhere.
its' not 60%
it's 100%
and it's all frogs
That's my argument now
I'm for that, I need tro convince you it is true
Look I don't want to fight anymore. I just want to relax. I want to chill. There's too much fighting in this world. Believe what you want. Just relax.
I've been talking about portland maine this whole time. in fact, you joined in on a conversation about maine, and hijacked a conversation about maine, which you verbally acknowledged was a conversation about maine.
yes, we were talking about portland.
portland maine.
the original portland.
incidentally, the only major city in maine.
The Isle of Portland is a tied island, 6 kilometres (4 mi) long by 2.7 kilometres (1.7 mi) wide, in the English Channel. The southern tip, Portland Bill, lies 8 kilometres (5 mi) south of the resort of Weymouth, forming the southernmost point of the county of Dorset, England. A barrier beach called Chesil Beach joins Portland with mainland Engla...
Original you say
like i said i really hope you get the help you need.
compulsively gainsaying everything is not healthy
I appreciate your good vibes
Nothing can save me from my thirst for the truth, but I appreciate your hope for the curse to pass
I don't see it happening though
doesn't look like rentals are 60% though
unless there's 106.7% houses in Portland
I just โค๏ธ facts
if you think that makes me more wrong than those who prefer the untruth go unchecked, I don't wanna be right (lies, I love the truth, I'll even admit when I'm wrong)
which is why I was compelled to figure out homeownership in Portland Maine
Or any other location (in the US) with that convenient untrustworthy government website
Interestingly, overall Maine is significantly more owner occupied than the country.
but cities will often have more multi family housing due to space constraints
Hey
Let me check
Oh I have to be in the server for 3 days
sure
Not really no question
Thanks man
For a few years now haha
Yeah
looking for community
Communty around data science / coding
Right
Home ownership sounds good
haha
Where I'm from its pretty tough
Owning a house
yeah
You guys based in the US ?
I used to think that chasing facts would make me happy. It only made me more miserable, as addictions are wont to do. I gave it up, and I'm much happier and healthier now.
Now? I'd much rather be happy than right.
Think on it, dude.
I don't want you to suffer the way I once did.
In Hungary where I'm based now, its possible to buy a house with a mortgage but its not accessible to everyone
No one deserves that.,
Damn you guys talks in trillions hahha
I got feeling that nearly everyone in US have loads of debt
why nigeria ?
What does the US have to do with nigeria lol ?
๐
capitalism ๐
presumably, propelling downwards is seen as an unnatural state for a rocket to be in
๐
Yeh the hackers sent everyone in my dms a crypto scam
I have a question. Is there ever the case that large projects are split into pieces such that SMEs are employed by different companies so no single one company can exercise tactical/strategic moves that would endanger/halt the progress of the project.
As I read about AI it seems the devs for different tools are spread across FAANG. The PyTorch dev worked for Meta in the past 11 years.
severely mediocre engineers?
from random NIH-published paper
though these mostly seem to study plant-based diets not full vegan stuff
Meta projected 10% of 2024 revenue came from scams and banned goods, Reuters reports
Meta the scam company
... and then another study suggests it's meat that correlates with life expectancy
science being weird and not all-agreeing, as usual
tbf, in case of meat, this is usually just a result of a common cause:
if you're poor, then you have low life expectancy
if you're poor, then you eat less meat
(within the same region)
idk if they account for that
!e
Health_potion = {"NAME" : "health potion",
"HEALS" : 69,
"WEIGHT" : 1.5,
"COLOR" : (255,0,0,50)}
print(Health_potion["COLOR"])
:white_check_mark: Your 3.14 JIT-compilation enabled eval job has completed with return code 0.
(255, 0, 0, 50)
class slice(stop, /)``````py
class slice(start, stop, step=None, /)```
Return a [slice](https://docs.python.org/3/glossary.html#term-slice) object representing the set of indices specified by `range(start, stop, step)`. The *start* and *step* arguments default to `None`.
Slice objects have read-only data attributes `start`, `stop`, and `step` which merely return the argument values (or their default). They have no other explicit functionality; however, they are used by NumPy and other third-party packages.
!e py print("abcdefghijklmnop"[:10]) print("abcdefghijklmnop"[10:])
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | abcdefghij
002 | klmnop
!d str.maketrans
static str.maketrans(dict, /)``````py
static str.maketrans(from, to, remove='', /)```
This static method returns a translation table usable for [`str.translate()`](https://docs.python.org/3/library/stdtypes.html#str.translate).
If there is only one argument, it must be a dictionary mapping Unicode ordinals (integers) or characters (strings of length 1) to Unicode ordinals, strings (of arbitrary lengths) or `None`. Character keys will then be converted to ordinals.
If there are two arguments, they must be strings of equal length, and in the resulting dictionary, each character in *from* will be mapped to the character at the same position in *to*. If there is a third argument, it must be a string, whose characters will be mapped to `None` in the result.
!d str.translate
str.translate(table, /)```
Return a copy of the string in which each character has been mapped through the given translation table. The table must be an object that implements indexing via [`__getitem__()`](https://docs.python.org/3/reference/datamodel.html#object.__getitem__), typically a [mapping](https://docs.python.org/3/glossary.html#term-mapping) or [sequence](https://docs.python.org/3/glossary.html#term-sequence). When indexed by a Unicode ordinal (an integer), the table object can do any of the following: return a Unicode ordinal or a string, to map the character to one or more other characters; return `None`, to delete the character from the return string; or raise a [`LookupError`](https://docs.python.org/3/library/exceptions.html#LookupError) exception, to map the character to itself.
You can use [`str.maketrans()`](https://docs.python.org/3/library/stdtypes.html#str.maketrans) to create a translation map from character-to-character mappings in different formats.
See also the [`codecs`](https://docs.python.org/3/library/codecs.html#module-codecs) module for a more flexible approach to custom character mappings.
!d ord
ord(character, /)```
Return the ordinal value of a character.
If the argument is a one-character string, return the Unicode code point of that character. For example, `ord('a')` returns the integer `97` and `ord('โฌ')` (Euro sign) returns `8364`. This is the inverse of [`chr()`](https://docs.python.org/3/library/functions.html#chr).
If the argument is a [`bytes`](https://docs.python.org/3/library/stdtypes.html#bytes) or [`bytearray`](https://docs.python.org/3/library/stdtypes.html#bytearray) object of length 1, return its single byte value. For example, `ord(b'a')` returns the integer `97`.
!d chr
chr(codepoint, /)```
Return the string representing a character with the specified Unicode code point. For example, `chr(97)` returns the string `'a'`, while `chr(8364)` returns the string `'โฌ'`. This is the inverse of [`ord()`](https://docs.python.org/3/library/functions.html#ord).
The valid range for the argument is from 0 through 1,114,111 (0x10FFFF in base 16). [`ValueError`](https://docs.python.org/3/library/exceptions.html#ValueError) will be raised if it is outside that range.
The % operator as it applies to objects of type int.
!e py for i in range(-4, 5): print(i, i % 4)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | -4 0
002 | -3 1
003 | -2 2
004 | -1 3
005 | 0 0
006 | 1 1
007 | 2 2
008 | 3 3
009 | 4 0
@primal shadow is Kumiko the treasure hunter a tragedy or a comedy?
(the movie)
never heard of it
!e py trans = str.maketrans("abc", "ABC") text = "cake, bananas and apples" result = text.translate(trans) print(text) print(result)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | cake, bananas and apples
002 | CAke, BAnAnAs And Apples
!e py trans = str.maketrans({"a": "AaA", "b": "BbB", "c": "CcC"}) text = "cake, bananas and apples" result = text.translate(trans) print(text) print(result)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | cake, bananas and apples
002 | CcCAaAke, BbBAaAnAaAnAaAs AaAnd AaApples
!e py trans = str.maketrans("abc", "bca") text = "cake, bananas and apples" result = text.translate(trans) print(text) print(result)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | cake, bananas and apples
002 | abke, cbnbnbs bnd bpples
ord and chr?
sclh = ""
# begin
print("Este programa trabalha com a Cifra de Cรฉsar")
print("Deseja cifrar ou decifrar uma mensagem?")
escolha = input("(Digite 'c' para cifrar, e 'd' para decifrar): ")
while escolha.lower() != "c" and escolha.lower() != "d":
print("Esta nรฃo รฉ uma opรงรฃo vรกlida.")
escolha = input("(Digite 'c' para cifrar, e 'd' para decifrar): ")
if escolha.lower() == "c":
sclh = "CIFRAR"
if escolha.lower() == "d":
sclh = "DECIFRAR"
print("Escolha: " + sclh)
# input cypher
msg = input("Agora digite sua mensagem: ")
comprimento = len(msg)
print("Quantidade de caracteres: " + str(comprimento))
# convert msg string to int array
alfabeto = "abcdefghijklmnopqrstuvwxyz"
msgnum = [ ]
# for i position in length of msg...
for i in range(comprimento):
# if letter in position i of msg equals letter in position i of alphabet...
if msg[i] == alfabeto[i]:
# then create an array of integers and add i++
msgnum.append(i + 1)
i = i + 1
!e py print(10 <= 15 <= 20) print(10 <= 25 <= 20) print(10 <= 5 <= 20)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | True
002 | False
003 | False
!epy print(15 in range(10, 21)) print(25 in range(10, 21)) print(5 in range(10, 21))
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | True
002 | False
003 | False
that syntax is hella beautiful ngl
okay
but FPGA deft save on you powerbill ovee GPUs... but its quite a lot slower
and i mean a LOT slower
can it train ai model ?
okay np
hmm okau
yo
tbh i just want my own $60,000 FPGA
but i cant afford
๐ญ
we just have the wait for the tech to mature
The Odin Project empowers aspiring web developers to learn together for free
The Odin Project empowers aspiring web developers to learn together for free
Axau15 Fpga Development Board Kit With Amd Artix Us+ Xcau15p Ddr4 Sdram Qspi Flash Pcie Fmc Hpc - Buy Fpga Development Board
development Kit With Amd Artix Us+ Xcau15p Ddr4 Sdram Qspi Flash Pcie Fmc Hpc
axau15 Fpga Development Kit
development Board For Fpga
amd Artix Us+ Fpga
ddr4 Sdram Fpga Kit
qspi Flash Pcie Fmc
axau15 Fpga Dev Board Product ...
the above is probably a decent intermediate board
i personally would see if i can program it to crack hashes
it uses an AMD manufactured chip aparently
this kind of shit blows my fuckin mind man
and its only gunna get better and cheaper
yo
what is somthing cool i can make in python
btw i am new to it so i dont know much
!kindling
The Kindling projects page contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
is python good for making AI bots
hello
how can i get voice in the vc?
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i want to make a Jarvis i can talk to
i want to make somthing close to it
i have made on but its not that good its not at the level i want it at
do you want to have a look at it?
how much do i have to text to get vc?
it dont say how much
okay thanks man
its okay you dont need to
what do you use python for?
hahaha
what is Python used for the most for
you know a lot
sorry for changing the subject but do you have any tips on how I can make my bot's voice to sound good or more like a human?
I am currently using Windows' text to speech and its not that good
i have seen that to
its soo cool
I am trying to learn how to use API keys to improve my AI/bot
ip or api
ip?
idk that
api sorry my bad
yeah api key
@somber heath I am trying to learn how to use API keys to improve my AI/bot
ye i see it now
Is there anything else I should know
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
The first thing I coded was a bot that can search for things on Google and YouTube, and it can tell the time and the weather.
@mighty adder ๐
It worked, but I didn't like the bot's speech
so now I am trying to find a solution to improve it
wsp
sums up my career pretty much: https://www.youtube.com/watch?v=jgYYOUC10aM
This heist plan is foolproof, except for one little detail.
Paramount+ is here! Stream Key & Peele now on Paramount+. Try it FREE at https://bit.ly/3qyOeOf
#KeyAndPeele
Subscribe to Comedy Central: https://bit.ly/2SP55QM
About Key & Peele:
Key & Peele showcases the fearless wit of stars Keegan-Michael Key and Jordan Peele as the duo takes on...
@wise scroll ๐
hi
hi
@amber raptor OpenAI should never be allowed this type of bailout if it crashes.
If they die, they die.
https://www.youtube.com/watch?v=CxHTH8rDafo
OpenAI is asking the federal government for loan guaranteesย to buy more chips in a desperate attempt to keep the AI bubble inflated just a little bit longer.ย This is nothing more than a bailout in advance at your expense.
Support the Channel on Patreon: https://www.patreon.com/NobodySpecialFinance
Support the Channel by Buying Me a Coffee
h...
apparently a GPU has a 6-year depreciation cycle
but a more realistic cycle is 4-year
@amber raptor so in 4 years, who's gonna give OpenAI money so they can upgrade their GPUs, to offer everyoen the latest garbage AI chatbot?
they can't even make money
@amber raptor we have a saying here โthe infant who screams the hardest gets the [..]โ
https://entropytown.com/articles/2025-11-06-nvidia-jensen-taipei/
Nvidia CEO's leaked private dinner remarks in Taipei expose a 50-to-1 talent gap and warn that US export controls are acceleratingโnot stoppingโChina's AI race.
do you use udemy
use a book, there's so many
will you learn how to do that on udemy?
no
ok
wait i will
can we help?
why cant i upload webm files
about zero dollars.
is that a coding joke i dont get
yes but the recording is high-quality
do you do about 28 october in class
explaaain what
28 october is when the greeks defeated italians in ww2
we celebrate it each year
greeks won because they had nothing to lose
the christian orthodox calendar is full of events, holidays and celebrations..
and 25 march
no its not religious 17 november is the day the protests against dictatorship where made
17 november 1973
in polytechnion
are you passionate about history?
kinda
that's so cool, also this is the Python discord
notice the 1st time you ran the find command, the command was correct, and you got output too
the 2nd time you ran find, you've concatenated multiple commands into the same line. that was an incorrect command, so you received an error.
the website you told me says to write this
the point of you learning find was so you could search for the osu.appimage file on your system.
do i type osu.appimage or the directory
read my last message again. take a moment and think about what i wrote.
what is concratenated
when i have two strings "ABC" and "DEF", we say that "ABCDEF" is the concatenation of those two strings.
I hope that makes sense.
โฌ๏ธ
find /start/directory -name "name_of_file"
this is the most basic form of the find command.
/ <-- this is the top-most directory, also called the root.
by using it as a start directory, you can search through all the files.
(note: yes there are other filesystems, some are maybe not mounted, we won't get into that now)
does it want the directory or the name
if you omit the directory, then it will assume you're searching through the current directory.
if you omit the file name, it will list all files in the start directory (recursively)
i wanna find one file not all
take some time to re-read what I wrote above and try to use find on your machine.
what do you mean current
bash has state, part of this state is the current directory.
you may change the current directory to a different one of your choice if you need to.
i want the directory to be downloads
https://leetcode.com/problems/find-all-duplicates-in-an-array/description/
can someone solve this
does html 4 still exist
do you guys make apps for android
did it work
it says it didnt found the file
you've only shown the output, not the command itself
paste only the command in the terminal, not the full Discord message.
find /start/directory -name
with the directory
find /start/directory -name "/home/george/ฮฮฎฯฮตฮนฯ/osu.AppImage"
find / -iname "osu.AppImage"
use this
it's a case-insensitive search starting at the root directory, it will search through all files in all directories.
if there is an appimage file, it will find it
it says access ddenied
find / -iname "osu.AppImage" 2>/dev/null
run it again like this. it will supress the errors
access denied
again, you are not posting the screenshot
yes, note that you're including the backquotes.
the backquotes need to be removed.
` <- this is a backquote
greek
Mathematical
a hacky solution is to use the sign bit of each number to store whether the number has been seen before. and because there are n numbers all in the range [1,n], this guarantees that x being such a number, you can always access nums[x-1].
if it has been seen before then store it in some separate array to be returned.
there's another solution involving cycle sort which i haven't spent the time to understand.
most mathematical symbols come from greek and english letters
90% of them are english aand greek
the only ones i remember are pi and ฮธ
anyways what do i do
English???
So the gama, beta, delta, mu, pi, sigma and more I can't recall is English????
No thats greek
But theres also english f in physics
As far as I know most mathematical symbols are greek
Yeah
It's a function name not symbol
G
G is for gravity
It's the small g not capital G
Ok
Again it's a name
Ok than idk
Whats that
you mean this one?
Ahh yes heat equation
code
!e
a = "123456"
a += "534645645"
print(a)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
123456534645645
@red solar you mean functions don't mutate strings?
Strings are immutable. Once created, the string object, itself, cannot have its data altered.
You might, however, create a new string based on an existing string.
You might then assign an existing name to that new string.
foo = "123"
foo += "456"
# is similar to
foo = "123"
foo = foo + "456"```
hmm interesting
@upper basin is this for quantum computers
!e py foo = [100, 200, 300] foo[1] = 9001 print(foo)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
[100, 9001, 300]
Lists are mutable. I can append elements to them, I can change existing elements, as above. They're able to be altered and you still have the same list object.
!e py foo = "abc" foo[1] = "z"
:x: Your 3.14 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m2[0m, in [35m<module>[0m
003 | [31mfoo[0m[1;31m[1][0m = "z"
004 | [31m~~~[0m[1;31m^^^[0m
005 | [1;35mTypeError[0m: [35m'str' object does not support item assignment[0m
!e py foo = "abc" print(foo[1])
:warning: Your 3.14 eval job has completed with return code 0.
[No output]
:white_check_mark: Your 3.14 eval job has completed with return code 0.
b
Here, I have demonstrated that while I can subscript by index position a string, "Hey, Python, what's at index position 1 in this string?"
But I can't assign to that index position as I can with lists
I can't change the elements of that string object.
Or otherwise change the data.
Which might be a slight lie, but nevermind.
@stone sorrel ๐
๐
im sure `find is not a unix command....
@upper basin I learned about Q day, yesterday.
Yeah, nice day.
I coincidentally released qmprs on Quantum Day's 100th anniversary.
Can't get anymore perfect than that.
!e sample
a = "1233456"
b = a
print(f"{a is b = }")
a += b
print(f"{a is not b = }")
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | a is b = True
002 | a is not b = True
My understanding is that Q day is in the future.
@torpid heart ๐
Hello!
@wise loom what u doing
FINALLY I DOWNLOADED OSU THROUGH AN EMULATOR CALLED OSU WINNELO
coding java is the worst coding experience so far for me
cause stable isnt native lazer is
have you realized that `find is not a unix command?
and idk how to open lazer
yeah ik
im sure its just
lazer
no its an emulator
uh... okay?
well the way you run it may differ
you can have a installation scipt/package, you may have a executable or you install it using package manager
I thank my university to teaching us java since day one lol
java is worst
gave me more endurance and resiliecne
its eating 1/3 of my ram
now try c++ :D
nah its bad
Test.
HElllooooo
test complete
Maro, you didn't say the thing.
!e
# ๐ง The Battle of Mutable vs Immutable ๐ง
# Meet our contestants:
immutable_hero = "Pythonic Knight"
mutable_sidekick = ["Rusty", "the List"]
print("๐ฐ Welcome to the Kingdom of Python!\n")
print(f"Hero enters the arena: {immutable_hero}")
print(f"Sidekick follows: {mutable_sidekick}\n")
# ๐ฎ Magic spell: +=
print("๐ฎ Wizard casts the '+=' spell on both!\n")
immutable_hero_id_before = id(immutable_hero)
mutable_sidekick_id_before = id(mutable_sidekick)
immutable_hero += " of Immutables"
mutable_sidekick += ["and", "the", "Mutable", "Gang"]
# ๐ช Checking what happened
print(f"Hero after spell: {immutable_hero}")
print(f"Sidekick after spell: {mutable_sidekick}\n")
print("Checking their souls (IDs)...")
print(f"๐ง Hero ID before: {immutable_hero_id_before}")
print(f"๐ง Hero ID after: {id(immutable_hero)} -> ๐ฑ NEW BODY CREATED!")
print(f"๐ฌ Sidekick ID before: {mutable_sidekick_id_before}")
print(f"๐ฌ Sidekick ID after: {id(mutable_sidekick)} -> ๐ช SAME BODY, JUST GAINED WEIGHT!\n")
# ๐งฉ Plot twist: a tuple with a mutable heart
tuple_mystery = ("Frozen", ["but", "alive"])
print("Plot twist! A tuple appears:", tuple_mystery)
print("๐ Evil wizard appends to the inner list...")
tuple_mystery[1].append("inside")
print("Tuple after dark magic:", tuple_mystery)
print("Moral: Even frozen things can hold chaos within.\n")
print("๐ญ The End: Mutability isnโt about kindness or strength...")
print("...itโs about whether your soul can change or just your heart can โค๏ธโ๐ฅ")
@sleek otter You've already got a job running - please wait for it to finish!
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | ๐ฐ Welcome to the Kingdom of Python!
002 |
003 | Hero enters the arena: Pythonic Knight
004 | Sidekick follows: ['Rusty', 'the List']
005 |
006 | ๐ฎ Wizard casts the '+=' spell on both!
007 |
008 | Hero after spell: Pythonic Knight of Immutables
009 | Sidekick after spell: ['Rusty', 'the List', 'and', 'the', 'Mutable', 'Gang']
010 |
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/MSWHHFSLYIRFGGPAUB2YF346X4
how about gta 126*10^2352
I like how AIs are becoming more creatives than humans lol
@nova hearth ๐
false
its creativity is just a collection human creativity
Yes
also its creativity comes from minimizing the function cost
sudo apt install lazer
and the random factor in next token generation
i have it installed i cant open it cause its .appimage file
i dont think lazer is a standard package in apt
*random distribution
you can just run the appimage
ive tried sudo chmod +x it didnt work
I use cursor as appimage it's the only way the self updating works
what error?
dont give a random file executable permission lol
its official osu website
if so they should have official download instruction
they dont
then they dont care about thier linux users
what they provided you tho?
is it a debian package?
is it an executable downloader??
it just says download game maake account download beatmaps
what...
you just double click it....
IT DOESNT OPEN
thats normal...
cus its not ment to be open really
well it does but usualy for games appimage is the downloader
try running it on the terminal
this osu whinnello shit is just a wine emulation of osu stable
@celest ferry ๐
dont do wine lol
why
it break my system multiple times
good thing i alr know how to fix my system that time
well idk what they provided you
run not give executable perm
how
no need
i dont want it
it says $ command not found
because it is not an command...
yeah but i need to type it
the?
the dolar sign is not a command...
what is it
it either a variable operator or the bash indicator
now it says access denied
it should say more than that...
bash: /home/george/ฮฮฎฯฮตฮนฯ/osu.AppImage: Permission denied
then give it executable permision
$ sudo chmod +x /home/george/ฮฮฎฯฮตฮนฯ/osu.AppImage
it says nothing
it would never say something if everything went well
if it said something you should be worried
ok what do i do now
run it
Hello!
you might have missing something when you first do it...
i wanna delete the wine emulation now
....
you can add --purge to remove all its files
it doesnt delete
IT DOESNT DELETE
I CANT OPEN LAZER
I CANT DELETE THE EMULATION
hi
emulation?
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
so damn quiet here...
@winter storm ๐
you can just use the text...
Is our friend there sleeping?
mostly
i learned programing my self
Ow nice
with stackoverflow, AI and youtube
If you don't mind me asking, what routine did you take?
no actually
Because , you know, I have this tendency with hyper focus. Perhaps hearing other's processes can help
I get too much into something, then I burnout
Then I take a break, an the cycle continues
i just do what stuff interest me at that moment
Ah I see
im sure following the way i learn is bad for others
Well if I just give free reigns to my hyper focus I might hit burnout too, so there's that
I need discipline
And a table with schedule!
hello
what do yall think? i fixed my auto war game
import random
class Card:
def __init__(self, draw):
self.draw_number = draw
self.value = self.Value()
self.suit = self.Suit()
def Suit(self):
if int((self.draw_number - 1) // 13) == 0:
self.suit = "Spades"
elif int((self.draw_number - 1) // 13) == 1:
self.suit = "Clubs"
elif int((self.draw_number - 1) // 13) == 2:
self.suit = "Hearts"
elif int((self.draw_number - 1) // 13) == 3:
self.suit = "Diamonds"
return (self.suit)
def Value(self):
self.value = ((self.draw_number - 1) % 13) + 1
return (self.value)
def Describe(self):
if self.value > 10:
if self.value == 11:
return (f"Jack of {self.suit}")
if self.value == 12:
return (f"Queen of {self.suit}")
if self.value == 13:
return (f"King of {self.suit}")
if self.value == 1:
return (f"Ace of {self.suit}")
else:
return (f"{self.value} of {self.suit}")
repeat = 1
while repeat == 1:
values = list(range(1, 53))
random.shuffle(values)
draw_number = random.choice(values)
draw_number2 = random.choice(values)
while draw_number2 == draw_number:
draw_number2 = random.choice(values)
card1 = Card(draw_number)
card2 = Card(draw_number2)
if card1.Value() > card2.Value():
print("Player 1 Wins!")
print(f"{card1.Describe()} beats {card2.Describe()}")
elif card2.Value() > card1.Value():
print("Player 2 Wins!")
print(f"{card2.Describe()} beats {card1.Describe()}")
elif card1.Value() == card2.Value():
print("It's a tie!")
repeat = 2
repeating = input("Whould you like to go again? Y/n ")
if repeating == "n":
input("Press enter to exit")
else:
random.shuffle(values)
repeat = 1
self.value assigned twice during the initialisation?
read the Value method definition
oh...
class property(fget=None, fset=None, fdel=None, doc=None)```
Return a property attribute.
*fget* is a function for getting an attribute value. *fset* is a function for setting an attribute value. *fdel* is a function for deleting an attribute value. And *doc* creates a docstring for the attribute.
A typical use is to define a managed attribute `x`...
I assume this was partially what was meant to be used there
judging by how it looks like C# translated into Python
how?
ill admit what i did is alittle bit janky with the if statements
but i dont know how else to do it
- methods names shouldn't contain capital letters
- those two methods calculating the suit and value should probably either only called during construction (set attribute once, then use the calculater value) or never called during construction (can be
@propertyin this case) int()calls there don't do anything, result of//is already an integerreturngenerally shouldn't have()after it- you can define
__str__instead ofDescribe, so you can justprint(card)and have it display textual description of the card repeatshould beboolnotint, this way you get justwhile repeat:
i don't remember if there's a way to quickly select two distinct elements, so what you're doing by checking if second is equal is probably close to optimal
i always add __str__ on my objects just for the sake of debugging
the logic seems to be sound
__repr__ is a bit more useful for debugging, since it also affects how it's displayed inside, for example, lists
@dataclass automatically defines it
(but it also has a more specific format: if it's defined, it's expected to evaluate to an equivalent object)
well i havent gotten into that complex code yet, i moved to c++
@vocal basin please judge my code, if you have leisure time.
be honest please, no worries your feedback improve me @vocal basin
Morning