What a strange world. 621 points on Hacker News but the thing doesnt actually exist. I'm thinking about submitting a new post soon 'Show HN: I am writing An effective micro transaction platform to eliminate ads from the internet.'.
HN user
zaargy
Not really here.
I would argue that's just a problem with how you spend your time. Most of this Twitter stuff IS a waste of time. It's not productive let's face it.
People argue about whether remote work is 'productive' but is 'productive' all we really care about? I understand this is Hacker News so productive is the guiding principle but what about community, friendship? Doesn't working remotely just force us more into our little bubbles? Especially for engineers I think it just reinforces natural tendencies and won't lead to the same sort of growth over time? There is an aspect of getting better socially as you age (hopefully) for example.
Morning coffee at work is where you actually solve problems without managers butting in. You don't typically talk to friends about work as well.
I have a script I call brain dump. It is just vim running in a while loop in a terminal. I can switch to at any time with Ctrl+Shift+J. I type some stuff and when I'm done I save as normal and the note is emailed to be behind the scenes. Encrypted with PGP. I can view it from any device and I have great search. And because I happen to run my own email I also completely own this. I don't want to share my musing with another random third-party that will use it somehow to spam me. The next generation of internet products ought to finally be privacy first. Let's make the internet what it is supposed to be.
I have an Alfred workflow that lets me copy any text, press CMD + Shift + X, and emails me the snippet. I then have a simple app that connects to my email account (Gmail) and lets me add tags (labels) to notes. This allows me to take notes quickly (I'll just write something in Sublime) and easily review/categorise them later. This has been really wonderful and I am constantly tweaking the workflow to suit me. It's also really simple and only relies on Alfred (which is a great tool anyway).
Just remove them? As long as you remove them within 48 hours you'll be fine. Why go outside? You might get hit by a bus.
MVF | Platform (maybe you call this Devops) and Software Engineers | Onsite | London, UK | £80-100K
MVF is the leading Customer Generation platform, helping transform how businesses find new customers. Our innovative marketing software delivers massive volumes of leads to our clients, sourced and optimised through a wide array of digital marketing channels.
We're growing fast (30% YoY) but still keeping it real, having come 2nd in the Sunday Times Best Companies to work for, 2018.
Technology and Data drives our growth and we are hiring experienced Engineers to come and lead an expansion in our Tech Team.
- Senior Platform (maybe you call this Devops) Engineer https://www.mvfglobal.com/vacancies/1063565
- Senior Software Engineer https://www.mvfglobal.com/vacancies/966915
Interview: Phone call > code test to do in your own time > 1/2 Day on-site > Offer
Get in touch to find out where we're going next. Any informal questions, feel free to message me.
If you're on AWS, then you should be using ECS first of all.
Well those warehouse jobs won't exist either...
Like it or not, this is the future. If Amazon don't do it then someone else will. People want cheap goods and this will give them cheaper goods.
The solution to your worries is a universal basic income.
Oh look another article with a provocative (e.g. link-bait) title. I'm sure this will be a well-balanced, nuanced piece on the costs and benefits of TDD, when it makes sense, when it does not make sense, and will leave me with a better understanding of the subject.
Oh.
Probably would have been easier to just fix your app to not require constant attention.
Website isn't great. It wants me to signup just so I can see what it does. It talks about templates but I can't see a link to what a template is and what it looks like anywhere. I don't want to watch a video to get a product tour. It could honestly be the best thing ever but I'd never know!
Well I used Docker on top of Mesos so I have quite a bit of experience and the above were all problems I faced. They're not impossible problems obviously but they take time and thought to solve. From your responses, I am not sure you fully appreciate the problem to be honest.
You have to remember that you containers and coming and going all the time, which is one of the biggest challenges. It basically means you have to have everything centralised and that means a lot of additional infrastructure/complexity.
I still love Docker and do think it solves a genuine problem. But yes, where to put your logs, how to manage state, how to schedule containers on machines, how to coordinate processes, how to inspect an app when something goes wrong, how to measure performance, how to manage security, how to keep consistency across your docker containers... are all problems you need to solve from the get go with Docker and they are all non-trivial! Ain't nobody got time for that.
TL;DR It's too damn complicated if you're not Google/Twitter/Netflix. Most people would be fine just deploying OS packages and keeping their stacks as simple as possible.
No Cloudformation support yet? I don't see it in the docs.
I would say this traditionally case but I think things are slowly changing even in the Enterprise world, where they too are starting to realise it's not realistic to be good at everything as well as their employees demanding better services.
Well it's not just Slack that sets expectations but pretty much every SaaS webapp out there.
Of course, you can add features but do not underestimate how much work it is to do so and is it even worth the effort? It is what you should be spending your time on as a company if that's not your business?
And let's remember Slack is going to video and voice soon...
So you set this up and you use it for a few hours and everyone on your team is like hey this is kinda cool.
* a month or so passes *
Now everyone is invested in the tool and since the expectations have been set by things like Slack they expect integrations to work flawlessly, search to be infinitely fast, 99% uptime, Google OpenID authentication, and a slew of other features and before you know it you have someone spending two hours out of every day keeping it running.
As a personal project for kicks? Sure it's cool. Would I let me company run it? Hell no!
curl 'http://api.openweathermap.org/data/2.5/weather?q=london&mode... &>/dev/null | jgrep -s main.temp | figlet
Put this in a function. Done.
Gist here since copying and pasting above didn't work. https://gist.github.com/zaargy/384889cb44960e8559d5
I think you're absolutely right. The only reason to use Openstack I can see is if you have to support random OVA's (from vendors) or Windows otherwise it adds needless complexity.
There are some bigger screenshots on the about page.
Love the idea! About time someone did this. What's the tech stack like?