Yes, the drones was just an example, hence the “example given” before it.
Yes, the drones was just an example, hence the “example given” before it.
Yes, only those with ties to the war, e.g. people who work for companies that develop software used on Russian drones.
But people are angry that this wasn’t explained from the beginning.
I use https://silverbullet.md and love it, it’s a bit more than a note taking app, but it’s definitely worth it.
And your point is?
Uhh, that’s interesting, I miss that feature a lot, but the plugin is always out of date.
It’s not about nationality. Here are the facts:
Therefore to not remove Serge from the maintainers would open LF to legal repercussions.
You might not agree with what was done, I certainly don’t, but I understand it.
The code is there, yes, but it’s skipped entirely, so the binary size stays the same, but it’s faster because it skips parts. The big brain on the person that wrote that must also tell him that skipping a scene on a movie means the movie takes the same time because it’s the entirety of the movie plus the skipping of the scene.
While I agree with you and understand that perfectly, slack doesn’t have that remote management thing, so far I’ve only seen that Microsoft apps.
Which is why most people don’t even realize this is a requirement. Also lots of us come from a time before these fancy players, so we needed to sort things out this way in order to find what we wanted.
To me, having a library be just files thrown in a folder regardless of show/movie/etc seems very messy.
They do the same with all games that I have from them. Crusader Kings, Stellaris, etc. The base game is always great on its own, then you have very cheap cosmetic DLC and more expensive content DLCs which add new mechanics and expand the game (they also always release a free update for everyone who owns the base game when a new DLC gets released. Oh, and all of their games are moldable, which means you could just implement the cosmetics (and even lots of the other parts of the DLCs via mods).
Paradox gets shit for their DLC model by people who either don’t play their games, or by people who are so obsessed by them that they think you NEED a given DLC to play it (just because they know of a strategy with it).
No Linux client? I guess I understand, not enough DRM free Linux games, but still… Not for me.
It’s good, but not good enough that I would be willing to have DRM on it. And yeah, it’s too new to have a remaster.
This thread made me look at this issue. Realistically it’s not a big issue, the VAST majority of the binary blobs are accounted for and have a script or a readme file that shows where they’re downloaded from.
That being said I will take a serious look at alternatives.
Dozzle sounds awesome, definitely adding it to my stack
I haven’t heard anyone else mention it, Vultr is a good one as well.
There’s nothing like it, nor will it ever be, for a couple of reasons.
Distros like Kali are meant to be used for quick tasks where you don’t need data preservation (or when data preservation is a bad thing). Programming is the opposite of this, it’s only about data (the program) preservation. Programming something that will get erased on the next boot is pointless on the long run if you need to program that again, and if you don’t then what you’re doing is not programming but something else that requires some programming.
There are multiple languages/IDEs/Workflows/etc, ranging from fully free and open source to paid closed source, whichever you will use depends entirely on you, having all of that pre installed would be 99% garbage since you will only care about 1 or 2 of them.
Even if you had whatever workflow you use pre installed, to work on something you would need to setup git keys, install dependencies, compile the first version, etc… and that’s all before you can start doing stuff. And you would have to do this again and again since distros like Kali are not meant to be installed (if they were they wouldn’t need to come with all those packages pre-installed because you could just install the ones you cared about)
Even considering your edits, it’s still a stupid argument. By that same logic nothing should be preserved. Watching LotR now is not the same as watching it when it first came out, which should have never been made according to you because by that time the book should have already been destroyed since you wouldn’t want to preserve it for 50 years, but Tolkien shouldn’t have even written it, since they were based on ideas and drafts he did during the first world war exploring how war changes men and power corrupts, which obviously is only valid in that context and nowhere else so it should be destroyed since preserving it would be invasive and destructive, no?.
Preserving something can never be destructive, it’s the opposite of it. If the Mona Lisa was destroyed you wouldn’t even know it existed, so how can having preserved it be destructive when the alternative is oblivion?
And I agree that the Mona Lisa is no big deal, you know who else agrees? People from that time. It’s widely known that the Mona Lisa was one of Da Vinci’s less famous works, and until Napoleon made a big deal out of it it was just a random painting in a random museum. So I get part of your point, that people who make a big deal out of the Mona Lisa are only there to see the famous painting, but that doesn’t mean that there’s no reason to preserve it, or that there are no people who go there to see the actual Mona Lisa.
You don’t need to port the home directory, just have it stay on the other disk, that’s how I used to do my systems when I had small SSDs. But porting it should be straightforward, just copy it over and it should all work.
As much as I disagree with your last statement (I think Linux for client is on par with Windows for the vast majority of users), I strongly agree with everything else. This wasn’t a Windows problem, but a “your IT is cockblocking you” problem, it could have happened in Linux too if it wasn’t because he used a rogue device, he could have fixed it on Windows too doing the same.
Personally I would have gone straight to Linux because I’m out of the loop on how to do these sort of stuff on Windows. If it had to be Windows, let IT figure that out, their firewall, their anti-virus, their problem.
On my personal computer
~/Projects/<name>
, you need to remember that real-life is not like college, you won’t be working on a new project every week. If you have more stuff than you can manage like this, you’ve bitten more than you can chew.On my work computer it’s a bit more complex, because I have to work with other people’s projects as well, so I have a
~/Work
folder and in it several folders by type of stuff, e.g.ops
for operational stuff such as scripts to deploy stuff or grant permissions,code
for servers (and client) code, etc. Also if I’m working on something specific that requires multiple repos I create a folder for that project with the repos inside.