Details
-
AboutPassionate about C just as much as I am about U 😉
-
LocationWouldn't you like to know~
Joined devRant on 4/24/2024
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Somewhat mild take: Java actually isn't even that bad tbh.
It's getting considerably more hate than it deserves. Yeah, it has things that make it suck and it deserves some of the shit it gets, but so does every other language. It has its advantages and it has its disadvantages.5 -
!dev related
Siiiigh,
With how smart programmers usually are it's really surprising to me that there's still a bunch of racism, sadly even here on devRant every now and then...
Is a not being racist that much to ask for?9 -
I wonder why are there so little women in Engineering/IT?
The pay's good, the treatment(compared to how men are treated) is not bad compared to what I hear from friends in other spheres, and it's not like we're dumber than men.
So I wonder why aren't there more of us.24 -
!dev - sorta
I swear Raspberry Pi's whole thing used to be that it's this cool cheap small computer you can play with and use for small projects because it practically cost nothing.
Nowadays it's literally cheaper to buy an actual small/old computer than the Pi with all the dongles and the cables and addons.
What is even the use of it anymore?
And it's not like the Orange Pi is *much* cheaper either.7 -
C is love, C is life.
Great language.
I genuinely don't get why so many people are struggling with pointers, considering it's a pretty straightforward concept. I understand that they can be complex in simplicity, but the concept itself is much easier to understand than say, references in OOP languages(despite being the same thing under the hood).
I mean it's just a number like any other number, except that number is treated as a memory address, and the star(* - dereference operator) just takes a value, goes to the memory address that is the value, and takes a value from there.
I feel like most explanations and tutorials just try to over complicate it for no reason.27