This … is actually quite accurate.
And for most cases this is perfectly fine!
This … is actually quite accurate.
And for most cases this is perfectly fine!
Allergic to Indices? If your database is slow just add more Indices until you have one on every column of every table! :-)
No, the message is: you might do this and don’t worry, you’ll be fine :-)
If the containers are related you could use docker-compose, which has commands to stop / restart/ remove all containers at once.
I have never owned a console, but have been playing games since I was 4 (that would be 1981). Also I can't remember paying for anything in those days :-) Everything came on cassettes and floppies.
I made some very basic text based games back then. Nothing that anyone else would ever play :-)
(Also I am a developer, but not in the FOSS sphere)
Everyone is making jokes but the thought has occurred to me: Yes, we have an organisation in place that is ready to replace him. But, from what I understand, he IS the benevolent dictator, and he has used his power a few times to stop some changes that otherwise would be in the kernel right now. And I think that's a good thing.
Debian actually does security updates on those old packages.
Debian is more a "stable and boring" kind of thing :-)
Moccamaster is the best coffee
So why do so many people seem to think Linux needs to become bigger on Desktop?
Personally I am not looking forward to the consequences: capitalism will make sure there will be something on Linux to make money off. They will try to conquer it, introduce walled gardens, stores you will have to pay for, by watching ads.
Android was Open Source once until Google decided to mainstream it.
Ah but then you are talking about servers? That would be a different story! The machine that I use for development (laptop) should always work (I would trust nixos with this) and if I want to spin up a container (docker run) or install an application (apt install)or change my vpn client configuration it is currently effortless and I’m not sure nixos can do that.
Actually using nixos for some of my private servers would be a nice use case…
I’m very critical of all the immutable distrubtions - as an old timer in tech I’ve seen so many things come and go. I’m also curious, ofcourse, and already tried out a VM with NixOS and everything seemed fine. But I’m going to wait it out before something like that becomes my main driver, I have a job to do (development, systems, stuff) and I cannot afford to say “sorry little to no progress today, my OS needs tinkering”.
(Feel free to tell me I’m wrong :-) I love to tinker with new stuff).
I have good experiences with managing inputs and outputs with pavucontrol, which has a nice GUI. You can choose output per application (I have multiple outputs, headset-microphone on jackplug for meetings, a USB device for HiFi headphones, and a USB device that goes into speakers for when I’m home alone and my noise doesn’t bother anyone - pavucontrol covers that).
If you really want to go into the deep end you might try https://jackaudio.org/ but that’s a very deep end and I hope you won’t need it, but it’s very powerful.
Tuxedo is German? I had a laptop from them and it was perfect:-)
(It was a company laptop, unfortunately had to return it when I got a new job)
As a European: low power consumption!
Good bot!
I have noticed different distributions have different boot times? I remember arch being a lot faster than Ubuntu. (Maybe due to choosing to have everything included and enabled by default, or more bare bones distributions).
It is a lifesaver in some cases
I’m not sure if you really want to know, but:
greater than, smaller than, will cast the type so it will be 0
which is false, ofcourse. =0
is true.
Now ==
will first compare types, they are different types so it’s false.
Also I’m a JavaScript Dev and if I ever see someone I work with use these kind of hacks I’m never working together with them again unless they apologize a lot and wash their dirty typing hands with… acid? :-)
edit: as several people already pointed out, my answer is not accurate. The real solution was mentioned by mycus
I entered the world of Java a few years ago, there were already memes about eclipse back then, so I was prepared to prefer Intellij.
I tried both. Intellij is much more polished, it had some annoying bugs too, but the selling point for me was that eclipse was (is) really good at syncing every change directly to wildfly. This is a huge timesaver. The maven to eclipse plugin I think?
I’ve tried with jrebel but it’s not as quick and reliable as with eclipse.
I am fully prepared for a solution where Intellij is better so please let me know, but no one in our organisation (which has about 50 devs) has found it.