Readit News logoReadit News
JackRabbitSlim commented on Why is Kubernetes getting so popular?   stackoverflow.blog/2020/0... · Posted by u/a7b3fa
iso-8859-1 · 5 years ago
But languages are easy, there is the whole field of PL theory to draw from. If you're randomly throwing things together like Lerdorf was, there's a missed opportunity.

But what is the universally regarded theory that k8s contradicts? I don't think there is one.

JackRabbitSlim · 5 years ago
Give me 10 years and hind-sight and I'll have your answer.
JackRabbitSlim commented on Why is Kubernetes getting so popular?   stackoverflow.blog/2020/0... · Posted by u/a7b3fa
pyrophane · 5 years ago
I don't think this is right. The reason I say that is because for the most part, teams new to k8s aren't building and managing their own clusters, they are using a managed solution. In that case, an application deployment only need be a few dozen lines of yaml. Most teams aren't really going to be building deep into k8s, and it shouldn't be hard to deploy your containers to some other managed solution.
JackRabbitSlim · 5 years ago
Fair point, but then plenty of people were using hosted solutions for their naive PHP apps too. Managed solutions don't prevent poor/improper configuration in either case.

The managed hosts and/or their tools probably helped negate damage/resolve issues quicker. However I think that the idea that "all you need is a couple of dozen lines of yaml and a managed provider" is exactly why it's headed down a similar path.

For a real world examples just look at every improperly configured S3 bucket leaking data. Every private key accidentally posted to github from a careless 'git add -a'. Every API that doesn't properly check auth. None of these are within the purview of a managed hosts responsibility.

I'm not even against K8 in any of this. Just making the observation that - like PHP - it is empowering entire groups of people to do things they otherwise wouldn't be able to do.

JackRabbitSlim commented on Why is Kubernetes getting so popular?   stackoverflow.blog/2020/0... · Posted by u/a7b3fa
JackRabbitSlim · 5 years ago
I get the feeling K8 is the modern PHP. Software that's easy to pick up and use without complete understanding and get something usable. Even if its not efficient and results in lots of technical debt.

And like PHP, it will be criticised with the power of hind sight but will continue to be used and power vast swaths of the internet.

JackRabbitSlim commented on In NY major crime complaints fell when cops stopped ‘proactive policing’ (2017)   latimes.com/science/scien... · Posted by u/epistasis
SpicyLemonZest · 5 years ago
And that's a bad thing, but I'm sure you'd agree the right solution isn't for the police to permit lots of crime in poor neighborhoods.
JackRabbitSlim · 5 years ago
So inversely, it is the right solution for police to permit lots of crime in well-off areas.

“The law, in its majestic equality, forbids rich and poor alike to sleep under bridges, to beg in the streets, and to steal their bread.”

Dead Comment

JackRabbitSlim commented on YouTube removes interview with professor of medicine on Covid stats and policy   unherd.com/thepost/profes... · Posted by u/ppod
cfmcdonald · 5 years ago
I can't help but wonder if there is a generational divide occurring in these censorship debates. Some contributors to the discussion seem to believe that everyone has a natural right to post a video and have it available to (if not see by) a global audience. As someone who grew up in the 1980s this is a strange point-of-view to me, but I can see how it might feel more natural to someone who came of age in the 2010s.
JackRabbitSlim · 5 years ago
“[t]he more an owner, for his advantage, opens up his property for use by the public in general, the more do his rights become circumscribed by the statutory and constitutional rights of those who use it.” -- Justice Hugo Black, majority opinion in Marsh Vs Alabama.

Youtube et al certainly encourage the free and public flow of traffic. Their business model depends on it. So their responsibility to the public would seem to obviously overshadow the perceived protections as a "private company".

I was also a child of the 80's

JackRabbitSlim commented on An Implementation of Tempest in GNU Radio   github.com/git-artes/gr-t... · Posted by u/adulau
ardy42 · 5 years ago
>> TEMPEST [1] (or Van Eck Phreaking) is a technique to eavesdrop video monitors by receiving the electromagnetic signal emitted by the VGA/HDMI cable and connectors

IIRC, I think it originally used the analog signals generated by controlling the electron gun in a CRT.

JackRabbitSlim · 5 years ago
Yes, but no.

https://www.cl.cam.ac.uk/~mgk25/pet2004-fpd.pdf

tl;dr The signal from a DVI cable can be detected but at much more reduced ranges. See also; RAGEMASTER (Snowden leak) a range extending implant for video cables.

JackRabbitSlim commented on Don’t require a user to be interested twice: lessons on reducing signup friction   bbirnbaum.com/two-lessons... · Posted by u/bbirnbaum
gk1 · 5 years ago
It’s a good lesson but let’s not forget that completing the signup is not the goal in itself. If you look at post-signup user activity you will find many users stick around for a few minutes and then leave, never to return again.

If someone can’t be bothered to click a verification email, then removing that step is not going to magically turn them into an active user. More likely they will be one of the many people who leave after a few minutes.

I do a signup/onboarding optimization for startups, and here’s what I found from a recent project:

1) The verification email was NOT a significant bottleneck to signups. That is, most people clicked the link.

2) Removing the verification step did NOT have a meaningful impact on conversion rates.

If you don’t have a problem with user quality then sure, avoid the verification step. But if you have a good reason for the verification step then don’t sweat the drop-off rates.

And more importantly: Treat signups as a leading indicator of success, not the ultimate goal.

Edit: On second reading I see the author is talking about a verification step that requires an admin approval, which could take hours. Yeah, don’t do that.

JackRabbitSlim · 5 years ago
On the subject of email verification; Why not split the difference. Verify but give a 24 or 48 hours grace?

I noticed you said "meaningful" impact and not "no impact". If your optimizing this seems like the best of both worlds in the slight increase of conversion and the security of verified email?

JackRabbitSlim commented on 0xF Rules   fabiensanglard.net/ilike/... · Posted by u/ingve
jokoon · 5 years ago
I have the same kind of website. I once showed it to an employer and he almost laughed.

It's like the internet has been overtaken by an army of advertisers and wannabees photoshop artists.

I'm curious about UX, because sometimes it's aimed to make consumers feel good, and sometimes it's to be productive. I'm wondering if UX is backed by science/engineering.

JackRabbitSlim · 5 years ago
Increasing user productivity and usability by any % doesn't directly translate to revenue. Steering users to premium features or ad click-throughs does directly translate to revenue.

Revenue driven design will win every time.

JackRabbitSlim commented on Complexity Has to Live Somewhere   ferd.ca/complexity-has-to... · Posted by u/mononcqc
JackRabbitSlim · 5 years ago
I know. Lets move it all that annoying complexity to yaml/json/XML config files!

Now look at this app I can write in 30 lines of code with this framework! Oh and 500 lines of yaml across 2 dozen files but look the "code" is so sleek and sexy.

Joking aside I think he could have at least mentioned the difference between required complexity and unneeded complexity. Ironically it seems to spawn from attempts to reduce the first type of required complexity in a lot of cases.

u/JackRabbitSlim

KarmaCake day203September 11, 2019View Original