#voice-chat-text-0
1 messages Β· Page 212 of 1
i think i found the problem
i think im dumb
i just didnt had the qt version installed
well how do i get one
where are the versions at!?
!pypi pyside6
i cant find it
aaa
bro where is it..
@desert vector i still cant find it
i gotta use c++ some day
i gotta get prepared
i really do trust me
oh i found a solution for fix
oh god it takes like 1 hour to fix
can a bretha be un suppressed?
its ok i guess ill wait till tomorrow π¦
id like to suck start a 12ga shotgun rn
!pypi numbers
i have created a full functioning cpu simulation in python using assy. id like to die now i have completed evey thing id like out of this life
@rugged root
i have a bigger list @desert wolf just look at my opcode list lmdao
DOLLA DOLLA BILL YALLLL
Get exclusive videos from us for just $1! https://www.patreon.com/gregorybrothers
In the future, all political debates will be moderated by a DJ in a spaceship, and the debaters will sing and rap their way to glorious victory. Jimmy McMillan of The Rent Is Too Damn High Party demonstrates this utopian vision with a roaring rendition of his part...
actually a banger tho tuna
wdym
ur pfp
oh thanks
what
what is rust
but rust is a coding language too
I came here just to check everything out in this disc. but does anyone have a clue of selenium?
cuz im doing my first lil code rn and i suck
but i wanna use Qt
Yeah im using it aswell rn
wtf is that shii
Elaborate tho?
wtf is that
whos belly is doing sounds
I swear i just heard a belly go brryrrr
π
@whole bear
django is not a good start for web
it's is very big and can get confusing
flask ot fast api are better for start
I'm thinking of starting with Fast API instead
yes
django is a really good tool
but not a good start
π
Whats qt
hello opal!!
anything you're doing right now?
ah
people i meet in vc always does nothing and just sit in the vc lol
how yall doing
well hi then jer
hi tuna
are you doing anything interesting?
not much wbu
making qt application with python which i dont wanna do
i wanted to learn C++
which failed miserably
I wanna make this game with my friend using pygame but his macbook broke so imma wait til he gets a new pc
best
damn what'd u mess up on
Were I to guess,I'd have said Jer six kay, or Jerk.
i dont know how C++ work
The former is more complimentary, thus I'd opt for that over the latter.
so i just gave up and stay with python for now
what does that mean?
@whole bear can you teach me C++ :,)
Jerk can work
depends on what u want to learn my friend
i dont even know the basics
Especially with that rhyming.
u can read the documents on it
the syntax is so different compared to lua and python
which just break my brain of course
you probably want to learn c before learning c++
i might wanna know how to use qt creator too
the editor?
do i have to wait another decades waiting for it to finish downloading
why not use vscode
oh so it just depends on the user's preferences?
same for vscode
yea I used to have visual studio but it took up a lot of storage
I decided to stick with vscode
if u wanna use visual studio then do you
me being stupid with 1TB storage: tiem to maek app
how many storage did you had at the time?
I had around 130gbs of storage
visual studio took 40-50gb
dang
@whole bear π
you can use qt creator if u want
yeah, but if only if i knew some basics of C++....
i dont know man, i think it would be faster if we went C++
qt editor is faster than visual studio tho @wet scroll but if you're looking for a editor with a more up to date then do visual studio
imma be right back
hey @somber heath, do you do any other language than python?
ah ok, just wondering
gtg, i gotta talk with my mom
see you around opal!
hi
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@elfin bone π

@graceful matrix π
:incoming_envelope: :ok_hand: applied timeout to @graceful matrix until <t:1699534587:f> (10 minutes) (reason: burst spam - sent 8 messages).
The <@&831776746206265384> have been alerted for review.
@graceful matrix This is why I made a point of pressing the importance of reading the instructions.
hello @somber heath
hows the vc?
uhh im just having trouble figureing out image format
its from a game
pretty much
but its confusing
no
look heres what i got soo far
f.seek(0x10)
header2_offset,some_number_idk = struct.unpack('<2I',f.read(8))
assert header2_offset == 0x40
f.seek(header2_offset)
assert f.read(8) == b'\xa6\xba^\xae\x00\x00\x00\x00'
image_width, image_height = struct.unpack('<2I',f.read(8))
counter,_,unk1,polygons_count,unk2 = struct.unpack('<5I',f.read(0x14))
rotations = []
rax = f.tell()
for i in range(counter):
f.seek(rax + i*8)
a, = struct.unpack('<I',f.read(4))
f.seek(rax + i*8 + 4)
b, = struct.unpack('<I',f.read(4))
f.seek(rax + i*8 + 0xc)
c, = struct.unpack('<I',f.read(4))
rotations.append((a,b,c))
if f.tell() % 64:
pad_mnt = 64 - f.tell() % 64
assert not any(f.read(pad_mnt))
ploygons = [struct.unpack('<4h',f.read(8)) for _ in range(polygons_count*4)]
if f.tell() % 64:
pad_mnt = 64 - f.tell() % 64
assert not any(f.read(pad_mnt))
assert f.read(6) == b':\xdb#\xaf\x00\x00'
last_adjustments_count, unk4 = struct.unpack('<HI',f.read(6))
assert f.read(4) == b'\xd3L\x00\x00'
last_adjustments = [struct.unpack('<4H2I',f.read(0x10)) for _ in range(last_adjustments_count)]
for x in last_adjustments:
assert x[2:4] == (31031, 0)
assert not any(f.read(16))
raw_pixels = [RGBA(*pixel) for pixel in chunker(f.read(),4)]
img = Image.new('RGBA',(image_width, image_height))
img_draw = ImageDraw.Draw(img)
print(f'{unk1 = }')
print(f'{unk2 = }')
print(f'{some_number_idk = }')
from pprint import pprint
print('rotations: ',end='')
pprint(rotations)
print('ploygons: ',end='')
pprint(ploygons)
print('last_adjustments: ',end='')
pprint(last_adjustments)
print(f'{unk4 = }')
assert unk4 == 16
theres alot of stuff thats just unknown
i wonder if you had more expierence with low level graphics
hello mina
can you give me stream permissions?
!tvmute 449353353671999519 2w spamming is explicitly prohibited. you can join vc but will have to wait longer and accrue legitimate activity before becoming voice verified
:incoming_envelope: :ok_hand: applied voice mute to @graceful matrix until <t:1700744140:f> (14 days).
rip him
i dont spam i just type in chunks
i very rarely have more then one sentence in a message
so @somber heath how are you doing, what ya doing now?
ah its only 1pm here
hey opal!
tuna
hm?
@median geode π
killer fish tuna from san diego
fr
oh btw, i have been learning C++ with my mom
what a nice mother
my parents doesnt know anything about technology
she had no clue though, she cant even use scratch
New Bumble Bee Tuna Commercial. High Quality transfer.
do you know the orginal video
check this site out and read it closely
https://www.w3schools.com/cpp/default.asp
im at the functions section
hey guys
whats up!
i am back guys
w3schools is discouraged for using it to learn
they have outdated
@vivid night π
Hey @vivid night
wow @vivid night
all the pings!
hello there
i dont think i will use vs code
you are
does vs has the plugins?
use vim
i can see your
gonna now
status
vim vs neovim
not anymore >:)
which do you prefer
by the way
wonder what's happening since i've joined late
Chit chat.
Nothing much of substance.
thats great
well it was, but its still not working
ahah its been a while since if worked on the bot
i hear mcdonalds in background
heya
@wind raptor may i have stream permissiosns
sup
!stream 750306431223201793
β @toxic arch can now stream until <t:1699537850:f>.
so what are you guys doing ?
@whole bear what game?
is it for?
aww
well im still struggling on figuring out this image format
in a game
Yo i wanted to learn JavaScript yall think its worth. Im kinda new in this whole programming stuff
yuh
β @whole bear can now stream until <t:1699538365:f>.
nice pfp @fierce bear
@interactions.slash_command(name="rich_presence_save_done_amnt",description=f"Remove X amount of counts in the rich presence, in case you was doing some tests or something")
@interactions.slash_option(name='amnt2remove',description='The amount to remove',required=True,opt_type=interactions.OptionType.INTEGER)
async def rich_presence_save_done_amnt(ctx: interactions.SlashContext, amnt2remove: int):
global amnt_used_this_session
if str(ctx.author_id) not in BOT_ADMINS:
await ctx.send('You do not have permissions to use this command')
return
if amnt2remove > amnt_used_this_session:
await ctx.send('too many to remove')
return
amnt_used_this_session -= amnt2remove
await update_status()
await ctx.send('made changes succesfully')
why doesnt this command show up?
in discord
oh its jusyt
outdated
minecrft anyone
hmm how can i get this as a python dict
this table
Playstation Development Wiki - PS5, PS4, PS3, PS2, PS1, PSP, Vita Information
spefically the uint32
to the strings
@somber heath you think you can help with this
all i want is to have this table as dict, with the uint32 as keys and strings as values
well i just need to get the string from the number
{'SCE_ABSTRACTSTORAGE_ERROR_ALREADY': {'ErrorCode': 'CE-33096-1', 'Returncode': '0x089e0003', 'Int32': '-2137128957', 'UInt32': '2157838339'}}```
That's how I would structure it as one entry.
how did you get this
I wrote it out. Manually. In a cave. With a box of scraps.
i want something like this
Thnx lolβ¦ a bit satirical lmao π
error_codes = {
2157838339: 'SCE_ABSTRACTSTORAGE_ERROR_ALREADY',
2157838849: 'SCE_ABSTRACTSTORAGE_ERROR_GET_ACCESSTOKEN'
}
yeah
cupcake
id rather not do it manually
bro theres sooo many
i cant even copy and paste
@somber heath how can i find the table
None
import requests
from bs4 import BeautifulSoup
URL = 'https://www.psdevwiki.com/ps4/Talk:Error_Codes'
page = requests.get(URL)
soup = BeautifulSoup(page.text, 'html.parser')
table = soup.find('table', class_='wikitable sortable jquery-tablesorter')
print(table)
yeah but even then
its soo long
yeah i aint doing alat
chilling w/ snek
blue name
And our eternal gratitude
if you talking about name abherevations
congrats
I boost
ill rerember you
I don't know anything about programming
same
bye byte people!
I came back after some time
I had stopped due to lack of time to study py
Glad to have you back
Help me?
why have you done this
#1172195033215152210 @rugged root
Currently looking up some things for work
But what is your question?
Maybe someone else can field it as well
All 3 what? I missed some context I think
I needed to know which of the 4 areas I should study
You should try doing some projects in all 4 areas and see what you like best
But i know 0 of py
Again
That's a good place to start then
For me its Impossible
Start where?
The basics of programming will be required for most things.
Maybe start with learning the basics of Python
Then choose a specialization after trying some projects in each area
What Does the software design part?
What does the cybersecurity part do?
What does the web development part do?
hyda hemlock
How goes it
im learning react
That would take a very large cat.
zoom h4n pro
Keeping it classy.
my keyboard
https://www.amazon.com/Zoom-H8-Microphones-Touchscreen-Multitrack/dp/B08C5NH1LR?ref_=ast_sto_dp&th=1
half the worth of my laptop
Β£289 in the uk strange to see it so cheap
Voice changers are scary nowadays
!tvmute 1110813208811413615 1h Belching directly into the mic is not appropriate or appreciated. Be respectful to other users.
:incoming_envelope: :ok_hand: applied voice mute to @next gull until <t:1699549546:f> (1 hour).
echo "$PWD" vs pwd?
just incase u need to refer to it later in the bash script maybe?
$ refers to foo value 1 i believe
Guys where do we use linked lists? I have just learnt about it.
lmk @whole bear
Env variable isnβt as reliable. Use PWD
for now, just avoid using linked lists altogether
always prefer vectors/arrays/lists over linked lists
Im not using it but just wanna know where it is used...
Double-ended queues.
I do. I hate the concept of linked list coz idk why it exist XD
it can be used when you need a sequence of things
Hmm... so its more like lists but overkilled.
you can do everything that you can do with an list/vector with a linked list
its a performance tradeoff/choice
Right.
in some cases, linked lists might be a better choice but you always need to test the performance of different solutions to verify this
I see
Linked lists are a lower-level programming concept that is often taught via Python.
Well, it doesn't have to be lower.
and in python you are going to have 2 times more indirection when implementing a linked-list which is just bad
Doesnt indeed
Yeah. And it cant be iterated without a seprated function.
no?
in arrays, the next element is stored right next to the current element in your physical memory
Yes. In python it leds to error when you try to iterate linked list
It shouldn't
in linked lists, its stored in some arbitrary location and you have to jump to that location
__next__()
It did.
It's how you implement it
@amber raptor Python's package management sucks?
python allows you to hide lower level functionality
let me tell you, I've seen worse..
in this case, if you implement the iterator protocol you hide the logic of linked lists in the __next__() method
!pep 582
the only issue with node_modules is file size
what i understand nix does is
store your package in a directory like packages/${hash of your package version}/
Yes. but When I used the linked list in a program after defining it. Py showed an error that ListNode is not iteratable
That's not a fault of Python, that means that you needed to add some magic methods to fix or adjust how you did it
did you forget to do
def __iter__(self): return self
well this is the error
if Python's packages get an equivalent of node_modules then Storage Device Manufacturers will make a lot more money π΅ π° .
We only need to get someone from Seagate or Western Digital or Sandisk or Micron in the Committees of the PSF( Python Software Foundation ).
That's the solution, it's a win-win and we'll make @amber raptor happy too.
C++: Package manager? What's that?
HA
Lmao thats what I told when i said about a seprate function to iterate the linked list
Iterables are different from iterators,
iterables can be turned into iterators by calling iter() on them and thus need __iter__() to be defined on them.
Iterators just require __next__()
so if you have a iterable, you can call iter() on it as many times as you wish
I mean yeah.
Yes, Python packaging is angry rant of mine
It's downright embarassing how bad it is
ok
doesn't poetry fix this?
Ish
Hm
What do you think of Java's package management and Maven and pom.xml ?
ah
If you are cool with way Poetry screws with everything
python: not sure what dependency management is, so best use a virtualenv and start from scratch when I mess up
Lmaooo
guys what is the best way to practice python
Java puts everything local
Write programs in it.
Right, and how do you feel about it?
my point is Python needs node_modules local folder
lets write our own package manager
It's fine, it works and doesn't impact others
you're severely limiting yourself then, but that's up to you
But who will pay us?
No, let's convince PSF this is their problem and they need to agree to fix it
what?
i want my software to work on all systems with just python installed
Python Enhancement Proposals (PEPs)
Im sorry lmao. Try w3schools for learning. For pratice do random problems from web
should i install pdm using pacman or use the script?
ok
thanks
You're welcome
It's a project management thing. Handles your dependencies and other things
oh wait is pdm abandoned?
idk
Try this #pedagogy message
Plenty of exercises in there.
Why is there so many people here?
ok thanks
Humans tend to gather together like penguins π§
we are just chilling man
python3 --use_local_modules
20/25 people in vc π³
20 people dear god
We can probably bump the limit if it's too low.
YEAH
why not just have a environment variable
also i just installed proper drivers for my gpu
that does what
specify a directory which holds modules
stop
@crude karma dont spam bruv
mb
Are we complaining about pip or something?
i think i am the youngest in this voice chat
we complaining about python yay!
xd
that's what it looks like
I was complaining about Python package mangement
package management in py
Fair enough, I hate Python packaging. Always breaks.
@amber raptor maybe you can capitalize on the many ppl in the VC , if all of us sign a petition to the PSF for a redesigned Python package management system.. maybe XMas will come early for you π
I'm over Python PSF not caring aobut this issue
I'll just put it in a Container and grumble entire time
whats wrong with pip
it's not perfect..
dont know it pays well
But this is why I make the statement "To run Python in Production, you have to use containers. Full stop"
So why is Python packaging so bad and always breaks?
most things in prod run in containers tho
Not for indies?
but stuff like Java/.Net/Go you don't HAVE to. You probably will for management reasons. For Python, you basically have no choice even if you don't want to unless you pull hair out.
Like Java/.Net, you can install their runtimes and just point it at jar files or dll file
gtg
yeah but Java/.Net/Go can produce standalone binaries which can be just shipped to prod and run there.
Python can't out-of-the-box, and pyoxidizer is quite a bit of work.
cya
Sure, Python could create pyoxidizer as well
"intext:trump filetype:pdf" would search all PDFs on Google with the word trump for example in Google Dorking.
whole point, is running Python in production is painful
yeah, but who will pay for pyoxidizer to be made easy-to-use? π° π΅
this entire issue should be the subject of a Grant from the PSF to one or multiple capable individuals.
I wouldn't tell PSF how to fix it, I just want them to do so.
Make them suffer yeah
by them reading your mind and just doing it like you want it done?
I wouldn't care if they compile into single runtime like go
auto create venv
do pypackages
I should just download a zip of Python app and go python3 main.py and not have to worry about it
until then, I'll just build containers
Well I wouldnt mind
I mean, all other languages besides node do it
you can make your own Python distribution, which enterprise environments sometimes do.
I mean let's look at Anaconda or Activestate. Entire companies created solely to offer curated distributions of dynamic languages.
anaconda is smelly
Sure, but when you see that, as a language. YOU..... HAVE....... FAILED.
I mean.. Python is not perfect.
It's mostly solved problem for everyone else
Node has node_modules, Go/Java/.Net/Rust all compile
whole point, is you can copy Node ZIP to a folder, go npm install, node app.js
With Python, you have to copy over your package, create venv, switch to venv, pip install in venv then run your python app and hope no one screwed up and messed with System Packages
Pythonβs package management is generating a lot of jobs.
?
like "Let's keep crappy package management because it keeps Anaconda devs employed?"
Anaconda would still exist anyway I think
Sometimes we are paid to fix a mess. Without the mess existing, maybe weβd have a harder time getting paid. There would be another mess that we would get paid to fix.
It work
Iβm sure devs could find other productive things to do besides being package janitor
Like what
No clue
Thatβs my point
Are you guys aware of tetration in maths?
Never took that high of maths
tetration means adding instead of multiplying and multiplying instead of exponentiating no?
oh
Well I was making a tetration calculator.
idk
XD
Idk know why but I kinda believed it would really push limits of py XD
But it doesnt
To my knowledge
sounds like you could tetrate recursivley which would be logarithmic in time
well wtf.
idk
Ahhh
I dont understand it but I think I do.
Anyways gonna use idle
exit()
ur vscode config is messed up
I know
i think u need to change the path for python
Well. WTF.
Not meant to reply
well. python's advantage breaks here
Intermediate representation. LLIR.
Want to build your own programming language? LLVM is a tool for building and optimizing compilers and forms the backbone of many languages like Rust, Swift, CUDA, C, and C++.
#compsci #programming #100SecondsOfCode
π Resources
LLVM https://llvm.org
LLVM Kaleidoscope Tutorial https://llvm.org/docs/tutorial/
C++ in 100 Seconds https://youtu.be...
A compiler is likely to perform some or all of the following operations, often called phases: preprocessing, lexical analysis, parsing, semantic analysis (syntax-directed translation), conversion of input programs to an intermediate representation, code optimization and machine specific code generation. - google
I like to think of it as many layers of abstraction on top of cpu functions. Sometimes as many as 9 major layers
I would explain more, but I was muted for trying to be able to speak
This is still high level
They DO.
PyPy
no flag
JIT is cute, but like why not just ref some dll and then hot swap that dll at runtime
this
I mean we already have tons of Python libs that are compiled C anyway
numpy being one of the biggies
Hell most of the standard lib is
Insane for knowing regex is like being insane for learning an array language, I'd imagine if you need to process many arrays/strings, you would know how to use those languages...
Rust is a multi-paradigm, general-purpose programming language. It is designed for performance and safety, especially safe concurrency. Rust is known for enforcing memory safety β that is, that all references point to valid memory β without requiring the use of a garbage collector or reference counting like other memory-safe languages.
https://d...
yea if ur some type of data analyst you'd probably use regex enough to not have to look it up everytime lol
why zig when we could just make python better
why julia
is it though
what specialized case you think?
I think python needs some kind of textexpander/macro
MacroPy no longer supported
Like if I have a bunch of boilerplate I don't want the user to see, https://pypi.org/project/panda3d-simplepbr/#usage:~:text=class App(ShowBase)%3A def __init__(self)%3A super().__init__() simplepbr.init() for example, it would be nice to abstract it away. Maybe even allowing me to move a swath of code to the bottom of the file and reference that code via a special character $var or something
I could be missing something
@whole bear Can we use tetration in encryption and stuffs?
and the complete version is "LLVM in 1 century"
def min_num(num1,num2,num3):
if num1<=num2 and num1<=num3:
return num1
elif num2<=num1 and num2<=num3:
return num2
else:
return num3
print(min_num(1,2,3))
can someone explain why theres a NameError?
Can you give the full error and traceback?
Sure
print(min_num(1,2,3))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'min_num' is not defined
!e
def min_num(num1,num2,num3):
if num1<=num2 and num1<=num3:
return num1
elif num2<=num1 and num2<=num3:
return num2
else:
return num3
print(min_num(1,2,3))
@rugged root :white_check_mark: Your 3.12 eval job has completed with return code 0.
1
It works for me
Yeah just had to adjust the indendation
Maybe the indendations
Yep
big math, what is the approx cylender size 110 toothpicks can fit into
Ive corrected it and still says invalid syntax and I started to think maybe its because of the Visual Studio Code?
Difference between math and meth
lets say one toothpick has the volume of 1, so 110*1 = 110. So the vol of cylinder should be more than 110 cm^3
Not the blender
blander
No
blunder
Well.
but what is diameter
r*2
Automating your own job away sounds like a terrible idea.
What if automation is your job?
Solved my first ever Hackerrank problem
Great.

I think Google own DeepMind
Ey yo I am working on it
Noice
Had a great time here! @rugged root
And others
Always happy to have you around! Catch you later
Sure thing
Would it work if you just told it "ask for more information" in the chat session?

Erm, not much
Watching decorating videos as I'm about to start painting a room tomorrow π
Going to get a really big paint roller
They look satisfying to use
What're you up to?
π
3D printing that bottle thing
AGILE PTOTOTA
why is my printer like this?
change the support generation
mindful Dev chris
I'm in a phone call at the moment. will be back soon
my dream create a website
@wind raptor know this one?
Have you learned HTML?
no
I would start with HTML and then learn CSS and then go for JavaScript
No studying needed,
Pull your favorite template from https://html5up.net/
upload it to github
create a cloudflare and launch that github repo in cloudflare pages.
Literally is all you need to do. Nothing more.
You can use Python for your backend, but your frontend will be in HTML, CSS, and JS usually
I want to create my own website
then create a file titled index.html and upload that to github instead
and do this
HTML is not hard to learn
It's not a programming language, it's a markup language, like JSON
i need learn html css js is hard
It's all just containers
Can I create my website today?
<body>
<style contenteditable style="display: block; white-space: pre-wrap;">* { transition: all 0.2s; }
html {
background: #093f79;
color: white;
font-size: 30px;
}</style>
</body>``` is a fun index.html to start learning with
Does it take a long time?
Programming is not an easy path. You have to be willing to learn a bunch of technologies.
?
create a file on your computer titled index.html and paste that code into it
recomend site or resource to study html js css
You can use a visual website builder like https://www.wix.com if you don't want to learn how to code it.
i have one paste
my projectpython
How do I use JS
This is a roadmap if you want to do front-end development: https://roadmap.sh/frontend
?
i need know basic python?
!resorce
mind i know how does the internet work
@wind raptor
ben neden konuΕamΔ±yom
la
@tepid mantle
tΓΌrk varmΔ±
4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
This is our voice gate system, you must meet these requirements
bro i can make e-bike brain with python-Arduino?
i have e-bike and i need add brain
i like you!
THX
mind
@wind raptor
You can send me a place where you recommend studying this I don't understand by YT
pls
Have messages from three different ten-minute blocks Can anyone explain this condition? What does ten-minute blocks refer to?
ex. sent 20 msgs between 10:30-10:40, sent 15 msgs between 10:40-10:50, send 15 msgs between 10:50-11:00.
π
You can send me a place where you recommend studying this I don't understand by YT
can someone verify me?
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Learn JavaScript, HTML, and CSS in this Frontend Web Development course. In this massive course, you will go from no coding experience to having the essential skills of a frontend web developer. You will learn various web development technologies and create a few projects along the way.
βοΈ Course from Zach Gollwitzer. Check out his channel: ht...
ty
but i dont understand english
@delicate cobalt
!pip rich
Tk is as good as you're going to get at the moment, unless you want it to work on mobile, in which case use kivy
!pip kivy
My dude is really the target of an assassination attempt. We are witnessing actual career sabotage from his bosses.
@delicate cobalt Thank you for removing that from your profile. If you have anything like that in your profile again, we'll have to remove you from the server.
ok
Thanks
At least they weren't name sn***er
i had that very very old its like 1 year ago
I didn't think they had the pronoun feature until a few months ago
it was in my descrption
what im basing my gui off of now for memory addresses/ my registers
(was) and me and my friend had a laugh when i re discovred it long ago so when i saw it i just moved it to my pronuons
O.o
all of my data markers are working correctly as well the pyhon gui is just broken @rugged root
@wind raptor can I sream I have a bug
!stream 1115886583170748466
β @dusky lynx can now stream until <t:1699564327:f>.
see you guys later
Lookin' good
!stream 1115886583170748466
β @dusky lynx can now stream until <t:1699565216:f>.
g2g cheers all π π
@whole bear You said you're feeling horrible. Limit suffering where possible.
This reminds me of MMIX and MIX which I've never learned but would be very useful to know.
dang, they keep leaving...
hmm
hey opal, is using visual studio or qt creator better?
its okay
i would just use qt creator
imo its like visual studio but supports qt stuff
yay my app is working on C++
maybe
imma go
bye guys!
@whole bear π
Wdym by that opal mist?
Call it an expression of concern.
@gleaming yarrow π
@whole bear https://lichess.org/zRzbKsVj
@fast relic @brittle void π
I can't talk
!voice π
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Alright. Thank you.
what could i contact you about in terms of spending time with your partner?
Taking a shot. (Commentary, not answering.)
ok...so 30 message, eh?
message 1
message 2
jk
No one came to the meetup, so I figured I'd jump in here.
I'm currently building a sudoku solver with django
To the people who were on when I talked about random friend requests. I just got a new one, a random github follower. I see he also follows some of you. No idea who it is though ... 
nice nice
gg
I'm sure that "lazy programming" (in the positive sense) worked extremely well
A good programmer is a lazy programmer, not through lack of effort, but for the effort put in to know the easiest and best way to do a given thing.
Do your prep work, and with any given problem, you can go bing bang boom, solved.
still new to python. A good friend and mentor of mine are have a project going using tesseract OCR to scan jrpg games and extract the japanese text
Ish.
someone a philosophy fan...?
im using easyocr for my project
far easier for comapritively little downside
I see...
@whole bear π
what jobs does that make you eligible for
i was always interested in pihlo but i never thought it was worth academically pursuing
ha!..... jobs....
Pastry chef?
π΄
doing an MA, you can migrate to something else ofc. I'm not totally against it; and I think it "legit" made me a smarter person
all things being said, thanks for making me feel welcome here!
@wind raptor could you drop to code help?
Anyone here participates in kaggle challenges?
Kind of like "learn what is required to get the job done"
im back baybee
what's that?
Kaggle is the worldβs largest data science community with powerful tools and resources to help you achieve your data science goals.
dang.
I was going through Andrew Ng's coursera course on machine learning. it's magical, but I decided to dial it backa bit and focus on learning py
I agree. I thought I could learn it on the way lol
did you make anything on python?
a couple of projects
really small stuff. An OCR project, a text aligning program
i have no clue what you're saying but that sounds cool
OCR is image to text. it scans the image and then exports/prints/etc. the text that it has identified
so that means google translate has OCR too?
yes. Though WAY beyond what my friend and I made
lol
"Eh-meh-ka"
Americans usually go with "Uh-meh-ka"
really?
cool
I lived in Chiba for 6 months. for a study abroad.
a lot! though I don't remember the names
I thrived on Yakisoba lol
my host mom had us eat more traditional meals
it was amazing
yeah, and the only credible american comparison was when my japanese friend took me to a ramen shop in NYC
hmm
the noddles, broth, how the egg is prepared
hard to say
tokatsu?
tonkotsu?
tonkotsu
hmm
make sense
where??
oh
kanagawa
they're getting worse, it seems
saw this
idk
umm.....
kinkyu - emergency, jishin - earthquake
Whoopsie-doodle, you're a noodle!
goose, duck I think I am fucked
@somber heath
(@somber heath aka the smart guy) what do I do?
You buggered up your network drivers, too?
yep Im a Noodle
Does win11 have a restore option?
not this
Can you evacuate your data?
I don't know how i managed to get a internet conection right now
does no longer accept any Ethernet cable have too use a 1000mbit connection wifi
Opal One konoby...
you're my only hope
You may be able to locate the hardware names from your device manager, go to the manufacturer's website, download the drivers and install them. Or maybe win11 still does the thing that lets you search for drivers in the device manager.
@undone storm π
Do you have the install media and the current product key?
For your os.
Keeping in mind that I haven't really used a Windows later than XP.
I've been a Linuxer for a while, now.
damm yeah ok talk later will try now
awsome django models are working. break time!
thanks
If you have a spare thumbdrive, flash a linux iso to it, like Ubuntu or something.
So you can still boot up the system.
SFR?
oui
Which is what?
Right.
Something along these lines is what I'm thinking may be the most straightforward solution.
Assuming that gives you a fresh win11.
anyways... BIDKIWWTT
Are you going to make me ask?
More like a conman abbreviation.
Uh huh.
BYE
Well, that was strange.
@maiden harness π
@fallow hemlock π
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
!Voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
ah! ok just here mainly as an outlet to learn python been going at it since around the start of the year took a break to learn java amd now I'm learning numpy
oh dope! was it like multi dimensional sudoku?
ah! ok that's a new perspective of thinking
well what if you added a z axis to the whole concept?
@valid elm π
imagine making a rubix cube out of python code
Hi
Oh! I saw that too!!!
I like seeing the different possibilities of the form of rubix cubes like there was a rubix cubes where it would change shapes but it was still isomentric
but I also like keychains rn I'm keeping two digimon vpets alive it's pretty nice to have to take a quick break
it's nice to have something simple after doing complex things helps cool ur mind down
also I like modding things and I usually like modding small trinkets
I used to be an artist but it kinda fell off so I decided to do programming
Yea I do too modding and doodles scratch my creative itch
oh another cool thing
minecraft font

