Details
-
AboutI love you so much fun and addicting but it is a great day to be a good day to be a great day with my friends and family and friends and family members and friends and family and friends and I have to be a good day to be a good time to get a new one.
-
Skillspy js glsl
-
LocationBosTon
-
Website
-
Github
Joined devRant on 11/5/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
-
I was so close to switching to windows until this automated update just prevented me from working all morning....1
-
At the gym:
Eleven hundred
Eleven hundred one
Eleven hundred ten
Eleven hundred eleven
Ten thousand
....7 -
Okay... Complexity Theory.
Polynomial time
Nondeterministic Polynomial time
If not now, when you first learned of P and NP, it's time for you to share what you thought P and NP were acronyms for.2 -
If I just try another way to do the same thing my broken code tries to do, either the new version makes my mistake obvious or everything just works.
Is this debugging? It's just rewriting. It seems faster than debugging. -
Anyone reading "Bullshit Jobs" by David Graeber? My job is not the duct-taping or box-ticking described in the book, but I'm catching myself too often seeing my job as buying 40 hours of my time each week instead of my actual development work.
“if an ancient Greek or Roman saw a potter, he could imagine buying his pots. He could also imagine buying the potter—slavery was a familiar institution in the ancient world. But he would have simply been baffled by the notion that he might buy the potter’s time.”2 -
Do I want to go into research or industry? I must only answer which is funnier "PhD Comics" or "CommitStrip."
This is the way to decide things.2 -
Is it cool to abbreviate "proficient" as "prof" on a business card?.. As in:
"prof. in software engineering"4 -
Ultimate email signature haiku:
Thank you very much,
I'm looking forward to it,
You are the greatest,
John1 -
I will always fill out dates following ISO 8601 in the margins of forms that require the American format.
2018-02-27
2018-02-27
2018-02-27 -
So some voicemail systems let you press * to attempt to enter a pin to access the whole inbox. I bet you could even brute force it, as there are only 1000 possible pins.
-
Friend keeps gold coin in case the economy tanks. I have a home git server in case the Internet goes down.1
-
I never used Windows 7 or 8, and I forget I am not playing Xbox each time I use Windows 10.
Compared to Vista, I am very impressed with Windows 7! It can still run VS 2017. I know, I'm a little late to the party.5 -
Is there a search engine indexing pages that work without JavaScript?
Why?
- I use the Lynx text-mode browser
Why else? Maybe I'm naïve:
- At least without JavaScript the advert/tracking methods will not slow load times or break the page.
- This may be a nice way to highlight websites that don't have time to join an SEO/analytics arms race.8 -
Only open source projects under a CC-BY-SA 3.0 license can legally use even one line of StackOverflow.
That site's user contributions are all under a free license that demands all copies to use the same license. Does someone know if I'm wrong on this? -
Is Google pushing Bitcoin? The AMP has been overwhelmingly positive during the entire bit-cession.3
-
DevMD. Anyone know a good little finger prosthetic? I have a CAPSLOCK hyperkey.
It is now exercise to keep my left hand flat and it reflexively clenches into a fist. Please help.2 -
So -site:google.com -site:huffpost.com still fails to block Huffpost* AMP content.
*and so on for any publisher -
When starting projects, following semver.org quickly gets out of hand. Nothing is "backwards-compatible"
0.0.0 gitignore
0.1.0 prints arguments
1.0.0 prints text of web requests
2.0.0 prints parsed web requests
3.0.0 prints filtered requests
4.0.0 prints using yaml
5.0.0 logs to file
5.0.1 catch error
5.1.0 interactive2