Details
-
AboutI enjoy programming and watching anime. https://nathanp.rocks/
-
SkillsUsing jQuery to add numbers, parsing HTML with regex
-
LocationAustralia
-
Github
Joined devRant on 5/14/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
-
Fell asleep with my hand on the keyboard and woke up a few hours later. There was many thousands of newlines in my code.7
-
When you run some dangerous git commands, then realise you're in the wrong repo... oops
Luckily I didn't lose anything -
I'm really terrible at managing personal projects. I'm often procrastinating (I guess you could say I put the 'pro' in that word) or lacking motivation. I rarely complete projects because I always start something new and forget about the other projects. I have had a Sublime Text window minimised and related browser tabs opened for a year now and haven't touched it in months. I'll get around to it some day.
Some of these projects could be making a few dollars (hopefully more) if I complete them.
Has anyone got any tips to help me stop procrastinating and motivate myself?11 -
I spent hours trying to figure out why imagettftext() in PHP wasn't working...
Damn file permissions!!3 -
import antigravity, random
bugs = 99
while True:
print(bugs, "bugs in the code today,")
print(bugs, "bugs in the code.")
print("Git pull the file,")
print("Fix and compile.")
if random.randint(1, 7) == 7:
bugs += random.randint(1,16)
else:
bugs -= 1
print(bugs, "bugs in the code.\n")1 -
How did you discover devRant?
I came here after reading an article about it posted on Facebook. I don't use FB much now.9 -
When you have a great idea for an app, then find out that someone already done it and with the same name.
My idea is way better than the existing one though... I just need to think of another name.1