• 3 Posts
  • 72 Comments
Joined 2 years ago
cake
Cake day: August 19th, 2023

help-circle

  • You’re allowed to use the solar on the roof before buying from the grid which will save you tons on most days. The UK grid operates on marginal pricing so if you buy from the grid the highest price provider dictates the price.

    This essentially means that you pay the peaker plant nat gas price for electricity where every MWh hits pretty hard on the bill. To recoup the investment in the UK, especially with the interconnectors inside the Eurostar tunnel, is pretty easy and a decentralised grid allows the UK to skip building a lot of power lines for energy that’s used locally.





  • As an example I’m on Linux for a decade now but I also use proprietary services. I use Jellyfin and Netflix, Vim and Jetbrains IDEs, Chess.com instead of Lichess, WhatsApp instead of Matrix.

    Sometimes the value proposition does it for me, sometimes it’s the network effect. I’ve ditched reddit because I like Lemmy more but I can see how someone wants to stay in touch with their niche communities that don’t really exist on Lemmy. Probably some people use both.






  • I stick to few sources that generally cover major without the doom and gloom. Generally YouTube channels are pretty good imo.

    • TLDR News (UK, EU and Global) is a great series of channels for that.

    • Caspian report on YouTube for some geopolitics/strategic outlook.

    • Real life lore for couple of deep dives on non-current issues.

    • Money and Macro for macro economic news.

    • Just have a think for climate science and energy transition news.

    • “Good news” is just nice feelgood news.

    Traditional media for closely following elections when they come out such as exit polls.

    For the Gaza issue I did break the cycle and check on Al Jazeera which is the best for middle East news.


  • I torrent a lot on Linux and use Qbittorrent. Surfshark has a great VPN on Linux.

    If you want to get into it then Sonarr, Radarr, Prowlarr and nzb360 ($10) with Jellyfin is a great stack to manage your library but needs a bit of work to set up. You can then use the phone to download and search and watch it with an android TV app.

    I had some issues setting it up with a ublue fedora immutable distro which are pretty non-existent on most standard distros.




  • Jellyfin is not there yet but it definitely can be. It can be done pretty easily without any centralised server.

    1. Sending people magic links to their accounts on their phones that auto log them into Jellyfin.
    2. Make IP dictionary to have people type “cat mug door end” which pings the server with a login from an IP.
    3. Show QR code.
    4. Scan with an authorised app which pings the server to authorise the device on behalf of the user.

    It’s passwordless 4 word input + phone scan that can be optimised for TV pretty heavily since you only need make something 10^12 unique to account for all IPv4.

    It will take around 15-30 hours to code though for a person familiar with Jellyfin on android TV and server.