Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re: was this (Score 3, Insightful) 28

If you need help generating boiler plate code, something is wrong with the programming language and framework: Your code should only contain logic for the task at hand. The "framework" should provide for everything else without the need of repeating boiler plate from an "AI" or other code generating tool. Accepting that you should write 10 lines of boiler plate to get 1 line of "business logic", is bad to begin with - but is in general how things are :-(

Comment Re: It's not the language. It's tech debt. (Score 1) 99

What you usually do, is to pick a language you know - and often that is often suboptimal already from day one. I picked Python for a home project because I simply wanted to get started. Engineers often pick Matlab simply because they know it. Sometimes it happens that people are so fed up with what they know, that they pick up something new. 20 years ago people switch from C++ to Java because C++ was terrible, but that was only because C++ in many incarnations was a totally, unreliable mess.

Comment Re: Yes. (Score 1) 64

I know, Emacs was in its days a huge overcomplicated tool. It still is if you want to customise the hell out of it. But it is also usable as a simple editor - opposed to Visual Studio, Eclipse, etc. Visual Studio Code is supposed to be the new Emacs, but I never figured it out - at least not to a degree where it wasn't easier to stay in Emacs.

Comment Re: Yes. (Score 3, Interesting) 64

As a software developer, I also hate over-complicated tools. I shy away from IDEs, I use a small subset of Emacs with hardly any customization, as a simple editor. One of the reasons I hate IDE driven development, is that it forces you into that box, instead of given you the freedom to integrate many small tools each good at a small task - the Unix way. When your world view is through a specific system (IDE or language) you demand hugely complicated tool that needs to do everything. All systems, unfortunately, tends to go in that direction ðYz

Comment Re: Despite (Score 1) 276

The problem is third party integrations, where for instance an ERP system opens integrates into Word or Office365. All those systems have to reworked by the supplier or replaces. That will be expensive - also because a lot of our IT industry is so Microsoft leaning to begin with. All our engineers are basicly tought Microsoft technologies. So getting IT people knowing Libre Office and Linux to do the integrations will be hard. Even in our pendant to high schools, most use Office365 and integrate in math and science classes with WordMat.

Comment Re: Paper strips (Score 1) 151

If it aint broke, don't fix it... Especially with safety critical stuff, upgrading is very, very hard. In general, one should do "continuous" updates, where single components are updated once in a while, but that is very expensive if the full system has to be certified again. Furthermore, old systems are often far harder to update than newer systems with better module separation.

Comment Plant trees, not solar panels (Score 1) 59

Wind turbines and nuclear powerplants only take a very small area from agriculture, forests or wild nature, but solar does. And don't eat 'organic' grown food: by nor using fertiliser and pesticides, it takes a lot more area to grow the same amount of food, area which could have been forest.

Comment Re: What advantage? (Score 1) 33

But how relevant are Windows in the public/private cloud? For a lot of legacy applications of course. For CI tests if you target Windows for your product, of course. New server/cloud applications are mostly Linux. So it is getting as relevant as MacOS in the cloud over time, but time is maybe 20 years from now..

Comment Isn't Windows just about bugging (Score 1) 46

the user about a lot of crap? I just started at a job, where I got a Windoze machine. All the crap it and the IT department wants of me. Extra security restrictions even though I am admin, an outsourced IT department with full control over "my" machine. At my previous job we all used Mac and Linux, and we didn't need any IT department even though the company was 5 times larger. I understand why businesses and IT like Windoze: The feeling of control over their users/employees, and constant work for the IT department. And when something goes wrong: "You don't get fired for buying IBM ( -> MS)"

Slashdot Top Deals

Biology grows on you.

Working...