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.
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.
Wait are we arguing that the owner of something isn’t entitled more than someone who bought it?
FTFY. The problem is not with Nintendo being against emulators because of piracy, they’re against emulators even if you own the game and the hardware but want to preserve the hardware (just like they do in the museum).
And if the counter-argument is that you don’t own the game when you buy it, then by that same logic you don’t steal it when you pirate it.
With it, you can use your Xbox controller to move around the screen and type.
Does that mean you couldn’t before? Seriously people were playing around on a handheld that couldn’t even type?
Button accelerators are also available; these include the X button for backspace and the Y button for the spacebar.
WTF!? Isn’t that standard also?
For better movement patterns, the keyboard keys are aligned vertically."
Does this even make a difference?
In any case, the title is bullshit, it should be that will make windows handhelds close to typing on consoles which sucks. Typing on the Deck is a completely different experience, one that can’t be replicated in any of these handhelds because they lack the hardware to do so.
Also I forgot to reply to this on the other answer, but:
Err… You often don’t have the files drm free on Steam. Nor in an installable format (without steam).
Often you do, and an installer is nothing more than a fancy zipped folder. Also people usually like to compare Steam with GoG and claim that on GoG you get DRM free games and not on Steam, that is not true, both have either, although GoG has percentually more it’s still not 100% DRM free (nor is Steam 100% DRMd), it’s always up to the game developers.
This is what you said:
While that may be partly true, (also likely) depending on the county you’re located, they’re not able to revoke the license though.
The same is true for Steam, laws are laws
So in this specific case you having the files makes a world of difference.
You also have the files if you downloaded them on Steam. What’s important is whether those files can be used on their own or if they’re protected by some form of DRM. If the files can be used on their own it doesn’t matter if you got them from Steam, GoG or a physical disc. If on the other hand the files are DRM protected you having them is useless, whoever controls the DRM controls your files, again regardless of where you got the files from.
No, watching a gameplay won’t give you the same experience. Keep avoiding spoilers, it is really best experienced blind, although knowing there is something to experience might weaken it.
But then the same is also true for Steam
While I get where you’re coming from, Fallout 76 was a bad example, you don’t need a subscription to play (unless your preferred system of choice asks you for it regardless of the game you play) and it is intended to be a multiplayer first game, you might not like it, but it is not an example of what you’re complaining anymore than Elder Scrolls Online or World of Warcraft (which actually has a subscription model).
And the answer is simple, don’t buy those games, there are thousands of excellent single player games, if always online games start to fail companies will stop doing it, vote with your wallet. I recommend taking a look at indie games, there are several excellent games and almost assuredly they don’t have DRM, or at least not always online ones.
On the one hand I get where you’re coming from, those sections are very thematically different from the rest of the game, but realistically it’s just a couple of minutes of very easy stealth.
No Linux client? I guess I understand, not enough DRM free Linux games, but still… Not for me.
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
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.