Hacker Newsnew | past | comments | ask | show | jobs | submit | botskonet's commentslogin

Does anyone notify you of upcoming removals? We've maybe purchased hundreds of movies over the years and we'd never know something was removed.


I saw one in real life for the first time this summer, at the Museum of Flight near Seattle. It looked beautiful of course, but the cabin was incredibly confined. Not like airlines are known for their cabin space, but I don't know if I'd take a faster trip in such a confined space over a cramped seat on a longer flight.


I flew an Air France Concorde on the JFK-CDG route and it was definitely a tight fit... but completely worth it. Business class is nice, but nothing compared to chopping a few hours off time spent in dry, high altitude cabin air.

I've never felt as good stepping off an international flight as I did with Concorde. Still wish I kept the ticket though.


To put into perspective of how tight the Concorde is on space. The Dreamliner that sits in the same room as the Concorde has engines with a fan diameter that is virtually the same size as the diameter of the Concorde's fuselage (112 inches vs 113 inches)


It may be worth noting that, while the Concorde had smaller seats than the first class seats of that era, those first class seats were still nothing like modern lie-flat business.


The point of lie-flat seats is to let you doze off on long trips. The point of Concorde is that even trans-Atlantic trips weren't log enough for that to matter. You don't get lie-flat seats in first or business class on many US domestic flights either, for the same reasons.


That’s starting to change though. United is reconfiguring a lot of their aircraft for Polaris seating even domestically. The seats are more comfortable though I agree it doesn’t make as big a difference on even long daytime flights.


For the same ticket price, you could fly international business class... or better.


I currently use IPVanish. I'm pleased with the uptime and service. Every now and then I get disconnected and everything reverts to using my normal connection, which isn't very secure.


The NY Times twitter accounts are saying this is false:

https://twitter.com/NYTimesPR/status/976499121799483394


Emprise | Regular and Senior Web Application Developers | Connecticut, Virginia, possibly remote (US Only)

https://www.indeed.com/cmp/Emprise-Corporation/jobs/Web-Appl...

https://www.indeed.com/cmp/Emprise-Corporation/jobs/Senior-S...

We're looking for Javascript developers, though HTML/CSS experience is important too.

We use Angular, lodash, bootstrap, and a ton of smaller libs. We're soon going to support ES6 too.

A group of people trying our best to build an awesome and ever-improving application and we're looking for talented, passionate developers.


Awesome resource. Kubernetes sure is the hot thing right now, I just wish I had any excuse to use it.

Can anyone recommend a more general resource? Possibly something that covers a wider range of topics like intranets, VPNs, self-hosted servers, etc? I know someone who thinks he's all that but seriously needs to read more of this stuff.

He values private networks over SSL (as in public websites don't even have SSL), salts salts and decrypts stuff by looping through timestamps within a range close to the transmission, and more.


As a remote senior lead who's hiring developers right now, I'm making a point of telling people whether we'll consider remote or not. Unfortunately my company really wants on-site but given their location and the talent we're after... not happening.


I hope you consider posting your job openings in the upcoming "Who's Hiring".


I sure did, posted last month too.


I see people with lower salaries complaining and I feel bad and then I see people saying $200-300k is normal for their region and I complain.


I would say, "since the ISS". The ISS isn't as exciting as sending humans to another celestial body, but we'll never get to Mars without the lessons learned and it's an amazing feat.


I hadn't considered the benefits for dev/local instances...

I've known about Kubernetes for some time, but my current job never deploys anything that Kubernetes could improve, so I put it aside and hoped to someday get a chance to toy with it.

I've setup vagrant images pre-loaded with our app for several non-developers to use locally but it sounds like Kubernetes would be a far better way to manage those as well as staging servers.

Unfortunately my current company is 100% against third-party hosting/involvement so I couldn't even use it for staging - our stagings servers are Windows-based, ancient, and internal...


For me (small startup) this is the killer feature of k8s. I'm not operating at a scale where "cluster scheduling" is a thing I need to care about, though self-healing and load-balanced services are nice.

To be able to stand up an exact copy of my application on a dev machine, or even better in a review app per-branch (complete with DNS entry and TLS cert) is incredibly valuable. You can run through essentially all of the deploy pipeline before even merging, including SSL config tests etc.


In addition to the dev benefits, there is also a built in cloud scaling story and strategy.

It's not like every app needs that kind of robustness, but there is a certain calming security in knowing that if any part of your Kubernetes deployed app actually needs to go "web scale", or someone asks about 100 times the users you have ever considered, that the answer is straightforward and reasonably pre-configured.


Kubernetes can't run the local images for your devs (Kubernetes must operate over a cluster; minikube spins up a virtual one). You're just thinking of containers.

I saw another comment that did this just a minute ago. Is k8s-hysteria getting so out of control that it's consuming Docker whole? Seems like it may be.

----- EDITING IN RESPONSE TO GOUGGOUG -----

HN's limitation on my post rate has kicked in. Response to gouggoug follows this note, since I'm not allowed to post it.

This rate limit was originally installed to make me stop speaking against the kool-aid Kubernetes hivemind and now it's filling its purpose quite well. See this thread for the original infraction: https://news.ycombinator.com/item?id=14453705 . After the fact, dang has justified the rate limit by saying I was engaging in a flame war. Read the offending thread and judge for yourselves.

Remember, YC doesn't want you to ask if you need Kubernetes or not. They just want you to use it. If someone on HN says otherwise too frequently, they'll rate limit that person's account, as they've done to mine.

Doesn't matter if you have 10 years of history on the site. Doesn't matter if you have 10k+ karma. Only matters that you're counteracting the narrative that Google is paying a lot of money to push.

No matter how frilly and new-age someone makes themselves out to be, people only have so much tolerance for argument when there's money, power, and prestige on the line. HN is no exception. There's an inverse correlation between the credibility of counter-arguments and the urgency of the situation; crazy stuff won't get much retaliatory fire because most people can tell it's crazy, but non-crazy stuff that counteracts their goals will be pushed down, because most people can tell it's not crazy.

----- BEGIN RESPONSE TO GOUGGOUG -----

He says that he wants Kubernetes to replace a local Vagrant image. Kubernetes doesn't replace Vagrant. To replace Vagrant, he would want Docker, rkt, etc., not Kubernetes. Kubernetes solves a different problem. Yet he says that he wants to try Kubernetes to fix the problem that Kubernetes doesn't fix.

k8s and Vagrant address wholly separate concerns (where to run things rather than how to run things). The poster I replied to is conflating Kubernetes and Docker, the underlying containers that do the actual execution.

> Maybe some less advanced users using k8s don't realize that it heavily uses docker (or rkt, or whatever container runtime you could think of), but how is that an issue?

How is it not an issue? Is it OK for developers to not know the difference between a compiler and an IDE now? A web server and a browser? A computer case and a CPU? A network card and a modem? These things are not mere details, even if they are often used together. Technical professionals who can't differentiate between these aren't just "less advanced users", they're posers.

k8s is a huge chunk of crap to throw in between you and your applications. One should, at the very least, have an accurate high-level idea of what it does before they go around telling everyone that they need it.


I'm not sure what your comment is about. I'll glance over the first 3 sentences since I'm not sure at all what you are trying to say and jump directly to the fourth one:

> Is k8s-hysteria getting so out of control that it's consuming Docker whole? Seems like it may be.

This confuses me the most. K8s and Docker are complementary technologies, not in opposition to each other. Maybe some less advanced users using k8s don't realize that it heavily uses docker (or rkt, or whatever container runtime you could think of), but how is that an issue? That doesn't mean there's a k8s-hysteria going on.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: