Details
-
About17, hobby programmer, no pulic projects really. Don't know what to code, give me ideas.
-
Skillsc++, java, js, HTML, css, nodejs
-
LocationSlovenia
Joined devRant on 2/3/2017
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
-
Decided it was time to grit my teeth and actually bunker down and learn a bit of C++...
Im 1 hour in and hinestly am not sure whether I hate Pyton or C++ more at this stage .-.20 -
ɴᴏᴡ ᴘʟᴀʏɪɴɢ: devRant Podcast #3 (Feat: Mark Zuckerberg)
─●──────────────────────────
◄◄⠀▐▐ ⠀►►⠀⠀ ⠀ 4:𝟷𝟾 / 𝟷𝟹:37 ᴴᴰ Sound ❐ ⊏⊐18 -
I spent a day teaching my 3 year old nephew to count from 0 and he argued with his teachers the following day that he has 9 fingers. His parents have been called to school 😂18
-
Anyone here worked a whole lot with low level programming?
I have always worked with high level languages like Python and C++, but I’ve also had an interest in working with embedded systems, real close to the metal.
Any directions on where I should go to start learning low level programming? Sites, languages, etc?
Appreciated devRant fam!😊12 -
when your first try to learn a new programming language, for example c++ and you are still new to coding:
"Wtf does it behave this way. How dafuq do pointers work...argh"
and then years later, you come back to c++, do a little revision and it all starts to fall into place and make sense. Man. That feeling.3 -
I remember back at study I had this friend who hated windows just as much as I did.
Then, for a project, he HAD to run windows on his laptop.
He was very fucking angry about that but did this:
Installed a Linux (debian?) vm (virtualbox) on his laptop and gave it all the spare resources.
Then he ran it fullscreen.
He was still using windows technically but at boot up he booted up the Linux vm and he just worked with that one.
Teacher wasn't pleased but he couldn't do much since the fucker ran windows on his laptop as instructed xD13 -
* Finishing up my English NLP for my App *
Me: Finally it’s ready. Now my app can understand everything that the users say.
* I get my first millennial user *
My App: Hello there! Would you like to ask me a question?
User: yesn’t
My App: * crashes *8 -
I love brackets on the same line as function declaration and I am proud of it.
func() {
return war;
}5 -
It's so fucking amazing : working on very low levels concepts such as a malloc implementation makes me understand computer science as a real science. I love it 😍2
-
I made a web app team mad because I'm forcing them to implement HTTPS on their huge website made of sticks and stones.
NO REGRETSSS6 -
Bind learning c++ chapter 3
Fuck whoever says that java is easier than c++. If i populate memory i can just fucking clean it out. I have access to the literal fucking stack my code runs on. I can integrate assembly. I can fucking make my program run in -3 seconds for fucks sake, this is so much easier than java where i have to fuck around with scopes to nudge the gc to start cleaning up and i need a separate engine to access jasm code.9 -
I know it wasn't ethical, but I had to do it.
Semester 4 started this week, we all got to vote which day we wanted the lecture to be held on. There were quite a few options. My preference was Monday at 7:30pm.
So I entered the poll, as I have every other semester. But I noticed something, this particular poll didn't require any form of identification. Not even a Student ID.
I dug deeper, found that it used local cookies to store weather you'd voted or not, this is obviously a security problem, so I opened up Python and wrote a simple Selenium program to automate this process.
I called it the "Vote Smasher". First it would open the webpage, then it would choose Monday 7:30pm and vote. Then it would clear it's cookies, refresh and do it over again.
I ran it fifty times.
Can you guess what the revealed vote was for UCD SP4 IT was?
I heard my lecturer mutter:
"The votes aren't usually this slanted..."
I could hardly contain my giggles.
My vote won by about fifty over the others 😂
Let me just say, it was his fault for choosing such a naive poll system in the first place 😉36 -
A woman has bugs in her home, she wants to find a bug hunter to get rid of them. She calls a man who does bug hunting, he comes to her house and says: "I am a bug hunter, you called me. Where's your laptop?"
Woman confused as she is asks the man: "Why do you need a laptop to hunt and get rid of the bugs?"
"Well how else am I going to debug those bloody programs you wrote?"
Note: I promise I made this up, if anyone else already posted this, I wasn't aware.3 -
A friend of mine is heavily into java. Like seriously... programming teachers at our school ask him for help.
Everytime he gets drunk he starts saying the weirdest things like "DUDE what's your alpha value I can hardly see you".
He greets me with "What's up socket boy" and after throwing up he thinks about the best ways to sort the data. (his vomit)
Has anyone else had such experiences? I want to hear some funny stories! :D12