#ot1-perplexing-regexing

1 messages · Page 132 of 1

lament cairn
#

+1
Don't cheap out on a power supply

quasi blaze
#

All right I will check it out

grave cove
#

yeah do not fuck around with psus

#

just get a good one and it will usually outlast everything else

graceful basin
#

I mean, CPU and RAM are usually immortal

grave cove
#

yeah but i mean it in the sense that you'll end up upgrading those before you upgrade your psu

graceful basin
#

Oh for sure

quasi blaze
#

I would have liked it if they showed the prices for these

foggy jungle
#

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.

foggy jungle
graceful basin
#

Fair

foggy jungle
#

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.

robust zephyr
#

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

quasi blaze
#

If a power supply carries more Watts, does that make it a better power supply?

spare oriole
#

do you know what watts are?

marble bay
robust zephyr
#

Yeah

#

Unfortunately I have one of the affected processors and I am hoping it doesn't die any time soon pensivecowboy

marble bay
#

coming to you from a 6th gen i3

robust zephyr
#

Haha

uneven pine
#

AMD gang

#

X3D > anything Intel can melt with fucked up voltages

grave cove
#

x3d is based

#

im rockin the 7800x3d

uneven pine
#

5800x3d here

vale hull
#

It would be designed to be similar to MediaWiki (what Wikipedia uses)

vale hull
vale hull
#

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.

uneven pine
#

I have MSI nut buster on and I never see above 76

#

Max setting for it

vale hull
#

I have four 100+CFM fans currently

uneven pine
#

I got uh

#

Enough

signal canopy
harsh tundra
#

@spare oriole

spare oriole
#

kitty

harsh tundra
zealous temple
#

what the hell is the context to this ot

ebon shell
#

catto

zealous temple
#

cat

royal lakeBOT
#

: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.

rain marsh
#

@knotty herald please dont spam

weak peak
#

totally

#

I am a middle-aged bearded fellow

acoustic moss
#

the middle aged part is at least true

spare oriole
radiant cosmos
#

i hate this time of the year... recruiters fill my inbox with fake "job opportunities"

stark prawn
young shoal
#

only 16 threads?

brittle void
#

guys, does it matter?
is this ok?
(i've put h4 tag inside ul tag instead as a li)

tardy rain
#

🤷‍♀️

#

Wrap them in li

stark prawn
#

would it not make more sense for the header to be before the list?

tardy rain
#

Why is that a header

robust zephyr
#

In case you forget it's a book store

chrome junco
#

guys how messed up is having to switch between implementations by scanning the traceback stack? 🙃

young shoal
#

very

neat hull
#

Heyya

chrome junco
#

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

radiant cosmos
#

does python have template params?

graceful basin
lapis trench
#
#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");
    }
}```
idle elbow
#

oh my god wtf is this code AHH

#

c is already hard

#

dont make it harder by using c++

#

noo

brittle void
#

looks clean
and cursed

idle elbow
#

yeah

solemn tulip
small coral
idle elbow
#

na mate

small coral
#

which is why it's so hard

#

because it's too simple

#

C++, on the other hand, is too complex

brittle void
#

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

spare oriole
#

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

brittle void
#

amazon has a subdomain

#

but im hosting it locally

#

lemme research more and come back

spare oriole
brittle void
stark prawn
#

yes

brittle void
#

if i manage to get it working in react, then its game over

vale raven
brittle void
vale raven
#

Whatever works for you is fine

#

Login forms are the Wild West

#

It’s better if you have a distinctly different registration page

brittle void
#

ok
im gonna implement amazon style routing then

peak reef
#

cuteness overload

brittle void
#

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

willow narwhal
#

what's the point of a contact us thing if you're not gonna read it?

hybrid root
#

The illusion of caring

green pelican
tardy rain
#

Have a page that says call us and set up hours but never give out a phone number

sharp jasper
#

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

uneven pine
#

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.

lament cairn
robust zephyr
#

Mmm default juice

#

That’s my favorite

quasi blaze
#

How many pairs of shoes at a minimum one should own?

low chasm
#

it depends

#

if you play a sport, that has its own requirements

thick osprey
#

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.

low chasm
quasi blaze
#

I might just purchase another pair of airforce nikes

green pelican
#

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

glossy niche
uneven pine
#

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

unkempt python
celest crown
#

Heyyy

idle elbow
#

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?

harsh tundra
# idle elbow 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?

idle elbow
#

no

harsh tundra
#

Did you check its logs? If you set it to silent, there's no notification, but the logs and quarantine might have some signs

idle elbow
#

i uh

#

i also didnt got any notifications and notifications are on

harsh tundra
#

This is scan, not log of continuous monitoring that'd interrupt the script run

idle elbow
#

whree can i find the log

torpid hare
#

did we have a machine learning channel?

spare oriole
#

which isn't good but meh

low chasm
vale raven
#

I beg to differ

low chasm
#

do you run for sport

vale raven
#

No just to stay alive

spare oriole
dapper dew
#

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

spare oriole
dapper dew
#

That's because I don't run

zealous temple
#

no gpu detected at all

green pelican
#

oh this is rdp

zealous temple
zealous temple
green pelican
#

maybe try that

zealous temple
#

oh oracle doesnt even offer gpus

royal lakeBOT
#

: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.

quasi blaze
#

Do people put salt and pepper in their Pho?

spare oriole
#

Probably

green pelican
#

or MSG

#

MSG is just the "salty" part of what salt is

#

so

#

(and its not bad for you thats a lie)

dapper dew
#

MSG is different from salt though

carmine apex
#

.wiki disodium glutamate

median domeBOT
#
Wikipedia Search Results

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

carmine apex
#

huh it does exist

carmine apex
glossy niche
robust zephyr
#

Second definition above

glossy niche
#

no I meant wtf does this mean

MSG is just the "salty" part of what salt is

young shoal
#

yeah that doesn't make any sense

worldly ice
#

MSG is not in table salt lmao

uneven pine
#

Yeah MSG is an entirely different thing. It's an amino acid

low chasm
hybrid root
#

who the heck puts just salt in pho

#

get some hoisin sauce or something, anything but the blandest seasoning ever

green pelican
#

not just salt but

#

its literally a flavor enhancer

#

why wouldnt you use it

#

and salt and pepper is a godly combo just sayin

hybrid root
#

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

lament cairn
echo crypt
#

Car

idle elbow
#

yeah

#

car

#

cute car

glossy niche
#

what the fuck

#

lmfao

small coral
acoustic moss
#

i love the onion

lament cairn
#

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?

young shoal
#

there are a lot of them

#

like, actually a lot

honest star
lament cairn
#

looked at a ipv6 subnetting chart, now i get it

solemn tulip
young shoal
carmine apex
#

!e print(2^128)

royal lakeBOT
carmine apex
#

meh

rough sapphire
#

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

lament cairn
green pelican
grave cove
#

Teach em young

solemn tulip
#

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.

civic pasture
#

Hi FFF @solemn tulip

lament cairn
solemn tulip
vale escarp
vale escarp
green pelican
vale escarp
#

Thank god i'm a windows user

green pelican
uneven pine
#

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

robust zephyr
#

For what though?

#

That's like saying a hammer is better than everything

uneven pine
#

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

uneven pine
#

Okay I'll give you that

young shoal
#

installing c++ on windows is very annoying

uneven pine
#

If you care less about your computer actually working and more about feeling technical and smart, Linux has more options for that

timid latch
#

Like the wms are one of my main reasons for Linux

robust zephyr
#

I like coding a lot more on Linux/Mac

timid latch
#

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

uneven pine
#

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

timid latch
#

Sure

uneven pine
#

And you'll struggle at first with either of the two you didn't "grow up" with

young shoal
#

but that's not what people are comparing pithink

uneven pine
#

Past that, Windows is just better

young shoal
timid latch
#

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.

green pelican
#

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

low chasm
#

to be fair, as far as development goes, there's always WSL

young shoal
#

yes

#

WSL is the savior of developing on windows

green pelican
uneven pine
# green pelican Arch is ass no wonder you hate linux

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.

fringe rain
#

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

green pelican
#

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" 👀

acoustic moss
#

My Computer

#

og

green pelican
#

Microsofts computer

spare oriole
#

CLI popping off his conspiracy theories again truth again? 🔥

uneven pine
#

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.

green pelican
uneven pine
#

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.

green pelican
#

Mozilla sure

uneven pine
#

Mozilla

#

Really

#

That's your choice

green pelican
#

Microsoft is digging their own privacy grave with recall

green pelican
#

¯_(ツ)_/¯

#

And yes Mozilla

#

Ideally tor but I'll take Mozilla any day

#

Especially over ms or google

uneven pine
#

Mozilla's records are anything but squeaky clean

green pelican
uneven pine
#

There's a reason there are so many "privacy focused" THF forks of FireFox

uneven pine
green pelican
uneven pine
#

TOR is just pure THF

green pelican
#

Lmfao

uneven pine
#

Tough I will admit it does have its use cases

#

Though*

green pelican
#

You are lucky you have the privilege to not worry about being killed for not using tor

green pelican
#

So what about avoiding mass surveillance and censorship is tfh

uneven pine
#

Because the average person isn't being surveilled or censored

green pelican
#

Lmfao

uneven pine
#

And yes, there are plenty of legitimate uses for this

green pelican
robust zephyr
#

Dragnet surveillance is quite real

uneven pine
#

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

green pelican
#

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

uneven pine
#

Sure and if you actually genuinely cared about that, and genuinely cares AT ALL about your privacy, you wouldn't be using discord.

green pelican
#

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

signal canopy
#

tbh (respectfully?)

green pelican
#

I'll be waiting for a decent argument in support of mass surveillance

signal canopy
#

people who care about privacy have their reasons

green pelican
#

It's unfortunate

signal canopy
#

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

green pelican
#

I'll be advocating against the NSA till the day I die

#

Bullshit arguments and attacks aren't gonna stop me

signal canopy
#

gov gonna do gov things, they gonna oppress and survey

green pelican
#

Guh

signal canopy
#

i just accept it as part of life

green pelican
#

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

signal canopy
#

my take?

green pelican
#

Nah

#

Average mass surveillance supporter take

#

Or denier

#

I'm not sure what the difference would be

signal canopy
#

the goverment has its security reasons tho

#

sometimes

green pelican
spare oriole
#

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

uneven pine
#

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

green pelican
timid latch
#

Anyone who knows anything about privacy will tell you it's not a "on off" switch

signal canopy
#

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

green pelican
#

I drive a car and don't want to die, I'm such a fucking hypocrite

timid latch
#

"you are fine with your calls being recorded, that means you are fine with me installing a camera in your bedroom right?"

uneven pine
signal canopy
green pelican
#

If you think im insane block me and live your life

#

My internet texts can't hurt you

spare oriole
#

oh lord

signal canopy
#

where tf is this going

uneven pine
#

It's hard to take your opinions seriously when your actions directly oppose what you're saying

green pelican
uneven pine
#

And I'm just chilling at work lol

green pelican
spare oriole
uneven pine
#

And they're hypocritical lines

#

That's all I'm saying

green pelican
#

I'm being a hypocrite for using internet at all

timid latch
uneven pine
#

Sure

#

And I do that

#

I hate shitcord, not specifically about privacy though

spare oriole
#

break

green pelican
#

Can I want to live while doing something that is actively dangerous

uneven pine
#

But I use it because there is no alternative

green pelican
spare oriole
green pelican
#

Noooooo

uneven pine
#

But I don't sit here arguing about surveillance and data collection while using it

signal canopy
spare oriole
uneven pine
#

Though it would be EXTREMELY easy to just... Not use discord.

uneven pine
#

That's my point. No real alternative. Discord is what the Internet chose.

timid latch
uneven pine
#

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.

spare oriole
#

they just dont sastify your wants

green pelican
#

But my addiction

spare oriole
#

but they do fill needs

signal canopy
#

but i mean is discord collecting and handling data even comparable to windows, the os, doing it?

uneven pine
#

An alternative sound provide at least most of the same functionality.

green pelican
#

👀

hybrid root
#

photopea>

signal canopy
#

yeah armcord is where it's at.

green pelican
green pelican
spare oriole
signal canopy
green pelican
tropic lichen
#

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

uneven pine
# spare oriole i'd argue those are wants.

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?

signal canopy
tropic lichen
#

see also: why a lot of people who hate twitter continue to use it, despite the alternatives being plentiful

green pelican
#

It's like people are willing to make sacrifices for things they don't inherently support

signal canopy
#

how else would they get their copious amounts of misinformation and propaganda

green pelican
#

Insane concept

signal canopy
#

but reddit doesn't shove it down your throat when you open it

green pelican
#

Using reddit without an account does

signal canopy
#

it's a different level of convenience

green pelican
#

I self banned from reddit it was so shit

signal canopy
green pelican
#

It's all politics nowadays

#

Stupid ass tweets

#

Literally tweets

vital bronze
#

How do Canadians survive 5°C?

signal canopy
#

indoors

vital bronze
#

I am struggling at 14

tropic lichen
#

its also arguably the same reason why two-party systems seem to be so hard to break out of once one emerges

signal canopy
#

i do wear them, they work great

green pelican
#

Real

vital bronze
#

Even with 3 glasses of hot milk I am struggling

spare oriole
signal canopy
#

like it's 6C outside rn, my bedroom window is open, i'm chilling

#

like in a good way

vital bronze
signal canopy
#

why are you on discord

vital bronze
vital bronze
#

Everything is done

#

Waiting for car to go back

#

So

#

Here

spare oriole
vital bronze
green pelican
#

Skill issue tbh

spare oriole
#

skill issue tbh

spare oriole
#

you're gonna have it on?

vital bronze
green pelican
#

Don't be cold, become the cold

glossy niche
green pelican
glossy niche
#

the arm chair experts become arm chair PHd's

glossy niche
#

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

green pelican
#

Insane yeah

glossy niche
#

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

green pelican
#

The 5 mods that run the top 300 subs?

glossy niche
#

yeah

#

those guys

green pelican
#

Yeah

#

I'd actually hate my life if I was one of then

glossy niche
#

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

glossy niche
#

i like to imagine everyone else there is still in school cuz its depressing to imaging adults doing that

#

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...

▶ Play video
green pelican
#

No politics though just memes

glossy niche
#

same but it would be dishonest to say the politics didnt slip through memes

uneven pine
vital bronze
#

Where do you live?

uneven pine
#

Woohoo! Climate change! Extreme weather!

#

Kansas City metro area

vital bronze
#

-25 IN KANSAS???

uneven pine
#

Smack dab in the center of the US

#

Yeah

vital bronze
#

Unbelievable

uneven pine
#

-14f while I was out delivering

uneven pine
#

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

vale hull
#

I kind of like it this way

uneven pine
#

We've been so hot here

#

It's insane

#

Summer just kept forgetting to end

vale escarp
uneven pine
#

Oh yeah I'm well aware

vale escarp
#

haha

carmine apex
#

"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/...

▶ Play video
vale raven
#

Wait

#

When did Stelercus die??

green pelican
carmine apex
#

yeah Pycon L for disabling embeds

green pelican
#

fuck the PSF am i right thuri

vale raven
green pelican
vale raven
carmine apex
#

oh wait nevermind, i thought you meant my point

#

maybe third-party views don't give actual views? ¯_(ツ)_/¯

vale raven
carmine apex
#

so you get offended by hettinger's emacs comment yet, @green pelican ?

green pelican
#

god youtube keeps trying to give me those embedded ads

carmine apex
green pelican
#

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

carmine apex
green pelican
#

like b ruh

carmine apex
#

how are you seeing that
you have sponsorblock, i'm guessing you have an adblocker too

green pelican
#

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

vale raven
carmine apex
#

obama_then_persish.png

green pelican
#

but no,2x 45 second ads for you

#

they just double down instead of fixing the inherently fucked system

vale raven
#

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

carmine apex
#

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

vale raven
#

put that Willy away

green pelican
#

fr 💀

#

old ahh man

carmine apex
#

objectively accurate 0 Kelvin cold take: ublock_origin or its friends is the single most critical piece of antimalware software a computer can have

green pelican
#

most viruses nowdays are extensions anyways

vale raven
#

I can mostly agree with that

#

At least where the browser is concerned

carmine apex
#

it slightly bothers me whenever i see youtubers go on websites and ads are present

vale raven
#

Wow

green pelican
vale raven
#

Dictator much?

#

Let people live their lives

green pelican
#

no

#

L + ratio

lament cairn
#

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?

signal canopy
#

lmao

robust zephyr
#

Imagine seeing ads. Couldn’t be me

lament cairn
#

Breaking News: snow leopard does the thing

foggy jungle
strange blade
#

sleep?

idle elbow
#

biased opinion: 99% of the discord trolls are actually underage

idle elbow
#

but i deleted it

strange blade
idle elbow
#

are you telling me that i am a troll

strange blade
#

you tell me

thick ore
#

therefore you are also a troll

idle elbow
#

wtf

#

no

thick ore
#

🔥

idle elbow
#

i am not a troll

#

/ i am not an underage

thick ore
#

causation == correlation

#

guys

idle elbow
#

do you guys have ANY proof

thick ore
idle elbow
#

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

thick ore
#

^

#

getting aggravated for no reason

strange blade
#

lol

idle elbow
#

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

strange blade
#

yeah the internet is harsh

idle elbow
#

ok

#

did i ask tho

thick ore
#

im not insulting you or anything

strange blade
#

lmao

#

"did i ask tho"

thick ore
#

and i am most certainly not breaking the coc

strange blade
#

classic primary school insult

#

(/j)

idle elbow
#

why am i even in this server

#

can use stack overflow lmao

#

and chatgpt

strange blade
#

because this place is better than both so and chatgpt?

#

stack overflow gets no traffic and chat gpt is... well... chat gpt

small coral
#

most underage children have a tendency to do a little joke here and there

tardy rain
#

Did they leave

#

Lmao

severe wadi
green pelican
#

Lmao

torpid hare
#

someone explain me that

rough sapphire
#

everything is a void*

lapis trench
#

its all programming languages

glossy niche
#

to put it as simply as I can

timid latch
#

in other words, you can have dynamic arrays in C, but they arent in libc

vale hull
spare oriole
lapis trench
#

https://skribbl.io/?cFCFgmjI join

carmine apex
vale raven
carmine apex
#

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

spare oriole
#

@vale raven sup

vale raven
carmine apex
#

purely with the mouse. but with the gravity gun, you can throw almost everything

vale raven
#

Can I give spoilers about Half Life?

#

I feel like it's been long enough

#

So...

carmine apex
vale raven
#

You know how there's head crabs, right?

carmine apex
#

and yes, it's been 20 years, so spoilers are cool

vale raven
#

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

carmine apex
#

was it a poison headcrab

vale raven
#

I walked over and picked it up

#

It said "new weapon: headcrab, ammo: 3"

carmine apex
#

wat

vale raven
#

I clicked the mouse

#

Character threw down a head crab

#

That promptly turned around and jumped on my face and killed me

carmine apex
#

lol

vale raven
#

I sat there for a minute and then went
well, IDK what else I expected...

#

Haven't actually played 2 yet
Never finished 1

carmine apex
#

this is a poison headcrab
they cannot kill you
they will be the bane of your gameplay

vale raven
#

How?

#

If they can't kill me then I'll just keep them as pets

carmine apex
#

the drop you to 1 heath

undone thorn
#

just like real pets 🥹

carmine apex
#

and lemme tell ya i understand

lament cairn
#

wwwhhyyy

#

discord please let me send a snow leopard

#

yay

solemn tulip
torpid hare
#

big O, nig theta, big omega ... all the "same" thing?

#

I mean, it serves the same purpose

glossy niche
torpid hare
#

is spiritual hacking legit?

glossy niche
spare oriole
torpid hare
spare oriole
torpid hare
torpid hare
#

which means that exists invisible forces that influences you and your life that could be manipulated

glossy niche
#

how do I hack invisible forces? how do I get it's ip? what port is it's ssh on?

robust zephyr
#

Rule 5 type shi

tardy rain
#

Certified reiki practitioner

glossy niche
#

move to Switzerland because it's always safe there

jaunty wraith
#

real

torpid hare
#

for money?

crystal spruce
torpid hare
#

thanks

lost jolt
lapis trench
#

link https://skribbl.io/?wKC5bnoW

vale raven
lapis trench
#

its not ss

#

its a pictionary game

#

a programming language pictionary game

#

i quit now

buoyant wolf
#

guys

#

when people say that arch linux is hard

#

they refer that is hard to install

#

or hard to use

spare oriole
buoyant wolf
grave cove
#

both

#

though installing it isnt really that hard, just follow the docs

buoyant wolf
#

robin have you ever used one?

grave cove
#

i daily drive arch

spare oriole
buoyant wolf
#

🤣

spare oriole
grave cove
#

its not as bad as people make it out to be

buoyant wolf
spare oriole
buoyant wolf
#

is not that hard

grave cove
#

yes nvim is my main editor

buoyant wolf
#

:%s/# .*//g

grave cove
#

type shi

buoyant wolf
#

hahahaha

#

i used a lot nvim but is not my main

#

is fun to configure it

#

robin

#

so

#

you use arch and nvim btw

grave cove
#

yeah

#

btw

rough sapphire
severe wadi
lime otter
#

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

prime lagoon
#

And you can work directly from the USB itself.

robust zephyr
#

This is rule 5 territory

#

Do not engage

lime otter
#

that deep

prime lagoon
#

Im offering alternatives. @robust zephyr

#

And then there's symbolic links.

robust zephyr
#

You’re helping someone that clearly wants to do something nefarious if not illegal which is against the rules

lime otter
prime lagoon
#

And none of what I offer are illegal

lime otter
#

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

robust zephyr
#

Yes I am sure a chemistry exam involves copying all the files on the machine to usb

spare oriole
#

^

prime lagoon
#

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.

muted belfry
#

autorun a batch file or smthing

lime otter
muted belfry
#

yeah

#

win10 security

lime otter
#

anyways dont talk because these mods will ban u cuz u engaged

#

nvm forget about it

muted belfry
#

yeah

spare oriole
muted belfry
#

technically illegal if you do it without consent

tardy rain
#

Who would hire a cheater lmao

severe ermine
#

What is pythoncraft?

unkempt python
late orchid
mild abyss
ebon shell
#

philosophers when they see sophers

lament cairn
#

soggy battle-scarred dude

#

or lady

lament cairn
#

#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

spare oriole
#

wasn't GeForce now being discontinued

lament cairn
#

was it?

#

no it wasn't

#

it's still going

spare oriole
#

huh

raven tendon
#

is anyone online

#

here ?

tardy rain
#

no

naive igloo
dapper dew
#

fr fr

glossy niche
quasi blaze
#

PC Building is just like deck building in Hearthstone

glossy niche
#

never had a lego where there is only one way to connect it and doing it wrong costs you lots of time and money

honest star
glossy niche
#

maybe maybe pithink 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

quasi blaze
#
graceful basin
#

yea

quasi blaze
graceful basin
#

It is adequate to build in, has good ports, and has space for airflow.

#

There are very few bad cases

quasi blaze
#

Why is the 3000D cheaper than 5000D?

grave cove
graceful basin
#

the 5000d is bigger

#

as is the 4000d, they both fit eatx boards

quasi blaze
#

4.7/5 ratings from 18,000+ people on Amazon (which is excellent)

young shoal
#

using ratings again? yikes

grave cove
#

corsair cases are generally just pretty good

graceful basin
#

I mean, corsair made tons of shit cases before the airflow series

#

which is impressive, because, y'know, it is a case

quasi blaze
#

It’s more affordable but less volume

#

Putting popularity aside

graceful basin
#

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

young shoal
#

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

graceful basin
#

I have like 2mm

#

but temps are fine

young shoal
#

is it glass?

graceful basin
#

yea

young shoal
#

yea

quasi blaze
#

I had to switch cases because Cougar MX410 MESH-G RGB ATX Mid Tower Case is out of stock on Amazon

graceful basin
#

yea, that should be fine

grave cove
quasi blaze
#

Maybe I will in the long future

grave cove
quasi blaze
quasi blaze
#

Will it fit? @grave cove

spare oriole
#

Integrated ones suck IME

quasi blaze
#

Because I have been getting the opposite advice from what others are telling me

spare oriole
#

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

weak peak
spare oriole
weak peak
low chasm
#

they said they weren't gaming

spare oriole
low chasm
#

yeah but shitty for what

#

or rather, what does "shitty" mean?

acoustic moss
#

agreed

#

if youre not doing anything graphics heavy iGPUs do pretty well these days

uneven pine
#

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

weak peak
#

bro has disks

acoustic moss
#

@buoyant wolf have 2

harsh tundra
harsh tundra
# uneven pine

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)

naive igloo
acoustic moss
#

✨ art ✨

jaunty wraith
#

where code

acoustic moss
quasi blaze
#

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

quasi blaze
# young shoal it's not

if your manager wants you to implement something, you need to do it otherwise it’s considered insubordination

young shoal
#

weren't you arguing for being assertive?

quasi blaze
#

Defiance != Assertiveness

young shoal
young shoal
quasi blaze
quasi blaze
young shoal
quasi blaze
young shoal
quasi blaze
young shoal
quasi blaze
#

What you are doing is changing the original meaning of the word “defiance” to support your argument

spare oriole
young shoal
#

the point of disagreeing isn't that you have to do it, it's that it's happening

spare oriole
#

What’s Keezy arguing for this time around?

young shoal
quasi blaze
young shoal
quasi blaze
young shoal
quasi blaze
#

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.

young shoal
#

i'm pretty sure any reasonable definition of defiance would include that situation

#

.wa s define defiance

median domeBOT
#

bold resistance to an opposing force, power or authority, expressed through behavior and attitude

young shoal
#

there you go. vocalizing your opinion is resistance to opposing authority, expressed through behavior

spare oriole
quasi blaze
young shoal
quasi blaze
# young shoal 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

young shoal
#

going in a different way rfom what they want?

#

isn't that resisting?

quasi blaze
young shoal
quasi blaze
young shoal
quasi blaze
# young shoal 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

young shoal
quasi blaze
young shoal
#

idk why you say "equivalent"

#

it is resistance

solemn tulip
#

it is pushback on their idea

#

which could reasonably be called resistance

spare oriole
#

^

quasi blaze
spare oriole
#

yes.

young shoal
spare oriole
#

resistance is inherently defiance imo

solemn tulip
#

you could argue the "strong"

graceful basin
#

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.

quasi blaze
solemn tulip
#

weak defiance 🙃

quasi blaze
#

They would know more than the average customer on what their car needs and doesn’t need

solemn tulip
#

I don't see how that is an argument for anything?

young shoal
#

yeah that doesn't matter

quasi blaze
solemn tulip
#

it is resistance, defiance is strong resistance

where any particular case falls on the spectrum could be argued over

young shoal
quasi blaze
young shoal
#

no, that's not agreement

solemn tulip
#

I haven't taken any position, I have merely nitpicked y'all

#

passive pedantic phoenix

quasi blaze
quasi blaze
solemn tulip
#

is anger mild fury or strong irritation?

young shoal
honest star
solemn tulip
#

I was trying to find a word for "mild anger" but couldn't come up with anything better 😔

spare oriole
#

or irritated?

quasi blaze
uneven pine
#

Keezyposting hours

quasi blaze
#

Or being resistant for better or for worse

spare oriole
young shoal
uneven pine
spare oriole
solemn tulip
#

as said, you can happily argue where on the spectrum any particular instance is

quasi blaze
solemn tulip
#

what logic?

#

it's word definitions

quasi blaze
#

That whole statement

solemn tulip
#

it's not an argument

#

it's just stating what the things are

quasi blaze
#

Your definitions are circular is what I am saying

solemn tulip
#

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

quasi blaze
#

Okay but anyways, should I not provide better solutions to my manager as his specialist then?

solemn tulip
#

did anyone argue that?

quasi blaze
#

I am asking

green pelican
#

Shit was literally prison

spare oriole
green pelican
#

Or 20 ish but that included walking to and from

spare oriole
green pelican
uneven pine
#

Cooked what

green pelican
#

SecURLy

quasi blaze
spare oriole
#

yes.

green pelican
spare oriole
green pelican
#

They almost got me but I'm a crazy hacker so

spare oriole
green pelican
#

👿

#

Me

spare oriole
#

that weak list you're always on about?

green pelican
#

I will destroy you krrt

quasi blaze