HackerTrans
TopNewTrendsCommentsPastAskShowJobs

discussDev

no profile record

comments

discussDev
·3 years ago·discuss
I think you should let kids be creative and TRY to make useful things, but the quality of most things I made in school when I was creative and developing things was rather low quality in general because I needed to have all the learning experiences. So I don't think in general kids should be trying to build quality useful things but maybe we can just let them take a shot at everything to see how to do it instead.
discussDev
·3 years ago·discuss
I agree, I mean to the kids (And some adults with nothing else to do) the digital items and such are "Getting Rich"
discussDev
·3 years ago·discuss
I wish there was always an option to user zero based graphs.
discussDev
·3 years ago·discuss
Amen, all the structures in the world are useless if it's not producing something useful.
discussDev
·3 years ago·discuss
I think office 365 killed it. Microsoft added enough value to be "why not?".
discussDev
·3 years ago·discuss
This is probably a dumb question, but how do you dump the photos from your phone to your computer?
discussDev
·3 years ago·discuss
While a small percentage of people will have things that can't be used, my IR camera also connects directly to the phone bottom and you specify what port you want when you buy it as it is flush with the phone. For most people however I doubt it will be an issue.
discussDev
·3 years ago·discuss
Ooo, we could use LED's that project an image as it goes around and sell that image space to advertisers. /s
discussDev
·3 years ago·discuss
Or we think we do, giving ourselves a much needed boost to ego and letting the cycle continue and keep everyone happy. Always assuming that we have made things "simple" because we know our way and not someone else's etc. That being said there's a lot of progress in the end but we take a lot of steps backwards to get there.
discussDev
·3 years ago·discuss
It's the boring solution. It should also only be the default answer if you are not building a super critical system to life and limb. But it certainly gives a much lower total cost of ownership. If you don't have the resources for some big redundant system, I've too often seen the complexity added by the redundant system be the issue then focusing on simplicity. If you need to add a bunch of people to support complexity but both the money and the risk assessment doesn't call for it, simpler is much better. I won't say I haven't seen the issue where eventually it was only a huge project to go forward, but I tend to think sometimes even that is less then the sum of having dealt with complexity to that point, it's dependent on a lot about what you are building.
discussDev
·3 years ago·discuss
Half the time it does something, I don't know what I did, and I'm in a rush and so instead of sitting down and having a happy little moment I'm annoyed at having it do some unexpected, unrepeatable thing.
discussDev
·3 years ago·discuss
There's a bunch of things I agree or don't agree with in this but I'll put my unpopular opinion that I see as an issue even here... The point of devops is to build a consistent platform across all environments programmatically. If you have engrs using a tarball or setting it up some other way then you are doing it wrong and of course you have issues. Also all of your in house projects should use a similar technology stack that you are 100% experts on, half the time someone wants some node instead of php-fpm or something its because they just don't want to learn the other platform... or they are bored and want to add tech just to try new things, don't let them. Build consistent application stacks, deploy them consistently... way fewer issues, way better knowledge transfer, way more maintainable, way cheaper. Hire devs that even want to use the same IDE, same operating systems, again everyone has the same issues and they can be better resolved.

Edit: This allows the devs to focus on the business problems and solve them within the stack instead of spending time fighting the technology, it works great.