#ot1-perplexing-regexing
1 messages · Page 132 of 1
All right I will check it out
yeah do not fuck around with psus
just get a good one and it will usually outlast everything else
I mean, CPU and RAM are usually immortal
yeah but i mean it in the sense that you'll end up upgrading those before you upgrade your psu
Oh for sure
I would have liked it if they showed the prices for these
40-50% is a little too far above what your intended maximum is as a 'benchmark'. Most power supplies run at peak efficiency somewhere in the ~70-80% usage mark
I do a 25% overhead unless I'm buying underpowered components with the intention of upgrading later.
This isn't true with the last ~two generations of Intel processors.
Fair
Not to be pedantic; I harbor no 'favorites' when it comes to components, but prioritizing reliability in one generation has the potential from placing you in a precarious situation before you're willing to upgrade.
There is a microcode patch for that at least, but it's not clear if that merely delays the demise of the processor or what
If a power supply carries more Watts, does that make it a better power supply?
oh
do you know what watts are?
afaik it just undervolts the cpu so it doesn't fry it when whatever is causing the failure occurs
Yeah
Unfortunately I have one of the affected processors and I am hoping it doesn't die any time soon 
coming to you from a 6th gen i3
Haha
5800x3d here
It would be designed to be similar to MediaWiki (what Wikipedia uses)
Still solid
ECC RAM on a consumer platform 🔥
I turned on ECO mode on my 5600 and it now stays under 55C with the fans set to 30%. Small decrease in performance but now I can hear myself think.
I have four 100+CFM fans currently
its alr
@spare oriole
kitty
what the hell is the context to this ot
catto
cat
:incoming_envelope: :ok_hand: applied timeout to @knotty herald until <t:1731344932:f> (10 minutes) (reason: burst spam - sent 8 messages).
The <@&831776746206265384> have been alerted for review.
@knotty herald please dont spam
is that u?
the middle aged part is at least true
agreed
i hate this time of the year... recruiters fill my inbox with fake "job opportunities"
7800x3d gang
only 16 threads?
guys, does it matter?
is this ok?
(i've put h4 tag inside ul tag instead as a li)
would it not make more sense for the header to be before the list?
Why is that a header
In case you forget it's a book store
guys how messed up is having to switch between implementations by scanning the traceback stack? 🙃
very
Heyya
I want to do something like
class Example:
x = inmutable()
y: int
def __init__(self, x, y):
self.x = x # only allowed to change in __init__
self.y = y
e = Example(10, 20)
e.x = ... # error, inmutable attribute
e.y = ... # you fine
# or
@inmutable
class Example:
x: int
y: int
def __init__(self, x, y):
self.x = x
self.y = y
e = Example(10, 20)
e.x = ... # error
e.y = ... # error
but I'm running in the issue I have to change function implementations based on the call stack
which is cursed af
does python have template params?
Not in the C++ sense, but you can usually cover their usecases with runtime operations and generics
#include <iostream>
#include <vector>
#include <algorithm>
#include <chrono>
#include <thread>
using namespace std;
int main() {
system("cls");
vector<int> cursed_values = {};
int toadd = 0;
while (!(cursed_values.size() == 9)) {
string minimized = "MINIMIZED";
for (int i = 0; i < minimized.length(); i++) {
char c = minimized[i];
auto found = find(cursed_values.begin(),cursed_values.end(),i);
if (found != cursed_values.end()) {
cout << endl;
} else {
cout << c << endl;
}
}
cursed_values.push_back(toadd);
toadd += 1;
this_thread::sleep_for(chrono::milliseconds(200));
system("cls");
}
}```
oh my god wtf is this code AHH
c is already hard
dont make it harder by using c++
noo
looks clean
and cursed
yeah

C is simple
na mate
which is why it's so hard
because it's too simple
C++, on the other hand, is too complex
guys, idk how to have my endpoints for the frontend of my site
a person can register either as customer (user) or seller (vendor)
i have my endpoints like this rn
so that it'll be called like
/account/user/register
and /account/seller/register
but should i instead convert it into
this?
/account/register/user
/account/register/seller
so that both the register routes in frontend for both types of users would be just merged into one
which one feels more intituive to you?
you should start going on websites that offer these sort of flows and see which ones feel the best
amazon has a subdomain
but im hosting it locally
lemme research more and come back
so?
is there a way to have subdomains in localhost?
yes
if i manage to get it working in react, then its game over
Yes
Don’t be so sad
also, as u guys can see in this picture, all types of users can sign in from just one single page
is this ok, or should i have to get it separately just like the register endpoint?
i see thats what amazon is doing
Whatever works for you is fine
Login forms are the Wild West
It’s better if you have a distinctly different registration page
ok
im gonna implement amazon style routing then
🐊
cuteness overload
guys, im gonna setup a Contact us section in my page
what should i do with the submitted content?
a. leave it alone and do nothing
b. log them into either stdout or a file
what's the point of a contact us thing if you're not gonna read it?
The illusion of caring
ah so every big tech corp
Have a page that says call us and set up hours but never give out a phone number
you gotta at least make them enter their email so you can send a form letter thanking them for their feedback and promising that a member of your team will respond promptly
Dear Valued Customer,
Thank you for reaching out to us, we're happy to be able to serve you and your needs at Bookstore. While we're reviewing your message please check out our Frequently Asked Questions. We appreciate your business and will respond to your message in the order received. Thank you again,
Bookstore.
How many pairs of shoes at a minimum one should own?
probably at least one
it depends
if you play a sport, that has its own requirements
For decades I've owned one pair. This is the first month I've owned two. But I purchased a treadmill and needed an indoor pair.
like if the one pair you one is converse, you don't want to be running track in those converses
I might just purchase another pair of airforce nikes
airforces are so good
i have black ones and they work in every situation
i can wear them to work and they just look like work shoes
and they're comfortable once you break them in
W shoe
I own one fancy pair to go with suits
one less fancy pair for family occasions
one pair of sneakers
and a pair of work boots
and planning maybe more work boots
I have a nice pair for work and then a shittier pair if I'm going to be doing something that could jeopardize their integrity
I spend an absolutely astronomical amount on shoes. I have to buy a new pair every year due to work wearing them out, and they're getting to be like $100/pair
as a guy, two is enough for me
Heyyy
I am trying to install TeX Live, but every time I try I get an error.
Installing to: C:/texlive/2024
Installing [1/6, time/total: ??:??/??:??]: hyphen-base [23k]
tar: Skipping to next file header
TLUtils::untar: C:\Users\joyzo\AppData\Local\Temp\nsdEB8B.tmp\install-tl-20241112\tlpkg\installer\tar.exe xmf C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\wlUPFPqEaL/hyphen-base.tar failed (in C:/texlive/2024/texmf-dist)
TLPDB::_install_data: untar failed for https://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/archive/hyphen-base.tar.xz
TLUtils::install_packages: Failed to install hyphen-base
hyphen-base will be retried later.
Installing [2/6, time/total: ??:??/??:??]: kpathsea [1065k]
xz: (stdin): Compressed data is corrupt
TLPDB::_install_data: Decompressing C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\rkOeJ6VSSI/kpathsea.tar.xz failed for https://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/archive/kpathsea.tar.xz
TLUtils::install_packages: Failed to install kpathsea
kpathsea will be retried later.
Installing [3/6, time/total: ??:??/??:??]: luatex [1931k]
tar: Skipping to next file header
tar: Only read 3555 bytes from archive C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\DbAfw42V48/luatex.tar
TLUtils::untar: C:\Users\joyzo\AppData\Local\Temp\nsdEB8B.tmp\install-tl-20241112\tlpkg\installer\tar.exe xmf C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\DbAfw42V48/luatex.tar failed (in C:/texlive/2024)
TLPDB::_install_data: untar failed for https://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/archive/luatex.tar.xz
TLUtils::install_packages: Failed to install luatex
luatex will be retried later.
Installing [4/6, time/total: ??:??/??:??]: texlive-scripts [542k]
xz: (stdin): Compressed data is corrupt
TLPDB::_install_data: Decompressing C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\t8D3hVDmed/texlive-scripts.tar.xz failed for https://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.tar.xz
TLUtils::install_packages: Failed to install texlive-scripts
texlive-scripts will be retried later.
Installing [5/6, time/total: ??:??/??:??]: texlive.infra [558k]
xz: (stdin): Compressed data is corrupt
TLPDB::_install_data: Decompressing C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\3EgXZ4saty/texlive.infra.tar.xz failed for https://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/archive/texlive.infra.tar.xz
TLUtils::install_packages: Failed to install texlive.infra
texlive.infra will be retried later.
Installing [6/6, time/total: ??:??/??:??]: tlperl.windows [10352k]
xz: (stdin): Compressed data is corrupt
TLPDB::_install_data: Decompressing C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\IEp75UhH8C/tlperl.windows.tar.xz failed for https://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/archive/tlperl.windows.tar.xz
TLUtils::install_packages: Failed to install tlperl.windows
tlperl.windows will be retried later.
Retrying to install: hyphen-base [23k]
tar: Skipping to next file header
TLUtils::untar: C:\Users\joyzo\AppData\Local\Temp\nsdEB8B.tmp\install-tl-20241112\tlpkg\installer\tar.exe xmf C:\Users\joyzo\AppData\Local\Temp\vYH32jVHTV\f2VuEyTTaa/hyphen-base.tar failed (in C:/texlive/2024/texmf-dist)
TLPDB::_install_data: untar failed for https://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/archive/hyphen-base.tar.xz
Installation failed.
Rerunning the installer will try to restart the installation.
Or you can restart by running the installer with:
install-tl-windows.bat --profile installation.profile [YOUR-EXTRA-ARGS]
C:/Users/joyzo/AppData/Local/Temp/nsdEB8B.tmp/install-tl-20241112/install-tl: Writing log in current directory: C:/Users/joyzo/AppData/Local/Temp/nsdEB8B.tmp/install-tl.log
What is this?
Seems like your untar fails for some reason. Some just say that it jumped headers and tried next file, some say data is corrupt, some say they read surprisingly little data from the files... Sounds like they didn't download correctly or something is blocking them - did your antimalware software say anything?
no
Did you check its logs? If you set it to silent, there's no notification, but the logs and quarantine might have some signs
This is scan, not log of continuous monitoring that'd interrupt the script run
did we have a machine learning channel?
why? i like my converses for everyhing
which isn't good but meh
they aren't running shoes, if you're doing it for sport, you'll get injured
I beg to differ
do you run for sport
No just to stay alive
Agreed
I've been pleased with the Allbirds I got, although a bit over a year now they are starting to fray a bit in the high wear places
I like the look of these though, they might be the next ones https://www.cariuma.com/products/oca-low-gum-burnt-sand-canvas-sneaker-men
These don’t look like running shoes
That's because I don't run
yes
This article discusses how to allow the use of GPU rendering during a Remote Desktop session by modifying the group policy on the host computer.
maybe try that
its a kvm and i havent passed thru the gpu yet
oh oracle doesnt even offer gpus
:incoming_envelope: :ok_hand: applied timeout to @buoyant panther until <t:1731523037:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).
The <@&831776746206265384> have been alerted for review.
Do people put salt and pepper in their Pho?
Probably
Salt is a flavor enhancer so almost definitely
or MSG
MSG is just the "salty" part of what salt is
so
(and its not bad for you thats a lie)
MSG is different from salt though
.wiki disodium glutamate
Disodium glutamate
Disodium glutamate, abbreviated DSG, (Na2C5H7NO4) is a sodium salt of glutamic acid. It is used as a flavoring agent to impart umami flavor. Disodium
Monosodium glutamate
additives disodium inosinate (E631) and disodium guanylate (E627), as well as conventional salt, are usually used with monosodium glutamate-containing
huh it does exist
side note why does this use the terrible curid urls
Second definition above
no I meant wtf does this mean
MSG is just the "salty" part of what salt is
yeah that doesn't make any sense
MSG is not in table salt lmao
Yeah MSG is an entirely different thing. It's an amino acid
it probably wouldn't be very good without salt
who the heck puts just salt in pho
get some hoisin sauce or something, anything but the blandest seasoning ever
people with a basic understanding of what salt is for?
not just salt but
its literally a flavor enhancer
why wouldnt you use it
and salt and pepper is a godly combo just sayin
I havent seen a single one of my vietnamese family put salt in pho after cooking it
i wont act like you shouldnt put salt in it at all
ok maybe it's a roundabout way of saying trust the chef
Car
what the fuck
lmfao
real news site reports on fake news site
Oh Hell Yes
Oh Fuck Yes
i love the onion
can any networking nerd explain to me why giving each device an ipv6 /64 isn't incredibly wasteful? isn't giving devices a bigger subnet than they need the exact situation that led to the ipv4 address exhaustion?
every resource ive found online basically says "ipv6 is too big for it to be wasteful" - isn't that the same thing people said about v4?
How many ipv6 addresses are there? Like, calculate the specific number
oh, i see
looked at a ipv6 subnetting chart, now i get it
wdym 2^128 is a big number?
I think so
!e print(2^128)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
130
meh
Nothing should be serious in this world
Everything NEEDS to be ironic
I think if everyone was so covered in layers of irony that you could never tell what someone actually thinks, we would achieve world peace
isps typically get /32s and RIRs get /12
a /32 has the same amount of /64s as ipv4 has addresses
a /12 has ~1 million /32s
damn
Teach em young
my ISP gives /48 as part of my plan 🥴
A fixed IPv4 or a /29 subnet are available for an additional charge. A static IPv6 /48 network is included free of charge. The addressing is done via DHCPv6-PD prefix delegation.
Hi FFF @solemn tulip
unless it's a business plan or a really small isp, that sounds a little wasteful
not a business plan, but I guess smallish ISP
He's not wrong...
the kid looks mortified
Try LFS and you'll understand
Thank god i'm a windows user
I'm sorry to hear that
I'm sorry you're sorry about that
I hope you get better soon
As someone who daily drives W11, Arch, and MacOS...
Windows > All
I mean... General use? Everything?
There's nothing on Linux nor MacOS that I would consider a better experience than Windows
Except the obvious of developing for crapple products is far nicer on Mac
Linux has better wm options
Okay I'll give you that
having a compiler just installed is pretty nice on most linux ¯_(ツ)_/¯
installing c++ on windows is very annoying
If you care less about your computer actually working and more about feeling technical and smart, Linux has more options for that
Like the wms are one of my main reasons for Linux
I like coding a lot more on Linux/Mac
Like sure there's a bunch of other reasons, but whenever I am on a windows machine window management is what I hate the most
The reality of it is if all you're doing is browsing the web and reading email, andaybe doing some document editing, all 3 will be able the same
Sure
And you'll struggle at first with either of the two you didn't "grow up" with
but that's not what people are comparing 
Past that, Windows is just better

at the end of the day its subjective
like I have my reasons for not liking windows, and to other people those reasons are why they use windows
windows is the same on every system
which is why I use linux, more customizability.
and why others stick to windows, because its stable.
I personally prefer to own my computer and not be spied on
And fuck Microsoft in general
But I cannot comprehend why arch daily drivers base the entirety of Linux off of that
Arch is ass no wonder you hate linux
to be fair, as far as development goes, there's always WSL
The only good windows feature
THF moment.
I've used Linux daily for over a decade, Debian, Ubuntu, Tumbleweed, Arch is very recent because it's the one OS I got to work well on the bedroom PC and not have massively outdated software. I've had very bad experiences with it in the past (nothing Arch based has survived a single system update previously). This one is, while buggy, surprisingly holding on.
idk, if you find windows fine cant you just make a nice lazy desktop on linux and use that
i feel like you're trying to find problems
or your hardware REALLY just doesnt fw linux
No it's definitely not a myth
Try not updating a windows PC
Then tell me you own your software when it updates without your consent
Or when it automatically uploads your files to one drive
Or in the future when recall spies on you
Remember when the renamed "My PC" to "This PC" 👀
Microsofts computer
CLI popping off his conspiracy theories again truth again? 🔥
This is all PEBCAK user error. I do not have OneDrive enabled and my PC only updates when I choose to - which is usually immediately because you should always keep your system up to date.
I recall in windows 7 when it would just randomly restart in the middle of gaming for updates. It's gotten better, so much better.
I'll take shit on my privacy takes but not Microsoft ones
Plus all the telemetry that you can now disable that you couldn't in previous versions. And telemetry is also not "spying". That's just tinfoil hat Paranoia.
Sure but I'd never trust telemetry from Microsoft
Mozilla sure
Microsoft is digging their own privacy grave with recall
You're glazing windows I'm not sure you're on the privacy high ground here
¯_(ツ)_/¯
And yes Mozilla
Ideally tor but I'll take Mozilla any day
Especially over ms or google
Mozilla's records are anything but squeaky clean
And how is Microsofts?
There's a reason there are so many "privacy focused" THF forks of FireFox
The exact same, which is my point.
Like tor browser 😳
TOR is just pure THF
Lmfao
You are lucky you have the privilege to not worry about being killed for not using tor
.
So what about avoiding mass surveillance and censorship is tfh
Because the average person isn't being surveilled or censored
Lmfao
And yes, there are plenty of legitimate uses for this
The NSAs exabyte server farm In a Utah desert begs to differ
Dragnet surveillance is quite real
But I promise you the user base of people with legitimate, genuine reasons to be using these things are not the majority of the userbase
It's been proven almost all communication in, from and to the USA is stored
This is not TFH this is publicly accessible information
I can cite sources if you wish
Sure and if you actually genuinely cared about that, and genuinely cares AT ALL about your privacy, you wouldn't be using discord.
I love this argument, I also wouldn't drive a car if I didn't want to die right
I have my boundaries
Anyone who knows anything about privacy will tell you it's not a "on off" switch
Anyone who thinks so has browsed r/privacy for 5 minutes and lost their mind
this is a dogshit take
tbh (respectfully?)
I'll be waiting for a decent argument in support of mass surveillance
people who care about privacy have their reasons
People don't want to put in the effort so they give up
It's unfortunate
i, for one, don't want to be linked across multiple accounts so i have an ad profile created for me. it's creepy and intrusive, i don't like it.
so, since that's my threat model, i do things accordingly
you can't just say "x is bad for privacy" and then end it at that
that's my ted talk
I'll be advocating against the NSA till the day I die
Bullshit arguments and attacks aren't gonna stop me
gov gonna do gov things, they gonna oppress and survey
And convince people it's not a big deal
Guh
i just accept it as part of life
But as long as I have the privilege to not care it's ok right!!?!?!?
I'm not being killed for speaking against my government so it's ok!
Ahh take
my take?
Nah
Average mass surveillance supporter take
Or denier
I'm not sure what the difference would be
The FBI confirmed they have caught 0 terrorists with the help of the Patirot act
genuinely cares AT ALL about your privacy, you wouldn't be using discord.
tbf i agree with this
discord collects, and gives up a ton of data
Discord actively tracks users, logs, stores, and uses all user activity and data to train AI models (it's right there in the ToS), etc etc
It's hypocritical to argue about privacy and use the platform
Are you telling me my arbitrary lines are hypocritical lmfao
Anyone who knows anything about privacy will tell you it's not a "on off" switch
if i cared that much about my privacy, i would haul my ass out to Saskatchewan and chop wood and fish for the rest of my life
I drive a car and don't want to die, I'm such a fucking hypocrite
"you are fine with your calls being recorded, that means you are fine with me installing a camera in your bedroom right?"
W
Honestly? Yeah. Your arguments specifically have been directly in line with this. With what you've argued you should be directly opposed to using discord.
wow, look at that. logic? coherence? how incredible.
I only share my opinions I can't force anyone to take them seriously
If you think im insane block me and live your life
My internet texts can't hurt you
oh lord
where tf is this going
It's hard to take your opinions seriously when your actions directly oppose what you're saying
I'm heated
And I'm just chilling at work lol
I draw my own lines of privacy
then take a break
I'm being a hypocrite for using internet at all
you can say something is bad, while still using the service simply because there arent good alternatives
break
Can I want to live while doing something that is actively dangerous
break
But I use it because there is no alternative
Noooo
break
Noooooo
But I don't sit here arguing about surveillance and data collection while using it
the addiction must persevere.
telegram, matrix, IRC, so on
Though it would be EXTREMELY easy to just... Not use discord.
None of those have remotely the same level of community and integration
That's my point. No real alternative. Discord is what the Internet chose.
"theres no alternative" and "its easy to not use it" seem like competing ideas
Awfully hypocritical
It's like calling GIMP an alternative to Photoshop, which many, MANY people do
GIMP does not have nearly the same functionality
None of the listed "alternatives" above have remotely the same features as discord,let alone community.
but they are alternatives.
they just dont sastify your wants
But my addiction
but they do fill needs
but i mean is discord collecting and handling data even comparable to windows, the os, doing it?
An alternative sound provide at least most of the same functionality.
My armcord disables lots of that shit anyways
👀
photopea>
yeah armcord is where it's at.
So real
You hypocrite
i'd argue those are wants.
lmao what
/s
replacing the platform is the easy bit, it would take me no effort to uninstall discord and instead install a matrix client in like <5 minutes
the hard part is also getting everybody you want to talk to make the exact same move
So if I gave you two tin cans on a string as an alternative to your computer because it can let you communicate with one other person, which is something you can do on your computer, you'd agree that it is an alternative?
well discovery is also a big reason why discord is so popular
see also: why a lot of people who hate twitter continue to use it, despite the alternatives being plentiful
It's like people are willing to make sacrifices for things they don't inherently support
how else would they get their copious amounts of misinformation and propaganda
Insane concept
but reddit doesn't shove it down your throat when you open it
Uh
Using reddit without an account does
it's a different level of convenience
I self banned from reddit it was so shit
nah that's just useless popular posts
How do Canadians survive 5°C?
indoors
I am struggling at 14
its also arguably the same reason why two-party systems seem to be so hard to break out of once one emerges
Real
Even with them I am struggling
Even with 3 glasses of hot milk I am struggling
turn on the heat then
like it's 6C outside rn, my bedroom window is open, i'm chilling
like in a good way
I am at a wedding
why are you on discord
And Indian weddings don't have roofs
Boredd
Everything is done
Waiting for car to go back
So
Here
i mean, just leave the wedding ¯_(ツ)_/¯
Still an 8 km ride back to home in an ac car
Skill issue tbh
skill issue tbh
also, why does it having an AC matter?
you're gonna have it on?
I have lived my whole life in 35-25°C weather
I can't handle random 13°s
Become one with tao
Don't be cold, become the cold
reddit at politics is brain deaddddddddddddddddddddddddddddddddddddd
Any internet politics is
the arm chair experts become arm chair PHd's
no, reddit is particularly bad here imo
even stack exchange sucks at politics
like someone would just show up and go "nah iraq war good" on politics stack exchange
but reddit is just
unreal
Insane yeah
i think the super mods are to blame
i heard a conspiracy that many of them r just feds and i lowk believe it cuz they often jump you if you criticise the US as an institution instead of just shitting on one politician
The 5 mods that run the top 300 subs?
reddit likes to complain that chinese companies invested millions in reddit stock but
THE FACT THAT YOU COMPLAIN SO MUCH ABT CHINESE IS LITERALLY US PROPAGANDA LMFAO
not saying winnie the pooh is based but cmon
i had a reddit phase in high school and thank god im out
i like to imagine everyone else there is still in school cuz its depressing to imaging adults doing that
https://www.youtube.com/watch?v=3WpdCZC9q6w unrelated but this is fire
Beabadoobee - the perfect pair
Beatopia - Out Now - http://www.beabadoobee.com
Directed by Thomas Davis
- LYRICS -
You ought to know that
I think we’re one and the same
I don’t think we could help it
No I don’t think we could help it
We don't talk much
I guess ‘cause nothing has changed
I’m not sure I like it
And I‘m so tired of fight...
I did in 9th grade
No politics though just memes
same but it would be dishonest to say the politics didnt slip through memes
We get both here. This year we hit 43.89c in summer and the winter before it we hit -25.55c
Where do you live?
-25 IN KANSAS???
Unbelievable
-14f while I was out delivering
Kansas City proper sure
And I'm going off of what our local temps were reporting
I can only find historical monthly averages for the little town
Which I'm not willing to dox myself with the name of
It was 4C a couple days ago here. I haven't seen temperatures like this in November in a while.
I kind of like it this way
Child's play, in canada it gets up to -30-40 C
Oh yeah I'm well aware
haha
@green pelican https://www.youtube.com/watch?v=wf-BqAjZb8M&t=47m46s
"Speaker: Raymond Hettinger
Distillation of knowledge gained from a decade of Python consulting, Python training, code reviews, and serving as a core developer. Learn to avoid some of the hazards of the PEP 8 style guide and learn what really matters for creating beautiful intelligible code.
Slides can be found at: https://speakerdeck.com/...
yeah Pycon L for disabling embeds
fuck the PSF am i right thuri
Read the directions
ill never conform
… TF is even the point?
that pycon shoud not have disabling playback on other websites
oh wait nevermind, i thought you meant my point
maybe third-party views don't give actual views? ¯_(ツ)_/¯

so you get offended by hettinger's emacs comment yet, @green pelican ?
god youtube keeps trying to give me those embedded ads

yeha ik
they rolled out some bullshit for me
they literally embed ads inside videos
it sometimes happens sometimes doesnt
but its like
buffering on an ad thumbnail for 30 seconds now
if the pydis mods ever turn sour against adblockers, my time here is done
how are you seeing that
you have sponsorblock, i'm guessing you have an adblocker too
google rolls out new shit for like small portions of people
they are trying to get around shit like
by not using ad servers or something
its so fucked rn
like youtube barely works at all becuase they are hacking in ads so bad
think of the poor corporations!!
how can they survive without this critical revenue!?!?
obama_then_persish.png
if they didnt make ads spyware and also fucking annoying lityerally nobody would give a shit
but no,2x 45 second ads for you
they just double down instead of fixing the inherently fucked system
I just have Premium
Because I use YouTube Music because Spotify is so ridiculously fucking broken and stupid
I haven’t seen an add on YouTube in years
when i was playing runescape a very long time ago, a high-speed internet ad came on and crippled my computer. since then, i have been an adblocker zealot
and i am absolutely willing to die on this hill
put that Willy away
dam ur old
objectively accurate 0 Kelvin cold take:
or its friends is the single most critical piece of antimalware software a computer can have
yuh
most viruses nowdays are extensions anyways
it slightly bothers me whenever i see youtubers go on websites and ads are present
Wow
it slightly bothers me when i use my work computer and see ads
for some reason every single ad i get on every ad network (google admob, whatever networks other apps use) is for a gambling app/website
i have ad personalization off and ive deleted my google ad id
do they just think the average brazillian is a gambling addict?
lmao
Imagine seeing ads. Couldn’t be me
Breaking News: snow leopard does the thing
10/10
sleep?
biased opinion: 99% of the discord trolls are actually underage
are you the 1% of trolls who aren't underage?
are you telling me that i am a troll
you tell me
you are underage
therefore you are also a troll
🔥
do you guys have ANY proof
just by the way you talk
bruh
do i talk like a 1 year old or what? are you seriously wrong?
yeah y'all needa calm down a bit that was kinda based
lol
i change my mind
this community is not friendy
and the code of conduct exists for no reason
did this dude even read the rules
yeah the internet is harsh
im not insulting you or anything
and i am most certainly not breaking the coc
because this place is better than both so and chatgpt?
stack overflow gets no traffic and chat gpt is... well... chat gpt
there is a correlation, yes
most underage children have a tendency to do a little joke here and there
Lmao
everything is a void*
its all programming languages
you can push an array in python, in c, you gotta implement the push function yourself
to put it as simply as I can
in other words, you can have dynamic arrays in C, but they arent in libc
Rust users when they have linked lists
Someone send that to him next time he comes here
and no generics
https://skribbl.io/?cFCFgmjI join
so it turns out the hl2 20th update page has a bit of an easter egg at the very bottom
(For those of us that don’t watch that show?)
go to the bottom, click on the gravity gun (the orange outline between the garbage bin on the left and the water can on the right), and use it to destroy the website
@vale raven sup
Huh
You can throw the soda can away but not anything else AFAICT
purely with the mouse. but with the gravity gun, you can throw almost everything
this is what it looked like before
You know how there's head crabs, right?
and yes, it's been 20 years, so spoilers are cool
.
I hit a T intersection
And on the left was a tiny dead end
Only thing there was a head crab
I shot it but nothing happend
was it a poison headcrab
wat

I clicked the mouse
Character threw down a head crab
That promptly turned around and jumped on my face and killed me
lol
I sat there for a minute and then went
well, IDK what else I expected...
Gordon is not impressed with Black Mesa's safety procedures.
Starring Kyle Sullivan and Ethan Gelinas
Camera, etc. by Jon Currie and Ian Conn
"Living Forever" by JP De Ovando.
Help support us on Patreon!
https://www.patreon.com/DoorMonster
Twitter:
https://twitter.com/#!/DoorMonster
Facebo...
Haven't actually played 2 yet
Never finished 1
this is a poison headcrab
they cannot kill you
they will be the bane of your gameplay
the drop you to 1 heath
just like real pets 🥹
According to Half-Life 2: Raising The Bar, the development team noticed that upon hearing the Poison Headcrab's sound playtesters would frantically start looking around for the Poison Headcrab so they could destroy it, regardless of any other present dangers
and lemme tell ya i understand
that's not snow, that's ice
big O, nig theta, big omega ... all the "same" thing?
I mean, it serves the same purpose
u better have claimed it then
run sideways of course
is spiritual hacking legit?
yeah
elaborate.
just a bad joke and I'm afraid of elaborate
elaborate.
spiritual could mean something not necessarly divine but something we can't understand
elaborate.
which means that exists invisible forces that influences you and your life that could be manipulated
how do I hack invisible forces? how do I get it's ip? what port is it's ssh on?
Rule 5 type shi
Certified reiki practitioner
they don't use tcp/ip
go to the basement
move to Switzerland because it's always safe there
real
for money?
they're all terms used to compare asymptotics, but they aren't the same thing
it's basically just different forms of <=, <, =, >, >=, with a few more variants of = running around
thanks
/tp
Take one last shit in the toilet
link https://skribbl.io/?wKC5bnoW

its not ss
its a pictionary game
a programming language pictionary game
i quit now
guys
when people say that arch linux is hard
they refer that is hard to install
or hard to use

i tried pop os, it's very nice haha
robin have you ever used one?
i daily drive arch

🤣

its not as bad as people make it out to be
like nvim
🗿
is not that hard
yes nvim is my main editor
:%s/# .*//g
type shi
hahahaha
i used a lot nvim but is not my main
is fun to configure it
robin
so
you use arch and nvim btw
Wth is this i saw on my TV
i saw an unboxing of this on my insta fyp
guys, i need help, i am wondering if its possible that i insert a usb into a computer and it automaticly copies all files / word files and document files and put it in the usb and i remove usb and thats it
Possible, but why not do it manually?
And you can work directly from the USB itself.
that deep
You’re helping someone that clearly wants to do something nefarious if not illegal which is against the rules
not illegal if i want to do it in school
And none of what I offer are illegal
its for my to pass a exam and if i dont do that ill ruin my career
chemistry ass exam
notting to serious
"illegal"
as if im doing a dimond casino heist
Yes I am sure a chemistry exam involves copying all the files on the machine to usb
^
None of us will provide automated solutions to that. Your option is to do it manually like other students do.
Like does your class offer you study documents in their websites? They do that.
autorun a batch file or smthing
its patched isnt it
yeah
the fact that you say patched makes it clearer regarding your intentions so
technically illegal if you do it without consent
You do know academic offenses are serious right?
Who would hire a cheater lmao
What is pythoncraft?
yess!!!!
the offtopic channels names are random and change everyday
most of the time it's just a random out of context joke
let him do it. guy has a skill issue. doesnt want to learn. chemistry isn't even that bad. guy just wants to be a loser in life
#python-discussion message @covert grove have you looked at cloud gaming stuff like GeForce Now? it's pretty much just renting someone else's (in this case one of nvidia's) pc, but it should handle gaming better than a barebones windows vm
wasn't GeForce now being discontinued
huh
no
nah dead server
fr fr
https://youtube.com/shorts/Hcn41jcWZq4?si= yall look at this Minecraft shit
PC Building is just like deck building in Hearthstone
ive heard people say this before but i really gotta say ppl who call PC building "lego for adults" have never touched a lego in their lives
never had a lego where there is only one way to connect it and doing it wrong costs you lots of time and money
I think the point is that you just have a bunch of pieces you kind of snap or connect together. There's no soldering or anything fancy. Just slot in/clip in/screw down in place, connect stuff, and you're usually good.
Especially RAM. You just press it in and the latches do the rest
maybe maybe
saying it is like lego mechanically is valid, but equating building PCs as a hobby to legos as a hobby is what my interpretation was
The CORSAIR 3000D AIRFLOW presents a mid-tower ATX chassis with an efficient high-airflow design and exceptional cooling potential. The steel front panel and two pre-installed CORSAIR SP120 ELITE fans provide optimal airflow throughout the chassis, while the tempered glass side panel offers an ex...
yea
Why is that? What’s so good about it?
It is adequate to build in, has good ports, and has space for airflow.
There are very few bad cases
i have the next model of this same one, its great
4.7/5 ratings from 18,000+ people on Amazon (which is excellent)
using ratings again? yikes
corsair cases are generally just pretty good
I mean, corsair made tons of shit cases before the airflow series
which is impressive, because, y'know, it is a case
It is indeed the most popular out of 5000D
It’s more affordable but less volume
Putting popularity aside
oh, one thing to check is whether the case fits your cooler of choice (if you're going for stock cooler, the answer is yes) and the GPU
there's only like 1 inch of clearance between the wall of the case and my cpu cooler
and same with gpu
it heats up a lot lol
is it glass?
yea
yea
Are my components compatible with the Corsair 3000D computer case? https://ca.pcpartpicker.com/list/xY4NNz
Part List - AMD Ryzen 5 7600, Corsair 3000D AIRFLOW ATX Mid Tower
I had to switch cases because Cougar MX410 MESH-G RGB ATX Mid Tower Case is out of stock on Amazon
yea, that should be fine
whats the graphics card? often times its the problem (i.e won't fit in the case)
I don’t have one. I won’t be playing games
Maybe I will in the long future
you should be fine then
If I do, i will probably get this https://ca.pcpartpicker.com/product/6jn9TW/xfx-speedster-swft-210-core-radeon-rx-7600-xt-8-gb-video-card-rx-76pswftfy
Will it fit? @grave cove
You’ll want at least even a basic GPU
Integrated ones suck IME
For what?
Because I have been getting the opposite advice from what others are telling me
some CPUs come with integrated GPUs but they suck
which is probably where their advice come in, all CPUs need a GPU in order to provide a visual experience basically
the difference is whether it's integrated, external, or both
The CPU is a mathematician that sits in the attic working on a new theory.
The GPU is hundreds of thousands of 2nd graders working on 1+1 math all at the same time.
They're both suited for different jobs.
&
Computers don't "need" GPUs.
It's just that if you have the CPU doing all of the processing for images then there is a whole lot less CPU "time" available to do all the general-purpose stuff a computer does and everything would be slower - including the graphics.
GPUs are designed to mathematical processing very quickly and can do graphics processing while the CPU is doing other general-purpose stuff.
There are lots of chips on a motherboard doing special purpose stuff so that the CPU doesn't have to do it (that's why phones now have SoC - they put a bunch of special purpose shit on the same die as the CPU).
two good explanations imo
Sounds like child labor to me dawg
that's where your mind went to? sus

do they really? if you're not doing anything that needs a dedicated GPU, you should be fine.
they said they weren't gaming
it really depends on the integrated GPU, but there are a lot of out there that are that shitty
peak simulator gameplay
there are people who paid $200 for this
who must be SEETHING right now
9.5 hours of wiating in a queue today just to login
only to get minecraft sky
the loading screen is also officially the most intensive thing I've ever ran on my PC
I've never seen my GPU over 74c
bro has disks
@buoyant wolf have 2
You're the one who wrote about hundreds of thousands of 2nd graders 😛
Lol. What's the program?
Btw. Does/can that temp program save the results somewhere? Open hardware monitor is nice but i would prefer to see the readings from before the crash, after I restart. Because gpu crashing obviously doesn't let me see the temps anymore
(gpu overheat causes dwm.exe to crash, causing black screen that needs computer restart, we're trying to pinpoint signs of it, so history of readings would be nice)
woah what are those
✨ art ✨
where code
I will never forget that meeting where my manager told me “I come up with dumb ideas and you implement them. Haha!”
I believe that sentiment to be true for most corporate hierarchies; The higher-ups may not come up with the best ideas but you need to implement them because it’s your job as the specialist
it's not
if your manager wants you to implement something, you need to do it otherwise it’s considered insubordination
it depends
weren't you arguing for being assertive?
Lol I knew you were going to use my past arguments against me. Yes I did
Defiance != Assertiveness
asserting your opinions, if they go against your managers wishes, is defiance
No it’s not?
yes it is
Can you please explain your reasoning with supporting statements?
by definition
This is an extremely vague supporting statement
nah. it tells you exactly what I'm basing the argument on: the definition of defiance
Please tell me what the definition is
asserting your opinions if they go against your manager's wishes
That’s not what defiance means…
i defined it thus
What you are doing is changing the original meaning of the word “defiance” to support your argument
yes. how else would you do it?
Not really, sometimes my boss asks me things and I push back because I don’t agree with what he wants, he either listens or doesn’t, if we don’t agree then during our eng meetings I just assign myself different tasks, but I guess that’s not possible for you because you’re the only dev at the company
huh. if you don't agree, and you just work on different tasks, isn't it still happening?
the point of disagreeing isn't that you have to do it, it's that it's happening
I mean yes, but if I’m able to make a good argument as to why it’s not a good idea; and I’m able to provide a better alternative, then it doesn’t happen
What’s Keezy arguing for this time around?
right, but that's different from just doing a different task
By using the true meanings of words to support your argument
there is no "true meaning"
You’re arguing with semantics now?
no, semantics is kind of the opposite
You have manipulated the actual meaning of the word defiance to counter argue my argument. It’s possible to vocalize your opinion about why your higher-up’s idea isn’t good and still comply with their instructions in implementing it. That wouldn’t be being defiance because you’re still complying with their instructions.
i'm pretty sure any reasonable definition of defiance would include that situation
.wa s define defiance
bold resistance to an opposing force, power or authority, expressed through behavior and attitude
there you go. vocalizing your opinion is resistance to opposing authority, expressed through behavior

That’s not being resistant to anything…You’re just explaining why their idea is not good a one.
what's the goal of explaining why their idea is not a good one?
You’re a specialist. You have a better understanding of data structures and algorithms than your non-technical manager. You’re like their consultant. You guide them on the path to their requested destination — And their suggested paths are not optimal so you as a specialist can find the optimal path because you have the knowledge and experience to do so
so, you are suggesting a path that is different from the one that they suggest?
going in a different way rfom what they want?
isn't that resisting?
No? You’re still going to their requested destination…you just found a better route.
right, you're still not listening to them though
Yes you are because you’re still complying to their instructions. You’re just vocalizing that there’s a better route.
right, you're resisting the route they chose
We’re going around in circles (no pun intended) I don’t think you’re comprehending me.
You’re still taking Route A (the route they want you to take) to destination X but you’re suggesting Route B because it’s better and why Route A is bad
That’s not defiance
exactly. so, vocally, you're resisting the route they chose
So suggesting a better option is equivalent to resistance
^
Okay but is that defiance?
yes.
now that we've established it's resistance, we have this: #ot1-perplexing-regexing message
resistance is inherently defiance imo
defiance is strong resistance
you could argue the "strong"
at the same time, a higher up getting offended that a specialist they're paying dared disagree with them does not make them look good.
So if I hire a mechanic and I tell them I want conventional motor oil to change my oil and they suggest full synthetic oil but they still add conventional oil. That’s considered defiance?
weak defiance 🙃
…the mechanic is a car specialist. They would know more than the casual customer
They would know more than the average customer on what their car needs and doesn’t need
I don't see how that is an argument for anything?
yeah that doesn't matter
I was changing the scenario to see how that’s being defiant
it is resistance, defiance is strong resistance
where any particular case falls on the spectrum could be argued over
the relative skill levels aren't relevant
Okay so you agree with my position
no, that's not agreement
I haven't taken any position, I have merely nitpicked y'all
passive pedantic phoenix
If you truly believe suggesting better routes to my manager is defiance then why haven’t I been written up for insubordination?
it is acceptable defiance
If it’s acceptable then why are you arguing against my position?
is anger mild fury or strong irritation?
because your position isn't whether or not it is acceptable
I feel like mild fury. Strong irritation feels more akin to frustration
I was trying to find a word for "mild anger" but couldn't come up with anything better 😔
so you're vexed that you couldn't come up with anything better?
or irritated?
tilted
This conversation circles back around my first point because if you dare to resist their idea or come up with a better one, it’s considered being defiant
Keezyposting hours
Or being resistant for better or for worse
it's probably their lunch break
you said, #ot1-perplexing-regexing message. but we've now established that it actually is
Idk, how long does lunch last in the average highschool? From my scrolling they've been here a while
on average, about 30 mins i think?
defiance is strong resistance
resistance is weak defiance
as said, you can happily argue where on the spectrum any particular instance is
This sounds like circular logic to me
That whole statement
Your definitions are circular is what I am saying
circular is the wrong word
it's not a chain of logic
or well, I'm not trying to prove the first statement
the first statement is literally what the word means
the second is just a consequence
Okay but anyways, should I not provide better solutions to my manager as his specialist then?
did anyone argue that?
I am asking
Mine gave us 15
Shit was literally prison
wtf
Or 20 ish but that included walking to and from
you should suggest and advice them on better alternatives.
It was fucked I'm glad i cooked before i left
Cooked what
SecURLy
Even though we established that it’s being resistant?
yes.
I made a website with guides on bypassing the filters and unblocked site lists
it is acceptable defiance
like PSVM said
They almost got me but I'm a crazy hacker so
cringe
that weak list you're always on about?
Weak vruh
I will destroy you krrt
Okay. We do agree that not complying with your manger’s instructions is insubordination. Right?
