#ot1-perplexing-regexing
1 messages Β· Page 477 of 1
Uh oh
@quaint rivet watch those 'tjhings'
Lemme see
internet rule 34
yup too many things
@mild abyss it was an open ended question, so yeah it might mean
too
@mild abyss tjhings?
'things'
@mild abyss it was an open ended question, so yeah it might mean
too
@sour forge look at your sentence
read it slowly
then code it
mines gone when it started
ive done absolutely nothing today
accidental flex
what do you want to learn? @royal rune
yeah what exactly
ot1-death-by-rotational-kinetic-energy is literally just JoJo Part 7
or is it the other way round?
either way works fine
tusk act 4
i see. so many jojo reference
rebranded. No longer a tsundere shark
fumber fixteen, furger fing foot fettuce, fhe fast fing fou fant fon fay furger fing furger, fis fomeone felses foot fungus
f
f indeeed
sad
they don't like mint, manjaro,etc and even shit on arch
Why tho
they only support Ubuntu and friends
@quick ledge π
idk
they like arch
@tribal aurora not exactly.
they shit on it too
and say pacman is shit
How would they react if you say "I use arch btw"
one of the mods, yeah
i dunno
and even they simp for ubuntu
They don't belive me
What fools
they don't like Stallman memes for sure
I...
use arch btw
no don't say it...
lol
I didn't have to π
lol
He did π
Also I dont get how they don't support manjaro?
Did the Manjaro devs start their own server and hurt their feelings?
"Btw I use arch" speedrun Any% WR
I use arch btw
*Silence...
wow there is two kind of linux servers now
server with debian based and rest of the world
@tribal aurora join r/archlinux
no the discord server
What tf is wrong with these server
@tribal aurora what happened
thats "linux" discord
@quick ledge lol linux discord that dont support any other distro but Ubuntu xD. ew
thats not a linux discord then
they should call it Ubuntu Discord
Well, they have tarball releases
nice voronoi π
@frozen thorn what edition :3
KDE plasma
Yeah 20.something
why your wallpaper looks different and cool
Do you use manjaro too?
Yup
KDE?
how the ram usage in kde?
Ya, what's the name of this task manager on manjaro?
Another one fell 
I like ksysguard
Our numbers grow by the minute 
Do you guys use chromium on manjaro
I use firefox
Do you guys use chromium on manjaro
@frozen thorn nope
i tried chromium but i didn't like the regex engine
Why not use brave or safari if you care about privacy?
Why not use brave or safari if you care about privacy?
@rough sapphire Brave is trash and a liar
Too much bitcoin related ads
ty for the link
Firefox + uBlock Origin 
@frozen thorn in order to use pamac, you need to modify the prefernces
chrome has ublock origin too hmm
I like firefox better than chromium
why chrome though? you could use chromium
Netflix
For me at least lol
Firefox Quantum is such a good name
chrome renders netflix better?
chromium I mean
okiee
What music do you guys listen to
none
emo
Get Eβ’MOβ’TION on iTunes now: http://smarturl.it/E-MO-TION
Sign up for Carly Rae Jepsen news here: http://smarturl.it/CRJ.News
Music video by Carly Rae Jepsen performing Call Me Maybe. (C) 2011 604 Records Inc.
#VEVOCertified on June 8, 2012. http://www.youtube.com/vevocertif...
best music π
noooo
Smh my head you guys dont know real music
Music Video Prequel for Iyaz's song "Replay." Get exclusive content, updates, and music on the official Iyaz website: http://iyazliveofficial.com/home/
FOLLOW IYAZ:
http://www.facebook.com/iyaz
http://www.instagram.com/iyazlive/
http://twitter.com/#!/iyazlive
http://iyazliv...
I don't have Octopi, do I download the packages for it?
Let's go.
noo
Good Night
Let's go.
@frozen thorn KDE
but I don't prefer this panel
Because I can't really see minimized windows
like discord
Isn't the KDE open-source?
I just had my knee got put back in cause it dislocated this morning... Why do bad things happen to good people?
It's the third time my knees dislocated, also thank you I am fine now!
My wrist was dislocated once
Yikes, did it hurt?
We're you put under anesthesia?
Yikes, the bumpy roads made the trip to the hospital worse so my experience isn't great either, how did you even dislocate your wrist?
it was a school prank
and the wrist bone was bulging out of my arm
and the roads were also bumpy
but the adrenalin reduced the pain
damn, i woke up and saw a clothing basket right down my stairs (i'm sleeping in a bunk bed on the top) and decided to go get dressed for school by jumping around with it and as soon as i left the kitchen i slipped with the basket and hit my knee and it got dislocated, other incidents weren't caused by stupidity so i have learned my lesson haha.
ouch
yeah, since this occurs to me fairly often i'm getting a surgery next year so that's a relief for me.
ah, hope it gets better
thanks β€οΈ
Some Christian guy is standing on the top of a car/truck with a megaphone and talking about how the sinners should believe in god and talks about how they should especially do it now in the corona times
I mean, really? Havenβt seen anyone do that in literally years or maybe ever here in Sweden
At least buildings aren't on fire
Why would they be?
Oh you mean not in the us
Yeah or wut
Now heβs threatening that hell is real and that all non-Christians will go there when they die
oh that's just common sense /s
Ofc
oh no
bool p; // uninitialized local variable
if(p) // UB access to uninitialized scalar
std::puts("p is true");
if(!p) // UB access to uninitialized scalar
std::puts("p is false");
Possible output:
p is true
p is false```
what the fuck
c is nasty
got that from here
i mean, technically the implementation can do whatever it wants
it could teleport you into the sun if it wanted
The output shown was observed on an older version of gcc
I mean
It was probably not intended
More fun than whatever the fuck is going on earth rn
Just found out September has a Christmas version called December
Music video by Earth, Wind & Fire performing December. (C) 2014 Sony Music Entertainment
#EarthWindAndFire #December #Vevo
cool
"who here knows about recursive programming" this class is so painful sometimes
huh
It's a grad class about numerical methods. I hope the people in this class have dealt with recursive functions
malloc my ass lol
that being said i am honestly awed by C++ and hope I'll learn it to be actually use in real world projects
c++ is fine just some of the conventions are wack
yeah you have to write a loop to find the length of an array :/
How bad of a practice is malloc-ing without checking if it fails or not
how sane would you call Rust?
i don't personally like the rust syntax, but it looks like a very sane language
don't know if the standard has many holes though
Isn't rust syntax similar to that of c++
how sane would you call Rust?
@haughty fractal Memory-safe
also being able to tell the correctness of your program based on whether it compiles or not
For a person getting into low level prog , would it be a wise choice to go directly into Rust?
prob some experience with c would be good
I also suggest C
learn basic things like pointers, memory management and blah blah blah
C -> rust ?
C then Rust, sure
So it can do everything Cpp can do but memory safe?
Well technically any language that can interact with your hardware can do anything
Rust doesn't have classes, it has C-style structs and traits which is a fancy name for interfaces
Generics are there as well
Rust is fast
and yes, it has an active community, plus, you have an actual package manager
Thanks
phew I decided on learning C first
I still remember the day i did C# and Python and was like: "this shit's easy"
1 year later: tries low level languages
I've tried doing C way before I was qualified to make decent Python programs
It was bad to say the least
hey um can I ask some advice from you guys....?
Learning Advanced Python v/s Going for a low level language
depends on what you want to program
Idk.
At this point all aspects seem exciting
Then try low level a bit just to know what it's like
then you can choose and focus on something
ooooh, pure has joined the gurkult
just for the meme?
Thanks!
How bad of a practice is
malloc-ing without checking if it fails or not
@topaz aurora it's one of these "good Γ©tiquettes" we're all supposed to follow despite malloc failing once every millenia
Fair enough
traits which is a fancy name for interfaces
You're gonna trigger Haskell and rust developers π
C is fun for writing algorithms. Idk for writing actual programs
ASM is also uh... an experience
I got a call back for a robotics/vision position and I'm scared I'll have to write C
Yeah, I think they're still c/cpp
As an industry, but maybe you found a shop that does something else
They listed python c cpp java, as long as I don't touch the Java part I'll survive, but if I can also not do C I'll be happy
java is pog
You're gonna trigger Haskell and rust developers π
@sonic river Typeclasses are interfaces wdym
The jvm is a lot better than many people make it out to be, but Java itself gives me nausea
In my experience, if a company lists c and cpp it's because there is legacy code in c even if it's not being actively written
I jest, of course
Typeclasses and interfaces solve the same problem, but they're not the same thing
Especially if they're also including python in there
rofl
You're lucky I have to get into this train 
o
Train without wifi, smh
I mean I thought it was obvious that I was just kidding given that I do know Haskell
When we're talking about sanity of languages, Haskell just looks insane to me
Your nickname should have gave it away that's true
Although I don't know what "sane" means in the context of programming languages
I learned a new word, thanks
For what purpose did you pick up Haskell?
Brain expansion
The only reason
(I don't even do Haskell I'm a pleb ocamlist)
And I read Haskell code my friends talk about
That's fair. I picked up ASM for the same reason.
For real tho, you 1000000% should pick up a ML based language, whether it is Haskell, Ocaml, f#, standard ML,...
It's enlightening
Same reason although I believe I'm the only one who does it on a 20 km radius from my location
It will make you hate other languages tho
should't that M be a
cringe
I don't understand
public static void tain, obviously
Oh, the sum of all torques
I like the psvt version more
This equation isn't the perfect representation of Newton's second law for dynamic motion, but it's close enough. The statics equation is sum of all forces and sum of all moments = 0
This is the best dynamics equivalent
It should technically be two separate equations
But eh
Actually, combining them should still be fine because the units are different
Isn't this a combination of both the third and the second laws?
Where a net force is equivalent to the product of both the acceleration and mass
And the third is the equilibrium between two forces, equal in moment and magnitude?
I suppose dynamics also includes the first law as well as the second and third, haha
I believe the third law comes into play more once we introduce a system
Whether that's interacting with an external system or breaking an "object" into parts and looking at it internally
I'll be honest, it has been a while since my intermediate dynamics course
It does make sense, it's just a far fetched idea, but I got what you meant
Dynamic physics is fun
And I'm mostly amazed at how things relate to each other
Such, newton's third law will never be if the first law wasn't satisfied
How many members are in the Gurkult
not enough
we need more
do my nick conform to the standards or gurkuranus would be better?
LMAO
you need to have gurkan as substring
π€£
If it matches the RegEx /gurkan/, it is enough
It does comply with the gurkan name though
then it's better this way
Just say it has historical significance if anyone asks
my mac touchpad is tripping me up
it's like it senses when a finger is touching it and blocks the button otherwise
lol
can Linux wipe the Windows partition when dual-booting?
in theory yes, but in practice it tends to be the other way around. Linux tends to not delete partitions unless you tell it to do so
same for windows, but sometimes the update process messes up AFAIK
hasn't happened yet for me, so it is probably fine
would it be safe for me to install Linux on my mom's laptop, she keeps Windows and i use Linux, would that be safe?
if you are confident to install it correctly, yes. I suggest trying it out on a similar VM beforehand
i mean, i never experienced issues when dual-booting Windows with Linux on my machine but i've been hearing some things about Linux getting rid of Windows...
i mean yeah but I'm looking towards the "full" Linux experience
but I'll see what i can do, hopefully my ass won't get whipped
bruh can you believe this
wth is that
Last 2 lines, so confusing
it's swift
swift or obj-c?
swift
wait is a string not a in language function ?
string is, it's just that you can't access the nth char with subscripts
wait so is it returning a whole string everytime you use subscript?
no
so that's a type cast?
let s = "hello world"
print(s[3])
main.swift:3:7: error: 'subscript(_:)' is unavailable: cannot subscript String with an Int, see the documentation comment for discussion
print(s[3])
^~~~
Swift.String:3:12: note: 'subscript(_:)' has been explicitly marked unavailable here
public subscript(i: Int) -> Character { get }
What's the reasoning behind that choice
donut
in donut
That's fair tbh, how would indexing the string using a given encoding look like ?
no idea
you cannot index into UTF-8 strings by character
woah wait you're orange woahhhh
and you really want to be using UTF-8 by now. Java solves this with UF-16, python by autoscaling char width by widest character in the string
why should we use utf-8?
space efficient
oh
I hope since this is off topic itβs okay to bring this up here
Someone in another server expressed hatred of a C# program I made and now I feel like a total idiot
People online like to show how much better than others they are
It's also very easy to pass off as smart through text
donut
in donut
blender guruception
And it is also possible that your code was terrible, yet in a few weeks you will look back at it and wonder at how much you have improved
It had flaws
thats funny, this is similar to ot0 rn haha
For optimization purpses it was severely lacking but it performs its function
3 weeks ago and 10 months ago respectively
also: you should never feel like an idiot, especially if you are still learning (which every programmer always is)
3 weeks ago and 10 months ago respectively
@uneven nacelle if you got any programming working in that time, you should feel super proud
no one makes perfect code
You are still very young (as in you started not long ago) in the grand scheme of things, the good news is that you can only improve, we all write bad code anyway, the goal is that our code becomes less bad as time goes on
Okay thank you
What really irritated them was I tried to test C#βs speed by running this suboptimal program
It was kinda silly of me though
Again, it's ok to make mistakes, your code now will give your future self nausea
The only thing to take away when that happens is that it will mean you improved
it is good to listen to people's criticisms. It is how you learn. Code review is an excellent way to learn. But you should also never take any of this criticism personally.
My code reviews can sound harsh (even though I am very polite about it), but it is mostly to help that person learn.
thats funny, this is similar to ot0 rn haha
@eternal wing fr
Yeah and the code was totally worth criticizing as well
But the way they went about it wasnβt respectful at all...
and yeah, it is really fun to learn a bunch, then cringe at your old work. I do it every couple of months. Sometimes every couple of weeks xD
But the way they went about it wasnβt respectful at all...
yeah, and that is not ok imo
I could optimize it but honestly it works and I think I should just move on to other stuff
did you ask them how they would improve your program?
Not exactly
unsolicited opinions hm
I asked them what I should do differently for speed but they rewrote pieces of my code and made a website titled βWhat <program> Should Beβ
lol, that is a lot of effort
I know damn π
y'know, I could probably find holes to poke in most scripts over ~20LOC if I wanted to make someone feel dumb.
so don't worry too much
I used arrays to simulate complex numbers which is apparently a big no no in terms of speed
Whoops! π
and remember there is no single solution for every problem, you solution might differ than others (prob not, idk in case consider optimal solutions, someone add kthnx)
Yep that ^
arrays for complex numbers are in no way horrible
I mean, it is definitely bad
most languages have complex numbers builtin in 2020
even C has them
Well I wanted to create the complex numbers from scratch
well then, that guy was just being a dick
it's not like there is a much better implementation possible that doesn't involve hacks
But even so I think a struct is better for that purpose
a struct is better indeed
what solution did he propose ?
A struct
I generally just use 2 variables when I do not have a builtin though
by far the best performance
For Python?
since the compiler can make the variables into registers
for python I just use the builtin complex numbers
but in C, (used an older version, no complex there) I did just have double z, zi
Really?
Wow thatβs kinda what I did for C#: βdouble[] number = {real, imag}β
https://github.com/lavirlifiliol/mandelbrot/blob/master/c/mandelbrot.c for an example (uses floats and xy instead of i)
See? this is a civilized discussion that allows one to improve without making them feel bad :))

the advantage of 2 separate variables over an array is that the compiler is free to have them in entirely different places of memory, or not even have them in RAM
splitting an array is really fast
that is still really fast, sometimes literally not taking any time
I also created a lot of new arrays for each operation
well, in C/C++ at least, but I think C# has great optimizers too
yeah careful with making too many assumptions at the cost of making the code less readable
especially in languages like C#, it's really hard to be sure of what's happening
so it is probably not horrible. A struct would be better idiomatically, since you generally do not want arrays where each element means something else
The most difficult to read section would be the string parsing
Hang on I can post a link if you guys care
Itβs also difficult to tel what variables are referring to, but thatβs just me messing around
We don't have to go into detail though if this is a Python server
you may want to look into regex for that parsing
Yeah Iβm not sure how it works but Iβll google it
150 lines of code to turn β2.7-3.2iβ into a number is just exhausting for everyone
speaking of regex
i recently learn that Rust's regex engine uses a completely diffrent system compared to most others guaranteeing linear time matching compared to the possibility of exponential matching times like python's system
I wonder if that makes it not match some things
I haven't had any issue with matching so far, though I definately appreciate the consistencies and speed
The trade off is loosing look around and backreferences
@narrow pecan one hour of work later
Nice!
bad! haha
The startup time is always the longest
^
fun fact: this code does not work and I am bad at react
Better skill next time
Itβs nice
hmmm, not sure where I am messing up, I never do functional components
this just does not render π
looks correct
hmmm, not sure where I am messing up, I never do functional components
You're doing React wrong if you don't do functional stuff
it's the way forward
update: why TF is forgetting a comma not an error?
lol
function App() {
return (
<div>
<HeroBanner />
<parkingPage />
</div>
);
}
export default App;
WHY, why is this not an error
yeah, I need to learn react better xD I did it for a month before the code jam, then I stopped
Maybe (probably) itβs an issue with the rest of the config
yeah, only the first component is rendering
I assume the page isnβt even reaching the correct endpoint
yeah
Have you added it in App.js?
HeroBanner renders fine, but not my parkingPage
Yey........
the function is camelCase, but the file is PascalCase
I am very confused why this is not working actually haha
parkingpage is returning nothing
Did you mean that you can get any component to work?
it is empty
PascalCase, more like CringeCase
/it is not using the imported parkingPage
Can you make the rest work with some other component?
(So we can see if itβs a problem with the config or the component
@eternal wing you know what?
We have a new help channel system!
Please see #βο½how-to-get-help for further information.
A more detailed guide can be found on our website.
Time to sleep. Nighttt
night night @narrow pecan
nightie night, I will get react working. Cant open a react help channel haha
it is forsure an issue with the component.
im on reactiflux, this is not a question worthy problem. It is a im too lazy to read docs rn
ok, now I can work on it again. Silly actual work getting in the way of gurkan work
im always to lazy to read docs
update: apparently having my function NOT PascalCase causes it to not import
lmfaoo
that seems not right, but I changed it to PascalCase and renamed it with caps everywhere and now it imports. Very odd
π€£
and very very upsetting
I realize I am importing the file, not the function
I mean yeah
Nah they are different
haha
well now I realize
what is the difference between imports in brackets and not in brackets then? haha
they are quite different
@eternal wing bookmarks say your uni
oh ok
haha
genuinely appreciate it
just wanted to make sure you knew
so do you like Canvas?
he watches Netflix
lol
I agree
I agree
so do you like Canvas?
@terse sluice canvas was ok. It could be buggy, but it gave me the info I needed.
A lot of older profs refused to use it though....
The trick to calculus... is just to use wolfram alpha
.wa graph heart
and if that fails, you use numerical methods
oh
The trick to calculus... is just to use wolfram alpha
this is how I passed calc
.wa calculus
i just got a calculator that can do everything thank goodness
but i still want to learn this stuff lol
i don't remember what calculus was anymore
use rpi wolfgram

tbh I learned almost nothing in calc except how to do really well on calc homework
and get a minimum passing score on a final
rpi has mathamatica for free
lots of greek symbols xD
lemme Google hmm
I do love calculus though. It made sooo much other stuff in math make sense
looks like this
what are some basics you need to learn before learning calculus
you need to be good at alg
@honest star sadly can't use wolfram becuase 90% of my prof's grading is the work
I was good at differentiation
ah yes, thanks calculator
not integral much
just good algebra
thats op
nthing else
also he's such a back teacher a 55% is a C and 30% of people still won't get a C
lul
ah
i ain't calculating the derivative of that shit
wolfgram is free on rpi
f1re that's not even that bad to calc the derivative of
it is pretty bad
make the exponent negative and use product rule
what is the quotient rule
f/g = (f'g-g'f)/g^2
so fast lmao
lol
what does he ' do
it's cool how calculus ties into physics though
you uh...automate your uh...browser
thank you
ctrl shift p + reload window
guys can someone recommend me a good book? Something I can read before bed, so nothing too heavy. I don't have any preferences, it just shouldn't be about politics lol.
hello anyone here
guys can someone recommend me a good book? Something I can read before bed, so nothing too heavy. I don't have any preferences, it just shouldn't be about politics lol.
@sour forge Dark Matter by Black Crouch, it can be a bit heavy though xD
By heavy do you mean long? I have no problem with long. However I don't want a book that'd keep me up at night too.
if my heavy you mean kgs then I am gonna read the ebook version anyway so that won't bother
lmao
huh that looks interesting tho
quantum fiction
It is one of my favorites. Pretty short though.

hey
hello
so explain
so what were your findings?
that looks like something else though lol
this better?
its logged in the dm_log channel and then responded to with send_dm
that's log channel I think
thats a log channel, where the mods can view the messages
can you send me screenshots of your dms with the bot?
it does, if the mods feel like replying to a message
i already told you how it works
it logs into the dm_log channel and mods can respond with !send_dm
can u send the screenshot tho
bot didn't reply to me lol
you said it did
jokes
thanks vscode
@eternal wing reload it
ty
Anyone here recommend js?
that was js in the screenshot haha
haha, it is react
I know python and C++
haha, it is react
@eternal wing GUI?
Grapical User Interface?
Im doing front end for gurkult.com haha
cout << "nope"
you forgot using namespace std;
yea
#include <iostream>
using namespace std;
int main() {
cout << "I fixed it";
}
Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.
To do this, use the following method:
```python
print('Hello world!')
```
Note:
β’ These are backticks, not quotes. Backticks can usually be found on the tilde key.
β’ You can also use py as the language instead of python
β’ The language must be on the first line next to the backticks with no space between them
This will result in the following:
print('Hello world!')
I know a bit of C++ but it's been a while since I have written stuff in it, so i am a bit woozy
can u send the screenshot tho
@rough sapphire
ok
lol
I'm gonna take my horse to the old town road
π΄?
am i the only one who doesn't want to sign the cla and register to bugs.python.org because it asks you for your real name and address?
Hey, so there's this video that the more you watch the longer it gets
Any idea why is it bugged?
wow, interesting
if anyone knows why is it bugged please let me know
Probably some f*cked up metadatas
Yeah theres lots of videos like that
This isn't a bug
You just mess with the header
You should open the hexadecimal editor and fix video duration at the header
The video doesn't get longer, it's just some neat tricks and fun
Here's a source
Let's hit 2500 likes π Have you ever received a video file that behaves extremely weirdly when played? This video will show you what is happening, why, and how you can make some yourself!
Video files from the video: https://bit.ly/BrokenDurationVideos
0:00 - Introduction
0:3...
God that video seems very old but it's actually from June this year wow
ikr so cool
now Since C is the Cente of the cylinder it perpendicularly bisects AB
And I named the intersection point as D
and DE is given to be 5
also note that CE is also the radius of the circle so
CE = CB
=> 5 + x = R
=> x = R - 5
now in traingle CDB it is a right triangle so we can use pythagorean theorem
CD^2 + DB^2 = CB^2
=> x^2 + 7^2 = R^2
=> (R - 5)^2 + 7^2 = R^2
now solve the last equation and you will have your R
@feral geyser
nah this is high school math which should be easy considering I spent more time on learning algo and maths
@sacred sundial
hi
we can discuss here
a 3200g is zen+ architecture
thus, it kinda sucks
intel at that level was far far better
but zen 2 and 3 look promising
thats all
and ram doesnt make your computer magically faster
@sacred sundial
as a 3200g user
its rocks
ik what im talking about
i have a 1700x
@last mantle u are using 1st gen
try the 3rd gen one
i know
i play gta 5 with pycharm open its dosent lags
i said that zen+ and zen1 kinda suck compared to intel
tbh
btw
3200g rocks
ryzen 3 3200g
2200g is 2nd gen
lol
Python Discord - Don't ask to ask, Just Ask
ANd 3200g comes with vega graphics
The 3rd Gen AMD Ryzen processor is built using the world's most advanced 7nm manufacturing technology to deliver extraordinary performance while keeping your system astonishingly cool and quiet. The user benefit is clear: improved energy efficiency, higher clock speeds and more cores than ever before.
its smooth as butter
see
its a 12nm process
zen 2 is 7nm
so its 2nd gen
The 3rd Gen AMD Ryzen processor is built using the world's most advanced 7nm manufacturing technology to deliver extraordinary performance while keeping your system astonishingly cool and quiet. The user benefit is clear: improved energy efficiency, higher clock speeds and more cores than ever before.
@ancient stream lol
higher clock speeds?
kekw
mine is 3.5GHZ
OVERALL 3200g is not bad as a user review
intel is not always better tbh
true
intel is overpriced
here 3200g is 120$ and i5 is 300$
i5 is different mate
ikr
i can if i compare it with ryzen 7
rayzen 7 is 230$ here
i7 vs r7 is reasonable
I5 would be more compared to the ryzen 5 3600
again ryzen 5 5600x is better
It's not released even yet
i9 is the only best processor of intel in my opinion
hmm
we got benchmarks from amd
which should not be trusted
but
it gives an idea
where 5600x is
excited for 5600x
I'm happy with my 3600
5600x is a waste
you gonna buy it?
@last mantle yes i am saving
yes
like ram MUST be above 3000mhz
currenty i am using MSI A320M Pro Max
and i am using corsair 8Gb 3200mhz
ahh nice
Where are you getting ram has to be over 3000mhz
with 4Gb another stick
when using a ryzen processor with infinity fabric
its 2200mhz
higher clock speeds are required
The cpu supports up to 3200mhz
Where are you getting ram has to be over 3000mhz
@ancient stream over 3000mhz is beast
ram just needs to be fast for the first generation
Yes I know I run 3200mhz ram and it's a vast improvement over my 2400mhz
I used 2400 ram with a ryzen 2600 and 3600, they run better with fast ram but you can out slower ram in
@rough sapphire tysm I was thinking about it the wrong way
And for keyboards i am using havit machanical keyboards
yes
I just use a hybrid keyboard from steel series lol
opps
Which is why I said it runs better with faster ram
wait lemme checck
But what you said you there made it seem like you cannot use slower ram at all. And I was simply saying you can.
12Gb 10Gb Available
But what you said you there made it seem like you cannot use slower ram at all. And I was simply saying you can.
@ancient stream ye sorry
but
i am kinda used to 2 sticks
When I made the jump from 16gb 2400mhz to 32gb 3200mhz, the difference was awesome
and i use western digital 500Gb SATA SSD
hdd is kinda outdated nowdays
You can be a scrub like me and have all 3 in your system :D
@rough sapphire you're a genius I got the right answer
ahh ok
Western Dig Black NVMe for boot drive. 500gb SSD for apps and 3tb of HDD
nice
mine is 2TB Ig
cables dont restrict air π
i use western dig blue
same
And I got about 2tb sitting out of my case not used xD
version
oh
Ya know I really wish cases would have more room on the back side of the motherboard. I mean that's where all the cables get managed too, why do we only get a tiny bit of room x.x
i remember it lags a lot when i used VSC
Ya know I really wish cases would have no room on the back side of the motherboard. I mean that's where all the cables get managed too, why do we only get a tiny bit of room x.x
@ancient stream depends on the case
I know it does but it should be standard to give more room lol. I have the corsair icue 220t and the side panel is tight and hard to get on because the cables
U guys know about power supply
The tempered glass side looks nice tho
tempered glass looks odd to me i dont use rgb too
5600 220 USD
:))
U guys know about power supply
@sacred sundial yes
5600 220 USD
@last mantle rumour
I need to clean the glass tho. Taking it off to work inside and it gets smudged lol
This is the one i am using
i know
I need to clean the glass tho. Taking it off to work inside and it gets smudged lol
@ancient stream RBG??
Yeah purple and green
u can turn it off
It helps because then I don't need a light on it my living room. I can just crank up the brightness
exept my keyboard my whole pc is RGB free
Because people like the colors. It's really that simple lol
are using steel series keybaord??
Yep because my corsair one went kaput
And I didn't want to spend 150 on a keyboard
Well it depends on what you do
i use havitt machanical 40$ keyboards
I can't stand standard membrane keyboards so I always go mechanical. Except this time I tried this hybrid design and like it
Theres two keyboards I'm eyeing off atm
baasics keyboards of nowdays are not bad at all

