Details
-
LocationAustin
-
Github
Joined devRant on 5/21/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
-
What? No, the truth is we don't need an API. We just need a backend.
-
Or here's the original: https://youtu.be/BKorP55Aqvg
-
@JPCMarques the source of many problems
-
Just so you know, the game dev industry is probably the worst of them all. There are a LOT of stories out there of people being overworked, underpaid, and then fired right after a game is done. I would be very careful.
-
@liverreich nothing is "like" 9gag. 9gag is the copycat.
-
@aplp like @azous said, git is designed to help you keep track of changes both remotely AND locally. Often I write a piece of code, confirm it works, commit it locally. Repeat this until a feature is complete, THEN push it up. There's no need to push up often unless you think your computer is about to die or get stolen.
-
@bluescreen hmm that sounds exactly like what an NSA agent would say.
-
Check if a is more than b AND check if b is less than a?
wat
Return 5 if the numbers are equal?
WAT
Comparing a function that returns the larger of two ints to the legendary fast inverse square root function used to calculate lighting and shading in Quake III Arena?
WAATTT
Stripping the comments off the code to make it seem worse?
Priceless -
The idea itself is worth zero dollars. Making it a reality is worth everything.
Not telling people is security through obscurity. I would recommend having people sign NDAs if you would like other to take a look.
If it is time critical, I would seek help. If you are confident no one else has a similar idea, take your time. But I would never operate on that assumption.
Develop an MVP and ask your customer (or figure out who your customer is first) if they would buy it. If they say no, ask what you would need to do to make that a yes.
Repeat until you have enough committed customers. -
https://codecademy.com/learn/...
-
@ste09 @nblackburn
npm install *
Downloading 281623 packages... -
@NoNameCode no hire for you until you learn for loops
-
Hi a big smile.
I currently working in "The Moon" as Senior CEO of space.
(I can give spaceship lesson too, six years experience 😉) -
@BellAppLab I was referring to your comment. I originally put UITextView but then I realized you actually wrote UITextField.
-
@xroad mate... what?
Go grab a coffee. He said UITextField. -
@xroad I think if you can recognize the context you could automatically link functions or formatting - i.e. email opens an email draft, phone number formats it (123) 456-7890 and lets you call or add as contact, etc.
-
I'll be there in spirit!
NOW GIVE ME SQUISHY BALL 😭 -
@keigezellig totally understand how you feel. The problem is everyone cares about short term gain too much.
-
500 OK?
wat?
isn't it:
200 OK
and
500 Internal Server Error -
@Batman let's see... I need to build, code, and test multiple branches of the same codebase. I need to fix and support internal tools while working on our mobile apps. I need to assist other developers with problems while completing my own goals. I need to read devRant on one machine while I comment on devRant on the other 😏.
-
@Batman it's only two. Both monitors are hooked up to one laptop each. I work on multiple projects simultaneously.
-
@Heatstreak yeah! Weird thing is every time I try to accelerate it says "Error spaceship not found." I'm thinking maybe I forgot to import the spaceship.
-
@dfox how else am I going to file all those bug tickets? 😉 also... just accidentally reported your comment lol. maybe add a confirm button?
-
@njpugh90 Hmmmm but I also use it for pair programming sometimes though.
-
@chrome 😂 hah!
-
@notmyrealuser Not all of them buddy or else our TeamCity build should have succeeded. "Could not resolve com.android.databinding:library:1.1".
http://mvnrepository.com/artifact/...
https://bintray.com/android/...
Show me where it is on jCenter or mavenCentral and I'll eat my socks. :) -
@chrome yeah, based on what I saw on Safari @JBPeb is right, the second .btn-group appears to be redundant. Removing it helps but there are additional problems.
-
@SirusAmory which ones the problem? Not reading or the bar? ;)
-
From MeasuringWorth.com:
Value of a £2,000.00 Income or Wealth , in 1975 there are four choices. In 2014 the relative:
historic standard of living value is £14,980.00
labour earnings is £21,850.00
economic status value is £28,550.00
economic power value is £32,800.00
Source: https://measuringworth.com/ukcompar... -
Here is an example of counting up in Binary:
https://upload.wikimedia.org/wikipe...
The same thing applies to hexadecimal:
http://datateca.unad.edu.co/conteni...
This gif shows how to count up in decimal, binary, octal, and hexadecimal at the same time.