• 2 Posts
  • 101 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Yes, I was shocked too. But in 1949 apparently 8.6% of the country was forested; in 2022 it was 24%.

    In 2005 they launched the “Greening China” initiative to plant 13 Trillion (yes Trillion with a T) trees in 10 years. They didn’t succeed but in 2021 the People’s Daily claimed 78.1bn trees planted in 40 years Link.

    However - China is known for inflating statistics to suit the communist party’s own ends, and the People’s Daily is part of the country’s propaganda system. It’s probably far less than 78bn, and that figure doesn’t count replants and commerically logged trees. But it seems that whatever the figure there really has been a concerted long term reforestation effort in China.


  • They will never learn because they make Windows for Microsoft not for users. They do whatever suits them and they think will maximises profitability and their share price. They have to keep “growing” so they have to find new ways to make money.

    As for the article; what shill bullshit is this?

    It probably makes sense for a lot of users to have their default browser of choice open automatically at login, as most people spend the majority of their time in a web browser. Windows already automatically preloads Edge in the background by default to increase its startup performance, so it’s not a huge leap to automatically display the app itself if Windows knows you’re going to open it anyway.

    No, it does not make sense to do this. Apps can be set to auto launch if users want them to. This only makes sense from the perspective of Microsoft trying to push Edge onto user so it can grow it’s market share and harvest even more data.





  • Out of interest, which aspect don’t you believe? The article is clear the broken update effects a specific subset of enterprise users, on a specific mix of base versions and cumulative updates.

    This seems like a classic windows update issue. In fairness to Microsoft it is difficult to prevent bugs when there is a huge install base, with a huge range of hardware, with a huge range of users on different mixes of updates and updating at their own. I personally think that’s totally believable.

    What’s not clear is perhaps the implied overarching story that W11 is worse for this than other versions of Windows. I can’t answer that about windows updates themselves, but I certainly believe W11 is the worst version of Windows I’ve ever used (and I’ve used every version back to 3.11 as a kid). I have to use W11 at work: the UI is absolutely terrible and unfriendly but far worse it constantly and inexplicably slows down, programs become unresponsive repeatedly and I come across errors constantly.

    I work in a big organisation and I don’t even bother to report most errors now - we hop between PCs because of the nature of my Job, and I’ve come up across so many I just can’t be bothered opening more tickets. I’d describe it as a mostly large volume of minor issues and inconveniences that cumulatively, on top of the bad design, that make it a shit experience. But I’ve also had numerous major errors since we moved from W10 to W11 on different PCs - they all have the same hardware and software yet the problems are different on each. I’ve given up reporting the problems and just avoid the PCs, and I think a lot of my colleagues are the same.

    My organisation (I work in a large Hospital), is already stretched due to high work volume and low staffing and we now have a constantly little drag from Windows 11 on everything we do. It’s like Microsoft sprinkle a little bit of shit onto every computer, every day, all day. The cumulative effect in just my organisation must be massive - I shudder to think how bad it is across the whole economy.



  • So bizarrely the best experience is to self host and pirate. That’s what you get when the entire entertainment industry is hostile to consumers.

    When Netflix first became big, it was popular because it was a one-stop shop for almost all your content. It was like a big library of content in one place, you pay a reasonable monthly fee and it’s all there. Piracy dipped as a result.

    Now all the content is fragmented into numerous walled gardens you have to pay separate fees to access. People can only consume the same amount but now they have to pay 4 or 5 fees as the content is spread out.

    Unsurprisingly piracy is booming again.






  • Yes it’s fairly simple to do, essentially the user needs to download an image of a Linux install disc, flash it onto a USB stick (or a Dvd I guess), and then reboot their PC. They may need to press a key at boot to open the boot menu and select the USB (or the bios to change the boot order).

    After that, most distros offer a very easy to follow installer which will install the new OS.

    Most Linux installs can be done alongside windows (on the same hard drive or it’s own drive) but windows tends to break the boot loader with updates. It’s gernallt better to only dual boot if you’re good at fixing things - otherwise a full Linux install is better.

    The most inportant thing is back up all your important data, and only do this if you genuinely want to leave windows. I’d make sure your windows license is digital before doing this too as that allows using windows again if you want to go back.

    I’d say anyone can use Linux, it’s user friendly and robust. In terms of installing Linux, I’d only do it if you are sure you know what you’re doing - installing any OS - including windows - can involved trouble shooting problems.


  • For me it seems to be when you go through to download the windows binary, you get an iframe on the page containing another site. That has ads and serves up the download. So I’m guessing the ads are on the website that provides videolan with hosting for its binaries?

    They are old fashioned intrusive ads pretending you need to click then to start your download. But the download starts already.



    • OS - - > Linux OpenSuSE with KDE

    • YouTube - - > Freetube - opensource, private YouTube client for Linux, MacOS and Windows

    • Downloading music/videos --> yt-dlp

    • Downloading videos/images --> gallery-dl

    • Email - - > Thunderbird (really moved forward in last few years)

    • Notes - - > Joplin

    Selfhosting (mine is on raspberry pi) :

    • Streaming library - Jellyfin

    • Photo library - imich

    • Downloads - qbittorrent, prowlaar, radaar, sonaar, lazy librarian in a docker stack with VPN

    • smart home - Homeassistant

    • filesync - - > Syncthing (I don’t have problems with long file names - maybe a Windows issue or Linux FS? I use EXT4 on all my devices and don’t use Windows anymore)





  • Also separate from my long response, thanks for sharing that link. Very interesting read and the GNOME window decoration issue is rediculous.

    For me, I’m sorry to say, GNOME is the epitome of asshole design. This one of many examples of its rigid design philosophy having negative consequences for users and devs. And devs are protecting GNOME from its own users bad experiences because the user blames the game for not conforming, not the DE for being rediculous.


  • Worth saying the 3% market share is very new, and previously the share has been way way below this. At 3% that is millions of users but even that is hard to justify a linux release; many games dont even get MacOS versions even now and it has higher desktop share.

    The other problem for linux is version control - libraries are different across distros of different ages, and also constantly update. If you build software on a dependency and it changes in a few years, your game may break. As bad as windows is, when games are distributed a lot of the dependencies are distributed with the game as DLLs and installers for Microsoft tools. But for linux you previously could not guarentee the same version of the same dependency will be available on two distros still actively supported.

    It can be surprisingly hard to get old Linux software to run on new Linux distros. People are not generally aware of this as generally its old windows and dos games that people try to get working (so wine or dosbox are used), not old Linux software like Open Office from 2005 or an old version of Firefox. Most linux software continually evolves or its niche and just stops working (unless youre willing to go back and compile from source, and that can get nightmarish if it doesnt compile)

    Proton is part of the solution but developing “for” proton is not efficient long term. It is great for enabling windows games to work on linux, but linux native games would be more optimal. We’re just lucky we’re now in a time where there is a lot of CPU and GPU resource available to support the overhead and windows is also so bloated making linux + proton comparatively better.

    I suspect Flatpak may be another part of the solution - Flatpak can essentially be a way of ensuring a game can have a fixed set of dependencies which install on any Linux and should just work. Its not that far off the windows model of packaging DLLs, but is much cleaner and contained.

    Nix is another potential approach to this.

    But developing for Linux wouldn’t take off until the market share is substantially higher. The SteamDeck and tge rumours Steam console may help with that, but for now I think devs relying on Proton makes sense.