It's cool to hear about the process, but I'd be much more interested to see it in action. You mentioned this was for a work project, so I doubt you can record yourself live working on it, but is there an adequately innocent proxy scenario you could gin up to demonstrate working on this for a shareable live demo? (Or even just screenshots)
HN user
holyjaw
I've been listening to this album since it came out, so I guess that makes two decades now. They so beautifully captured the soul of the game's soundtrack and amplified it in all the right ways. Can't recommend enough giving it a listen
You're getting a lot of flak for this, but I agree with you and stand by this principle. I have certainly missed out on good content – in the case of LTT, I had some friends convince me it was worth it and they were, of course, right.
But on the other hand, I've saved myself many hours of having clicked through a stupid face thumbnail to some bland algorithmic HeyGuysWhatsUpThisIs-type crap.
The posted article is a fun and interesting read about the author's relationship to themself and their family as impacted by their viewing of various classes.
I struggle to find a relevant comparison here, other than that both the article and your link (of a parody / theft of another company's intellectual property) are related to MasterClass.
This reads like really weird blogspam.
I also wonder why they misspell the number "10":
"With Disney’s VIP Tour Services, you and your loved ones (up to 1o guests)"
The only time I see a typo like this is when a shady website is trying to get around some sort of content detection mechanism, but I can't figure out if that's the case here – or why.
I'm a bit confused by this:
The challenge has kubernetes logo on the bottom of the page like the screenshot below, and the IP is 35.241.245.36.
I immediately realized that is a GCP machine, so I tested the backend server by sending HTTP request to my server to see if it is also on GCP, and it is.
What about the IP address or k8s logo made you realize it was a GCP machine?
I find fourth-wave feminist articles like this to be a complete sham, because they completely stop short of asking a far more constructive question:
'Why is this happening?'
How happy are men (as a class) in South Korea? How beneficial are their 'good' alternatives here?
Who the fuck cares if these men are happy?! This isn't a peer reviewed journal, this is an article highlighting the fact that thousands of South Korean women are so sick and tired of being mistreated by the police and by their fellow human beings that they had to stage a protest just get some attention on the situation.
If you want some deep philosophical understanding of the scenario, then you do it. "Sham"? Get off your pedestal.
`uptime`
Is there anyway to disable autoplay videos on bloomberg's website? They're one of the few sites I routinely click through from HN, but the disruption of the autoplay is quite disrespectful, and frankly boils my blood.
It's not too obvious, but this is a Github "Story" (not just the profile of an OSS contributor). Pretty interesting content in the article. I know of her from Twitter (guess I randomly followed some time ago) - definitely worth a follow.
I went cold turkey sometime in about 2011 or 2012. The only reason I did it was because I was finishing college at the time, and I was afraid that I was losing the ability to rewire my brain on a muscle-memory level. It was a pain in the ass; writing papers on a deadline using a keyboard with which you are not familiar can be incredibly frustrating.
I tried to mimic the programs we used when I was in elementary school to learn the keyboard - start with getting the home row keys under muscle memory, then expand outward slowly from there. I would mindlessly (and slowly, and often incorrectly) transcribe TV shows as I watched Netflix, which helped a bit.
The thing that made the biggest difference was buying a keyboard cover [1] (as opposed to trying to re-arrange the keys on my Macbook Pro and not having the right home key nubs). The keyboard cover really paid for itself; it made the whole learning process way, way easier.
I guess it also helps that macOS makes it incredibly easy to swap between keyboard mappings. It takes all of 5 seconds to add the Dvorak keyboard and a quick shortcut to swap between Qwerty and Dvorak (I use cmd-opt-ctrl-space). (I have to keep Qwerty around for things like Blizzard and Steam games, and Steam itself, which often don't understand virtual layout mappings)
On the other hand, whenever I set up Windows, it takes about an hour or two to figure out how to set up a second keyboard layout, you can't change the keyboard shortcut to swap between them, and often when my computer goes to sleep, the layout is reverted. My Google-fu is pretty strong, and I still have an incredibly frustrating time re-learning how to set it up again. I don't if that's others' experience, but I hate going through the process.
It does get easier. You're retraining your brain to do something very fundamental. One piece of advice I'd have is that if you're getting so much anxiety that you're avoiding it - change your methods. Maybe it means going back for a day while you think of a new plan for learning. Don't wear yourself out over an extracurricular activity; it's just not worth it. Also: I don't know if there's any scientific proof that Dvorak is any faster or better or easier, so I'd say if that's the reason you're switching, well, you may end up disappointed.
Bonus: have you ever seen that Vim learning curve picture [2]? Yeah, the first part of that graph is about 3x more difficult using Dvorak. ("hjkl are for movement and it makes sense because they're all next to each other" etc etc etc). Still worth it IMO, though.
EDIT: It's crazy that I struggle to type meaningful sentences in Qwerty on a keyboard these days, but I still type in Qwerty on phone keyboards. I even tried to use Dvorak on the phone once and it was basically impossible - it's almost like it's a completely separate stored muscle memory in your brain.
1: http://kbcovers.com/dvorak-keyboard-cover/ 2: http://www.thejach.com/imgs/vim_learning.jpg
Looks like that was done with Paper [1].
This is one of my favorite pieces on the matter, though it doesn't directly address your question: http://www.theverge.com/2016/5/9/11612530/ghost-in-the-shell...
You're describing a world where everybody expected a website to end in .com, and if not that, then maybe a handful of others. That world is changing; what will people's expectations be in the future?
Isn't this a bit misleading? Trump was a personality for many, many years before his presidential campaign.
Probably a style thing. I think I recall reading about this in one of his Swift or Objective-C books? Can't quite remember.
EDIT: Or maybe even just a hastily typed example code
The author is Ash Furrow, who has written numerous Obj-C books and apps. I highly doubt he's confused about Obj-C; he'll probably turn up in this thread at some point though, so it may be worth asking.
Putting a link to your product on your own non-commercial website isn't paid advertising though, and it's certainly not proof-positive of a PR firm.
This is what I have in my "Kill Element" bookmarklet. (SECURITY NOTE: You should never blindly copy and paste javascript like this and run it in your browser.)
javascript:(function(){var e=document.body.style.cursor;document.body.style.cursor="crosshair";var t=document.createElement("div");var n="border:1px solid #3280FF;background-color:rgba(50,128,255,0.5);position:absolute;z-index:999999999999999;display:none;";var%20r="pointer-events:none;";var%20i="transition:width%2060ms,height%2060ms,left%2060ms,top%2060ms;";n+=r+"-webkit-"+r+"-moz-"+r;n+=i+"-webkit-"+i+"-moz-"+i;t.setAttribute("style",n);document.body.appendChild(t);var%20s=null;var%20o=function(e){var%20n=e.target;if(n!==s&&n.parentNode){var%20r=n.getBoundingClientRect();var%20i=document.documentElement;var%20o=document.body;var%20u=i.clientTop||o.clientTop||0;var%20a=i.clientLeft||o.clientLeft||0;var%20f=window.pageYOffset||i.scrollTop||o.scrollTop;var%20l=window.pageXOffset||i.scrollLeft||o.scrollLeft;var%20c=l-a+r.left-1;var%20h=f-u+r.top-1;t.style.display="block";t.style.left=c+"px";t.style.top=h+"px";t.style.width=r.width+"px";t.style.height=r.height+"px";s=n}};var%20u=function(n){document.body.style.cursor=e;if(n.target.parentNode)n.target.parentNode.removeChild(n.target);if(t.parentNode)t.parentNode.removeChild(t);window.removeEventListener("click",u,false);window.removeEventListener("mouseover",o,false);n.stopPropagation();n.preventDefault()};window.addEventListener("mouseover",o,false);window.addEventListener("click",u,false)})();void(0)Cool, thanks for the distinction! Gives me some terms to look up for more info, too.
Nice example, thanks!
The Digg exodus was due, in part, to Digg rapid-fire iterating over new site-wide designs in an era when the web was still learning how to deal with things like asynchronous actions and dynamic (vs. static) content. One of the other major issues with Digg v4 that I can remember was the use of iFrames to ensure all traffic never left digg.com. This was also around the time of the Facebook "like" button earning prominence on most sites.
Long story short, EVERY user was affected by Digg's changes and bugs. The issues Reddit faces now affect only the moderators; users only feel the secondary and tertiary affects of these conflicts.
There is not yet any impetus for a mass exodus.
OK, I can appreciate your stance, but can you explain the difference? (Or at least point to a reference that does?)
business model
I'm not sure what you mean here; are you referring to the annual donation drive? I love this model, but I know a lot of Wikipedia users who absolutoly hate the (admittedly non-invasive and pretty respectful) banners requesting donations.
Note how the article shows them apologizing for how the transition was handled, not the firing, which there are still no clear details on.
That is none of your business. That is none of -our- business. Anybody who thinks they deserve to know why Victoria / u/chooters was fired has either never worked a real job before, or has a vastly over-large opinion of themselves.
I think it's easy to see the major outbreak of support for Victoria and the mods of the default subreddits, but I personally couldn't care less. Yes, it's clear Reddit has a significant number of difficult problems to work through with their unpaid non-employee volunteer moderators, but I, as a user who has long-since unsubscribed from the majority of the default subreddits, was unaffected and don't care.
I'd hazard a guess and say that even a large portion of the users who are constantly commenting in all of the major posts with things like "down with Pao!" and "let's go to voat.co!" probably don't care a fraction as much as their virulent comments would indicate.
What's the difference between the Red book [1] and the Black book [2]?
1: http://www.amazon.com/whys-poignant-guide-Ruby-color/dp/1512...
2: http://www.amazon.com/whys-poignant-guide-lucky-stiff/dp/151...
I've used Slate for 2 years. Slate hasn't had an update in 2 years. It was supposed to be replaced by Zephyros, no Phoenix, no Hydra, no Mjolnir, no ...
Despite the lack of updates, Slate is what I still use to this day. It still works, and it does the job well.
Who gives a crap? It's his money, let him buy what he wants. Please don't become the technorati paparazzi.
But what did the conversations look like behind closed doors? "If you don't work with us, I'll guarantee the judge gives you the maximum sentence" seems plausible.