#tech-coding-math
1 messages Ā· Page 72 of 1
perhaps some issues atm, theyre small and opensource so yea
nope it won't work
I didn't say I didn't want to use them I just asked which one is the best
neither of them are that good lol
I don't use authy because it doesn't support my phone number country code
wdym when you say "good"
Google authenticator won't be too reliable because I can't really back it up
I haven't tried Microsoft
they just generate a bunch of codes based on current time
like, how good or bad can an app for that be
and what kind of backup are you looking for
Either a local file or cloud
google stores the codes on your account so if thats hacked youll have the player get access to codes, authy uses mobile number so if its hacked youll also get the same result.
Good websites give you back up codes
phone number is way worse since someone can just rip the Sim card out in 3 seconds
I don't like it
yup
Google authenticator
there is a button in the google one for that
lets you use the app without an acc
yea only issue is loose the device and it may suck. but i guess you can backup the sha codes
says "codes will be deleted from your account google and from all other devices where you used it (the acc idk)"
But say you use the app without an acc and somehow lose it what then
stuffed
What about Microsoft authenticator
same as google probably
you can get a hardware key for 2fa is you are really unsure, it would work on any device with its app downloadable
don't need to connect it to the internet or anything
I have my old phone
and just keep the key in a secure location
You remember the one
the slow wifi one?
Why are all of those authenticators forcing me to use my phone as a passkey
no this is my current one
ah
my old one was a disaster
this can do 2fa and all the extra security hardware key stuff
its a one time purchase
your phone will need nfc for it
and PC app works with it in USB
Stop flirting with me

I don't need that much of protection
use google then
then
Yes use the google one then
I don't like Google I've used it before and out of nowhere it removed my codes because the permissions were removed since I haven't used in 3 months
use anything
I had the backup file but that's so dumb
mfs really trying to not use google anything
lol
fine
check bio(metrics)
Link in bio
Please do not use google products
so guys i was trying to make an ahk script after cs2 did the diabolical update but idk why but this script is not working
this small script is mass spaming
do i need to give the Ctrl also in "{}" ?
actually let me try that
ahk v1? 
ok its working but its still pressing both Ctrl
idk
installed it long ago
move to v2
how do i make it only press LCtrl
that should be correct as is
how do i check my version?
i installed it
do i need to edit the script now?
c::{
Send "{LCtrl}"
Sleep 2
Send "{space}"
}
oh ok
also would recommend a few other changes
i have some other scripts like for jumpthrow and bhop
now i need to edit them both
just paste them here
*^:: Suspend, Toggle
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
;Fast jumpthrow
v::
Send {Space}
sleep, 10
Click, Lbutton
Sleep, 10
return
its for jump throw
do i also need to install v1 to run this?
i did not create it
what do i edit?
c::{ Send "{LCtrl}" Sleep 2 Send "{space}" }
not working correctly for cs as the script that i found on the internet is not meant for cs.
i need to jump and crouch at the same time, then it needs to stop pressing the space but still hold control
hold control until when/what?
so like space+ctrl and only releasing space
until the hot key is released
in this case its C
but in the old csgo script i think we do release both
idk i cant really understand
v::{
Send "{Space}"
sleep 10
Click "{Lbutton}"
Sleep 10
}
i edited the jump throw
is this correct?
okay
can you plz help me with this?
c::{ Send "{LCtrl down}" Sleep 2 Send "{Space}" Sleep 2 KeyWait "c" Send "{LCtrl up}" }
this should work i think
sleeping in increments of 2 doesn't really work though because the system timekeeping isn't that precise
i updated this bhop script when we Hold space it spams space
is this correct?
no
*^::Suspend(-1)
*~$Space::{
Sleep(100)
Loop
{
SpaceState := GetKeyState("Space", "P") ? "D" : "U"
if (SpaceState = "U")
break
Sleep(1)
Send("{Blind}{Space}")
}
}
then?
its working though
idk how
thanks a lot
its working
is this just quick converted
yes
i still don't understand the usage of the loop
if you just want to spam a key when held down, using while is much simple
i downloaded it from the internet when i was like 14 or 15
been a long time
more than 5 years
ie space::{ while GetKeyState("space","P"){ Sleep 1 Send "{Space}" } }
so to combine all of the codes do i just paste them in one ahk config?
sure but you have to be mindful of how things like suspend work
yeah
i will need a suspend which will cancel all the hotkeys
then you just add it before all of the hotkeys
oh and you might want to make the suspension hotkey itself exempt from being suspended
what should i write? i want a suspend hotkey which will suspend all
#SuspendExempt key::Suspend #SuspendExempt False
i change "key" to the key i want?
yes
thanks a lot bro
does this "/" thing work?
maybe
let me try
for hotkeys don't use quotes
no / does not work
its correct yes?
yes that should work
ok so there is a problem
its not working like that
if i press it
its suspending whole bind
so if i press it then i cant use space
or the hotkeys
the point of suspending is not being able to use the hotkeys
cant i suspend it like this?
yes
i want this kind of suspend
that is exactly the same thing as the suspend in the script does
this suspend lets me use the keys i use as hot keys but the code suspend doesnot let me use the hotkeys
!unmute @scarlet bobcat
Unmuted 4fb (Case #287732)
probably worth dming it lol
muted again lol
Unmuted 4fb (Case #287734)
@scarlet bobcat just dm them instead
ok
check dm

found something funny
even when i deleted the whole suspend command
space key isnot working at all
and the suspend command isnot working even though its correct
i changed the keybind to J
and still nothing
did you save and reload the script after changing it
yes
forget about the space
the one that i updated is working so its fine
also i think its created like that cause cs has a jump time so it doesnot need to continuous press it or they might get ban or something
i just want to make the suspend work
sent you the new code
check if the suspend works for you
yeah it works absolutely fine for me
does this work
pressing a should send a few a
and f1 should suspend or unsuspend the script
suspend works too?
ok
its working with j
ok i think i found out something
i replaced the code
with the one u send
even though its the same
now its working
š
HOW

did you try space test
i just made space blind and it works for me
dunno if it works for cs but
i did not as im using the old updated one
let me try wait a sec
this program is disabling space
yeah i know
let me try this one
if i run ur one solo then its working
if i put it in that cfg in its not
well i can't help with that because i don't know anything about cs
well the other one is working so its fine
you might have to play around with delays or different sendmodes
thanks a lot
now let me join offiial server and check if it auto kicks me from server or not
they be kicking for using jump throw and not banning people for cheating
no its called "skill issue" but morally yeah it is

im tired from all these spin botters every match (proceeds to play anyway)
when I had a key not work, replacing the key with a virtual key code helped. you could try replacing space with vk20
although it works now so no need ig but maybe for future reference 
Finally fixed the Microsoft store slow af download speed
Eent from downloading cod in days to downloading it in an hour
How did you do it
I've been having the same issue
Can someone explain why this BS works with some IDEs but not all: Class<?> arrayListClass = Class.forName(new String(new char[] {'j', 'a', 'v', 'a', '.', 'u', 't', 'i', 'l', '.', 'A', 'r', 'r', 'a', 'y', 'L', 'i', 's', 't'}));
Object arrayList = arrayListClass.getDeclaredConstructor().newInstance();
arrayListClass.getMethod("add", Object.class).invoke(arrayList, "Hello");
arrayListClass.getMethod("add", Object.class).invoke(arrayList, "World");
System.out.println(arrayListClass.getMethod("toString").invoke(arrayList));
Linux š
blinux 
Microsoft moment
I did a lot of things... yesterday found a reddit post and applied two fixes from it and idk which one fixed it
@torpid meadow does it need to be a headset or just headphones are fine? and what budget
Hmm no it doesnāt have to be a headset, so headphones are fine tooš„¹š«°š¼
And my budget is 100-300⬠(max 333$)
for xbox yes?
Yup!
why the hate on chi-fi iem tho 
i personally use the g733 from logitech, has worked wonders. although idk if its xbox compatible thats the only thing
Imma check it out, thanks!
audeze maxwell
No hate! I didnāt even think about thoseš±
dunno i don't use a headset
o
Yup they arešš
mine is a detachable headset. i dont use headset part
i just use em as headphones
i like logitech because you cant go wrong with them lol
Steelseries is good too
inclined to disagree with both of those
logitech hasn't made anything meaningful since the superlight and steelseries since the original sensei
fair enuff
i always look at older-ish stuff anyways
i never look at the newest for perphiperals
hearing good things about this. can't say i like the look of it, but if you're willing to dish out money then i dont think these are a bad choice
i feel like a good looking gaming headset is an oxymoron
I mean, it's always just headphones with a mic
what makes a headset a gaming one?
sharp edges and rgb?
yes
been using my dust-collecting chifiems (truthear hola ese) with my compooter the last couple weeks
they good 
too bad they don't have a threaded cap for the filter like
2
idk if that's a popular feature in iems
i have not thought about buying more headphones in a while
same 
Same
ig this is the most appropriate channel to this ask, since it's really off-topic
but what browsers allow uBlock origin on the chrome web store?
i mean this is my daily driver
pretty good for gaming
Hot
thank u

i bought holas for my mom but she doesn't use them š

Iām looking to learn C#
Iāve dabbled in some python before, but I need C# in Uni
Where do I start?
Make a calculator
If you need C for engineering you're only going to calculate stuff anyway
Maybe some light sorting
Download Visual Studio code community, and if you need UI create a .Net desktop app, if no UI stuff, just create a console App and create something
if its game based, download unity community and create some simple movement script
heaps of tutorials out there for these 3 things
Yeah Iām in mechanical engineering
I see a lot of 3 hour "full course" videos but last time I watched one of them for python it was totally useless
They teach you basics but donāt apply them in an example
Yea they can be a bit useless
if you think you can understand the syntax of C# (read some code), and read errors, just go try make something instead
Should I just read on W3
yes
Alright
Do you know what the C# will be used for?
if you have a RPIO or similar have some fun and create a GPIO program
Yeah as I said, we started with the integer classification stuff, then started doing simple programs with one or multiple formulas and ended with sorting and some light databases
Some math probably
Weāll also be using matlab this year
Some people recommended I start with C# in advance because it can be time consuming while I have other subjects to work on
Fair enough, yea create a command line calculator app then
Matlab is cool if you know what you're doing (I didn't)
Still got a 1.3 in the exam tho š
No
i took my pc to a repair shop to get them to try and fix why my pc was running game super laggy and they said nothing was wrong with but the games are still laggy any fixes?
What are your specs
sent it to you
Has anyone made their own Mastodon or BlueSky instance yet?
Have anyone thought about which GPU taste the best
thermal paste taste test
motherboard graphics probably
They get lots of exposure to the outside world unlike iGPUs under their IHS and dGPU dies under their heatsinks
Gotta dig up a c2d system to try
I apparently have the dumbest fuckin phone in existence
I can't transfer files and photos out of my main hard drive to my extra micro sd... because the main hard drive is too full...
In no world does that make any fucking sense
My hard drive is "so full" that I cannot move stuff out of the hard drive to a different hard drive to clear it to make it less full
Dumbest fucking shit I've seen at least in the last 3 or 4 months

The thing is though it isn't even full full
It's 62gb out of 64gb... I've moved large files just fine when I had a higher storage amount
The only solution for this bug I could think of may be to plug this into my computer, and dump every transferable thing into my computer to clear enough storage for me to move files again.
In what world does a full hard drive not allow you to declutter the hard drive
A world that wants you to buy a newer phone probably

64GB on PC?
I sleeved cables
will do the mobo cable later when that rgb controller that I showed arrives, by that time my fingers won't be burning from sleeving these, hopefully
this looks nice
i missed my sleeved cables my old psu had them but it blew up so i got regular cables instead 
i sleeved my psu's bundled default
cables. you could probably transfer the wires one by one from old to new

had to do that bc no crimper and no connectors and also no 100m roll of wire to make all new cables
nah I wanted to tho corsair's 12v cable is differen't from be quiet's
oh 12v

in what way is it different exactly?
i know that corsair has that 2x8 to 12 cable
which makes the most sense since it's 6 12v wires in 2x8 and also 6 12v wires in the 12 pin
so the corsair one is an adapter
i heard from some people that it's actually better that way instead of 12 pin on both ends
people like buildzoid i think
the new one is actually better for my case since the cable doesn't press against the glass as much
be quiet's was really thick and it doesn't bend as well
Looks hot
Fake Google Authenticator Ads lead to infostealer malware, straight from Google search ads, the listing even says it's verified by Google. Learn more about how infostealer malware works and how to not get infected. Pulseway are offering a special 20% off to viewers for their automation software: https://www.pulseway.com/enterprise/evaluation/?rf...
I think its time to upgrade my system
Motherboard cpu and ram
The Problem is the 7800X3D isnt available
The 9950X3D is
64GB G.Skill Trident Z5 RGB
Wonder whats the best B650 out there?
Yall i accidentslt clicked 'forgot my pin' on my thing and its been here forever
What should i do
Just a moment
No genuinely
Just hold the power button until it turns off
Ah alrightp
Worst it can do is "pc didn't turn off properly last time, do you wish to start in safe mode" and then you just click no
Yeh thanks

It is
Is available
I will probably go with a 9950X3D
Not sure what mobo
I really wish the 7800X3D comes in before this i build this
9800X3D will likely be the best for gaming when it releases
The -900X3D/-950X3Ds are productivity oriented
7800X3D is the best gaming processor on the market atm
By performance and price
Its not an option thats the thing
I looked at gamers nexus benchmarks
Seems like with the correct drivers the 7950X3D is like 1-2% faster most of the time
But seems like a waste of money
200$
I think motherboard will be more of a concern
+$200 for 1-2% is not a justifiable cost
And the 7900X3D is barely worse than the 7800X3D for gaming
Its only 30$ more expensive
you guys maybe know more than me, how can i make sure a HSV to RGB Converter actually works?
Well, just check and see if the hex is the same. Just try it?
The problem is that I'm not using HEX codes
I'm using Decimal Values
0 to 360 H, 0 to 100 SV
Converting into 255 R, G and B
Because i wanted to have a very accurate converter that can give me even Decimal RGB Values
Like 173,92794928 Red value, for example (that was a random number though)
as in, convert it to the hex afterward
I've had to use 3 different systems for colours. RGB, HSV, and HSL, and since nothing has HSL, I just had to get as close as possible
I see you are quite knowledgeable about these types of concepts, thanks a lot for your help, homie
Btw, do you mind if i ask you to test my Converter?, just in case you can see things that i may not, or if there's a mistake or something
Also, if you can, help me make the formulas shorter or more efficient, or both
oh, I've just been using sliders within games. The two games that used HSV and HSL were Euro/American Truck Simulator and F1 2020/2022
I use sliders as well, but i prefer when the Option of typing the number by myself is available
ps5 vs ps5 slim whats the difference
One is slim
One is fat
š
Slim is news so probably better
So there the Asrock X670E Pro RS and Nzxt N7 B650E
Exact same price
Why i should go for the Pro RS?
because asrock is a real company
But its asrock
Asrock is one of the better brands now.
It got a lower quality vrms
That's no longer the case.
You actually have worse VRMs from Asus now
Overpriced and built shitty
Asus coasts on brand name now and is getting more and more shitty
So it looks like the nzxt board had some issues previously, but it's rock solid with the most recent BIOS updates.
I will run it with the Ryzen 9 7950X3D
But the Asrock x670E is considered one of the better AM5 motherboards right now
Pro rs?
Yeah sorry
Should I buy shifter for my racing set up?
yes
why not both
Not enough ports on my wheel
wheel?
Yeah Iāve got the Logitech G920
It plugs into the wheel which then plugs into my PS5

Middle it is
what the fuck
There is also the PG
Slightly cheaper as well
@supple wharf #gta-online message i have a thrustmaster eswap cus i was tired of stick drift but ngl its more of a bandaid on a bullet wound
I have a warranty that I'm going to utilize soon
theres back buttons but theyre held in by some plastic welds šš so if they eventually break itll be a headache to fix
It was a Christmas gift and I made sure my mom knew that these controllers have issues
Once the second one (also with a warranty) goes then I'll probably go third party
do u know of any companies that do modern hall effect joysticks
theres a handful of third partyish ones
There was a company that was recommended to me awhile ago
I don't remember what it was
I think most of the elite controller's third party rivals are hall effect sticks
gonna look into that
i dont wanna keep paying 20$ per stick š
advertised as zero deadzone but that lasts a week with heavy use
Most controller stick have their idle position inputs ever so slightly to the right, and I can't find out why
it just seems like a right way to calibrate them
I just don't know what to search so Google knows what I'm talking about lol
u get these and force the board to read corrected values
https://sl.aliexpress.ru/p?key=bUkZr0m
as for why they are calibrated like that in the first place - 
Anyone know how to fix the new autodesk inventor driver issue?
whatever your preference. I have mine on the left for space reasons
new headset
guys do the 5600 and the 5700x3d make much of a difference?
You have to evaluate that for yourself
There is always a better store
Also the 5700X3D is 180 euros in EU
Oh wow the 5600 is indeed 88 euros
I be damned then
If you are very tight yes
Iam going with X670E because PCIe 5
RTX 5000 leaks did show Pcie 5 but who knows
If you dont have a high end gpu
Am5 is worthless
But if you have a high end GPU you dont care either
There is always a better store
450 euros thats expensive wtf
It should be 350
look at the date
Oh yeah fair
Iam getting my 7950X3D for around 530 euros
Mind factory have insane size stock they wanna get rid off before Zen 5X3d
I think they still have around 2000 7800X3D
Yāall im going to start college in like 3 weeks
And im going to an engineering uni
So any advice before i make that suicidal decision
don't buy a chromebook
Something my school failed to listen to
We seniors get to keep them for free at the end of the year though
Yea i was thinking of buying a macbook too
I wanna get like the 2022 one
Pretty reasonable price rn for how powerful itās for work
And im planning on learning coding so the MacBook will help
But i donāt know how tf im gonna learn coding with engineering but i will try as much as i could before i finish college
College alone isnāt enough for a good job
Funny seeing people thinking a Chromebook is a great budget laptop
Itās more of an investment
My man you can code just as well on windows
None of your engineering programs will run on Mac anyway
guys how do I get more fps on gtao? any optimizations, mods, settings?
The 8gigs ram one?
does anyone have absolutely any idea wtf is causing this š
like idek how to explain it
Kinda old meme formal but it delivers an important message
hell yeah wired all the way 
ethernet clears
ok but where's the rj45 port on my phone
get a rj45 to usb c adapter
Yea hereās the thing tho
Im a bit hesitant about that 8g ram thing thatās why i havenāt bought it yet
Hesitant? It's a very bad idea
A lot of people are saying itās good Enough even for pro level
But i still think that not really the case
The problem is
The 16 ram one is 3x the price
what's the problem
Apple is a fucking scam
But i still wanna get an apple for an overall performance
Windows laptops doesnāt last that long
Cuz i had one
And this is how apple screw u over and made you say that the macbook is a good deal for the price
Then you took bad care of it
The 8 ram one yea
People here own laptops that lived more than 10 years.
No i just used it for youtube š
if a windows laptop died on you trust me a MacBook is not gonna do any better
Just do your research and buy a good laptop.
My mom have hp that is 20y old idk how
I have a sony vaio from 2009 running 24/7 as a server
all depends on care
I said running 24/7 .... it's ALWAYS running
Well i still have an iPhone 6 plus
So i wouldnāt say im that shit at taking care of devices
But im just tiered of androids acting like a divorced dad with 3 children after 3 years of using them yk
What im saying is
What u said about windows laptop not lasting is completely wrong.
Thatās from my personal experience with the android stuff in general
Like as i said
Im still using iPhone 6 plus and i got it when it was new
Like 9 years ago or something
Still running perfectly fine
I had an android before it and it lasted 3 years
And it just died
Once again my android phone is 4 years old and working great... even the battery is rock solid
With windows/android u get a LOT of choices and this is the beauty of it
You can buy junk or military grade stuff.
What type is ur phone
S10 lite
Thatās a pretty good phone
And was pretty cheap
Idk bro im still searching for a laptop but most androids just look like a scam
Too powerful for their price
If you like something that is upgradable take a look at framework laptops
Which lead me to believe that they die early
My budget is like 900$-1000$
For coding?
Iāve been saving for a while now
Engineering and coding
Engineering isnāt my problem
My dad has like 1999 laptop and he is still using it for engineering projects
Take a look at asus vivobooks then ... the One with amd cpus
But programming is getting updated by the second
My friend got asus gaming one
It was like a 800$ or something
Don't buy a gaming laptop
The laptop got black screen after 4 months and the dude used it for education videos lmao
I swear
Thatās why im telling you im scared bro
I think apple is a scam
But their shit live longer just like my iPhone 6 plus
Never thought buying a laptop would be that annoying š
I have a working windows 7 thinkpad that's probably 13 years old now lol
lol
Android laptops? What are you yapping about
samsung tab with a keyboard attachment
Androids the phones
Cuz i was talking about my old android phone dying after 3 years for no reason while my iPhone 6 plus is still running fine after 9 years
Is the Playstation portal like a steam deck for the ps5 or do you have to connect a phone or tablet too it
Need a ps5, ps account and good wifi home router
You have to connect it to your PS5, it's basically a portable screen with controller
What they said^ but it runs via remote play so expect some input delay
Please
Just please
I beg of you
Don't buy that thing
You're better off using the remote Play on your phone than that
You're saving $270
Or buy a steamdeck
friend's pc won't turn on, does anyone see the direct cause? Sry for the mess lmao
nice cable mgmt
He won a pc over youtube shorts and did everything off a yt tutorial with 0 knowledge
No power at all? No LEDs on the rj45 port when plugged into a modem, nothing on the mobo, no USB devices?
the psu makes a very loud ticking noise but nothing else

ticks because its a bomb
If Microcenter is nearby, they'll play with it for you
what's the most you all would pay for used, working WH-1000XM4s? I'm about to buy brokens to fix
i wouldn't
apparently they sound quite bad
maybe like a hundred usd, although i've seen even lower than that for functioning examples
the risk with buying wireless audio equipment is of course the basic audio equipment problems of possibly having fried drivers, but on top of that wireless stuff also brings with it electrical and connectivity issues, issues with batteries, etc. that imo are far more work than they're worth
but if you're confident in your ability to fix all that, well there are some good examples out there because some people just buy these for the ANC on their flights/transit and never use them otherwise, you could probably get a huge deal on a basically-new product
heh
nobody bids on ebay auctions until the last 40 seconds usually
š
after parts I'll probably be looking at $80. A bit close to the ~$120 I see many of them sell for
wouldn't you just buy a working one at that point
I'd be down to repair something if it saves $40. Tight budget. But I saw a working one sell for $75 within the past 6 months. I'd love that outlier
What's wrong with the sound? Normal 3 vs 4 vs 5 arguments?
muddy
it's just bass
probably doesn't bother you if you only use it for the ANC and listen to it to sit on the bus or train for an hour, but i don't think i would use one for any purpose beyond that
I've never been in the same hemisphere as audiophile approved headphones so I don't mind. For reference, I was using the thicker $8 predecessor to this model for years before they broke
didn't say p47 on it though, entirely unbranded
You can EQ it all and be somewhat okay though, right?
seems like a perfectly practical choice if you don't mind then, it does after all have great ANC
no i don't think so lol
it's that skewed
Seems like amd abandoning high end want a joke
could try
oh man
it's like, basically beats
I heard a big complaint for the 4s was that 3s were bassier
I wonder why
Are they stupid?
AMD are legit brain dead
The 7900 series is the most sold AMD cards ever
maybe they want to reverse their rapidly shrinking marketshare first
Byyyyy not making one of the best selling cards anymore?
The 7900 series is on bar if not better than the 6700 series
The numbers dont add
Even if the 7900 sold well, the largest consumer base will always be the people looking to get off their 1050 to 1660ti cards, and AMD's budget cards have been abysmal. Its possible they only sell poorly compared to their flagships because they're too awful to be competitive
God forbid having the ability to make good cards at different price points anymore
Intel will save us, I hope
I really, really hope
There's nothing left if they can't
AMD have too many cards
They arent nvidia and they need to stop acting like nvidia
Like making 999 versions of the 700 series or whatever
If they want to take some market share back they need to cut down on market size strategically
One Low end card
2 Mid range
2 high end
Thats the way old nvidia did it
And its the way they won
Off to upgrade my 11 year old 280X to an RX 6400 for >$150
I think they could've had something with the 6650XT/7600 performance tier if they undercut Nvidia this hard from the start. And also got them in more than 2-3 lines of prebuilts. And had software that was as marketable as Nvidia's.
Its also very clear they price their cards according to nvidia
Which is not how you win
They need to get a grasp of the world
Their software sucks
Thry never focus on anything other than gaming
And they never ever innovate
AMD trying to innovate is like Patrick star thinking
They are following nvidia step by step
You will never beat the competition if you follow behindthem
What happened to their GlobalFoundries processes? TSMC's prices might be a factor in play
ARM 
That bad? š
Discord keeps telling me āCanāt Find Variable: AudioDataā when I try to upload an MP3 file to the soundboard. Anyone able to help?
either update or wait for a fix, probably client issue
As in browser issue or? Iām not a tech guy whatsoever
She served me well š despite being as gentle as possible, I knew it was only a matter of time cause of the plastic. Though I at least managed to get 5 years out of em
Thinking about ordering another one tbh
They feel really good on my ears, it's just the plastic that's the problem
get one of these (appropriately sized)
drill some holes in the headband and the other part
bend the thing a little bit and install it with nuts and bolts
optionally, wrap the thing with electrical tape
this is probably the most ghetto fix imaginable but it will work 
I mean hey if it works it works
Could probably go the electrical tape route if I need to since I have loads of it
what headphones
Oh, I didn't even know they had replacements for the plastic
18 bucks for a few pieces of plastic and screws
https://www.thingiverse.com/thing:6675767 what the fuck 
vertical g305 kinda based
there are no mass market gaming vertical mice from any real brand
Cant u find replacement parts?
Anyway if you get a new one maybe consider the wireless version?
Any they recently released the 3 version
i linked them in the next message
Kinda expensive if you ask me
yea then i linked 3d printable ones
Yeah...I really want a wireless headset
Idc about sound quality or anything, I mean ofc something decent but I just want wireless
Why? Having to charge it is so annoying
Imagine you want to game with the Bois but you have to charge ur headset
can you not use it while charging?
like you know a normal headset is basically doing without the battery bit
Yeah u can charge it while using it
https://hyperx.com/products/hyperx-cloud-iii-wireless-gaming-headset?variant=43857988583581 This one?
that's lots of moneyy
I mean 130 isn't bad
heck is this
š¤
its on the top of the site
watch some reviews tho
idk if the 3 is better than 2 or not
other than that its nice deal
I hope so, cause my cloud 2 was a super solid headset. Apart from the durability
Sound was excellent
So according to the video I watched, seems to have the same design flaw as the cloud 2
The areas where mine broke
Apart from that, it improves on the cloud 2, even if I was to get the wired one
So many gaming headsets have a plastic hinge and break WAY before 5 years
I guess the cloud 2 is different
Yeah it doesn't have a plastic hinge
I'm surprised the XM3 lasted this long with their plastic design but I guess someone did an FEM analysis
OR
Some products are just cheaply made and therefore fucking suck
not necessarily cheaply made, just bad designs
like the audeze mobius
even though they were reasonably well built they would just inevitably snap
So they cheaped out on engineers, ends up the same
I remember few years ago i owned a Creative headset and the day i got it noticed that the hinge is not strong so i used some strong fabric tape to reinforce it... that thing lives for about 4 years 
how about i keep $80 in my wallet by not signing up for this deal in the first place

Ordered a apple refurbished macbook hopefully itll be all good
On reviews it seemed very close to brand new
if you bought it directly from appleās refurbished page itāll be pretty much new
Ye i did was almost a £100 difference as well as not having to wait 2 weeks for a custom configurement.
Comes saturday š
Yeah itāll be good I got my MacBook Pro from there
Didnt wanna shell out an extra Ā£200 for 512gb of storage š
I prob overpaid for my intel one tho 
I got the m3 13 inch macbook air 16gb ram
How long ago did u get it?
Yeah it heats up like a mf when doing intensive stuff but itās great for school and media
The one that loves to overheat?
Yeah the portable stovetop
I remember seeing linus doing stuff to improve the cooling
Apple intentionally made it awful
Itās not as bad as the i9ās but yeah they put no effort in cooling
There's a big gab between the cpu and cooling block lol
All that just to say that m1 is better
True but I needed x86_64 for bootcamp
So intentionally got the one of the last intel models
Ye i got mine for coding and school
Yo bros, I wanna ask something. What do you look for when buying a windows laptop? Like, whatās the minimum requirement to get the best experience with it?
Itās really subjective but I focus on the display, overall build, specs and obviously the price
like all tech
what are you doing with it
if you're living out of it or have a home setup, if you need it for specific tasks(and what are those specific tasks)
for example i also kind of need a laptop for class right now, but consider the following:
-i have a pc with a 3070, i'm not living out of the laptop
-i don't intend on doing anything on the laptop such as gaming, streaming, or rendering that necessitates a gpu
-it's something i'll pretty much bring to class and back, and at most write on or open spreadsheets on
i could get away with pretty much anything, but if you need or want something i don't need or want, your minimum requirement for the bext experience changes heavily from mine
or get mecbook and call it a day 
my institution's requirement is that it cannot be a macbook because the class programs don't work with macbooks š get fucced
lol i believe it
actually lockdown browser occasionally crashes on windows because it thinks i'm using a virtual machine 
oof
there's far too much program incompatibility that i don't believe a mac is viable unless you're for certain that all you need to use is perfectly fine on a mac
yeah i still think a mac is a safe bet though for most schools pretty much all students have a macbook anyway
And they always like "omg this is so much better than my old windows laptop"
Like no shit dude, the 1k⬠MacBook is better than the random 300⬠laptop from 5 years ago
Same with phones, just shut the fuck up
spends $1k on macbook
proceeds to live in chrome
i reckon the majority of them have gotten it through scholarships though

Not now
Not now
I gotta say tho, with a custom power profile on battery my gaming laptop's battery lasts an extremely fucking long time.
Full performance when plugged in, minimal power usage when not
Granted, I have it use integrated graphics and lower maximum processor utilization to 25% when on battery.
Works just fine for c++ on VScode tho
Can someone tell me why I can't access the stupid web interface if my access point even tho it's directly connected to my pc with a LAN cable?
Got a new router and was hoping I could plug the AP into it so I don't have to change all the WiFi settings
@cold elbow
It's a piece of shit and the only way to access your shit was to reset it
you should be able to plug the ap into the new router
but the AP will need a new DHCP ip if set
so youll need to go to router and see what it got
It works now
they went down in quality alot recently
that explains it
is there any reason my ps4 cant run a game all of a sudden? everytime i try loading into borderlands 3 it crashes
thatās what iāve done haha
mine gets delivered today aswell š
I hate these split wires on the 24 pin 
When was the last time that you cleaned it?
Never
There goes your issue
But before that started I was literally playing the game just fine
And there is a possibility of it being damaged from overheating for years.
Idk how to clean it
Look up youtube
Does GameStop offer that service?
Itās also not the first game Iāve had an issue with
FF7. Remake it cannot run it at all
yes, that's how that works
it works until it doesn't
Oh ok
no way

the mobo cable is done and it only took 10 hours and about 4 more hours for cable management
also got an arctic p12 for the rear fan ty for the suggestion @cold elbow 
also received that nollie rgb controller and it's god tier
8/16/32 channels (i got 16) and 256 leds per channel, that's wild
costs just a smidge more than the cooler master gen 2 controller which can only do 3 channels with 60 leds each
don't even wanna think about how much the razer chroma controller costs 
still would be worse than this
good stuff
the dual wire pins were an utter nightmare, had to improvise adapt overcome since i have exactly zero tools for the job
So preeeety
is that the regular orientation for the pc, or is it just upside down for the picture?
it's regular for my particular pc because i have it on the left hand side
ah okay, you might want to consider flipping it to get more performance out of your AIO
generally you want the radiator is in a higher position in the loop than the pump
im no hydrodynamics expert but gamers nexus has a really good video on this
the highest point in the aio is higher than the pump so it's fine
i think steve nexus said that in the same video

The upside down text would bother me
why is upside down? š
It's so clean tho
the ports are even at the bottom 
but consider the following - having it on the left opens up a lot of space for mouse movement 

i will buy an aircraft and install a new mobo on it
Ryzen 9 9950x
64gb ddr5 ram
my missles will lock faster than every other nation and i will win alone a one man army
get rekt flying optiplexs
4700EQ, weirdo CPU
Why embedded Haswell over more ppc or armv9?
fr why they pick a fossil
they still make them btw
i was planning to design a compact ATX pc case
what features do you look for in a pc Case?
Mostly the front I/O and cable routing space (if it has a window)
But reusable PCIe rear covers and magnetic dust filters are always nice
i wish more cases had options for front mounted sd card slots
Not a bad idea
The case i have in mind will have 6 fans
Well 12 fans with AIO
you were so close to getting the point there 
Is this a boomer thing?
no i just have a lot of modded consoles that use sd cards and having a permanent sd card slot would make life easier
Which one is better for gaming?
Ryzen or Intel?
AMD (Ryzen)
Specifically any X3D variant processors
Currently the AMD Ryzen 7 7800X3D is the best gaming processor^
Is the condition of the subwoofer easily fixable with it being muffled and popping
no
the amplifier is bad and you're going to electrocute yourself trying to fix it
either you buy a new amp if that's even available, or use it passively with something else
I do have a home theater receiver
Which i think the receiver is also an amplifier
If you got a 200w sub out on that receiver
Sure rip the insides out and wire the speaker to the spare speaker out lines on it
As long as the speaker isn't busted from some wild bass boosted antics. Like a ripped cone.
@fleet venture I don't need the money but did you plug the audio device into the right slot?
Yes
Headphones?
Are they wireless?
Nope it was working yesterday i tried to get wz enhanced audio settings so i can hear across map once i tried to play today i had 0 audio
could be the headset, check where the plug in is
try pulling the cord on different angels
etc
if it still doesnt work, best bet would be to get a new headsett
Whatās an accurate tool for comparing intel CPUs
As in comparing their performance in games or 3D software?
Does anyone elseās twitter get super slow after blocking someone
It only lasts for a little bit
Everything
And general performance
@cold elbow help
cinebench
This? https://www.maxon.net/en/cinebench?srsltid=AfmBOopKX_2KSGk5b4EFYZDAWKxrMP_LCQVCu8TetlTrIETL2EOHTVZ9 @cold elbow
Yeah that
@desert sphinx That's fine
As long as the memory gets freed up for the programs that need it, you're good
Resource Monitor can give you a much better idea of what's using it, but its not too important
disk caching scales proportionally with the amount of RAM, so more memory = bigger cache
would be funny if that website had a fork bomb
it is normal

it wouldn't've been normal if it was at 100% and nothing in the task manager indicated that
fellow furryfox user
I didnāt realise people actually still use firefox
except on ios per usual
i hope more people will after google phases out manifest v2 completely
Best on mobile cuz it lets you use ublock
Beside the times websites don't work
Samsung internet also has adblockers




