#voice-chat-text-0
1 messages · Page 302 of 1
i already asked there
a mod told me to use some othere thing and then i feelt like i m restarting and i didnt feel like relearning so i m sking here
@gentle flint 👋
@final crane for what
@final crane im down
@zinc beacon 👋
@final crane hello
They'd probably be giving you the answer you need even if it isn't the answer you want.
they told me to use ScreenManager
i cheked it out but it was to anoying so i asked if there was a easyer way and he said yes but thats it
brb
np 👍
@royal mortar @hardy shard 👋
sorry, not up for talking in vc today
@gentle flint look at the kitty video
because
he is playing with my hand what is under the pillow
fair enough
@jovial wasp 👋
tailor ❌
sartorial engineer ✅
Hey all 😄
@whole bear @frosty anvil 👋
hello
wellllllll.... usa politics... nothing was learned from the 1940s appertly..

I love that emoji
@stone cliff We can hear noise in your background, would you mind muting?
oh sorry that my sister
ive turned on mute background, can i unmute now?
Yep yep
can i hvae permission to talk plz
I try not to make exceptions to the voice gate
You've only got about a day left
do you hear background noises now?
Nope, not a peep
ok
hello
Hi
It decent enough for my location
But it might be different depending on your region
But I typically don't have issues

The Corruption Perceptions Index (CPI) is an index that ranks countries "by their perceived levels of public sector corruption, as determined by expert assessments and opinion surveys." The CPI generally defines corruption as an "abuse of entrusted power for private gain". The index is published annually by the non-governmental organisation Tran...
# 🚨 Anyone wondering why their first seven Kubernetes clusters deploy just fine, and the eighth fails? 🚨
- 07
- 08
# Results in
[ 7, "08" ]
That..
!e python import yaml
@amber raptor :warning: Your 3.12 eval job has completed with return code 0.
[No output]
!e ```python
import yaml
document = """
- 07
- 08
"""
print (yaml.dump(yaml.load(document)))```
@amber raptor :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 6, in <module>
003 | print (yaml.dump(yaml.load(document)))
004 | ^^^^^^^^^^^^^^^^^^^
005 | TypeError: load() missing 1 required positional argument: 'Loader'
!e
import yaml
document = """
- 07
- 08
"""
loader = yaml.Loader()
print(yaml.dump(loader.load(document)))
@rugged root :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 6, in <module>
003 | loader = yaml.Loader()
004 | ^^^^^^^^^^^^^
005 | TypeError: Loader.__init__() missing 1 required positional argument: 'stream'
!e ```python
import yaml
print (yaml.load("""
- 07
- 08
"""))```
@amber raptor :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 2, in <module>
003 | print (yaml.load("""
004 | ^^^^^^^^^^^^^
005 | TypeError: load() missing 1 required positional argument: 'Loader'
!e
import yaml
print (yaml.load("""
- 07
- 08
""", Loader=yaml.Loader))
@rugged root :white_check_mark: Your 3.12 eval job has completed with return code 0.
[7, '08']
from yaml import load, dump
try:
from yaml import CLoader as Loader, CDumper as Dumper
except ImportError:
from yaml import Loader, Dumper
# ...
data = load(stream, Loader=Loader)
# ...
output = dump(data, Dumper=Dumper)
what si the propmpt format for llama3-8b
https://github.com/yaml/pyyaml Yeah, their site is just old and not updated
@amber raptor What's the point of investing in crypto if Im broke
Why would you invest in crypto if you weren't broke?
t o see profit
Ohh, ok, you're one of those guys.
Stable coins are coins for horses
Bad Hemlock, bad.
are you buying bitcoin tho?
water spray.
No, I rather invest money in something more concrete.
makes sense
Like land, like a house.
@whole bear You are nerd in a good way! U are smart, right?
Not me. I'm actually the dumbest in the room. #DontTakeMyAdvice
What game is your profile pic from?
Bad end theatre
Ah thought it looked familiar
Oh nvm, Kinda reminded me of Maplestory for some reason
Similar style for sure
Phind's cold. Love it.
@upper basin
as a teacher , do you feel a thing to learn , is how to ask good questions and how to use search tools @wind raptor
how do you sort through and find good PDF books on , say pandas or any such thing ? @wind raptor
easy to have 20 books and all difficult for newbie
pandas is just a example
some YT channels have a , I have 100 python books , here are the 5 best , refining selections to avoid , data overload - do you have a list of such books ? @wind raptor
learn brain surgery - in 1 hour , you can do it too
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
what is this animal?
it looks like a mosquito but bigger
and with a very strange proboscis
dont ask , just SQUISH!!!
@gentle flint I ansered you in vc
I'm not in vc rn
could you answer me in text?
its a moscito
ah
check out the screenshot
I am unsure how to use the text feature of discord
oh I see
mosquito with a phase array ?
thanks guys
@stark river It sounds like you're inside a vacuum cleaner
Any chance someone could help me with a chuck of code I am writing? Trying to use os.path.
New in version 3.4.
Source code: Lib/pathlib.py
This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which provide purely computational operations without I/O, and concrete paths, which inherit from pure paths but also provide I/O operations.
If you’ve never used this module before or just aren’t sure which class is right for your task, Path is most likely what you need. It instantiates a concrete path for the platform the code is running on.
Pure paths are useful in some special cases; for example:
Makes life so much easier
There is an ILLEGAL photo that is floating around that if you send it on Discord, YOU WILL GET BANNED. Doesn't matter if it's in DMs or in a Discord server.
This is not some bogus hoax or clickbait garbage, you will get banned. To try to figure out what's going on, I sent the image in an empty Discord server. I tested this on an alt account (an...
Sorry
So you want to link all these drives into one computer and know where any single file is in all those drives? @sweet sorrel
@sweet sorrel This might help https://stackoverflow.com/questions/2542740/disk-search-sort-algorithm
But like that is still not a smart idea, it is all stored in one location...
@sweet sorrel check out Teracopy
But you literally said that you do have to find it
dont worry about that bit
I would zip archive all your installers together so that you can grab them when you want them and otherwise save space.
Why are you storing currpted installers?
i just zip the entire drive
nfs btrfs
Can you just run a check on the file to see if it is corrupted or not when you unzip the items?
Nuke?
my storage
Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems (Sun) in 1984, allowing a user on a client computer to access files over a computer network much like local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system. NFS...
Local storage, off site, or archieve storage?
Btrfs (pronounced as "better F S", "butter F S", "b-tree F S", or B.T.R.F.S.) is a computer storage format that combines a file system based on the copy-on-write (COW) principle with a logical volume manager (not to be confused with Linux's LVM), developed together. It was founded by Chris Mason in 2007 for use in Linux, and since November 2013,...
ZFS (previously: Zettabyte File System) is a file system with volume management capabilities. It began as part of the Sun Microsystems Solaris operating system in 2001. Large parts of Solaris – including ZFS – were published under an open source license as OpenSolaris for around 5 years from 2005 before being placed under a closed source license...
HEy copies at great, you should always have 3 separately stored copies.
the US millitary are moving to that system to combat hackers
GME to the moon
That is such a loaded question
Dont put in anything you are not willing to lose
@dry jasper Bonds, and indexs are good ideas
Wallstreetbets is a great place to learn about stocks
Carlos Matos from new york speaking at a bitconnect event, which is trying to explain that the cryptocurrency is not a scam and legit. here are some of the funnest parts plus an edit i found around the community. im thinking about making memes about this and possibly a ytp, but it would be amazing if this went viral, and i upload a lot btw so li...
i dont need backups, i need to sort it
20TB only 300USD
i dont need backups, i need to sort it
Key Features Reliable Offline Medium that Creates an Air Gap to Keep Data Out of the Reach of Cybercriminals Agencies such as the US FBI recommend keeping data offline. This is because tapes that are stored offline are disconnected from the network and are out of reach of sophisticated criminals ...
again I'll post this, it is a way to disk search over multiple drives
The Maxell Ur-90 Audio Cassette Tape Is Great For Everyday Recording. It Has Low Noise Surface Which Provides A Suitable Media For Music And Voice Recording . The Is 60 Minutes Of Recording Time Or 30 Minutes Per Side. This Cassette Toe Is Ideal For Personal And Portable Cassette Players, Include...
It's safe from EMPS
Terracopy is a great way to make sure windows copy is not limiting read/write speeds
View from inside the IBM TS4500 library - FC 1530
OH lord why
SciStar permanent markers provide precise, permanent marking on a variety of laboratory and everyday surfaces. The durable fine point tip and generous ink supply provides a pleasant writing experience and an extended product life. The oil-based ink is highly alcohol resistant and provides increas...
The Dell PowerEdge R440 server typically comes with standard drive bays for 3.5" or 2.5" hard drives or SSDs. However, converting the DVD slot into an SSD slot might be possible with the use of an appropriate adapter or bracket. You'll need to find a suitable adapter that fits the dimensions of your SSD and the DVD slot in the server.
As for booting, whether the server can boot from the SSD installed in the DVD slot depends on the server's BIOS settings and the capability of the adapter you're using. You'll likely need to enter the BIOS setup and ensure that the SSD is recognized as a bootable device. If the BIOS supports booting from the DVD slot, then it should be possible.
Before proceeding, check the Dell R440 server's documentation or consult with Dell support to ensure compatibility and any specific requirements or limitations regarding booting from alternative drive slots.
@rugged root gimme vid perms
perm pls
!stream 962128994814263316
✅ @sweet sorrel can now stream until <t:1713987851:f>.
hey
hemlock can i stream?
i made a cool program
it makes profile pictures
so0
electricity is faster than light?
this is mind boggling
yes?
oh shit
:|
yeah
cool
hemlock
can i stream
This video is sponsored by Brilliant. The first 200 people to sign up via https://brilliant.org/veritasium get 20% off a yearly subscription.
Special thanks to:
Bruce Sherwood, Ruth Chabay, Aaron Titus, and Steve Spicklemore
https://matterandinteractions.org
VPython simulation: http://tinyurl.com/SurfaceCharge
Thanks to Ansys for help with the...
Moore's law is just a rule of thumb ig
not really
I really want internet at 300,000,000 megabits per second
the issue is that everything analogue is inaccurate for other reasons
it's precise
but not accurate
Yeah, you would need everything in a vacuum
True
A 1953 training film for a mechanical fire control computer aboard Navy Ships. Amazing how problems of mathematical computation were solved so elegantly in "permanent" mechanical form, before microprocessors became inexpensive and commonplace.
20
C is 100
23
@gritty leaf analogue precision is great but analogue accuracy is bad
asymmetric encryption specifically
(what's being broken by quantum)
something came up bbl 😭
@slender grove You remember these? https://en.wikipedia.org/wiki/Zip_drive
The Zip drive is a removable floppy disk storage system that was announced by Iomega in 1994 and began shipping in March 1995. Considered medium-to-high-capacity at the time of its release, Zip disks were originally launched with capacities of 100 MB, then 250 MB, and finally 750 MB.
The format became the most popular of the superfloppy products...
@wind raptor
Sorry for that day
The SuperDisk LS-120 is a high-speed, high-capacity alternative to the 90 mm (3.5 in), 1.44 MB floppy disk. The SuperDisk hardware was created by 3M's storage products group Imation in 1996, with manufacturing chiefly by Matsushita.
The SuperDisk had little success in North America; with Compaq, Gateway and Dell being three of only a few OEMs wh...
Betamax (also known as Beta, as in its logo) is a consumer-level analog recording and cassette format of magnetic tape for video, commonly known as a video cassette recorder. It was developed by Sony and was released in Japan on May 10, 1975, followed by the US in November of the same year.
Betamax is widely considered to be obsolete, having lo...
Idk what u guys are talking about but I'd say that these days I'm feeling down
No worries 😄
Today is a new day
Videodisc (or video disc) is a general term for a laser- or stylus-readable random-access disc that contains both audio and analog video signals recorded in an analog form. Typically, it is a reference to any such media that predates the mainstream popularity of the DVD format. The first mainstream official Videodisc was the Television Electroni...
Omg it's too big
@rugged root
Did I say something stupid
I'm sorry
When people are telling me that "oh no, you're wrong, you don't have depression", "dude everyone is depressed, you just have to get over it", "it just means that you're not trying hard enough", "you should try this, you don't need meds", despite me having been fighting this for decades of my life and working to get things better, I'm going to get pretty pissed
I understand I can relate
And outright saying to my face that I'm wrong about what I've experienced, the psych evals I've taken, the doctors I've worked with, the coping mecanisms, the people I've been with, etc. etc., it's just a constant kick in the dick
Hehe. Doody cycle.
Links 'n' stuff:
My video on turn signal flashers
https://youtu.be/2z5A-COlDPk
The US electrical system and that 120/240V stuff
https://youtu.be/jMmUoZh3Hq4
The Pinball Machine video (part one)
https://youtu.be/ue-1JoJQaEg
Technology Connections on Mastodon:
https://mas.to/@TechConnectify
Technology Connections on Bluesk...
And it also may put people who are looking for help in a worse place mentally.
Some people genuinely need medication to help
this is depression related?

nop that vm video acceleration ....
alrigh it looked like it
Complex and painfull like hell give u a depression when u try ,,, 😄
idk I had a panic attack when I tried installing linux on my laptio
Trust me that 100 times worst
It didn't like my nvidia gpu
i was gonna do popOS but it got a stupid name
So evil
popos is ubuntu
everything is ubuntu if its not debian
if its not redhat or arch, or gentoo, or alpine, or slackware er etc
I am also a seitan worshiper: https://pearsandpaprika.com/easy-seitan-loaf/
Guanlong wucaii
this is so funny
XD
Did Hemlock ever get the sources that were requested at the start of this lesson/
Had to go, I'm home and want to hang out with my wife since she's cooler than you nerds
Have a great one! Enjoy
I usually hop off when I get home. Later!
yi
absolutely unacceptable
lovely link
please try that again
https://www.statista.com/chart/29409/nasa-contractors-with-the-highest-awards-volume-in-fy-2022/ Can't live without him.
He gets things done, to the detriment of his work force
net negative
It's a lovely read though, I bet he saves so much money by being the worst boss ever
We should certainly hold Boeing and other big companies accountable, I mean, Boeing has clearly been going through some shit
I'm all for jailing executives who clearly abuse their power
and cut corners in the name of next quarter
But Elon does more harm than good, and really, nothing new
And Neuralink, what an ethical nightmare, the poor https://www.vox.com/future-perfect/2022/12/11/23500157/neuralink-animal-testing-elon-musk-usda-probe
You know, forget ethics, MONEY! I'll pass, hard.
Hi, I am learning to set up a project build / test process using miniconda + conda-build, and trying to understand its pros and cons (mostly by looking for community thought) , I know it is complex , it might have steep learning curve, the people on internet usually don't recommend it to new users / beginners , may I ask why is that ?
I used Poetry , or pip + venv directly before , they all worked well in my previous app projects , conda is simply for learning purpose.
join vc
any pandas heads here? i'm looking for the right search term.
i have a dict of columnar data and row data that I want to create a data frame from. something like:
{ fields: {"a": 1, "b": 2}, tags: {"colName1": "blue", "colName2": "circle"} }
What's the best way to map column names, and values such that the above would then look like as a df:
measurement val colName1 colName2
a 1 blue circle
b 2 blue circle
Hey, how's it going?
STRÅLA cord set, white, 157" You can use this cord set with a decorative light bulb or combine with a lampshade. Regardless – you get your own personal lamp with a fabric cord and a modern look. Combine with a lampshade and fix the cord set in the ceiling, for example over a table or in a window.
I got one of those from IKEA it worked 5/5
I added a lamp shade from an old lamp, and a cool lighbulb
Literally just thrift a cool shade
Try Lowe’s or your home improvement store
I miss having an IKEA close to me
I just got yard lights
My nearest Ikea is 1.5 hours away
What’s it for @cerulean ridge
There's a drop store close to me but they still charge for shipping, the bastards
drop stores are so nice
not if you have to pay for shipping anyways
I got some philips stuff from them 10$ a pop. Amazon had it for 60$
by drop store, I mean a pick-up only Ikea without any products
no advantage to drop points then... just have it delivered to the house
EXACTLY!!
Are you using pdb @upper basin
I think the outdoor stuff are usually decorative /atmosphere, and are not that bright,
for my room, im moving my rental place
and the new place is kinda dark
Get this + a good lamp
I love classes
🥰🥰🥰
That’s solid advice though
What mouse @primal shadow
Yeah which model do u use
I use Mx master
I’m convinced people who say vertical mice are ergo are coping
Aww 😦
Even 45
Wait MX master is actually pretty steep now that I look at it
I’m waiting for the logi iris tracking mouse
Oooo I want
Wait trackball nvm
I want that mouse but mobile
Like with all the buttons
Logi is usually on that too
Me when I evolve my opposable thumb
Sidescroll on Mx master is amazing I love it
YES
They knew what they were doing with that
Rip note 3 🫡
When it stops and then it recoils a little >>>
You can scroll to the side very nicely @cedar mason
Sorry what is flutter
Noice.
I'm full of chicken and 2 day old pizza.
I changed it since I'm not just chillin'
I liked it.
I appreciate the status update L.T.
i'm full of okra 😋
@night dirge Check out the #voice-verification channel. That'll tell you what you need to know about the voice gate
Thanks 😀
Any time
@primal shadow @rugged root @wind raptor Fixed, thank you so much!
77 percent code coverage now.
BRB
this includes iOS?
I would assume, I'm not sure
At the baa.
@near niche What's your question? Just type it
I'm going now, I have class tomorrow. Just to wrap things up, China is really not as bad as most of you think. I am well aware of how life is in both China and Canada, and I know plenty of family and locals. OK, good night!
'Prejudice' taken from the Australian 'Ready For This?' DVD.
Would it be a legacy or a handacy?
ACLacy.
This was great.
The man is a legend.
Ede (; Nedersaksisch: Ee) is een middelgrote stad in de Nederlandse provincie Gelderland, gelegen op de westflank van de Veluwe en in de zuidelijke Gelderse Vallei. Het is tevens de hoofdplaats van de gelijknamige gemeente. Per 1 januari 2023 telde de stad Ede 79.435 inwoners.
Ede staat bekend om de Slag om Arnhem. In de Tweede Wereldoorlog spee...
Deze lijst van kerken in Ede toont het merendeel van de kerkgenootschappen in de Gelderse plaats Ede.
@cedar mason $750/month
Wait is that for sale or rent?
@wind ginkgo 👋
@rugged root
Total paid….
Wenst u te weten hoeveel Durentijdlei 11, Brasschaat waard is? Of wilt u meer weten over de buurt? Ontdek het nu op Realo.
Cuteee
💵 Click here to learn more about BetterWealth now! https://www.betterwealth.com/jake
Thanks to BetterWealth for being the paid sponsor of this video!
💻 Learn exactly how I landed my $40/hr work-from-home job ($83k/yr) at 19 years old WITHOUT a degree or experience ✅ Click here ➡️ https://www.evil.university/remote
😳 Learn the ONE SECRET that ...
Address me right because apparently we are arguing for monarchy
Begth thy forgiveness me lord rabbit.
The public goods game is a standard of experimental economics. In the basic game, subjects secretly choose how many of their private tokens to put into a public pot. The tokens in this pot are multiplied by a factor (greater than one and less than the number of players, N) and this "public good" payoff is evenly divided among players. Each subje...
A top-two primary took place on March 5, 2024, in California's 11th Congressional District to determine which two candidates would run in the district's general election on November 5, 2024.
Incumbent Nancy Pelosi and Bruce Lou advanced from the primary for U.S. House California District 11.
California uses a top-two primary system, in ...
Jesus christ guys.
I agree with the one
fr
Yall need to talk more python and less politics.
yah I know, came here to get help
Sure, what's up?
ya know flet?
No sir.
damn
but I guess it could be iOS, cause it's flutter
What’s the problem
Highlight, event in on hover
it won't change the container's bgcolor but will remove it
I can't show it cause I still need to be verified
idk kinda hard I’m on my phone lol
Did you change bgcolor
I was just looking at the container object
wait wait
@alpine crow you willing to VC with me?
I dunno if I can share my screen there so we can get a better view on the problem
Prolly in a bit
“Meet the Press" moderator Chuck Todd joins Willie Geist on Sunday TODAY to discuss the visits of high-ranking U.S. officials to Ukraine and the larger ramifications of new aid and rhetoric that the U.S. has displayed. Todd says we are fighting a proxy war in Ukraine, adding that the U.S. is showing signs of commitment for the long haul.
» Subs...
This is a list of proxy wars. Major powers have been highlighted in bold. A proxy war is defined as "a war fought between groups of smaller countries that each represent the interests of other larger powers, and may have help and support from these".
Proxy war, a military conflict in which one or more third parties directly or indirectly support one or more state or nonstate combatants in an effort to influence the conflict’s outcome and thereby to advance their own strategic interests or to undermine those of their opponents. Third parties in
Rule 9
Do not offer or ask for paid work of any kind.
F
fivver delivery takes 2 long
does anyone know another place i can find one?
Brian Berletic, former U.S. marine and geopolitical analyst, takes a candid view of the ongoing proxy war between NATO and Russia over Ukraine. He remarks that in Washington, some politicians think this conflict ...
This is a list of proxy wars. Major powers have been highlighted in bold. A proxy war is defined as "a war fought between groups of smaller countries that each represent the interests of other larger powers, and may have help and support from these".
we call it the white vs red -war
or freedom war
a_longVariable_nameIn_camelSnake_case
an_evenLonger_variableName_inCamel_snakeCase
This is all I can think of now: https://en.wikipedia.org/wiki/Dr._Robotnik's_Mean_Bean_Machine
Dr. Robotnik's Mean Bean Machine is a falling block puzzle game developed by Compile and published by Sega. It was released for the Sega Genesis / Mega Drive in North America and Europe in November 1993, and ported to the Game Gear in 1993 and Master System in 1994.
The game is a Westernised version of Puyo Puyo (1991), and replaces its characte...
@onyx vigil Yo
yo
What's the issue?
never mind, Javascript? I'll take @rugged tundra Java problem
!stream 727667410492194817
✅ @onyx vigil can now stream until <t:1714065529:f>.
if you are good at selenium please msg me i have a question
@amber raptor @primal shadow @alpine crow https://www.axios.com/2022/11/17/nancy-pelosi-announcement-stepping-down Nancy Pelosi is retiring from Democratic leadership (Speakership), however she is staying in the house and will continue to serve in congress.
Yea, that's pointless. There is just more room behind the throne.
@molten pewter https://airbnb.io/visx/
p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.
If anyone wants to discuss my hypothetical question further, pm
what is the equivalent to pack(side="right") in flet?
@upbeat mirage 👋
Late, sorry. PC was grinding.
Discord's emote picker thing is trash.
print(f "string sdgsdnfisdifn")
!f-string
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.
console.log(sdfisdfn ${var})
!e ```py
name = 'Peter'
age = 21
print('Your name is ' + name + ' and you are ' + str(age) + ' years old.')
print(f'Your name is {name} and you are {age} years old.')
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | Your name is Peter and you are 21 years old.
002 | Your name is Peter and you are 21 years old.
@crisp nova👋
hi
Hlo Guys!
Master in cs or master in operational research which is good?
@peak depot Auddie murphy is skinny also short
Hi
I have sent less than 50 msgs so unable to speak in voice chat
Hello, I am a Django developer
Great! I also use django!
That's great... I find it pretty simple to work with. It is really fast to develop with. You can create a company website in 1 or 2 days
I use it but I am not a professional django developer
it's very difficult to find django job
r u from?
I am also not professional just use it because I have little intererst in development.
Great!
Someone have source code of mini game for like 1000 line
Try going in Github...
you can be selective on iit
yeah what's up
my discord bot has about 90GB
Good
e!
text = ""
def function():
text = 5
function()
print(text)
!e
text = ""
def function():
text = 5
function()
print(text)
@obsidian dragon :warning: Your 3.12 eval job has completed with return code 0.
[No output]
!e
text = ""
def function():
text = 5
function()
return text
@obsidian dragon :x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 5
002 | return text
003 | ^^^^^^^^^^^
004 | SyntaxError: 'return' outside function
!e
text = ""
def function():
global text
text = 5
function()
return text
@obsidian dragon :x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 6
002 | return text
003 | ^^^^^^^^^^^
004 | SyntaxError: 'return' outside function
i don't think pyhton is able to perform type coercion by default, or does it like javascript
gpt is dumb af
or wait am i missing something else??
!e
text = ""
def function():
global text
text = "hello"
function()
return text
@obsidian dragon :x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 6
002 | return text
003 | ^^^^^^^^^^^
004 | SyntaxError: 'return' outside function
!e
text = ""
def function():
text = "hello"
return text
x = function
print(text)
@modern yacht :x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 3
002 | return text = "hello"
003 | ^
004 | SyntaxError: invalid syntax
!e
text = ""
def function():
text = "hello"
return text
x = function
print(text)
don't mind me just trying out some silly ideas
@modern yacht :warning: Your 3.12 eval job has completed with return code 0.
[No output]
!e
text = ""
def function(text):
text = "hello"
function(text)
return text
@obsidian dragon :x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 5
002 | return text
003 | ^^^^^^^^^^^
004 | SyntaxError: 'return' outside function
!e
text = ""
def function(text):
text = "hello"
function(text)
print(text)
@obsidian dragon :warning: Your 3.12 eval job has completed with return code 0.
[No output]
fixed
Aggretsuko,???
Angel Beats,???
Assassination Classroom,???
Beastars,???
Black Butler,???
BNA - Brand New Animal,???
Brand New Animal,???
Brothers Conflict,???
C - The Money of Soul and Possibility Control,???
Chainsaw Man,???
Clannad,???
Cowboy Bebop,???
Cyberpunk - Edgerunners,???
Darling in the Franxx,???
Death Note,???
Demon Slayer,???
Digimon Ghost Game,???
what is the purpose of the button
does it even work
(ig I'm not supposed to see the button because it's not my status)
likely same permission as VC status
(reused)
it allows emotes
@rugged root @wind raptor it's also server-specific
has been rolling out for months
it was first introduced so long ago I forgot it exists a couple of times
that one's not status
activity
hmmm
so it's both
but
Mindful's doesn't show for some reason
it seems to override both status and activity
termux + vim
works well enough
no
it has better navigation than trying to put the cursor via touch screen
also termux used to not have left/right arrows, so vim was more viable than nano
google keyboard has navigation somewhere in it
but I don't remember where
or uninstall windows
"@rugged root we're trying to print from Oracle Solaris and it's not working, can you fix?"
I've ran illumos only
which is the open-source fork
Oooo I like the logo
Community-driven illumos Distribution
did ran succesfully? no
because openindiana supports only nvidia gpus for some reason
tbf illumos doesn't really belong on the desktop anymore seems like
The Garden of Earthly Delights is the modern title given to a triptych oil painting on oak panel painted by the Early Netherlandish master Hieronymus Bosch, between 1490 and 1510, when Bosch was between 40 and 60 years old. It has been housed in the Museo del Prado in Madrid, Spain since 1939.
As little is known of Bosch's life or intentions, in...
Jeroen Bosch
Jheronimus van Aken
Aachen ( AH-khən, German: [ˈaːxn̩] ; French: Aix-la-Chapelle; Aachen dialect: Oche [ˈɔːxə]; Latin: Aquae Granni or Aquisgranum) is the 13th-largest city in North Rhine-Westphalia and the 27th-largest city of Germany, with around 252,000 inhabitants.
Aachen is located at the northern foothills of the High Fens and the Eifel Mountains. It sits on...
Aken
@whole bear Sup
Nice nice
#Blade #HDR #Marvel
I saw this movie four times in theaters. To me this was the perfect mix of style, fantasy and horror. I love this opening scene.
(Newly released in 4k HDR)
A half-vampire, half-mortal man becomes a protector of the mortal race, while slaying evil vampires.
Blade was born of a mother bitten by a vampire, he possesses all thei...
MY LOVE FOR YOU IS LIKE A TRUCK
BERSERKER! WOULD YOU LIKE SOME
MAKING FUCK? BERSERKER!
You're still a speed demon to me
well that was even close to a better PB
New Album: https://rammstein.lnk.to/Zeit
► Website: http://www.rammstein.com
► Shop: http://shop.rammstein.de
Premiere: January 29, 2001
Shoot: 13th to 15th January, 2001
Location: Babelsberger Filmstudio, Potsdam
Director: Jörn Heitmann
DoP: Bernd Wondollek
Editor: Piet Schmelz
Guest: Julia Stepanova
Producer: Ingo Georgi for Department M.
S...
@dry jasper Found it: https://youtu.be/FzC10Gixw8E?si=jsWt74sm2kvhj_jy
Listen to TOOL’s Full Catalog – Available Now:
http://smarturl.it/TOOLCatalog?iQid=yt
Get ’10,000 Days’:
http://smarturl.it/TOOL10000Days?iQid=yt
Get ‘Lateralus’:
http://smarturl.com/TOOLLateralus?iQid=yt
Get ‘Ænima’:
http://smarturl.com/TOOLAEnima?iQid=yt
Get ‘Undertow’:
http://smarturl.com/TOOLUndertow?iQid=yt
Get ‘Opiate’:
http://smarturl....
*NSYNC performs "Tearin’ Up My Heart” at the 1999 MTV Spring Break.
#MTVSpringBreak #MTV #NSYNC
Subscribe to MTV: http://goo.gl/NThuhC
More from MTV:
Official MTV Website: http://www.mtv.com/
Like MTV: https://www.facebook.com/MTV
Follow MTV: https://twitter.com/MTV
MTV Google+: http://goo.gl/OGY79b
MTV on Tumblr: http://mtv.tumblr.com/
MTV I...
@rustic parrot Yo
Hello
Claymation from Will Vinton, 1985. Full movie here- https://youtu.be/qRgY56Sgub8 Based on an incomplete novel by Twain, The Chronicle of Young Satan, about the sinless nephew of Satan (aka #44). Will Vinton was the King of Claymation, and made the first stop-motion film to ever win an Oscar- https://youtu.be/QoBmlbQApJE This is the story of...
skoda roomster
Buddy broke me wheeler
yay
Polaris 570 sportman
hmm
not as bad as I expected
there might be a chance to get in top 100 temporarily
Heat will get that unstuck
I just don't know how much I'd trust it with how tapered that is
If not you could shoot it... That's always fun
yes, the different type of heat
Best option is to just buy a new one Ktaxon Mountain Bike 26/27.5/29 Inch Men & Women Mountain Bike 21-Speed Adult Bikes, Double Disc Brake, Suspension Fork, High Carbon Steel Frame https://a.co/d/d0O7We9
90 bucks US
lol
what would that be in european dollars
for that you can maybe get a stolen bike over here
That sucks
👍
mongo 4.4 because newer versions don't work in Docker sometimes
yes
they started that trend
redis took their license as basis
first for redis stack
then for redis entire
it's not open-source anymore
it's source-available
redis/mongo licenses even disallow use not only modification
unlike GPL/MPL
@foggy token Yo
cors?
proxying?
also what does "doesn't work" mean
yeah, cache might be influencing it
@wild geyser Yo
export component Example inherits Path {
width: 100px;
height: 100px;
stroke: blue;
stroke-width: 1px;
MoveTo {
x: 0;
y: 0;
}
LineTo {
x: 0;
y: 100;
}
ArcTo {
radius-x: 1;
radius-y: 1;
x: 100;
y: 100;
}
LineTo {
x: 100;
y: 0;
}
Close {
}
}
Alternatively:
export component Example inherits Path {
width: 100px;
height: 100px;
commands: "M 0 0 L 0 100 A 1 1 0 0 0 100 100 L 100 0 Z";
stroke: red;
stroke-width: 1px;
}
hey peeps
haven't heard of it before
after 40 days of uptime windows finally broke
(some media-related stuff stopped working, not even sure what happened)
Demons
daemons
@sudden atlas You'll type in this one. Sorry, I know it's a bit confusing
The built in text channels are.... terrible for sharing code and what not
Thank you very much
I am trying to learn about import modules from a different folders, and have tried multiple tutorials online and even this tutorial on: https://www.geeksforgeeks.org/python-import-module-from-different-directory/
but my output in VSC still provides an error.
Root
|
- Folder
|
- File
- Other Folder
| File to import
Root
|
- Main file that imports the other two
- Folder
|
- File
- Other Folder
| File to import
What I am trying to do is:
Desktop
|
-Folder_1
main.py
-Folder_2
module1.py
I am trying to import module1.py to main.py
Okay, the reason I am asking is that I am trying to use CoppeliaSim, and it has built in Python functions, but I cannot find the parent file so I can place my other python files to import from in order to call their function.
@mortal burrow https://realpython.com/primer-on-python-decorators/
CoppeliaSim is a robotics simulator
Basically, I have all the commands an function to initialize and control the limbs of a robotic arm, but I need to import functions from a python file I made which interpolates the movement between two points. And since I cannot find the root folder to place the modules I thought the next best thing would be to import them from my desktop.
I am sorry if this is a stupid question as I only have a casual understanding of Python.
Do any of you know a python function on how to find the path of the current file being used?
@lavish rover :white_check_mark: Your 3.12 eval job has completed with return code 0.
/home/main.py
Wait do I have to include "!e" ?
that's only for the bot here, to show you an example
it's just a variable you can use
So just type print(file) ? Sorry for asking I am very confused.
yes
what do you call a human that cant jump? @lavish rover
With the double underscore on both sides, sorry it got edited out of my text.
on this server if you do !e <some code> it will run the <some code> and give you the result, I was just using that to show you how it works
!e print(file)
@sudden atlas :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | print(file)
004 | ^^^^
005 | NameError: name 'file' is not defined. Did you mean: 'filter'?
!e print(file)
@sudden atlas :white_check_mark: Your 3.12 eval job has completed with return code 0.
/home/main.py
cool and simple program:
https://github.com/spelis/skintopfp
https://discordstatus.com/
If anyone's having issues with Voice Chat, Discord is aware of and fixing the issue
Welcome to Discord's home for real-time and historical data on system performance.
Union In Crisis
made by me
Welcome to my game, hope you like it!
<@&831776746206265384> can i have stream access
I'm not in a good position to grant it right now, sorry!
Hello everyone
hello
:incoming_envelope: :ok_hand: applied timeout to @whole bear until <t:1714168835:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).
The <@&831776746206265384> have been alerted for review.
( yubico )
seems like it's not blocked, they just deleted the /ru/ apparently but they still have the link to it
I used HTMX for some time then had to switch to switch to Next.js
Hi
!ping
135.943 ms
Healthy
99.186 ms
!user

Created: <t:1459415175:R>
Profile: @whole rover
ID: 165023948638126080
Joined: <t:1484070095:R>
Roles: <@&1069394343867199590>, <@&587606783669829632>, <@&409416496733880320>, <@&491583790448246785>, <@&1069643947191836682>, <@&267630620367257601>, <@&323426753857191936>, <@&295488872404484098>, <@&764802720779337729>, <@&463658397560995840>
Messages: 131,327
Activity blocks: 22,477
Total: 0
Active: 0
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
@somber heath Sorry for tagging, I wanted to ask why I'm on a server mute?
Mayot?
Based on an ultra-low-power STM32 MCU for daily exploration of access control systems and radio protocols. Open-source and customizable
oh yeah I have seen these
I corrected the message 😬
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Oh ok, thank you very much.
@leaden comet
there is a fee in Russia for exactly the reason of "you can watch stuff on it therefore you can break copyright"
which goes to some company that bullies people into following copyright
(1%)
@twin tiger 👋
!voice-verify
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
> dealing with things you don't fully understand
that's called reality
usually neutral
"GPT will be able to convince you that GPT can change your DNA"
well, it's quite a lucky situation if it even gives valid sources/links
> information on the internet is inconsistent
as if information outside the internet was ever consistent
Very few things actually creep me out. You managed to find one with the teeth
I just realized cigarettes 🚬 are exactly like 🍬 🍫 sweets.
There was a candy here in Australia called Fads (not their original name), that were candy cigarettes. I remember enjoying them.
@narrow verge 👋
hello world
@wooden sleet👋
Hello
iPhone 15 Pro Storage Expansion | 128GB To 512GB.
Immersive Storage Expansion, I hope you can enjoy it too.
If you also want to give your iPhone 15 pro strage expansion, you can follow my video and I wish you can complete it smoothly.
Subscribe and hit the bell to see new videos:https://sourl.cn/brNJQt
iPhone battery:https://www.batterymall.c...
to upgrade an iPhone 15 storage you have to destroy it first.. check @05:40
@stray terrace 👋
hello :p
@fading rain 👋
hello
@ionic hill @tired wolf 👋
Hi
hi
Aggretsuko,???
Angel Beats,???
Assassination Classroom,???
Beastars,???
Black Butler,???
BNA - Brand New Animal,???
Brand New Animal,???
Brothers Conflict,???
C - The Money of Soul and Possibility Control,???
Chainsaw Man,???
Clannad,???
Cowboy Bebop,???
!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.
input_file = csv.DictReader(open("coors.csv"))
Brb
@grizzled zenith
Hi
I need help with something but I can't talk on this channel
!e py import numpy as np arr = np.arange(10) idx = arr > 5 arr[idx] = -1 print(idx) print(arr)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | [False False False False False False True True True True]
002 | [ 0 1 2 3 4 5 -1 -1 -1 -1]
!e
import numpy as np
arr = np.arange(10)
print(arr)
idx = arr > 5
print(idx)
arr[idx] = -1
print(idx)
print(arr)
@upper basin :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | [0 1 2 3 4 5 6 7 8 9]
002 | [False False False False False False True True True True]
003 | [False False False False False False True True True True]
004 | [ 0 1 2 3 4 5 -1 -1 -1 -1]
My problem is that the output in pycharm does not match the output in leet code.
My English is not very good, I will try to understand as much as I can, sorry if I make mistakes.
I don't have to use the print there, I just wrote it to see.
def findMedianSortedArrays(nums1, nums2):
nums1 += nums2
nums1.sort()
if len(nums1) % 2 != 0:
return nums1[int(len(nums1)/2)]
else:
return (nums1[int(len(nums1)/2)] + nums1[int(len(nums1)/2-1)])/2
If you are using leetcode, can you try this code for this problem?
!e ```py
def findMedianSortedArrays(nums1, nums2):
nums1 += nums2
nums1.sort()
if len(nums1) % 2 != 0:
return nums1[int(len(nums1)/2)]
else:
return (nums1[int(len(nums1)/2)] + nums1[int(len(nums1)/2-1)])/2
result = findMedianSortedArrays([1, 2, 3], [4, 5])
print(result)```
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
3
!e ```py
def findMedianSortedArrays(nums1, nums2):
nums1 += nums2
nums1.sort()
if len(nums1) % 2 != 0:
return nums1[int(len(nums1)/2)]
else:
return (nums1[int(len(nums1)/2)] + nums1[int(len(nums1)/2-1)])/2
result = findMedianSortedArrays([1, 2, 3], [4, 5, 6])
print(result)```
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
3.5
I think there is a problem with Leetcode.
@night dirge 👋
Hi
!e ```py
def findMedianSortedArrays(nums1, nums2):
nums1 += nums2
nums1.sort()
if len(nums1) % 2 != 0:
return nums1[int(len(nums1)/2)]
else:
return (nums1[int(len(nums1)/2)] + nums1[int(len(nums1)/2-1)])/2
result = findMedianSortedArrays([1, 2], [3, 4])
print(result)```
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
2.5
I removed the print code
What u doing
me ?
I couldn't understand why
Thank you for your help
😄
Maybe
Would it be wrong for me to ask for help on this issue here ?
Because I think the problem is not in Python.
There is no button to save, but when I change my code, it gives a different output directly, I think it saves.
@plucky nova 👋
why r u stalking who is on vocal and who is not?
I think he was just asking out of curiosity.
And likely spamming, pro kindly don't spam messages, it's sth that is frowned upon.
@sly solstice Around enough to notice, are you?
im not stalking, cuz every time i join this server, you are always on voc, i only notice that
Are you offering to help or asking for help?
so instead of greeting like a normal person, this is how you first interact with someone? sure sounds like a stalker ...
I mean you do mute and deafen, and then move to another vc when someones joins hehe.
i only noticed when i join python server, you are on voc
nothing weird
Stalker sounds extreme, it's a very visible thing, no stalking required, just a glance and a memory
There’s a lot of regulars… you’ll probably notice the same 10 people in there 24/7.
ok
Hi everyone , am new in the group , and i was wandering if someone can help me finishing a project ?
i can
thank you
computer said no
!rule 9
@jade badger 👋
hi
Y
Hmm?
Sorry checking my time till i can unlock vc
@prisma spruce 👋
You understand it's also a text conversation component thing, too, yeah?
We camped around busselton in Grade 6.
And for our Grade 7 camp, it was some random bush outing.
Lucky... both of those were school camps lol
I've actually got a camp in... one week for school.
I've never been skiing before.
interesting
My outdoor knowledge is 📉
Our CS teacher broke his leg on a school camp
Somehow he broke an arm not too long ago.
Now he's out of commission for 3-ish months.
Fell 
Hiking lmao
yeah.
Lucky for us... he's not actually a qualified cs teacher. So him being out might mean we get a better teacher.
True. The CS project for the Year 12s is: create a game with turtle only.
This is the ATAR stuff

@pearl vigil 👋
Well most of the high-level programmers are fuming.
Since they wanted to do some cool physics stuff but they can't even use math. 

Why??
Well... most of the informaticians ig are angry.
Half of the cs students don't even program.
Thank you
Funny how they banned copilot too.
Most people are just swapping computers and doing silly stuff.
So it's become a group project ig.
Some people are using copilot anyway. Does all the grunt work 'n stuff.
Saves key presses.
Do you think AI will replace programmers in the future?
Thank god am I right?
God?
????
What do you mean??
So you think AI will become a tool to help programmers?
What job will you apply for when AI replaces you? Trying to take advice
A software engineer that uses AI?
I can definitely see that happening in the future.
Are you a youtuber?
Ok.
You sound like a youtuber getting interviewed
xD
I am steve
I was customizing my profile
Because I was bored of the old one
lmao
Ikr what are these AI devs thinking?
@rugged root this is my new notes list gui, how would you instinctively open a note, delete a note, or copy the text from a note?
@somber heath
double click to open/edit, right click and delete to delete, right click and press copy to copy the text
also make them selectable so you can highlight them by single clicking them
when highlighted you can press the Del key to delete the selected notes
or ctrl c to copy the text in them
what is the name of this cuisine?

