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

help-circle

  • All your old stuff will stay visible even after lemm.ee goes down, but it won’t be linked with whatever new user you create on another instance.

    If export and import of posts and comments was possible it would result in “duplicating” your posts and comments to your new account, which as you might imagine would be an absolute mess (not to mention technically infeasible - how would comment chains with other users work?) so you can presumably understand why it isn’t.

    It’s quite annoying for sure (and I’m a lemm.ee user too, so I’m also annoyed with everything I’m losing) but this is the trade-off we accept with federation that allows Lemmy as a whole to be robust and keep going even without lemm.ee



  • tiramichu@lemm.eetoMemes@sopuli.xyzRight?!
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    15 days ago

    Yeah. Soft furnishings like carpet, rugs, sofas and beds all feel a lot more “natural” to cats, as if they are outside on the grass, so they prefer to do it there.

    Unlucky for us it’s the absolute last place we want them to be doing it.


  • VSCode is by far and away the best thing Microsoft has ever done. (I’m sure therefore they will ruin it eventually, but that’s a separate issue)

    Its good for two main reasons IMO:

    1. It is plugin-based

    2. It is (therefore) language-agnostic

    Plugins mean the DE starts as a very lightweight thing that is basically nothing more than a text editor. You can then add as much or as little as you want to get the level of features you are comfortable with but without being too bloated.

    And then, because it’s all plugins, you can work with any language and still stay within the same editor. Divine.

    I personally love how lightweight it is compared to a full IDE because I don’t like it when IDEs hide the magic behind UI. Press the button and it compiles huh? But how? What’s going on there? What toolchain and commands are being executed?

    I much prefer a good MAKEFILE where you know what your entry points are and what is going on, because it makes everything so much more portable and also improves your own knowledge and understanding.


  • Wireguard doesn’t necessarily need to have those limitations, but it will depend in part how your VPN profile is set up.

    If you configured your wireguard profile to always route all traffic over the VPN then yeah, you won’t be able to access local networks. And maybe that’s what you want, in which case fine :)

    But you can also set the profile to only route traffic that is destined for an address on the target network (I.e your home network) and the rest will route as normal.

    This second type of routing only works properly however when there are no address conflicts between the network you are on (i.e. someone else’s WiFi) and your home network.

    For this reason if you want to do this it’s best to avoid on your own home network the common ranges almost everyone uses as default, i.e. 192.168.0.* and 10.0.0.*

    I reconfigured my home network to 192.168.22.* for that reason. Now I never hit conflicts and VPN can stay on all the time but only traversed when needed :)


  • 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.






  • I love how the top two points, “Choose how you search, right from the address bar” and “Keep your original search visible” are things that we always had by default in the old days with the separate search bar, until Firefox blindly copied Chrome and went to the unified bar.

    And now it’s back as if it’s some kind of revolutionary feature, rather than they made it worse and now they’re making it better again.

    Not that I ever stopped using the separate search field, I always turn that on.



  • It’s quite hard for me to imagine at this current point in time that anything could replace streaming.

    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.




  • The idea there should be some definitive, canonical domain for the Fediverse is somewhat at odds with the core tenents of the Fediverse itself - decentralisation, and no single point of ownership or control. And on that basis, we absolutely should not care about a particular domain, or assign any level of ‘specialness’ to it.

    I understand your worry - that some ‘bad actor’ could buy the domain and do something anti-Fediverse with it and mislead the public, but my response would be to simply not worry. The strength of the Fediverse is that we are diverse and unbothered by whatever nonsense some centralised platform is trying to pull. We don’t have a profit motive. We don’t care.

    People who want to find the real Fediverse will absolutely still find us, all on their own, regardless of who owns some random domain :)



  • 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.