#tech-coding-math

1 messages Ā· Page 239 of 1

arctic yarrow
#

There's a reason most games still use C.

flint lichen
#

I was told to go here

kindred temple
#

What about em?

#

Just tell

jovial tide
#

šŸ‘

lost fossil
#

god bless

civic cloud
#

Fair enough

#

What the heck is competitive programming?

jovial tide
#

Or you can say mind sport

jovial tide
arctic yarrow
strong saffron
#

I have this weird issue where if I switch from any Wi-Fi network to a specific Wi-Fi network, it doesn't connect to the internet properly. Windows would say it's connected but most apps and websites wouldn't work. I later found that I could ping websites whose domain redirected to IPv6 addresses but not IPv4 addresses. To fix this I just have to turn off Wi-Fi and turn it back on and connect to this network. This happens only on this specific network and only on this device. What might be happening? FeelsWeirdMan

cold elbow
#

Might be a DNS issue

iron lantern
#

likely a DNS issue

#

had the same thing before

strong saffron
#

Not a DNS issue if I can't directly ping IPs either, right?

cold elbow
#

Yeah

#

My first logical step is vpn

#

And even reinstall the wifi driver

strong saffron
cold elbow
#

Yeah

#

It will eliminate a lot of factors related to your isp

#

Like blocking, closed ports and shitty dns

strong saffron
#

Everything working fine on another device would already eliminate ISP and router settings no?

#

I'm using Cloudflare's DNS

cold elbow
#

Reinstall driver?

#

U just remove it then restart

strong saffron
#

Uninstall it through device manager and restart?

cold elbow
#

Sometimes some network adapters just does not want to work with specific modems

strong saffron
#

ookay I'll try that. Thanks

brave field
#

I'm looking to limit incoming requests to Cloudflare IPs only, but router-side, instead of in NGINX. What google search term am I looking for to find guides on this?

tame current
#

Guys, is it really possible for a PC gaming speaker to have a plug which needs to be plugged on a wall socket or similar to it to work?

jovial tide
#

What do you mean? like a power plug?

tame current
#

Yes

vapid grove
#

What is a gaming speaker

#

But yes, all powered speakers (with their own internal amplification) require a wall outlet.

jovial tide
#

Well speakers usually need power plugs

#

I haven't had one of those in years

tame current
#

Oh, thanks

jovial tide
#

Some of them are USB powered, most are powered by regular power plugs

tame current
#

Oh, this is the first speaker I bought which has a regular power plug

fervent granite
#

I reckon usb-powered speakers wouldn't be nearly as good as externally powered ones

arctic yarrow
#

It's been about a decade since I've last seen them, but yeah, some PC speakers require external power to function.

jovial tide
#

yo

#

im confused on these 2 dimensional arrays

#

i would expect this function to result in 3

#

but it results in

#

also this is my first day trying out c++ lol

#

also

#

i got this error

#

when i changed the 7th line to this

#

ohh

#

its because i was syntaxing wrong

#

nvm

dense patrol
#

<style>background-color:Red;<style>

jovial tide
#

?

#

need help with that html line or..

dense patrol
#

IT IS HTML

brave field
#

C++, why that language?

dense patrol
#

good job

#

wait theres launguages to coding? its not just html?

#

or css

#

?

jovial tide
#

so I read about c++

#

heard it wasnt too complicated

#

and

#

I heard its good for

#

application building

#

which I've been interested in

brave field
#

Aaah, coming from Lua, nice

jovial tide
#

hehe yeah

#

ive found my previous knowledge of lua to be useful

#

in learning c++ so far

#

c++ is sorta shocking to me though because it deals with files and compilation more

dense patrol
#

guys what kaungusge is this

#

<li> class="balls-1"balls<li>

brave field
#

Been trying to get into languages like C++, C, C#, Kotlin, and the like, but the dependency management is still confusing me

dense patrol
#

what launguge

jovial tide
#

html?

dense patrol
#

thats the laungnuage

#

not css

#

or c++

jovial tide
#

we were talking about something else

#

a c++ snippet I posted

jovial tide
#

from what I've read

#

c++ is the best to get into

#

due to it being object oriented

#

and portable

#

C++ is like the most useful ancient language

#

didnt it come out in like

#

1985?

#

It has everything but still no garbage collection

#

That's ancient compared to all the other new ones

#

yep

#

Also it's useful for pretty much every device.

#

im really liking how easy it is to compile

brave field
#

not being able to pip install x or npm install y is hurting me

jovial tide
#

You can program embeded computers, asic based, old, new, linux, windows, mac

#

yep it works on all platforms!

dense patrol
#

<h1> id="title"Hello<h1>
#Hello {
color:Yellow;
}

jovial tide
#

html

#

so noobslayer69

#

But compared to newer languages like Python, Java, C# it's a pain to work with

jovial tide
#

by that I mean you have to define many aspects of your code constantly in order for it to produce the best results

#

Yeah you don't sound like a pro programmer

#

I'm not

#

im a beginner

#

That's an extremely unpopular opinion

#

really?

#

for me when I have to test something new for my .cpp file I need to save the file, and make a new .exe every time

#

which gets on my nerves when I wanna make small changes

brave field
#

Can't you avoid building a release executable with g++ on Linux?

jovial tide
#

idk I'm using windows

#

Well it's code like any other code

#

? I wouldn't say that

#

Idk about G++ but C++ can run natively on Linux, try another compiler maybe

#

Other programming languages don't require you to make a new file and update it within command prompt each time to run them

#

@brave field try netbeans

brave field
#

haha

#

You have jokes, my man

jovial tide
#

What's wrong with NetBeans, it even has official Ubuntu support

#

why do people use ubuntu?

brave field
#

Its kinda terrible compared to everything, might as well learn javac syntax manually and use an editor, no?

jovial tide
#

or linux at all

#

Hmmm, well in my experience NetBeans comes close to visual studio

#

Like the compiler, not the visual interface

#

i love visual studio

jovial tide
#

i would much rather be able to just have the same file and the .exe automatically updates when the file is changed

#

That's not even a proper program

brave field
#

I think you should set up a build script in your editor for that

jovial tide
#

i have no idea how to do that

#

that'll come later

#

right now im just sort of getting a feel for the language

#

My tech teacher makes me do mentally help work

brave field
#

@jovial tide How would using Netbeans help with dependency management?

jovial tide
#

What do you mean dependency management?

#

Library files of your own?

brave field
#

Third party libraries

#

Can it fetch things for me?

jovial tide
#

Well you can make a project, just like visual studio

#

and import everything into the libraries

#

then use it in your code

arctic yarrow
#

I'm about to learn how to code in machine language. It's gonna be fun! (Someone help me pls....)

brave field
#

I have the peepodumb

jovial tide
#

Search -> import library in netbeans

#

It's really straight forward

brave field
#

ah

#

Is it using NuGet for that, or some build system orrrrr?

jovial tide
#

I absolutely have no idea, it's been years away from programming

#

But I remember I could do everything I needed to do for university homeworks with that

#

Easier than Visual Studio

brave field
#

@arctic yarrow Machine language, what arch?

jovial tide
#

Assembly, that's the machine language

brave field
#

but what arch?

jovial tide
#

aren't all programming languages made from assembly?

#

Nope

#

oh

#

so assembly is just one?

brave field
#

architecture-specific, direct CPU instructions

jovial tide
#

Java follows this

arctic yarrow
#

Not sure, all I know is I'll be working with the LC3

brave field
#

MIPS machine language, x86 machine code, PowerPC instructions?

#

ooh, LC3

#

Fittingly named "LC-3 Assembly"

jovial tide
#

@jovial tide did you study something related to programming in university?

#

Yep I studies IT Engineering in Iran, then came to Canada studied networking in a college

#

cool

#

I've never really liked programming that much, it was more of a necessary evil

#

oh

#

IT engineering covers programming and the actual hardware of computers right?

#

that sounds cool

#

oh gotta go

#

It was a mix of programming, management, a little bit of industrial engineering and hardware

covert carbonBOT
#

zepcheck Banned imulto#6445 (Case #123208) (user notified with a direct message)

jovial tide
#

hi

#

what headset should i get for my xboxxx

#

also does anyone here ever work with 3ds max!??!

lost fossil
civic cloud
#

@lost fossil Hai :D

#

Putting in the new fans tomorrow

#

Then pley games

#

And check temps

lost fossil
#

epic HyperPoggers

civic cloud
#

no u uwuwuwu

jovial tide
#

I got the PC

brave field
#

crispy

jovial tide
#

Cookie wanna know the specs?

#

It's like opening a pokemon card

brave field
#

yes

#

LOL

kindred temple
#

F

#

#FreeArash

brave field
#

so many lines myguy

#

mention components by name, in a comma-separated list

jovial tide
#

here xD after 2 mutes

brave field
#

10400F + 3060ti, crispy!

#

nice system

jovial tide
#

thanks, I think I got a good price for this

#

the only downside is probably the rams and the P650B gigabyte psu

brave field
#

ram looks nice enough

#

Power supply, what would you consider replacing with?

#

Are TXM prices still amazing in CA?

jovial tide
#

I mean it works well and it's a pain to replace it but people don't like gigabyte after those blowing up videos

#

Maybe something like rm750

brave field
#

Is the P650B one of the models that do blow up? Its weird that many people dislike Gigabyte for their few exploding products and then worship EVGA

#

RM750 catyes !

jovial tide
#

I don't think it'll blow up idk

brave field
#

If its one of the kaboomy ones, be entirely prepared for it to

#

something something Murphy's law

#

Don't risk your GPU if it likes to fail, don't risk your place of living if it likes to combust

civic cloud
#

^

jovial tide
#

im wondering what giga will do to regain the lost trust of its customers

brave field
#

probably nothing

#

EVGA, Seasonic, Corsair, Cooler Master, they've all had similar problems with certain models. The first three made a few good models to balance it out, and things have been fine

jovial tide
#

I mean yeah, design errors happen quite often in electronics companies as such. Im not trying to take any sides here though.

#

all Im saying is that giga probably was the unluckiest to become a meme xd

vagrant river
#

Holy hell, this chat is...

plucky raft
#

Cool?

tawny zenith
#

Fun?

valid current
#

yes?

civic cloud
#

@lost fossil

lost fossil
zealous pasture
#

"Don't forget to rev up to 11000 rpm"-Bunta Fujiwara

lost fossil
#

get this yes

#

7500 rpm

zealous pasture
#

russia monkas

#

1242 rub

#

20 dollar shipping

lost fossil
#

look up delta fans at your local hardware store

zealous pasture
#

i had found a 5k rpm fan

#

was around 30 cad

lost fossil
#

not good enough

#

this one lists 252 cfm in the specs hmmmcoffee

civic cloud
#

also value pack didnt ship to me

lost fossil
#

sadge

cold elbow
civic cloud
#

@cold elbow hey cutie

cold elbow
#

Hi lovely human

civic cloud
covert carbonBOT
#

zepcheck Banned bella hadid’s shit eater#2374 (Case #123338) (user notified with a direct message)

#

zepcheck Banned Toxicbird#9993 (Case #123343) (user notified with a direct message)

jagged lark
#

I7 11th gen @ 4.2ghz at 15% utilisation

#

Good? Yeah

#

But its got rtx 3060

lost fossil
#

i don't understand why modern day intels are called xth gen

#

when core 2 and pentiums existed long before

#

what about intel 8086

#

wasn't that the true first gen

#

and not the i7 920?

verbal karma
#

how do i make a shortcut to the programs and features tab of the control panel

urban tree
#

Hello! Why when I sign in with my google account on ps4 appears on my phone two notifications (one with ps4 and one as an unknown device has logged into my google account) at the same time

#

"A new device Logged in to your google account"

verbal karma
lost fossil
#

that was simple

covert carbonBOT
#

zepcheck Banned infinetybabbabo1234#7085 (Case #123351) (user notified with a direct message)

#

zepcheck Banned Cenix#2317 (Case #123352) (user notified with a direct message)

jagged lark
#

Still not better than a proper pc lol

light sinew
#

Imagine paying $15000 for a $3000 computer with a fancy case

#

Intel xeons lmao I haven’t seen one of those in a while

kindred temple
lost fossil
#

xeon w KEKW

cold elbow
#

intel mac LUL

lost fossil
#

@civic cloud how is pc be hmmmdesk

civic cloud
#

havent had time to put the fans in

#

just got back from uni/grocery shopping

lost fossil
civic cloud
#

my fellow helper is also busy for till 18:30

#

and i ordered food for 18:30

#

so

lost fossil
#

OkayegšŸ‘

civic cloud
#

IM SORRY OLEG OKAY

lost fossil
#

what

#

i said okay

#

stop buli

civic cloud
#

u booli mi peepoSadSip

iron lantern
#

imagine pricing an apple product for 10k+ just because it has non-apple parts

#

literally they know they are doing this because some idiot who has no clue how pc works will buy it

formal island
#

Making game is pain reeee

iron lantern
#

god this is why people should do their research into computers so apple cant do this type of stuff

lost fossil
#

m1 will save their wallets (no)

arctic yarrow
#

Fun fact. I've recently acquired a macbook air 2013 model, and found Mac OS on it was extremely slow (Y'all can guess why that is). I've installed windows 10 on it and it works much better.

lost fossil
#

wow, it's almost like apple is counting on planned obsolescence in their business model

fervent granite
#

Meanwhile my 2014 MacBook Pro still works great

fervent granite
lost fossil
#

yeah they're priced by their software that is sold separately anyway robdab HEHEHEHEHEHE

jovial tide
#

old macbooks are golden

#

2010-2015

fervent granite
#

No all of them, some of the mbp’s had faulty gpu’s that could burn out

jovial tide
#

the beauty of those macbooks are you can send it for repair and replace that chip, at it'll work again.

fervent granite
#

Well you could, pretty Apple stopped doing that

jovial tide
#

that being said, computers are priced based on their hardware parts, that's how it's always been.

fervent granite
#

Well no because then companies wouldn’t make money OkayChamp

jovial tide
#

you can. there are third party repair shops

#

there is Rossman's shop also.

fervent granite
#

But it’s just a temporary fix at best, there’s no permanent fix

lost fossil
#

speaking of apple stuff blobsmilehappyeyes

fervent granite
#

Haven’t had an iPod classic since like 2007 Sadge

lost fossil
#

the AdobeXdest part is that the only original part in it is the hold switch/audio jack assembly

#

the case was in shambles, the mobo died, the hard drive is no more, the hard drive ribbon is also no more HR_KEKW the battery is replaced too

fervent granite
#

Flash memory mod?

lost fossil
#

almost, i got an iflash msata board and a 120 gb ssd

civic cloud
#

@lost fossilmy helper did the big disappear

#

so no new fans tdoay D:

slim bluff
#

gotta love dwm

jovial tide
#

cool

#

if im going with tiling WMs, i personally prefer i3 tho

slim bluff
#

but window managers are so great, I was sceptical going into the community but it feels so nice and efficient when you get up and running with them

jovial tide
#

yep

#

tiling WMs are best for devs

#

efficient use of the whole monitor space

slim bluff
#

yup

#

i3 was a slight pain because I have multiple monitors, getting separate workspaces for each monitor was a challenge in it

#

dwm does that by default so works for me

#

dwm is just basic as fuck and I love that

jovial tide
#

good to know, never tried it in a multi-screen setup

slim bluff
#

most people like the same workspaces shared between monitors, i dont

#

because I got used to dwm before trying i3

jovial tide
#

how long you been coding C man?FeelsNeatMan

slim bluff
#

about a year

#

recreating Tetris rn

jovial tide
#

cool man
Ive been struggling with C for years, but never got the chance to dive deep and pursue it professionally, I get on it time to time, and then my job gets me away from it, and the loop repeats again šŸ˜†

#

but thats my all time fav lang

slim bluff
#

schools about to catch up with me and I'm gonna get all my time zapped away

slim bluff
#

I enjoy C++ but I am learning Haskell right now and I am really enjoying it

jovial tide
civic cloud
#

@lost fossilfans are in šŸ¤

#

will do some temp testing tomorrow :D

jovial tide
jovial tide
#

especially the exercises are challenging (at least for me)

slim bluff
#

exercises are valuable when first getting into a language but it's import you start working on projects as soon as you can, it's best if the project involves doing things you don't know how to do already

iron lantern
#

god damn ipod, those are true apple engineering

digital cosmos
fervent granite
#

imo it's way too expensive even for its specs

#

It's also ugly as fuck

#

Also funny how it's almost $2k but it only comes with home

jovial tide
#

Consider buying Dell G15 and Lenovo Legion since the Strix has no mux switch

#

But this is just perfect for the 1080p monitor, and runs cooler compared to others; with Dell you get a bit more build quality and monitor (1440p), lenovo a bit more performance but this is good overall, will last longer.

digital cosmos
jovial tide
digital cosmos
#

the alienware I found in bestbuy

jovial tide
#

You in CA or US?

digital cosmos
#

us

jovial tide
#

I bought M15 R6 and returned it. 11800H + 3070

digital cosmos
#

so the asus is better?

jovial tide
#

It runs very hot, the cooling solution is either not well quality controlled or not well done; or maybe it's their intention so people move from M series to X

#

Asus has a bit worse display, a little bit less performance (compared to Dell 3060), much better cooling, better price, better warranty.

digital cosmos
#

yeah the price is really good. and it has decant specs

fervent granite
#

But shouldn't you expect most laptops to run hot like that?

digital cosmos
#

I believe it runs 144hz

jovial tide
#

Can you get 5900H + 3070? that would be ideal.

#

Because you're losing about 5-10% on that lack of mux switch, and a 3070 model would give you room to connect it to external monitor as well.

digital cosmos
#

I dont mind how hot they get. Im not a gamer much

jovial tide
#

Well then M15 R6 is worth looking at (buy through Dell itself)

digital cosmos
#

I mostly gonna rock the laptop for school and games.

jovial tide
#

Also G15 is worth looking for

digital cosmos
#

now thats the thing

#

I want a 17'3

jovial tide
#

or in your case G17

digital cosmos
#

there decant I guess.

fervent granite
digital cosmos
jovial tide
#

well they put an effort to liquid metal cool the laptop

#

the one he mentions is sorry liquid metal

digital cosmos
#

I will take your advice

#

thank you dude

jovial tide
#

it's 3060 , 115 up to 130

#

it's gonna dominate every game @ 1080p

digital cosmos
#

so

#

from my list

jovial tide
#

hmmm it's got good support too

brave field
#

the VRMs are not powerful enough to power the CPU/GPU for the rated TDP for long and the motherboards they use are extremely bad, with zero QC in the manufacturing and assembly process
Are there ANY gaming laptops that truly avoid all this?

digital cosmos
#

instead of the alienware M17 i7 3070 17"

jovial tide
#

Alienware M17 is outdated isn't it?

digital cosmos
#

believe

#

so

jovial tide
#

What are the specs for the m17 you found?

#

9th or 10th gen?

digital cosmos
#

I found that in bestbuy

#

I will be honest

#

I dont remember

digital cosmos
#

10

#

gen

jovial tide
#

and what's your max budget for it ? @digital cosmos

digital cosmos
#

the asus is around 1,800

jovial tide
#

Let me check

#

Have you bought anything from Dell? do you have an account in Dell.com?

jovial tide
#

Ok then you get 10% coupon when you try to buy this

digital cosmos
#

holly shit that looks tiny

#

lol

#

jokes

jovial tide
#

Win11 home, 3060, 17.3 inch 360Hz, Dual drive 512 + 1TB, cherry keyboard, normal support (remove monthly subscription)

#

adds to about 2540, minus 10% discount you get after you register

digital cosmos
#

I believe this is the alienware I found on the bestbuy

jovial tide
#

Best cooling, much better screen, mux switch, much better keyboard etc

fervent granite
#

this is just hideous though peepoMad

digital cosmos
jovial tide
#

It's a bad photo looks great

#

The M17 is dogshit compared to new X17

fervent granite
#

Nah it's way too thick and bulky-looking, I prefer really slick laptops

jovial tide
#

You get 11000 scores on 3Dmark with it better than majority of gaming computers to date

digital cosmos
#

@jovial tide 2536

#

is that the complete total

jovial tide
#

2536 minus 254

digital cosmos
#

?

#

so 2317

jovial tide
#

When you make an account with Dell they usually give you 10% discount to use

digital cosmos
#

makes sense

jovial tide
#

Yep yep, for a godlike laptop

digital cosmos
#

so a better alienware

#

its the same thing but better?

jovial tide
#

The best gaming laptop, one of the best gaming computers (desktops included)

digital cosmos
#

oh shit wait

#

windows 11

#

ayo

#

I thought that hasent came out yet

jovial tide
#

yeah it's out since 4th oct

digital cosmos
#

I knew that

#

ill take your advice

jovial tide
#

Buy it you won't regret. also it might be wise to consider getting premium support

fervent granite
#

Does anyone actually use support though?

jovial tide
#

Dell's normal support is like copium

brave field
#

buying support WaitWhat

jovial tide
#

My computer's burning, it's all fked omg omg

#

"Everything is as it should be, we are aware you're worried but it's completely normal"

fervent granite
#

I fix pc problems myself KEKW

brave field
#

bro just go complain about your overheating tablet on the arch forums

#

those guys will ship you a replacement heatsink and everything

fervent granite
#

marked as duplicate

jovial tide
#

"We have done extensive tests on this type and what you are experiencing is just fine. After games shut down the computer to make it cool off for 15 minutes"

#

That's Dell normal support in a nutshell

fervent granite
#

Which is why getting the premium version of dell support makes no sense

jovial tide
#

Premium version is not like this. you call for a problem they sent technicians

#

It's completely the opposite

#

You also get a dedicated line for talking to support people everytime you wanna call.

fervent granite
#

Yeah I'd never have anyone come in to fix my pc, I would either do it myself or send it back

brave field
#

Maybe if its $5

#

still doesn't seem worth imo

fervent granite
#

yeah not worth it imo too

jovial tide
#

@digital cosmosTell me how it goes.

brave field
#

Does the technician bring and cover spare parts, like a new keyboard PCB, or another display?

digital cosmos
#

and the specs are not the greatest

jovial tide
#

Like M15 cooling is crap, in /r/Alienware I've heard others replacing the heat sink easier when they had premium

digital cosmos
#

idk what to say

fervent granite
#

You'd think that those types of people would do repairs themselves

jovial tide
digital cosmos
jovial tide
#

It has a switch to turn off integrated graphics in bios unlike most others

#

Yeah do it, I'm sure you'll love it if not you can always return

fervent granite
#

Would never make my decision just like that, especially with a price tag like that

jovial tide
#

Analysis paralysis happens šŸ¤·ā€ā™‚ļø

digital cosmos
#

one of my close friends is giving advice that it to price for Way too pricey for 8 core RTX 3060 and 512GB
16GB of ram

jovial tide
#

512 + 1 Tb that's 1 and a half

brave field
#

some $850 in PC parts if the GPU pricing could be normal for just one day

digital cosmos
#

how long would it take to deliver if I order it through dell?

jovial tide
#

Nov 9

fervent granite
#

get the 256 gb option to save a few hundred on storage

digital cosmos
#

2.7K?!

#

OOF

jovial tide
#

Well you can do that then open it up and add a m.2 yourself

digital cosmos
#

well

#

2.5K with my 10%

#

coupon

#

xD

fervent granite
jovial tide
#

Also for the laptop you can get single 1TB instead if you dont want dual

jovial tide
#

The fans are between board and keyboard

fervent granite
#

Well maybe you shouldn't have broken the heatsink to begin with kek

jovial tide
#

huh?!

brave field
#

"fix" is a weird term
If it comes broken from the factory, that's a defective product

fervent granite
#

mending it is /s

jovial tide
#

@digital cosmoshttps://www.dell.com/en-us/shop/dell-laptops/alienware-x17-gaming-laptop/spd/alienware-x17-r1-laptop/wnx17r1cto10s?configurationid=0dd7ce1e-eb3e-4aed-82fc-cd00941a0018 this one's perfect

#

Cookie what if they intended to give people shitty cooling on m15s to sell more x15?

#

I think that's what's happening

fervent granite
# jovial tide huh?!

seriously though the responsibility also falls on the user, like what could you have done to break something like that? If you burnt out the gpu because you pushed the system too far, for example, then that's on you

jovial tide
fervent granite
#

Point is, if you take care of your laptop and use it as it's meant to then you won't run into problems, generally speaking

brave field
#

Doesn't apply when you pay for defective products tho

jovial tide
#

Hmmm, that's a tough pill to swallow

fervent granite
#

Wouldn't buy a product with a known defect like that to begin with though

jovial tide
#

I got a 3060TI + 10400F right now which I bought using returned money (saved 100$)

#

It performs worse (in terms of 3dmark scores) than the m15 r6 even when it thermal throttles.

#

That laptop performs well, has TCC, but it's not gonna last long working perfectly I believe; and I didn't know

fervent granite
#

What's the point of a 3dmark score if it performs like you want it to?

brave field
#

LOL

fervent granite
jovial tide
#

Longevity matters, you don't want a laptop that runs degrades much faster over time; that's the whole point of having good temps
Hardware degrades faster under higher temperatures.

fervent granite
#

So then why do people complain of thermal throttling? That's supposed to be a safety mechanism?

jovial tide
#

Thermal throttling has nothing to do with what I just said. it's like a redline for you car, it saves your engine from instantly breaking.

#

Degradation through high temps is not instant failure, but increases the rate of failure over time.
And by failure I don't mean complete failure, functioning less than optimal faster is still failure.

fervent granite
#

Ok but those are performance scores, what does that have to do with temperature?

jovial tide
#

Well if something throttles because of power or temperatures it will limit maximum scores of that component. whether it's cpu or gpu.

#

In the second link you can see I got a 9242 after lots of bios tinkering, unlocking the cpu oc limits, playing with intel turbo and etc while that same cpu in a better thermal condition will get 10500 score.

fervent granite
#

Right but that's using different hardware, so we can't make any assumptions like that other than one performs better than the other

jovial tide
#

The problem rises when you realise you're getting 11800H but as is you're getting performance of a lower tier CPU because of bad cooling design or faulty thermal heatsink/fans.

In 3DMark.com you can compare your PC to other similar ones (11800H + 3070(Notebook))

#

You can see almost everybody's 11800H in that top 100 list is getting more than 9200 - - the average cpu score is 9659 with majority of higher end results at 10500

iron pecanBOT
arctic yarrow
#

After hours of working around fucked up A2 and A3 pins, as well as modifying code to actually WORK on an Arduino Nano (I'm not experienced in C), I've finally managed to make a binary display clock.

#

Believe it or not, my other nano had it's bootloader fucked up by another program I tried for this project.

civic cloud
#

I don't believe it

#

D:

pliant lynx
#

i love me some breadboard

fervent granite
#

Black pcb’s blobJustRight

lost fossil
arctic yarrow
lost fossil
arctic yarrow
#

What does it do?

#

I'm looking it up and I'm even more confused now.

lost fossil
#

it measures world line divergence of course

arctic yarrow
#

Is this concept scientific or science fiction?

lost fossil
#

science fiction (or maybe not monkaW but we'll never know)

arctic yarrow
#

Oh ok

jovial tide
#

arduino is such a fun toy to play with

arctic yarrow
#

ikr

cold elbow
jovial tide
peak locust
#

Does anybody know where I can find nerdy stats pertaining to the various gta online businesses? (Coke lockup, meth, counterfeit, bunker, etc)
In particular I'm looking for stats regarding max product (in units, perhaps), price per unit, and time per unit production. I can't believe nobody has put together this information before, so I'm just wondering where to look, as the wiki provides essentially none of it (imagine that)

#

this seems like the best place to post this? I'm a new join

jovial tide
#

I had a plan to make our house a modern house with an arduino and a handful of relay modules, until my father found out about it and said "stop with this bullshittery please"
yknow my father has always been encouraging mehaHAA

peak locust
#

If only I had the money I'd have probably done something like that by now Sadge

cold elbow
#

Go to gta channels to get a better chance with an answer @peak locust

#

Community channels are non gta

peak locust
#

Seems like the best place if ya ask me. Anyway you should have just directed me to the faq to begin with, that's all I was asking for! Much appreciated

cold elbow
#

:thonk:

lost fossil
jovial tide
#

How can I change the songs that are played in gta vc

#

Where are th music files?

kindred temple
#

Documents folder, Rockstar Games, The game's youre looking for, User music.

lost fossil
#

he wants to make his vc be like this mod that i had to resort to where every single radio station was replaced with some bs and flash fm was dedicated to eminem

#

which tbf kinda got me into eminem a lil bit at the time

jovial tide
#

kinda off topic but gta vc's radio really affected my music taste as a kid too

covert carbonBOT
#

zepcheck Banned casperire08#4467 (Case #123448) (user notified with a direct message)

#

zepcheck Banned š”‚š–”š–“š–“š–Š š•²š–†#4649 (Case #123450) (user notified with a direct message)

#

zepcheck Banned MaviSwerv#7665 (Case #123452) (user notified with a direct message)

#

zepcheck Banned IM ECHO#2499 (Case #123453) (user notified with a direct message)

lost fossil
#

imagine if gigabyte's version of lg c1 was trimmed like this

brave field
cold elbow
junior flax
#

Is phantom 530 case good

#

for airflow and shit

#

its the case i've got rn

jovial tide
#

I have deepcool mattrex 50 right now

#

Easy choice

cold elbow
jovial tide
#

Ms Melon I like my prebuilt xD

cold elbow
#

U need them fans tho

cold elbow
jovial tide
#

Yep I bought one

#

ABS 3060ti 10400F

cold elbow
#

From canadacomputers?

#

Ohhh

jovial tide
#

Newegg

cold elbow
#

ABS is good

#

The only concern was customer support

jovial tide
#

It's really good I'm happy with it

cold elbow
#

Congratulations

jovial tide
#

Oloy 3000 cl16 p650b psu b560m a ac

#

Msi ventus x2 3060ti lhr

cold elbow
#

How much it costed you

jovial tide
#

1800 total canadian

cold elbow
#

And how is the cooler

#

Cpu cooler

jovial tide
#

Thermaltake circle one woth rgb idk the model

#

It's good enough overall for the build solid 40 50 temps and 65 gpu max temps

cold elbow
#

Great

lost fossil
#

me with my 91c 5800x WeirdMonkaL

#

probably throttling HR_KEKW

cold elbow
#

Might be throttling

covert carbonBOT
#

zepcheck Banned 3 users successfully in 3s

arctic yarrow
#

Jesus, lotta scumbags here lately

near umbra
arctic yarrow
near umbra
#

Ah

jovial tide
covert carbonBOT
#

zepcheck Banned 4 users successfully in 4s

#

zepcheck Banned Mile#7282 (Case #123484) (user notified with a direct message)

jovial tide
#

For desktops the CPU temp doesn't really affect the rest of the PC so over longterm it won't damage anything; the CPU is ultra durable itself.

fervent granite
#

What about laptop cpu's?

covert carbonBOT
#

zepcheck Banned Glint#8810 (Case #123488) (user notified with a direct message)

twin marten
#

yall ever do the thing in laravel and then you do the thing but then you push the thing and they pull the thing and now everything is broken and shit and

#

yep

#

programming

near umbra
covert carbonBOT
#

zepcheck Banned NiK#3550 (Case #123491) (user notified with a direct message)

sturdy prism
#

pretty useful ngl

#

just crank up the settings to ultra

#

idk how they are going cooling wise in recent years but yeah

#

maybe better

jovial tide
twin marten
#

my gaming laptop really sounds like a jet engine when i am in class, plug it in and do a simple benchmark

jovial tide
#

Meaning if cpu or gpu heats up board and the other component heat up

#

Marizyth you can put it in silent profile and you shouldn't really get max performance when you need to be silent

twin marten
#

i know

#

but it's funny

fervent granite
#

My laptop heats up a lot but I just have to adjust the fan speeds

jovial tide
#

Well that's not a bad laptop then. Alienware m15 r6 goes to 95 to 100 easily with full speed fan configuration

#

The new GE66 Raider is on top

#

It's got gpu power boost 11 gen i7 and i9 and no thermal throttles

inner saffron
#

i have the GeForce GTX 1050

jovial tide
#

@inner saffron which one?

vapid grove
#

The muted one

glossy echo
#

er

jovial tide
#

Feels good man

civic cloud
#

Nice

jovial tide
#

All of this after I returned the Alienware M15 R6 laptop; this feels better than laptops

vapid grove
#

Ya don't say

jovial tide
#

Nice avatar dude

vapid grove
#

Yeah I know

arctic yarrow
#

Got a 500gb HDD, IO interface is USB 3.0 (think the type of data port used on the galaxy note 3). Drive won't initialize with the error message "cyclic redundancy check". Can I save it, or should it be a shooting range target?

arctic yarrow
#

I think it's telling that the entire system slows down to a crawl when it's plugged in, plus I can't get it to even read properly on any 3rd party partition managers.

#

Guess I'll be shooting it then.

civic cloud
#

:D

#

Pew Pew

dense birch
#

The USB 3 one I had that looked like that just had an adapter slapped on the end in the little enclosure box thing and that looks that same

lost fossil
#

if an external drive is using a sata to usb adapter then it can be salvaged somewhat if you connect it to a pc with sata

#

but if it has a usb port directly on the board then ur fukd

arctic yarrow
arctic yarrow
#

At least I got that drive for free and don't have any data I need to pull from it.

iron lantern
#

Is there a negotiable difference for CL 16 vs CL18 at 3600 speed for 1440p gaming?

#

because i do understand 3600 speed at 1440p is the sweetspot just curious about the latency or if its mostly gpu bottlenecked

#

using Ryzen 5900x of course

civic cloud
#

dont think youll have a different performance in real life

#

like 2-3% at max

#

youll most likely be gpu bottlenecked anyway

iron lantern
#

Thats what i thought

#

save the extra 100~ because i want 32 gbs

arctic yarrow
#

From what I've seen with a quick google search, average FPS is unaffected, but your 1% and 0.1% lows will improve with CL16

#

So you'll experience more stutters with CL18.

iron lantern
#

oo...

civic cloud
#

yes but how much will those improve

arctic yarrow
#

Depends on the game. Cyberpunk doesn't see much improvement, but pubg has a 30fps 1% low lead on the CL16 compared to the CL18.

#

GTA5 has an extremely impressive difference, doubling the 1% low on CL16 compared to CL18.

civic cloud
#

wew

arctic yarrow
lost fossil
#

you know

#

isn't cx like bottom of the barrel for corsair?

brave field
#

only the green label (like the cx500 or cx600m)

lost fossil
#

by adding rgb fans and fully modular cables they're essentially taking the budget from the stuff that matters the most which is internal components

#

it's like these cheap ass power supplies you've never heard of that sell here in russia, they all have black casing, a nice grille, a nice 120mm fan, nice looking cables

#

but then the power supply is like $5

#

so you know that all the money went into getting fancy looking cables and fans and shit

brave field
#

Need to research but I think CX-F is based on CX*50M, plenty usable and safe, but can make buzzing sounds under higher loads
CX*00 (green/white label) are the trash ones with high failure rates

slim bluff
jovial tide
lost fossil
#

because there's a brick inside yes i know HmmmNoted

jovial tide
#

no, actually, heavier psu 'could' mean that the main ferrite cores(the transformer between the cold and hot sections, and the filter inductors on the cold side) are bigger, the bigger the cores, the better and more reliable the PSU

low pagoda
#

Can someone help me with my controller not connecting to pc?

lost fossil
brave field
#

Yes.

jovial tide
#

DontAskToAsk is the new F word PeepoWeird

lost fossil
#

it's a great resource tho

#

like if i were to tell him that yes i can help with his controller i'd be stuck there helping for 4 hours

#

and then it'd turn out that nothing that i know or had experience with applies in the situation

brave field
#

the "how to ask" guides are nice but their phrasing often just angers those who are redirected to it

jovial tide
#

Yeah I've been there done that. Ended up angry.

brave field
#

The "but I'm too lazy to..." part, often. Its why some techsupport servers blacklist the sites

jovial tide
#

after 3 hours, "what you say seems sketch I'm not gonna do that, bye"

#

goes to uninstall the game for the 5th time instead KEKW

brave field
#

I've wanted to make a more friendly one that shows up in a Discord embed, and doesn't insult the person asking for help

jovial tide
#

Man helping people with tech stuff is a pain sometimes

brave field
#

html meta tags are a scam

brave field
#

@lost fossilSadge

#

no good

sinful rampart
#

Anyone having knowledge of smartphones?
Upgrade from 3 year old oneplus 6t to galaxy s21 worth it?

lost fossil
#

one plus 6t = 61

sinful rampart
#

My 6T rn giving battery problems...

#

In need of an upgrade. Kinda confused...

lost fossil
#

if it's just the battery and you're cool with the phone otherwise, should probably just replace the battery Weirdmonka

#

like how i kept replacing screens for my mi mix and had to go through like 5 of them in 3 years because it'd crack after falling on carpet from like 30cm

civic cloud
lost fossil
#

šŸŖ @brave field hmmmcoffee

#

do you know if there's a way to create such a network location that would have folders and files from roots of several other locations all mashed together?

brave field
#

symbolic links, mayhaps

#

network location being something like an FTP server or a SMB share?

lost fossil
#

smb share

brave field
#

oh yeah, symlinks work in samba shares

lost fossil
#

i have something like 6 hard drives totaling about 40 tb, all full of various torrent stuff, and i would like to create a "virtual" network location that'd just have the contents of all of them show in one place

brave field
#

oh hm

#

I don't think the contents of the roots of each will all show up together in one folder, you'd just have each drive show up as their own, separate folders

lost fossil
#

that could probably work

#

would i be able to map that virtual location as a network drive on another pc and run a search in windows explorer?

#

rn if i need to find something, i have to rdp into my other pc and search there Weirdmonka

brave field
#

symlinks show up just like any other folder, so all of that should work fine

#

Setting up different shares is a lot easier, if you're going to have all your drives show as different folders

#

toss another [sharename] with the path details and all in your smb.conf, and you'll be able to map it as another drive with another letter or path in explorer

slim bluff
#

haskell is interesting

main :: IO()
main = print x where
  x = 1 `add` 2

add :: Integer -> Integer -> Integer
add x y = x+y
#

this program just adds two numbers

#

but just calling a lambda with its arguments in an infix notation is pretty cool

arctic yarrow
#

I have a piece of stupid homework. as part of this homework, I have to use a value and the value minus 1 to check if the value is only divisible by 1 or itself. How do I do this within these stupid bounds?

#

To be clear, I need to use the value and the value minus 1 within the code.

brave field
#

store the value minus 1 as a variable?

#

or use my_function(x-1) or my_array[x-1] if either of those fit?

arctic yarrow
#

Ok, I see what it's trying to do, this is part of function recursion, so I'm trying to check all values less than or equal to value-1 until 1 to see if any of them are divisible with the original value.

#

I wonder if I can use a nested if statement inside an unconditional elseif statement.

#

I feel dumb. All I needed to do was type this:

    primeResult==1;```
#

divVal was value-1

#

but since it was recursive, I would call the function at the end of the if-elseif-else statement with
primeResult = Primechecker(value,divVal-1)

#

If you feel bad about coding, just remember there's people out there (like me) who spend up to an hour struggling with something that can be resolved with 2 lines of code.

jovial tide
#

i was talking about unknown wholesale cheap power supplies ofc

arctic yarrow
#

I feel kinda dumb. Last night I thought someone was accessing my computer because my screen flipped and some chinese page came up on my screen while I was rummaging around my pack, but I just now realized the USB receiver for my wireless keyboard was inserted in my computer and bumped a bunch of keys on that keyboard in my backpack.

#

Anyway, how's everyone else's evening?

boreal token
#

Can I ask u guys one thing

#

I am new into high end pcs

#

My ram is running at 2666 mhz which is supposed to run at 3200 mhz should I enable xmp profile all the time

#

Or does it cause stability issues or reduce the lifespan of the ram

kindred temple
#

idk why thats gotta be a question, youre leaving performance on the table.

#

Except in CPUs with weak memory controller in which case overclock as per the box but increase the voltage.

boreal token
#

I am running an i7 10700k

#

And a gigabyte z590 gaming x mobo

kindred temple
#

yeah, no brainer. The thing can run 3200 easily.

boreal token
#

Ok bro thanks for the helpā¤ļø

jovial tide
arctic yarrow
#

IMO, manufacturers should enable XMP by default based on what frequency the RAM should be running at, although I'm not sure if that would require extra engineering on the RAM module/slots.

drifting tapir
#

Is the R9 280X a good starter GPU?

arctic yarrow
#

It's slightly better than a GTX 1050 ti, so I'd say it's alright for 1080p low-mid for modern titles.

fervent granite
#

What about the 1080? Is that card still good?

civic cloud
#

Yes

arctic yarrow
#

1080 is fantastic for everything except raytracing/dlss.

sinful rampart
raw island
#

e

#

oops

safe narwhal
#

Yo boys

#

I got this pc

#

I5 10400f
Gtx 1060 6gb
16 gb ram

#

For 700$

lost fossil
#

1066 in 2021 is a bit depressing but all in all not bad

slim bluff
#

its not bad for 700, pretty similar set up to me apart from the cpu

#
james@voidmachine
-----------------
OS: Void Linux x86_64
Kernel: 5.13.19_1
Uptime: 1 hour, 33 mins
Packages: 946 (xbps-query)
Shell: zsh 5.8
Resolution: 1920x1080, 1920x1080
WM: dwm
Theme: Breeze [GTK3]
Icons: breeze-dark [GTK2/3]
Terminal: alacritty
Terminal Font: black: '0x32302f'
CPU: AMD Ryzen 3 3200G (4) @ 3.600GHz
GPU: NVIDIA GeForce GTX 1650 SUPER
Memory: 1907MiB / 40057MiB
#

except my cpu costs more and has less performance EZ

lost fossil
#

bc it has a gpunit

slim bluff
#

yes

safe narwhal
#

Nice

#

I mean for my first pc

#

I been researching alot

kindred temple
#

Cant see the PSU PepeWorried

#

Solid front case PepeWorried

safe narwhal
#

Honestly idk bout the case

kindred temple
#

But yeah, in real economy that thing is realistically more like 550$.

safe narwhal
#

Mostly im gonna run without the side panel

#

Its at normal price

kindred temple
#

Nah, just take off the front panel

safe narwhal
#

Im from romania but living in france

#

Here in france that thing its almost 1.500€

slim bluff
#

Honestly for my next pc ill probably go with a monotone no rgb setup

#

I quite like a clean aesthetic

safe narwhal
#

I managed to get some msi monitor

#

For 130€ i think

#

Is va 144hz 1ms curved

lost fossil
#

i ordered some switches and they came with a gift

jovial tide
#

if they did it to me, oh boy... haHAA

lusty vine
#

umm i cant use wireless wifi

#

if i dont have a cable pluged in my wifi will not work

junior flax
#

Hey, i have an old ipad i dunno password or apple id

#

Is there anyway to reset it with a computer?

fervent granite
#

If you iTunes restore it you’ll iCloud lock it

junior flax
#

I dont know apple id or anything

fervent granite
#

Reset your Apple ID first before trying to restore it

junior flax
#

Its my grandmas, she doesnt know it and neither do i

#

šŸ˜‚

fervent granite
#

If you go here you’ll find the Apple ID email

junior flax
#

I heard you can reset it by attaching it to a computer

junior flax
#

Nvm

#

She knows it

#

Om

#

Ok

fervent granite
kindred temple
junior flax
#

Sol?

kindred temple
#

The best case with least headache to get thru it is to... Get new phone because iphone mainboard costs a lot even in gray markets.

kindred temple
junior flax
#

šŸ˜‚

#

Ok

lusty vine
#

umm i cant use wireless wifi
if i dont have a cable pluged in my wifi will not work

arctic yarrow
#

Saw my neighbor tossing out this beauty. As far as I can tell, there's an issue with the battery not charging. Don't know the full specs on it, but based on the stickers it has an Intel I7 and an nvidia gpu.

brave field
#

Awesome catch!

arctic yarrow
#

I'll have to resintall windows or bypass the password to figure out the specs and see if there's any other issues with it.

brave field
#

boot into a live usb for something maybe?

#

keeps the data intact

slim bluff
#

install linux

arctic yarrow
#

Touchpad seems to be difficult to operate right now.

lost fossil
#

i will keep recommending strelec

cold elbow
#

One man's trash is another man's treasure @arctic yarrow

arctic yarrow
brave field
#

what a steal!

lost fossil
brave field
#

congrats man

slim bluff
#

for free that aint bad

arctic yarrow
#

so yeah, looks like that's an I7- 4710HQ, 12GB ram, a 120gb ssd, 1tb hdd so far.

#

I wonder what the GPU is

#

Maybe I can do the utilman cmd trick to log in and check.

#

I think I have a bootable windows 10 flashdrive somewhere...

slim bluff
#

keep a void linux boot-able on me, handy for reinstalling or checking shit like that

arctic yarrow
#

I wonder if the SSD is mSATA, because I can't find a 2.5 inch ssd connected to it.

#

There's 3 sata slots, one is occupied by the disk drive, and one is occupied by the HDD

cold elbow
#

Just load popos

#

And use demo

brave field
#

That's a lot of storage option

#

You can often replace the disk drives with another 2.5" slot with a cover

arctic yarrow
#

True

#

To keep it from rattling around, I may need to use a brace or something. Maybe a disk drive slot to 2.5 adapter.

brave field
#

yessssss
Supposedly some very cheap ones die quickly, but mine have been working for a while

cold elbow
#

First of all

#

It's a used system so check thermals

#

Clean it

#

Then start doing whatever

arctic yarrow
#

I do admit, the fan was noisy AF when I had it on.

cold elbow
#

Most likely a repaste gonna make your life way easier

arctic yarrow
#

As far as I can see though, the entire cooling system is accessible under a single panel.

#

So shouldn't be too hard.

cold elbow
#

What is that repair kit

arctic yarrow
#

iFixit

#

I just booted up the machine again and it encountered a BSOD, paged fault in non-paged area.

brave field
#

OS or ram config might be nasty

arctic yarrow
#

There's 1 8gb stick and two 2gb sticks.

#

the 8gb stick is under the keyboard, while the two 2gb sticks are on the bottom

#

I don't think the physical RAM config would cause a problem, other than running in single channel mode

brave field
#

not physically, nah

#

Sometimes ram timings are set weird in BIOS

#

and its still someone else's OS install, probably a couple hundred million undiscovered malware samples running around on it, all trying to forcefully stop each other

arctic yarrow
#

The bios doesn't give me any ram options, so that could be ruled out as a possible solution.

#

So maybe it's a corrupted windows install.

cold elbow
arctic yarrow
#

Also, the computer seemed to have come with windows 8 originally, and I've had BSOD problems with windows 10 upgrades in the past, so that could be the factor.

#

I'll reinstall the OS

#

Once I put it back together

cold elbow
#

I always have a bootable popOS for stuff like that

brave field
#

get laptop
4 users all shill their favorite bootable USB image
But really, use Debian

slim bluff
#

Void Linux; everyone else's opinion is just objectively wrong

cold elbow
#

Linux is a rabbit hole kek

arctic yarrow
#

I only have a bootable win10 drive on me atm, so I'm gonna use that for now. I suspect I'm going to upgrade the SSD in the near future, so I'll install debian when that happens.

#

I just want to make sure everything is working properly before I work around with a different OS.

slim bluff
#

just install TempleOS

cold elbow
#

Just install amogOS

brave field
#

amogOS is a good choice, yes!

slim bluff
#

slackware in 2021

brave field
#

okay, but amogOS just got its custom neofetch image approved a few weeks ago

slim bluff
#

damn

arctic yarrow
#

For some stupid reason the BIOS didn't have UEFI enabled.

slim bluff
#

windows 10 neofetch

arctic yarrow
#

STFU Cortana.

slim bluff
#

lmao I never asked Cortana, wish it was never a feature

#

and windows 7

brave field
#

When are those accessible without the extra flags? Cygwin?

#

WSL/2 both detect the actual distro, interesting they'd have these

slim bluff
#

I cant see amogOS in ascii_distro

brave field
#

Its in a newer PR

#

they removed the old one I had a pic of before 😭

slim bluff
#

ah the pr is still open

arctic yarrow
#

šŸ˜„

brave field
#

merged with master branch already though

#

860M nice!

slim bluff
cold elbow
#

That's a nice card damn

arctic yarrow
#

Especially nowadays.

slim bluff
#

really was a nice catch

arctic yarrow
#

I guess my neighbor didn't want to deal with a crashing OS.

#

Aww well, I guess I'll make use of it lol.

#

I do need to buy a new battery for it though, it doesn't seem to charge.

#

It doesn't even detect the battery

slim bluff
#

damn my headphones are so broken that they can call people just by untangling the wires

#

just phoned my dad at 1 in the morning as was going to bed

brave field
#

make sure its the battery that's problematic and not the laptop's contacts

#

put a multimeter to it of you have one, even a 0.03v reading helps

#

It should still detect even if its dead beyond recharge, I think

arctic yarrow
#

I really need to buy a multimeter then, been putting it off for way too long.

#

Should I put the multimeter to the laptop contacts or the battery?

brave field
#

battery

#

some batteries have a third pin or a physical switch that stops them from outputting/inputting though

arctic yarrow
#

How can I check if the laptop contacts are good? They look fine visually.

brave field
#

mmh, if they're aligned well to the battery, that's probably the most you can do without tearing the whole thing down to the board (and still having a multimeter for continuity test)

arctic yarrow
#

Yeah, they're aligned.

#

Would it be a terrible idea to check it with an arduino board?

brave field
#

I don't know anything about using an arduino for it

#

can it even interact?

arctic yarrow
#

Probably would cause smoke because the input maxes out at 5v, and the battery outputs 14.8

brave field
#

oh yeah, on the battery side, if it isn't dying, it'll hurt it badly

#

but if its been going months without a charge, it might be under 2-3v by now

arctic yarrow
#

Gotcha, better be safe and buy a multimeter to use on it.

brave field
#

not worth the risk

#

ye

brave field
#

tracking links be long

arctic yarrow
#

xD

brave field
#

I'm no electrician but that should do the job pretty well

#

just checking battery voltage, continuity, etc

#

For any other uses you've been considering getting it... not sure

#

I've only used mine for those things, raspberry pi nonsense, and connecting some solar panels to a car

arctic yarrow
#

Honestly, I've been fucking around with electronics for a while and have had a few times where I've wished I had a multimeter.

#

Checking Li-Ion batteries I've pulled from non-functioning units, etc.

#

I've had to adapt sometimes by using an LED connected to a resistor lol.

brave field
#

The price is low enough to be able to deal with a LOT of electronics safely imo

jovial tide
#

Today I found some good shitcrap

#

RAMMon + Thaiphoon burner
Motherboard are Pepega when you put XMP on they will just do their own thing with the timings.
So these help with finding the reference timings (thaiphoon can even change the profiles inside the ram if you want)

brave field
#

Trying Pop_OS!. Not a favorite, but definitely worth a try for desktop. Ubuntu GNOME without Snaps.

kindred temple
#

Pop OS more like Poop OS haha goddem šŸ˜Ž

fervent granite
#

I hate how it's "pop_OS!" and not just popOS

#

Or Pop OS

lost fossil
#

i put these new switches in (the kb has hotswappable switches)

#

good lord owoAYAYAgasm

cursive saffron
#

cherry

#

mx

#

browns!

lost fossil
#

gateron hmmmcoffee

cursive saffron
#

ink blacks?

lost fossil
#

brown bc i dont like linear

cursive saffron
#

FeelsOkayMan show kb

lost fossil
civic cloud
#

weeb'ed

cursive saffron
#

ffs

#

I want a good keyboard as well

jovial tide
#

Oh my god lol

vapid grove
#

Where did you get that space bar hmmm

lost fossil
#

gateron suck my dick switches

#

if you look at the reviews, it seems that the print on the spacebar is random

#

i got a good one

#

bc you usually press the spacebar more on the left or in the middle

#

on the left i have legs and on the middle i have titty

#

and i don't press it on the right where the face is

cursive saffron
#

lmfao

#

you can get shit like this

iron lantern
#

very good choice

vapid grove
#

I've got a Dell WD19TB dock that I'd like to use with my desktop and laptop interchangeably. My motherboard is a B450 Tomahawk, which doesn't support TB3. If I get a Thunderbolt PCIe card, do ya think it'd work or is the best option swapping out the entire motherboard? FeelsThinkingMan

brave field
#

Try the card and return it if it doesn't work. Will need to buy from a seller that's okay with that, though

#

Amazon, in-person stores, occasionally ebay if its coming in openbox/used condition from the start

#

entirely changing mobo and chipset sounds pretty painful in comparison

vapid grove
#

The lengths I'll go to in order to avoid two complete set ups on my desk.

#

Still seems like a better option than a KVM

jovial tide
#

Master cookie

#

Gpu, cable or mobitor?

#

This happens during boot screen, and happened when drivers weren't installed. HDMI works well.

brave field
#

drivers are the only cause? Likely the monitor just doesn't like displaying whatever lower resolution its trying to output before the drivers are working