Details
Joined devRant on 6/27/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
-
Here's a graph of true vs made up statistics
-
Somebody wrote a short "book" using that cover https://gitbook.com/book/tra38/...
-
Relevant XKCD: https://m.xkcd.com/538/
-
For the record, their latest project mentions nothing of patents
-
I have friends that have to write COBOL for a class unfortunately
-
Chrome dev tools has an option to disable cache while it's open
-
I heard the GUI should be made in visual basic too
-
And then two people typing on each laptop
-
They have programs that will in line your styles for you, instead of writing a style on every element
-
@manrock007 Hahaha, thanks!
-
Asus was smart and included a power button on my motherboard :D
-
Half life 3 confirmed!
-
My friend has this quote in their room: "Nothing will ruin your 20's more than thinking you should have your life together already"
-
Looks like it runs some variation of Windows http://moriartys.net/2011/03/...
-
No problem!
-
For the branch thing, just create a new branch normally (git checkout - b new_branch_name) which creates a new branch based off of the current branch, and then switches to that branch. When you're done, you just switch back to the main branch (git checkout main_branch_name) and then merge it (git merge new_branch_name). Although that will include all the commits you've made in the other branch, and I don't have much experience with squashing commits in git
-
You can create a branch that only stays on your computer, then just merge that whenever you're ready.
There's also git stash, although that may not be appropriate here. -
Wanna hear something scary? If you wanna use CSS in an HTML email that will be read from the Gmail website, you only can use the style attribute
-
I'm pretty sure Cox Contour is just a rebranded Comcast Xfinity
-
I think Netflix actually does use react for their UI
-
Thanks!
-
What are you using to track your time?
-
Or you could do what cave Johnson does: "Alright, I've been thinking. When life gives you lemons, don't make lemonade! Make life take the lemons back! Get mad! I don't want your damn lemons; what am I supposed to do with these? Demand to see life's manager! Make life rue the day it thought it could give Cave Johnson lemons! Do you know who I am? I'm the man who's gonna burn your house down... with the lemons! I'm gonna get my engineers to invent a combustible lemon that burns your house down!"
-
Here's a readable version http://i.imgur.com/xLxE3gZ.jpg
-
Alexa (what powers the Amazon Echo) also has an API
-
There used to be a "game" like this https://news.ycombinator.com/item/...
-
PHP of course
-
Sometimes I manage to get wget to say error and success at the same time