monokrome
- Karma
- 80
- Created
- March 17, 2010 (16y ago)
- Submissions
- 0
UX & full-stack software engineer
[ my public key: https://keybase.io/monokrome; my proof: https://keybase.io/monokrome/sigs/kqPCZBHtaabPnR8DJkVuw3ESl0clDx2WPG5RCXgTMEw ]
[ my public key: https://keybase.io/monokrome; my proof: https://keybase.io/monokrome/sigs/kqPCZBHtaabPnR8DJkVuw3ESl0clDx2WPG5RCXgTMEw ]
This is pretty dope, but I'm terrified about the fact that Firefox lets it take over Ctrl+L, Ctrl+1, or any other way (that I can find, at least) of breaking out of Vim with a keyboard aside from closing the tab with…
Here's hoping you do the same for your login form! :D
I wonder if these people are aware that they didn't need to write a Reddit clone? Why would you write a Reddit clone in PHP when Reddit itself is a perfectly fine open source Python project? Is their license not…
...or you start looking out for it :)
Hopefully it isn't intentional to suggest that you need to be a genius "guy" to do this. To be fair, this is about where I closed the article so maybe I missed the point.
Seriously, though, if you are going to post the following thing in your article then just reconsider: "Warning: the following section involves googling usernames and reading the first page of results for the people…
It's written to run Python 2.7 because these problems are largely solved in Python 3, and needs solved for people on Python 2.x versions. "Upgrade to Python3" is the usual defense to that, but it's not really practical…
BlackBox: A website designed to stimulate seizures
I doubt it? The site still requires you to click a button (which would be inside the iframe) before it will search for you. Also, are iframes able to use `window.open`?
Same here. WTF did I do?!
Not sure that this is necessarily Apple-specific
Add a VPN and you can sync from anywhere :)
Yeah, but still Go is more popular. This is all assuming that Google is any good at separating the programming languages from other uses of their names. https://www.google.com/trends/explore?hl=en-US#q=%2Fm%2F0dsb...
Yeah, I think so
I think m/n is hitting the top of the hi-hat instead of the sides
https://github.com/overtone/overtone
http://typedrummer.com/7bm390
I think that it's worth noting that you should still use `-f` if you are viewing a file over SSH that is being appended to a ton and you don't need every line. SSH will require that every line makes it to your terminal…
Nobody is saying to intentionally put things wrong into the software in order to get your attention on the wrong things. They are saying that there are people who will ask for changes when there isn't value to them, but…
Nobody is saying to intentionally put things wrong into the software in order to get your attention on the wrong things. They are saying that there are people who will ask for changes when there isn't value to them, but…
Seems that your SSL certificate is untrusted. Is this intentional (personally signed?) or an error?
Seems that your SSL certificate is untrusted. Is this intentional (personally signed?) or an error?
Third-party recruiters will often hint these types of things, because it gives the candidate a better chance of success. After you interview, they will ask what you talked about and what kinds of questions you were…
Doesn't work :(
It's worth noting here that the comment suggesting "--note the 'RECURSIVE' keyword, which states that we want to define a CTE" isn't exactly correct. This is a recursive CTE, but the RECURSIVE isn't required for it to…