• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle
  • Not sure there will be a big change there, because they are already powerful enough for most common tasks since several years now. And everyone owns at least one phone or tablet already. So I don’t think that number is going to rise significantly anymore. Those people who are OK with using a phone/tablet for everything probably already do so right now. Maybe if living conditions for the non-super-rich become worse and people look for more affordable computing devices. But even then, older devices which can run Linux desktops for example are already dirt-cheap. I just don’t think that the UI/UX of phones or tablets is on par with desktops or notebooks running a regular desktop OS when using a big screen. Those UIs are primarily made for touch and for smaller screens. Trying to do everything with just one UI paradigm just leads to Windows 8 ugliness.


  • Desktop Linux’ marketshare is going to steadily increase, but as time progresses, so will the speed of that increase. Linux was at or below 1% for a really long time but within the last 5 years or so it jumped to ~5%. As this not only means more users, but also more attention and developers, this will of course snowball. The end of Win10 will also give a bump. And if the enshittification of Windows continues (it probably will) and if US-based companies are becoming a red flag for non-US-customers (will probably also happen) then it will snowball even faster.



  • Yes. Unfortunately, these systems are also a great gift for any upcoming fascist regime (like the Trump junta currently) which will not only happily continue using the existing infrastructure but also extend it like mad.

    Maybe humanity’s greatest weaknesses overall: the lack of foresight and the lack of wisdom learned from historic precedents (e.g. Nazi Germany? Forgotten by now). Everything’s always about short-term goals, ignoring any long-term disadvantages. See also: climate disaster.




  • It’s the other way around. In general, you should choose Linux over Windows, and only if you really need it, use Windows. Also, if you need Windows just temporarily for some things, consider running it in a VM inside Linux just for those occasions.

    Why - well, to keep it short, Linux’ main weaknesses for common users (difficulty, compatibility) are gradually fading away (they are already almost non-existent these days if you have mainstream hardware and a mainstream desktop distro like Mint, Fedora, Ubuntu) while Windows’ main disadvantages (forced stuff like cloud/AI integrations/ads, complete disregard of user’s privacy, increasing security issues due to outdated stuff being kept in the OS for backwards compatibility reasons, and many more things) keep on increasing at a rapid rate. Microsoft has a big business interest in getting all users locked into their cloud ecosystem, locked into a subscription with ever-increasing monthly fees, and give up control over their own computer and their digital privacy. They want users to pay them with their data AND monthly subscription fees. MS Office, for example, will probably not have a pure locally runnable version after 2029 (or around that year) anymore. This Microsoft train is heading towards that wall. And the speed is increasing. And tons of users are still inside that train. And Windows itself likely won’t be spared either. They want you to pay monthly for M365 and they will get their customers there, eventually.

    Furthermore, by supporting Microsoft you’re supporting a very unethical company. They partner with big surveillance companies like Palantir and they are an active participant in the despicable ad-tech-industry (the industry that’s spying on literally everyone and buying/selling/storing tons of intimate user data even though it’s illegal in most countries), they partner with the military, law enforcement and other things. Also, they are a US company, and we all know how US politics is like these days, and this can have a big influence on how “trustworthy” US-based proprietary software will become in the near future. Since 2020, arguably no US-based proprietary software or online service is trustworthy anymore anyway, because of the CLOUD act, which is current law in the US - it means that the US government has access to any customer data stored by a US-based company, regardless of where on Earth they are storing it. This means the often-used claim “my data stored by that US company is safe because it’s in a European-based datacenter!!!11” is false since at least 2020, because MS is forced by US law to grant technical access to customer data to their government. Also, all previous “data transfer privacy agreements” between EU and US like Privacy Shield were all a joke and were dismantled in courts already. So there’s currently zero legal data protection - any data you send to a US company is theirs to do with as they please, essentially. And even if there were any meaningful legal data protections left, those big tech companies might still simply ignore that data protection law and only face minor or no fines at all.

    So this is not a baseless claim. Just because I might keep some statements short doesn’t mean that there are no backing arguments. It’s a very good idea to reduce your dependency on Microsoft’s (or in general, US-based) proprietary software and services. For multiple reasons. Digital sovereignty has never been more important than these days. It has always been important but it was maybe too abstract in the past for many common users to realize. They are slowly starting to realize now that dependencies on proprietary software from any rogue regime (and the current US regime also falls into that category now) are not great to have. Plus, there is Microsoft on its own already putting ever-increasing user- and customer-hostile features into their products. It’s like being in an abusive relationship (as the one being abused). It’s just not good for you long-term.

    So as a user, you should instead choose software which allows you to retain your digital sovereignty and control over your own computing, and simply not take all that abuse. Linux- or *BSD-based OSes with their open/transparent development models, fork-able/modifiable code bases, permissive licensing and essentially zero unwanted crap like adware, spyware, bloatware etc. offer exactly that. And because mainstream Linux distros have already become so easy to use these days, there are almost no reasons not to start using them.



  • As others have mentioned there are unfortunately issues in detail when using an inofficial version of VSCode and even more issues when using the original VSCode of course. I get that it’s currently the most popular code editor but it’s really not recommended to use it. It’s kind of painfully obvious that Microsoft is driving the development of VSCode, and MS is simply not your friend. Not even when it gives you a permissively-licensed open source tool. It’s still kind of poisoned albeit at a low dosage, making it hard to detect. The type of poison we’re talking here are opt-out (if you’re lucky) telemetry (of course!), features or extensions which are ONLY compatible with the OFFICIAL build of VSCode so you can’t 100% work around VSCode’s issues by “being smart” and using a better-preconfigured inofficial build, and as an Electron-based application it’s very bloated and prone to security issues. And, of course, Microsoft steers its development so it may at any point introduce additional anti-features (which is likely, since this is MS we’re talking about here) and also steer its users away from using inofficial builds which might in theory fix some of those anti-features. It smells, and it’s not a particularly smart long-term time investment option.

    My recommendations are:

    If you want another relatively easy option learn the Vim keybindings (not that hard) and then use Neovim or NVim or however it’s called officially. It can be made into a full-fledged IDE with tons of modern features including LSP and Treesitter quite quickly and painlessly. As a bonus you become familiar with Vim which is present on basically all Linux/Unix/*BSD based operating systems on the planet, so it’s useful to know its basics.

    If you don’t mind the harder but more rewarding option, learn and configure Emacs (maybe start with Doom Emacs, it’s easier at the start and uses the Vim keybinds by default). Some other “starter kits” or “distributions” exist as well of course, e.g. Bedrock or Crafted Emacs. Emacs can do literally everything and more, it just needs a lot of time to tweak it, it uses a weird language, and the learning curve at the very start is basically a straight wall into the sky including an overhang. But once you’ve climbed that, it’s an amazing tool for life, going beyond just code editing. Emacs has been around ~40 years and is even growing stronger recently so it’s rock solid and highly dependable, a real tool for life. Also it’s community-maintained, GNU-backed FOSS without weird drawbacks. Since its default keybinds (as well as many other defaults) are ancient (terrible) you should either customize them in various possible ways or use evil-mode which allows you to use basically all of Vim’s keybinds inside Emacs as well.


  • You shouldn’t have to sign into any account just to use your operating system. This is wrong regardless of OS. It’s wrong and bad on iOS and proprietary Androids, and it’s wrong and bad on Windows. Also, it wasn’t even a thing on Windows before Win8. Don’t just blindly accept such enshittification. It would be tolerable if it would be opt-in and purely optional, but MS is pretty much enforcing this crap upon their users, and that’s more than a red line being crossed. That’s simply hostility towards their users.

    MS noticed that people do this willingly on iOS/proprietary Android and thought hey if we do this on Windows we can harvest even more data from the logged-in users and we have a confirmation of identity and also always get their current IP address and more device data.

    To better sell this to the average user, they offer some minor benefits such as settings synchronization across devices, for which they also harvest your settings data, obviously (and even more they’re not telling you directly). Either way, the only real reason they want this is to know who uses their OS, to control access (they could disable your account) and to harvest even more data from the logged-in users. With local user accounts, as it should be, this would not be possible.

    Online accounts make sense for online services, not for your OS which should work independently from online services.

    Either use a Linux distro (desktop/notebook/server/mobile) or an open-source Android distro such as GrapheneOS, DivestOS, /e/OS, CalyxOS, LineageOS (mobile).




  • kyub@discuss.tchncs.detoGaming@lemmy.mlCyberpunk replay has been boring.
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    8 months ago

    It’s not the game everyone hoped to be but it’s very good when including the expansion Phantom Liberty. You should give that one a try. It’s probably the best expansion CDPR has made so far, or at least on par with W3 Blood & Wine (I’m still not sure, but I have to give credit for their huge effort with Phantom Liberty). It (alongside the 2.x patches) was CDPRs genuine effort to save the game and their reputation, and I think they succeeded. The base game without the expansion can get very boring in the second half of the game which is why I consider PL to be mandatory. A good time to start Phantom Liberty is just before going to Embers to meet Hanako. If you haven’t played it for a long time, you should play it again with PL, it’s really well made.



  • It’s an important milestone as it’s the only effective way to make PC gaming available on operating systems other than Windows (i.e., reduce one of the Windows monopolies). Still, Linux gamers shouldn’t take it too far. I’d advise everyone to still not support game studios which are openly hostile towards Linux gamers. This especially includes the ones who rely on client-side anticheat tools and then use those to block Linux gamers even though the game would run perfectly fine on Linux as well. Please do not support such games or studios (e.g.: Epic Games, EA, Bungie, Riot). Thanks to Proton, there is still a massive number of Windows games that can be played instead.


  • kyub@discuss.tchncs.detoMemes@lemmy.mlAlready feels like this sometimes
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    1
    ·
    9 months ago

    Winter is on its way out due to climate change. In around the year 2100, it’s estimated that there will only be 3 seasons left, no winter. And summer will be much longer and much hotter. So the 3 seasons will be spring, then a 2-season long summer basically, then fall. That’s it.

    But you can already see the disappearance of winter today because there’s much less snow and it’s much warmer than like 30 years ago. (Speaking for Germany)


  • There’s a perceived unpopularity with these genres. However, some truly great games like Baldur’s Gate 3 are living proof that you can make a niche genre very popular. It’s just that almost no one tries, or doesn’t like the risk involved. That’s why you don’t see a lot of these genres anymore. Well, you DO see them, if you look close enough and include indie and A/AA titles, but a massive AAA title with big budget and advertising for those genres is pretty much non-existant (I’m not familiar of any other exception like BG3). I think big studios are unlikely to risk such things. Look for smaller game studios, they’re much more innovative and either keep “dead” genres alive or they try mixing genres in innovative ways.


  • Yes, it’s a dangerous combination of media/IT illiteracy/incompetence within the general public and profit-driven proprietary social media algorithms that only aim to keep people engaged for the longest time, no matter the content they are being served. And usually, the more extreme the content is, the higher the engagement, the more revenue to be made from serving ads to the users and selling their collected data. This currently leads to a rise of misinformation, anti-scientific thinking, and so on. Which just so happens to align with extreme right-wing ideologies.


  • kyub@discuss.tchncs.detoLemmy Shitpost@lemmy.worldDelectable
    link
    fedilink
    English
    arrow-up
    6
    ·
    10 months ago

    Well with food something unusual at first feels weird but once you try it it might actually be good. I’ve had this experience quite a lot. Probably shows how much you’re conditioned to liking certain foods just because you’re used to them and grew up with them. So I’m not gonna judge how this would taste. But the first impression was like “ugh”.


  • If you use Google’s Play Services and/or other Google proprietary apps and services (they are standard on all commercial Android phones), then your battery will be drained slightly more due to it having spyware (euphemism: “telemetry”) integrated. The Google Play services app, for example, does transmit at the minimum this data roughly every 20 minutes to Google:

    Phone #
    SIM Card #
    IMEI (world-wide unique device ID)
    S/N of your device
    WIFI MAC address
    Android ID
    Mail Address of your  logged in Google account
    IP address
    

    And that is just if you have disabled ALL telemetry in ALL of the options, even the most hidden ones. So this is the minimum amount they are always gathering from every Android user, no matter what you selected. To make matters worse, the Google Play services is typically installed as a “system critical app” which means you as the owner of the phone can’t even uninstall it or reduce some of its permissions.

    (If you have an iPhone instead, and think you’re safe from this, no you aren’t. Apple also collects a minimum amount of telemetry data which you cannot ever completely disable, it just does it slightly less frequently (IIRC, it was like every hour or so, compared to Google’s every 20min at the minimum).

    And then there’s also the advertisement ID, a world-wide unique identifier set in all commercial Androids as well as iOS, for apps to track you. You can only reset it to a new random ID but never disable it fully.

    To stop all of this bullsh!t, and also to stop the additional battery/resource drain caused by this, I recommend getting a Pixel phone and replacing the proprietary stock Android OS with GrapheneOS and then not installing any Google apps/services on top of it. You can get apps via F-Droid, Obtainium, Aurora store (those are the convenient methods). You can use ntfy as an alternative to the Google firebase messaging (notification) service that you won’t have access to when not having Google Play services running.