• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • OP specifically said they don’t want to dual boot, and I honestly understand why they would say that.

    When you dual boot you need to worry about what bootloader is in use and how it is set up. You might find yourself in a situation where you later decide to move fully to Linux and use the old Windows drive as storage but you can’t because if you wipe it then everything stops working.

    Windows has even been known to destroy dual boot setups occasionally during Windows updates.

    All very solveable if you have the right knowledge, but if you want to keep your life simple then swapping hardware has guaranteed safety (nothing can go wrong with the contents if a drive if it’s not plugged in, after all) and it’s very predictable and understandable.



  • Every major shift in how media is consumed has always come because of evolutions in the technology used to deliver it - going from just a few broadcast channels, to cable, to “on demand” cable and satellite, and finally to Internet delivery.

    And it’s just really hard to imagine what delivery technology could provide any new capability beyond the always-on, bidirectional, high capacity data stream in your pocket that is the Internet we now have.

    With streaming we’ve already achieved what should in theory be the best way to watch - and with the studios all having their own streaming platform now, there’s not even any middleman to undercut anymore, like there was when the cable companies were cut out by Netflix at the dawn of streaming. This is endgame.

    The only thing left now is enshittification.

    The one thing that could save us from this fate is if new programs and content are produced that are competitive in quality with what the current giants are putting out, giving people other places to go and forcing competition.

    This is what we’ve already seen with indie studios and single developers disrupting the games industry, and perhaps with ever more achievable 3D animation, AI and other accessible production techniques we’ll start seeing this disrupt the film and TV industry too.


  • Just because something always used to be some way doesn’t mean it’s automatically acceptable.

    TV might have been designed for the ad break but what if it wasn’t? You give Star Trek as an example, and here in the UK growing up I watched TNG episodes on BBC2, which is a tax-funded station without adverts. Did the lack of adverts make my childhood TNG experience worse? Personally I’d say it made it better.

    Even in the cable TV age, to have adverts in something you are paying for is still horrible, and to me it’s unacceptable.

    I will do everything in my power to not expose my brain to a barrage of advertising, and that includes not using any service where I have to subject myself to it.




  • Random thought: I’d love to analyse a bunch of anime and get a count of how often schools are shown as being on a hill or high ground.

    I get the feeling from my memory like 90% of the time when a school commute is shown it’s always on a hill with the students arduously cycling or pushing their bikes in the morning, and then happily freewheeling all the way home.

    I’d love to know:

    A) is my memory actually correct

    B) if my memory is correct, is this simply a media trope (as in, a visual metaphor for the morning journey being unpleasant while the time after school is freeing and relished) or are Japanese schools actually on hills a lot of the time.



  • I’m just using the GPU’s integrated cooler and it’s okay. Not ideal probably as the fan blasts inwards and there’s a channel to allow the heat to then come up and out the top of the case. But no throttling.

    Worth pointing out that some configurations in this case can have acoustic issues if your GPU is too close to the side vent, but that’s a problem with this case specifically. Other vertical cases may not do that.

    There are always tradeoffs when going very compact.



  • I agree that it’s a huge fuck up, my comment wasn’t in defence of the post office, just a related story :)

    Whenever I have delivered code for a client it has always been in a way where the client has complete ownership of the code and can maintain it themselves later (or ask a different company that isn’t us to come do it) because that’s the only sustainable approach, and all companies should absolutely demand that all work done for them is done this way.


  • I did consultancy work as part of renewing and replacing ancient software systems for an insurance company, and it’s amazing how little people actually know about how their own business processes are actually supposed to work.

    Orgs are in the position where everyone who built a system is gone, and all the current people who work there defer to the system for how the processes work, without actually properly understanding the rules. And so the system itself becomes the arbiter of correctness.

    This is obviously horrible because it ends up where nobody dares to touch the current system in case they break it in some way nobody understands.

    We ended up speaking to people across the whole business to painstakingly work out what the rules really were, putting together a new system and effectively “dual running” that side-by-side with the old system, so we could compare outputs and make sure they were the same. In some case they were different, and in some of those cases it was actually because the old system was actually wrong, but nobody noticed!

    It’s a mess.



  • It’s both. Linux mostly just works, but when it breaks, it breaks in a way which is sometimes difficult for the average person to recover from.

    I’ve had a couple of times in the past where something has gone horribly, outrageously wrong, and I decided to just reinstall and start again from fresh, because that was way less time investment than fixing what broke.

    Nowadays I’m using Timeshift backups, and I think that’s a positive move.


  • tiramichu@lemm.eetoLinux@lemmy.worldGreat take on "Why don't more people use Linux?"
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    edit-2
    3 months ago

    Exactly this.

    I’m a software dev and also a Linux user, but that doesn’t mean I want to spend my precious time messing around with the OS trying to solve problems.

    I see the operating system as a tool I use to accomplish the things I actually want to do, which is writing my code for my projects, just the same as I see a car as a tool to get me from point A to point B.

    If Linux was complicated to set up, or always broken, or requiring constant work then I wouldn’t use it, no more than I’d tolerate a car which is broken down and in the shop every other week. But fortunately, Linux is none of those things.

    Modern Linux mostly “just works”, and it’s really counterproductive to talk about Linux like it’s hard or you need to be a deeply invested techie to use it.



  • Back in my days working as .NET developer on Windows 7, I came into work one morning to find a colleague fuming that his machine had died on him.

    He spent the whole morning reinstalling Windows and getting his environment set back up, and then pulled the branch he was working on, happy to finally be done with setup and get back to work. Ran his test suite and bam, machine crashes!

    It was only at that point the penny dropped. We took a look at his branch, and sure enough he’d accidentally written a test that, when ran, deleted his entire C: drive!

    That particular lesson made me very careful when writing any code that does things with the filesystem.