Details
-
AboutAm a 15 years old who enjoys anime, games, and learning to code. I love math too.
-
SkillsC++
-
LocationSomewhere in Romania
-
Github
Joined devRant on 12/9/2016
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
-
Just accidentally found out that double tapping a comment/post ++s it.
I feel like this feature has been a thing for a long time but I forgot about it2 -
This year when I started highschool because I'm at the, uh, math-comp sci, I guess, profile.
(Here in Romania there are highschool profiles that add specific objects to be learned, also math-comp sci is the only translation I can think of for mate-info)2 -
Well Twitter is becoming spyware.
http://mashable.com/2017/11/...
I mean, I get they want to fight against neonazis and co. but sadly there's no guarantee to believe they'll stop at only banning these people.
I'll probably add twitter to my uBlock filter...4 -
if(self.status().equals("alive") {
self.doNormalHumanActivities();
//No I'm not a robot
age++;
} else {
human.shutdown();
}
Recently(aka 2 days ago) RealKC.java hit age++ and now age equals 15.6 -
Fall Creators Update did some changes to Bash on Windows, first they renamed it to WSL(Windows Subsystem for Linux) and now you can have multiple distros on it.
They also added it to Windows Server.
I have no idea why people would use Windows Server, but I guess that if you are forced to use it, you can now use Linux utilities on it, so woot? I guess.5 -
(I guess the Question category is the best for this)
Do you believe that someone can be a good dev even if they write shit code?
I personally do, if that person acknowledges the fact that their code is shit, wants to improve it, is humble, is always in the search for constructive, etc as in to make their code better and more readable, I'd think they are a pretty good dev.2 -
So I was playing with Gboard and decided to do a thing only with it's autosuggestions. This was a part of what I wrote with it "my friend says PHP4 I will throw it out of my system"
We can now conclude Google isn't as bad as we thought it was.2 -
How do you organize your downloads folder?
Personally, I make a new folder with some name(altough the name actually being useful is rare) and just select all of my files and dump them there. Finding a file sucks so much though, I can never remember their names so I just look through the folders at the icons and hope I find the file I'm looking for. This mess that is my downloads folder led to looking 5 times in a folder to find a file.
My DOS VM is more organized than that...
Speaking of DOS managing memory in that is hell. I've never had memmaker detect 64MB of RAM, giving the VM 96MB of RAM made it detect 2 more MB or something.5