#voice-chat-text-0
1 messages · Page 428 of 1
meh I'm illerate
I mean, maybe she goes around with a can of spicy blood and sprays it in people's faces, I don't know.
I was thinking beat people upon the head with a mace until the blood spews
which made me mroe confused
since you know, close combat... bra and panties
nah I mean she has like blood magic
yeah but I didn't think she would suit like battle armour like the soldier since her gimmick is magic
Or the mace is made of blood.
I imagine a bloodmancer could launch maces of blood
maybe I can put a mace of blood as a melee weapon
Nah, make it spawn a large mace
I've always struggled with melee tho
fairs
big ol blood mace
Nutmeg is the seed, or the ground spice derived from that seed, of several tree species of the genus Myristica; fragrant nutmeg or true nutmeg (M. fragrans) is a dark-leaved evergreen tree cultivated for two spices derived from its fruit: nutmeg, from its seed, and mace, from the seed covering. It is also a commercial source of nutmeg essential ...
thwack
She just throws these at you.
I'll design more effects around her later, she gonna have more stuff because of her class
the solder just shoots and throws grenades
but no more clothes
I'm happy with her design
idc
the lycan has a naked character too
his gimmick is he's invinclible as a werewolf but is vulnerable as a human, he achieves his power by eating the flesh
Yo.
Well, please, don't let me stand in the way of someone's caffeine.
Mmm. I've seen it.
Hi hi Zak.
There was a brief discussion of coffee and dumpster fires.
god
Hi hi, Jikky.
i can only yell
The End of the World.
@minor flame 👋
I think there's a distinction to be drawn between what it represents in theory or intention vs what it represents in practice.
and also what people think it represents, split amongst every different position
Nom.
That's Nim, but no-ified.
@quartz beacon Is your ex from Texas, too?
Think Hemlock, but female.
But bubblier.
More.... Hmmm... Is able to make people happier with positive energy... can light up a room...
Hello
There's also the skull resonance/conductivity that is lacking when you hear a recording vs from you directly.
شخصية مرحة
it means funny and loved by everyone
i can't speak im muted
XD
i didn't laugh at you
you said it very good
but not like a native
Fair
Official HD Video for "Hey Ya!" by OutKast
Listen to OutKast: https://Outkast.lnk.to/listenYD
Subscribe to the official Outkast YouTube channel: https://Outkast.lnk.to/subscribeYD
Watch more videos by OutKast: https://OutKast.lnk.to/listenID/youtube
Follow Outkast:
Facebook: https://Outkast.lnk.to/followFI
Instagram: https://Outkast.lnk.to/fol...
im gonna go guys see ya
How's django for full-stack applications versus JS things ?
Both have their purposes, and both are relatively common
But if you're doing any kind of web stuff, expect to interact or deal with JS no matter what you're doing
heard they were introducing something multi threading GIL and it was supposed to be as fast as Nextjs
"learning python/django to ditch js" alright
That's sus mate.
It has the potential to be. Currently the free-threaded Python stuff is still rough, and will become better as more versions happen. And third-party libraries/frameworks like Django and others will have to take the time to improve and work those things into their code.
Im new and that's georgian for me, i'll look into it.
It'll help you ditch most, and it's possible you can avoid using JS
may be frontend is something where i'd need it.
More or less
"Wets my socks" is quality.
I'm back but I've got a couple co-workers back here for right now
Back to Typelock
wb
Shit
One sec
Gotcha
Still, my bad
You need your own I.T. cave.
When it's not tax season I essentially do
@astral coral You got this home boy
@woeful salmon Yooooooo
How goes it
What happened?
my gpu got bricked today
@livid dawn 👋
yesterday technically but i figured it out today
hiii cant listen anything
Listen or say
some yellow coloured excalamtion sign is appearing on the users that are on the vc
It's a common issue with vpns
are you from india? 😮
Also, have to deal with another bullshit phone issue
no pakistan
abo
ah then it makes sense you're using vpn anyways your government has too much internet censorship
i think even youtube was blocked for you guys at some point right?
if you see an indian using a vpn then they're most likely in a university dorm because they block everything in their networks even wikipedia
idk about that but pakistan gov has banneda lot of yt channels and twitter is also banned
Why is Pakistan doing that? I didn't realize the government was so tight fisted right now. Note: I'm from the USA and am therefore very ignorant of things happening that far east
they dont like someone insulting islam
gotta go for now i'd be back later
ah lol i still had the reply on the channel i didn't realize
lmfao
@upper basin I moved you because you seemed to be asleep
AAMVA is a non-governmental, voluntary, tax-exempt, nonprofit educational association. AAMVA is a private corporation which strives to develop model programs in motor vehicle administration, police traffic services, and highway safety.
So it seems this is a good week to be a Golang dev.
672 Posts, 395 Following, 36 Followers · #ActuallyAutistic Programmer with a degree in Environmental Science working in Finance. Yes, I sold out to corporate America, but I want to find a way back. It pays the storm chasing bills, though. As well as my urban hydrology hobby. Photographer, Philosopher, Musician, Scientist . Exploring Buddhism.
Getting accustomed to the basics of authentication and authorization.
Mastodon: @fastalan@mastodon.social
Normies don't have the spoons to do things correctly. So they do everything all-or-nothing. We're willing to put in the effort to go for a secure decentralized online life. They aren't. And they won't until they're forced to.
Apple has to verify anything with New Hampshire so I can use my ID? Damn I'd have to renew my ID three months in advance given it takes Concord that long to process anything.
I got my new car a month ago. I'm still waiting for the title.
*Concorde
!e
from __future__ import braces
:x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | from __future__ import braces
003 | ^^^^^^
004 | SyntaxError: not a chance
!e
import antigravity
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
There's no point to doing that on here.
Clearly Confusing (standard 3.x):
for ii in range(10):
print(ii)
print("which is %s" % (['even','odd'][ii % 2]))
Improved
for ii in range(10) {
print(ii);
print("which is %s" % (['even','odd'][ii % 2]));
}
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.
"I challenge you to a duel." boottothehead
So good
Duel booting.
Soooooooo good
He's indian and prolly a university blocking entertaining content for academic purpose. YT twitter all of em aren't banned in pakistan but twitter gets put on restriction sometimes for national precautions.
@whole bear 👋
"National precautions"?
hello
this thing did not work as advertised lol
ZIPLOCK BAGS
army don't like if politicians or media speaks against them, or anything that goes against them.
Yeah that tracks
When working together online, chat tools like Slack are useful, but allow the service provider to read your messages. Keybase simplifies the process of sharing files and having conversations securely.Keybase is end-to-end encrypted, meaning that only you and your conversational partners can read the messages and files you …
this is what I use instead now. the bag and the waterproofing is the same function
nothing is banned btw other than porn, but that's also banned in harsh's country too along with tiktok.
It also has a liner so I could use it as a cooler.
Huh, learn something new everyday
yep, boogeymen media isn't the best source or indians/chinese/russians nc.
I am using it right now.
Gotcha. Thanks, I completely spaced about the details
That smug expression. He knows the joke with his name
And is constantly chuckling about it
So sorry. Just fell asleep.
It's derived from the Old English words "bīcere" (beekeeper) and "stæth" (landing place), combining to mean "beekeeper's landing place"
https://www.ancestry.com/name-origin?surname=biggerstaff#:~:text=Biggerstaff Family History-,Biggerstaff Surname Meaning,%2C Bierstedt
That is neat
it's over
Please comment if you know more about this meme's origins.
Join my Patreon for a FREE writing guide:
▶ https://www.patreon.com/LIMC
Amazon Storefront: https://www.amazon.com/shop/lessonsinmemeculture
My newsletter: https://limc.beehiiv.com
Facebook: https://www.facebook.com/profile.php?id=61572300586798
MEMBERS:
▶ https://www.yout...
@sinful sparrow I feel terrible, and I know I've asked before, is it pronounced Neil or Nile
Nile
Nah its fine, for some reason everyone not Irish thinks its Neil
im making a knockoff of spotify
using pygame ofc
devs that use pygame to make guis are gigachads
hello guys
@molten pewter You want a fun one? https://www.reddit.com/r/law/comments/1j90a1z/trump_says_he_will_label_violence_on_tesla/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
is there any resource channel in this server?
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
thank you hemlock
Happy to help! If you have any questions, don't hesitate to reach out
I want to learn web scrapping, do you have any suggestions for me, I have no knowledge of programming. just started learning python so that I can start.
beautiful soup is a very powerful resource
Yes I have heard about it but no experiance with it.
thank you so much again hemlock.
Ya'll Redacted Individuals
So I recommend going through "A Byte of Python". It has a chapter on Web Scraping, but it's important going through the basics first
https://automatetheboringstuff.com/2e/chapter0/
You people need to samrten oop
I am required to test a AI Image model, what should I test?
ok I will do it after finishing my cisco free python certification.
Ham but it's a strawberry
s/guys/people/g
s/Devil/badboy/g
Back later, talking with a vendor
"Hey you guys" -> "Hello everyone"
👍
s/vendor/boss/g
It's not the DEEP:
Don’t Defend.
Don’t Engage.
Don’t Explain.
Don’t Personalize.
En belgisk hyrdehund (Berger Belge) er en hunderace, der, som navnet antyder, stammer fra Belgien. Det er oprindeligt en hyrdehund, men den bliver i dag også anvendt som brugshund. Anvendelserne af denne race er meget vidtspændende og omfatter sportsgrenen agility, sporhundearbejde, forsvarsarbejde, lydighedsarbejde, og redningsopgaver. En del b...
I'm a bigger fan of DERP:
Derp
dErp
deRp
derP
jesus my adhd despises math . but I wish i just understood it better . also isnt pi supposed to be = 3.14 ? not rounded down ? who does that ?
that's why it says ≈, not =
pi = 4*(1-1/3+1/5-1/7+1/9-1/11+1/13-...)
etc etc etc
hello there
hello
hello there
hi
= means equal to
≈ means approximately equal to
| | means equal to, but rotated 90 degrees.
Was I snoring?
Hello
Thank you
Thsm
@modern heath👋
i'll have to write a bit in the channel, i've used discord before but this is a new acct
a more focused account, joined less servers, etc
Yes, it's always struck me how people sometimes have a large number of servers joined.
It's like browser tabs.
Some people have fifty of the fucking things open and I want to ask them, "What are you doing with your life? Really?"
yeah i think it's an exploration phase, but then it becomes more clear where the time should be spent
I'm a messy person, but there are some things I like to keep under a manageable threshold.
My holy disorganisation is superior to their blasphemous disorganisation.
Here endeth the word.
not in a discord server
Said they in a Discord server.
I mean there's no merit over other ones
whatever server it is
it's not like this server is a transcendent
We are all of us part of a greater whole, that which encompasses the entirety of existence at the grandest scale to the least.
@main cometEars are open.
Infections in that system are never fun.
we all live in a yellow submarine
in the big blue see... accept its a submarine, so there are no windows :(
print("not 5 10")
!e py print(not 1)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
False
Nonzero numericals are truthy.
It's a coding term.
All properly implemented objects in Python have a truthiness or falsiness.
@main comet are you emotionally intelligent?
True is truthy, False is falsy. But other objects can be truthy or falsy.
!e py if 'abc': print('Hello, world.')
:white_check_mark: Your 3.12 eval job has completed with return code 0.
Hello, world.
!e py if '': print('A') else: print('B')
:white_check_mark: Your 3.12 eval job has completed with return code 0.
B
True, as an inherently truthy entity, unmistakably signifies the embodiment of truth in all contexts, whereas False, equally definitive in its own way, resides in the realm of falsiness, unequivocally marking the absence of truth. However, the universe of objects is far from simple, as many other entities—ranging from seemingly straightforward values to more complex constructs—can exhibit characteristics that make them either truthy or falsy, their state being highly dependent on the specific conditions under which they are evaluated, leading to a web of ambiguity and variance that defies a clear-cut distinction between the two.
Empty strings are falsy. Strings with characters in them are truthy.
alright, Adios amigos
!e py if -1: print(-1) if 0: print(0) if 1: print(1)
bye bey
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | -1
002 | 1
:white_check_mark: Your 3.12 eval job has completed with return code 0.
[Ellipsis]
I shall return in a moment.
rip
I've returned.
FROM THE DEAD!
I guess the rest wasn't very peaceful.
Dunbery Stronnes
Sardalet Cenalan
Wens
Hushirene
Royalp Tau
Yarre a l'Aubbe
Dieur deddanchees
Dieuilla Feuille
Striege Druffe
Bano
Neuffalotte Gex
Estraliano Richk
Anne
La Valleno
Yarra l'Autu
Fermignollette
Raclet Ber j
Yarre-V
Style Ageddano
Austeriche
Kadc
Coldt Fouries
Meyeng Che
Buch
Aveynierit
Gueratyrintalette
Serreg
Adoberda
L'Ec```
@round matrix you're awesome af
ty
@main comet tell us about these experiences
@main comet gaming communities all the same? how?
@main comet trolling, edging, harassment are very common on discord
Hello 👋
if any("angles" in gate, "angle" in gate):
thetas.append(gate.get("angles", gate.get("angle")))
Like this?
if "angles" in gate or "angle" in gate:
thetas.append(
gate.get(
"angles",
gate.get("angle")
)
)
apple(pear(orange()))```
o = orange()
p = pear(o)
apple(p)```
not me suffering through a sudden call surge.
@cursive bane @simple matrix 👋
is there any fast image modification lib in python?
i wanted to rewrite my bot in discord.py
Depends on what you're trying to do, specifically. Pillow, in general.
is pillow a c ext?
Python.
Try.
specifically less ram usage
If it's too slow, use some other thing.
currently my bot is in discord.js its using like 500mb ram
dats pretty cool though
ripoff spotify is coming along nicely :3
noice
hey @upper basin
hey @upper basin
@upper basin
have you get any working solution for your pc problem??
Yeah. It works fine now but it's a PC basically.
Has to be plugged in 24/7.
If it gets unplugged, it'll just get powered off.
what device you bought??
firetv, chromecast, micracast??
Nothing since the laptop works now.
Taped the charger in, but besides that it's fine.
but you already said that it's working
Yeah the laptop works fine.
it's just risky to use it
But the battery won't be charged.
Yeah but HP said use it, it'll be fine.
I'm gonna use it for a few months until I can get a new laptop.
i think battery health level is not usable
Battery is fine, it's a motherboard problem. It doesn't send power to the battery.
It can get power from the battery but it won't send power to it.
So, I am stuck with this for now. It's fine, I usually keep it plugged anyways.
ok now i got it
i also run my laptop mostly plugged-in which preserves battery health
i think
don't know, but i use that way only
I would have wished for it to still charge in case charger gets unplugged or if I have to take it somewhere.
But better than coding on my phone.
Eech.
@upper basin
you can try asus new books, bcoz it got snapdragon X with around 11-15hrs real-world battery backup
Yeah, asus seems to be more reliable.
what it means??
Like ew.
Disgusting.
Coding on phone was rather painful.
i think you are chatting from your Half Sick laptop
i can hear key presses
😁
Oh yeah.
Poor kid, I was rather happy with it before all this.
It's a good laptop.
what languages you mostly work in or know??
Python mainly.
I know Java and C, but since I don't use them I forget how to use them.
i am trying to find a mate to learn go, so can learn together
so that i can't become lazy and my progress gets slowed down like a turtle
I'd love to, but right now I'm focused on finishing two packages.
After that, sure we can do it.
ok
which one, there use case??
quick and qmprs.
quick is published already. qmprs not yet.
how much time it will take??
do you have any use case for it to learn that??
docs/website for it
Uhh, two months. Use-case is quantum compilation mainly.
are you also in quantum field to learn language for it??
what work you do in quantum?
I am trying to make a quantum programming language.
I mainly work on compilation schemas.
@upper basin here comes one more quantum field enthusiast @whole bear
go to microsoft/google for that, they can give you the quantum chip
Depends on your definition of fun.
I am adding qml (quantum machine learning) to my package.
I hate the way I am handling inhomogeneous param, so trying to fix that.
Ah. I am a pro-procrastinator myself.
I am the guy of person who never writes down stuff for planning shit like this
which means I am trying to just keep the entire reactivity system in my head
Oh no no no, I have a really messy journal for all the features and bugs in my notepad. I can't operate at ALL without it.
Salt has a really cool system.
I do have a todo list and all that
but nothing for actually planning implementation
Wdym?
I have todos for "implement feature X" etc.
but when it comes to the actual api design, and how to implement it I just plan that in my head
Ah. I make diagrams either on paper or in excallidraw or canva or lucidchart depending on what the feature is.
Maybe I should get better at doing that
I am having issues figuring out exactly how the parent child communication is gonna happen
Can you give me a bit more detail please?
I feel you'd get some insight into it if you use a acylic graph.
a what
It's basically a graph that doesn't have loops.
But you can do any direction. If you have a direction it's a DAG.
Like caching stuff?
To some extent. I am not actively coding in it so I am a bit rusty. Pun not intended hehe.
I need RAM, I have to close discord for a bit. I'll catch you later Viv. Really want to learn more about what you're making.
I'm crashing 3 times a minute with discord open hehe.
but see you later 
gtg
Baiiiiii
RNN
The principles are the same.
What's the issue?
Aren't SOS and EOS for photosynthesis?
Oh, start of sentence and end of sentence.
Sure.
So what is the issue? Is it low accuracy or actual code errors?
Sleep.
I'll have a look.
Plot the training loss with epoch.
That should help.
Ok.
Hey, Jat.
!stream 489768070034882571
✅ @jade mountain can now stream until <t:1741873671:f>.
@jade mountain Your house is quite similar to Jeffery Dahmer
Kitty is awaiting for next human meal!
waht
Hiiii
@lethal siren 👋
👋
hello guys
im wondering if you guys only talk about pythonic related stuff here
Oh my, no.
aahh
we talk about EVIL pronouns 😈
thank god
!e
from __future__ import braces
:x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | from __future__ import braces
003 | ^^^^^^
004 | SyntaxError: not a chance
Neat. What kind of bot?
!e
# should be a gigabyte?
_ = b"uwu" * 333_333_333
: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 | _ = b"uwu" * 333_333_333
004 | ~~~~~~~^~~~~~~~~~~~~
005 | MemoryError
i have a discord server where some people just keep on leaving and joining.
i dont want those guys to have their roles back when they do that
you cant leave and join the server for more than 3 times
!e
import threading
import time
threads = []
def f():
time.sleep(99999)
for i in range(10000):
t = threading.Thread(target = f, daemon = True)
t.start()
threads.append(t)
print(f'running {len(threads)} threads')
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 10, in <module>
003 | t.start()
004 | File "/snekbin/python/3.12/lib/python3.12/threading.py", line 994, in start
005 | _start_new_thread(self._bootstrap, ())
006 | RuntimeError: can't start new thread
!e
lo = 0
hi = 1_000_000_000
while (h := hi - lo) > 1:
mid = lo + h // 2
try:
_ = mid * b"A"
_ = "_"
lo = mid
except MemoryError:
hi = mid
print(lo)
!e
import threading
import time
threads = []
def f():
time.sleep(99999)
for i in range(10000):
print(len(threads))
t = threading.Thread(target = f, daemon = True)
t.start()
threads.append(t)
print(f'running {len(threads)} threads')
:x: Your 3.12 eval job has completed with return code 1.
001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
006 | 5
007 | Traceback (most recent call last):
008 | File "/home/main.py", line 11, in <module>
009 | t.start()
010 | File "/snekbin/python/3.12/lib/python3.12/threading.py", line 994, in start
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/ROZ3BJ5G7YJ3YU4OAEKH5ULH7Q
:warning: Your 3.12 eval job timed out or ran out of memory.
[No output]
does this server have any bots?
WYM ITS LIMITED TO 5 THREADS?
!e py import subprocess print(subprocess.run(["free", "-h", "/dev/null"], capture_output=True))
: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(subprocess.run(["free", "-h", "/dev/null"], capture_output=True))
004 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
005 | File "/snekbin/python/3.12/lib/python3.12/subprocess.py", line 548, in run
006 | with Popen(*popenargs, **kwargs) as process:
007 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
008 | File "/snekbin/python/3.12/lib/python3.12/subprocess.py", line 1026, in __init__
009 | self._execute_child(args, executable, preexec_fn, close_fds,
010 | File "/snekbin/python/3.12/lib/python3.12/subprocess.py", line 1955, in _execute_child
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/BGKVM3BFMNHCZFWOWYKXBXGMUQ
like own bots
King Arthur got slightly rebranded
bwaaa
I don't got near that place of Linuces
@rugged root "sail?"
brb
:(
Eat lotta sugar to deplete the salt so you can then lick your own tears afterwards.
Ace tips.
Eat lotta sugar to deplete the salt
Diabeter
Where were you in the SCP wars back in 1984?
Warcrime once, shame on you. Warcrime twice, recommend him to CIA Special Activities.
Is this the real life, is he just a fat-nazi?
Thank ye
Thank ye
I put ze code to run. I will go to watch invincible finale in the meantime.
"Stand ready for my arrival, worm."
@rugged root no, it was just a heatsink
without water
first machine gun
Maxim gun
including its installation on technicals and the mounting of red dot sights.
mounting of the what
That..
Those...
Huh?
I thought those weren't made until the 60's at the earliest
century old gun is still a gun
Abbey Road.
1.21 gigawatts?!
Co-worker back here again
LOL
@spark fjord @untold gazelle @livid dawn 👋
Flux Capacitor.
are you a mod here
Hi there, i am new to here!
i see
I am currently rebasing something..
"good manners":
git fetch
echo yolo
git push --force-with-lease
The safe word is "harder"
✅ @jade mountain can now stream until <t:1741879420:f>.
Hold on, let me ask my AI how to respond to your disrespect of AI
i want this in red and black color
Im jk
omg
the flags have aligned
sounds like hebrew
@outer apex👋
Hew?
Um
I have no idea what you mean
I totally don't have a case of stupid fingers today
The nose...really?
@livid dawn Why the racist stereotype react?
Im sry
@plush oyster @daring wind 👋
sup
T-T
@cosmic bison What do you mean? Where do you think we got Brazil nuts from?
I don't actually know who Penny Parker is
Hemlock
Yo
Emm about the pc
Yarp
It died
my cat
Daww, I love ginger tabby cats
And now
And throw it away
But i got 2 broken rn
Its 500 watt build had a 800 and 600 watt and they died idk what im dowing wrong
Is what
Mr hemlock what now
I don't know without being there to troubleshoot it
!stroopwafelify 327179626306863104
the only thing I have to say about the situation
Now I want one
Mr hemlock do i just throw the pc away
you can have a high quality picture of one instead #voice-chat-text-0 message
You're dying
@cosmic bison Aren't we all?
@rugged root ctrl+f and "stroopwafel"
very predictable whose messages show up
It's almost like I can reach out and grab one
Yeah I can think of the usual suspects on that
Hemlock the pc got 2 1060
I don't know
Thats bad right 2 1060
Buy better power supplies, or supply more regular power
What i buy
Maybe a UPS might be a good idea if power is not regular
500W doesn't sound enough for 2x(any GPU)
They dont ask much
the 1060 takes 120W
400-500 is recommended for 1, so a 600 or 800 should be more than enouigh for 2
If multiple PSU's died in the same system, I think I'd call all the parts cursed
for fear of moving a bad part to a new good system
Motherboard??
I do not have your parts, I do not know what the issue is
but 3 PSU's dying in a single system is not normal
2
I thought you had a 500,600, and 800
Possible that your system isn't properly grounded? Maybe?
600 800
Would be a stretch, though
Either way, multiple PSUs dying is a bad sign to me
and when it comes to electrocution, I rather not die
Instead of watching more sparks fly, I'd sacrifice the $ for the potentially longer life
That's just me 🙂
There was smoke
@cosmic bison Yes
Generally the inside of the computer is also hotter, which allows for more moisture in the air
But the power didnt die pc still like light but heard like pop and smoke come out
@cosmic bison Generally, I trust around 50% humidity or lower to be your best bet
so your 80% outside might only be 50% inside
Yep, which is why proper airflow is key
I still need to buy a thing to measure humidity
My own pc is 80 Maxx on 120% usage cpu and gpu max 74
Same
@quartz beacon Java Monsters are amazing
And normal like everything off 4% on cpu is 38C
@tepid mantle Just a pinch of tea leaves between the cheek and the gum
there is a hypothesis that my breath issues are correlated to humidity at least in some way
That's highly possible
during one of the summers it was 100% for many days, that was kind of suboptimal
Dkorstyzz
?
I would not recommend using the parts that have murdered 2 PSU's
I can't help beyond that recommendation
I got 750 watt
@quartz beacon 
It very well could have been 2 bad PSUs, but IDK anything about what you're doing
I'm not there 🙂
my GPU so far has only 1 PSU killed by it
?
I got 6 death PSU
you gumming tea??
Brian
Good ol Brian
Man's innocent
It's a frame job
Even murderers?
those who are actively killing?
So?
He drove the charge to AI denials
fuck him
not a rfuckin tear from me, he illegally caused the death of many
it did solve a thing
he would never see a court room
Never fails to amaze me how everytime I join there's a political discussion.
Didn't solve?
Policies changed
like immediately
there was change
Not enough
but some
none owuld have
or they would have pushed forward planned changes for the worse
which were reversed
immediately
You can't kill corruption though. It's part of our nature.
they had some real shit changes in the pipe that they announced shortly before/after and then drop\ped
don't remember the exact timeline
but it forced QUICK change
We have evolved into this state. Whenever someone reaches power, they are prone to become corrupted.
You can kill as many as you want. You kill them, now you're becoming like them.
A proper beverage
The assumption that letting things ride it out and they'll get better is...
The current course is fucked
No. For things to get better you need to carve a way into roles of power and break the cycle.
No one will ever do that.
Killing is easy. It is compared to working for decades, taking shit from everyone until you become a position of power.
tea without milk is too dangerous for my throat nowadays
I would live for the world to be better
but it ain't gonna get there with the current regime of billionaires murdering us en masse
^
That's fair
1 more corpse in the pile? No tears from me when it's the corpse of our overlords
Kill anyone you like. It won't change a thing. You can't fix something by breaking it even more.
It's not about mercy. It's about fixing the problem. You can't fight fire with fire.
@quartz beacon with milk it's less drying
Take my country for example.
You can't fight the sword by laying down
Killing Hitler in 1935 instead of him offing himself in 1945 would have led to very different times IMO
Tea is fine with milk
depends on the tea I suppose
but black tea with milk?
sure
"there's worse: milk added to red (hibiscus) tea"
You can kill the leader. The replacements for the leader. The generals. The loyalists. The extremists. The list willl stretch to thousands, maybe millions. Eventually you'd have to be rid of the current government as a whole. Result? Economy collapses, other countries will invade under the fascade of "stabilizing the region", and you will have a new problem. Same shit, different dictator.
If the death of the dictator became a regular expected result
Then you have a new government. What's to say this new one won't commit the same atrocities?
That sounds abysmal
less would sign up to dictate
dear god
You can write without a dictator
Secessio plebis.
They are not really a... genocidable class
what I did was even worse:
it was banana-flavoured soy milk
genocide is against a specific people
this makes me sick, america was a mistake
0-0?
I mean you only have yourself to blame for that
it tastes but it does not look
The CEO's of health care companies have changed many times. Things only got worse. Brian died, things immediately improved.
Strange to say change can't be enacted differently.
Let's take a look at the civil war, scumbags wanted to own humans, decent people thought that was wrong.
We should have sat by and let scumbags own people?
or stab em in their fuckin hearts and burn down theri cities?
I don't want death if it's avoidable
No more slavery (except for all the slavery that we still allow)
hibiscus tea has definitely caused some level of damage to my teeth, afaik it's somewhat chemically active (acidic, I think)
If you go for "proper"change, those in power will just have you murdered
interesting, I didn't realise that was an issue
How'd MLK's non violence go?
I'm stepping back, sorry
Maybe just maybe, if all the cards fall correctly, just maybe, the dictator will go away
instead of like, making the dictator go away immediately
I'll just accept that I'm wrong and too much of a coward
cheaper than yorkshire tea?
it did have the same issue as the real one:
it needs very high temperature, and it is very low concentration
Not fighting fire with fire is not cowardice.
It's wisdom.
That same mindset of "that's naive" is how we justified atrocities for the "better good".
Time after time, humanity has proven it will take the darkest path if no one gets in the way
If we don't actively fight fascism, it'll take over every time
I know it
Yes. Killing is just following the same path. Justify it as you wish. You can't fight fire with fire long-term and hope for a peaceful end.
sorry @rugged root
Kill or die, easy choice in my book
You're fine, Jik
i didn't mean to be reductive or diminutive
It's all good
Then don't try to justify it as moral.
Morality only counts in situations where there's room for it
not my morals
And that's usually after the fact
might be yours
but I won't claim them as my own
It is moral to minimize death
even if that means causing death
if the end result is less death
moral
And we come back to square 1. You start thinking like the enemy, you're contributing to its culture.
You need to rise above it.
To a point
There is no right choice
I have no tolerance for the intolerant
that's how it work
s for me
tolerance is a contract, you don't wanna be tolerant? I won't tolerate you
I don't tolerate Nazis to "be the better man" because last time we did that
WE got WWII
You need to be powerful enough to make a change, and powerful enough to defend against outside corruption without becoming corrupted. It's a bit of a paradox when you don't have power to begin with.
And a whole LOT of fuckin death
The paradox of tolerance is a philosophical concept suggesting that if a society extends tolerance to those who are intolerant, it risks enabling the eventual dominance of intolerance; thereby undermining the very principle of tolerance. This paradox was articulated by philosopher Karl Popper in The Open Society and Its Enemies (1945), where he ...
Authoritarians do not deserve to continue to serve3
Had NATO been powerful enough to just take down Nazis before they became a full on army you wouldn't have suffered the issue.
If only NATO had been around back then...
Yes. My point exactly.
When each country acts selfishly, you get an ecosystem of fuckers and fucked.
?
What does WWII not being stopped by NATO have to do with what we were discussing?
Rocket candy, or R-Candy, is a type of rocket propellant for model rockets made with a form of sugar as a fuel, and containing an oxidizer. The propellant can be divided into three groups of components: the fuel, the oxidizer, and the (optional) additive(s). In the past, sucrose was most commonly used as fuel. Modern formulations most commonly u...
clearly edible
I'm pretty sure it's not legal to blow shit up on public property
That's why you must hide the identity
so that when they find it
they can find out who committed the crime
What the fuck kind of story is this?
"We checked if we could legally blow soemthing up, and they said as long as it couldn't be tied to us we can blow shit up on public property"
Wonder why you need to make sure they can't tie it back t oyou, if it's legal"?
maine or massachussetts?
I've heard both in this story
Each country is you. Kill or be killed. My family's gain before others. I don't give a fuck what others do, I will survive no matter what. That kind of mindset whilst practical, it leads to a scattered power distribution.
If each country made an effort to be better, they would have eventually united to defend those values together. Then whenever a minority tried to undermine that peace, they would have had enough power to quickly and peacefully silence it. Revolt starts when the government changes from a parent to a warden. Make the world a good enough place that people don't start idolizing extremists.
The best you can do is try to make things better for those around you and for the time period
It’s legal if we don’t get caught 
So how is it every few decades the far right shows up and convinces the masses that they should vote against their own interests?
So, on a smaller scale when you share the same mindset of fuck or be fucked as corporate entities, you can't expect change. Not the change you want.
Not how "legal" works
you can tell yourself that
I live in Maine, the truck is in Maine, the owner lives in Massachusetts
It’s a joke I’m not being literal
@rugged root
ah, I missed the joke, I guess
It’s like saying “No cop, no stop” when you get to a stop sign
Why would I do that?
Because I stop at stop signs?
Obviously you don't know me at all
I quite like rules
So I stop at stop signs
It's not
We've talked before
I've heard people say that
"Why follow the rules, there's no admin"
and I'm like, "because it's the fuckin rule all the time"
What decent person wants to lead?
Those who seek power are those who are most likely to be corrupted by it
Yes. It's an immense sacrifice.
\or are already corrupt
and that is why they seek the power
Psycho/Sociopaths have a siginificant overrepresentation in corporate leadership
Well, shit
I forgot that Windows removed the old backup and restore thing
Now it's just backup to OneDrive
Which.... no, fuck that
Download a song as fast as it takes to play the song
I get 1gig for like $65 or so a month]
I'm on a hotspot rn in the middle of the second busiest city in the state so cell service is slow and I have no wifi near me that isn't insecure
So I'm just raw dogging it with the hotspot
600mbps for $6 in "better parts" of Russia
You're in a bigger city, right?
Russia has W prices, what?!
I'm well aware
Laaaaaaaaame
But it's not really a residential city it's an economic city so there's the population plus everyone at any of the hundred of stores.
It's not a competition 
This is also BS, Augusta is like 6x larger than Portland
And Auburn is far larger than Lewiston
Is that the same 202 from NJ?
Rust is less verbose than Python
Rust is a beauty compared to Python 🙂
It's not perfectly implemented in everything but I see it replaced python in terms of fullstack in the near future (if not, already)
agreed
Python-Rust integration is quite good
Pulling manifest 1 of 18 
That is the 202 from NJ
Always happy to see new users
how long is this fuckin road?
the how many gigabytes
Thank you ❤️
pyo3 does have some serious issues on stable python, but it's mostly related to allow_threads
Don't get me wrong, the syntax is annoying as hell but overall Rust is just amazing.
Happy to be here
@cold warren Java OOP you mean?
This manifest is 19 gigs and then there's another 161 GB across those other 17 manifest
exactly what I mean
Erlang is OOP, SmallTalk is OOP, Rust is OOP, C is OOP
you need to be more specific
I have been learning python oop
@rugged root yes, of course, message passing
;-;
if you're using allow_threads and send_wrapper, you're probably already aware of unsafety of your actions
@rugged root what are the rules here?
Anything is OOP if you try hard enough.
@rugged root there are classes in Haskell
literally class keyword iirc
no
yes, it's a troll-ish remark, but still
in C you just invent your own object system
(~= traits in Rust)
without dyn
just open the docs and read for, like, 200 hours, it's a very easy concept
class Showable a where
showMe :: a -> string
instance Showable Int where
showMe X = "The number is: " ++ show x
instance Showable Bool where
showMe True = "It's true!"
showMe False = "It's false!"
main :: IO()
main = do
print (showMe (5 :: int))
print(showMe True)
```haskell
let i: int = 0
# All of these increment i by 1
inc i
inc(i)
i.inc
سلام
trait Showable { // =ToString
fn show_me(&self) -> String;
}
impl<T: Display> Showable for T {
fn show_me(&self) -> String {
t.to_string()
}
}
@whole bear @prime coral Yo to you both
👀 What else ?
.to_string() technically is an extension method
Hiiiii
are you wise? 😇
Yoo🤟
برای بازی کردن minecraft_hex.exe به دارک وب مراجعه کنید
بیایید در مورد آن صحبت نکنیم
!rule 4
4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.
English: Lets not talk about that
?
wtf 😦
are there any french people on the server with whom we could share our python knowledge ?!
the meme was download, the ad was steal, but we don't steal movies, we watch them

