• 0 Posts
  • 200 Comments
Joined 1 year ago
cake
Cake day: December 2nd, 2023

help-circle

  • The question is always: What do you want to use it for?

    When raspberry started the landscape was very difficult. Small computer boards were expensive, now there’s the N100 if you need a tiny cheap computer. Microcontrollers were really dumb and unconnected, now there’s the ESP32 which has WiFi and Bluetooth and decent performance. Right in the middle of this wide spectrum is the raspberry pi and its clones.

    This is a very different situation than in the introduction era where PCs were heavy and expensive and microcontrollers were dumb. There was a much wider niche for the raspberry then. For a small server I would now get a $100 N100 from aliexpress. For embedded electronics I would grab a $10 ESP32. Only in the middle is the raspberry pi, but the problem is, it’s only in the middle in terms of performance, not price. A raspberry pi with case, PSU, storage etc costs more than a decked out N100, while actually being slower.

    The only remaining usecase I see for a pi 5 would be an electronics project where you need some more compute than a microcontroller can provide, like some machine vision project. Otherwise:

    • Do you want to make some electronics IoT thingy: Get an ESP32
    • Do you want a small light computer or server: Get an N100





  • I don’t think it will.

    Microsoft’s endgame is being the lord and master of AI. AI thrives on knowing more data about the user. What good is an assistant if it doesn’t know your habits, your wishes and desires, your schedule and your attitude towards each person in your life?

    This is not really a feature primarily aimed at helping the user directly (even though it’s currently marketed as such), but to have the AI build up a repository of knowledge about you. Which is hopefully used locally only. For now this seems to be the case, but knowing Microsoft, once they have established themselves as the leading product they will start monetising it in every way possible.

    Of course I’m very unhappy with this too. I’d like to have an AI assistant. But it has to be FOSS, and owned and operated by me. I don’t trust microsoft in any way. I’m already playing around with ollama, RAG scripting etc. It won’t be as good as simply signing up to OpenAI, Google or Microsoft but at least it will be mine.


  • Oh it works great for me. In fact a lot better than the Rift did with its dedicated trackers.

    It’s also handy to just pop it on and not have to set it up. I often bring it to the office and I’ve given a demo for friends, it’s much harder with lighthouses.

    And the cost of them is just insane. If they were 100 bucks for a couple it’s fine.


  • Zworf@beehaw.orgtoGaming@beehaw.org*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    Yeah that pattern is called “Pentile” or RGBG. Very annoying indeed on screens where you look right up to the pixels. And it reduces the number of subpixels by 1/3 so the resolution really suffers.

    The PSVR1 had a real RGB panel but sadly the PSVR2 moved to pentile.



  • That’s true. They actually stopped supporting Nginx recently which really bothered me too because I want to keep using self-signed certs (my server is only reachable internally and I do not want to expose it to the internet). And the new server they use (I forgot which) didn’t really have that option. So right now I’m locked out from updating until I fix that.

    And yes it is totally feasible to use upstream! Not a problem at all.

    I would recommend to use the dockers though, as the whole debian thing becomes a bit of a mess with different python requirements for some of the bridges. I tried that in a long forgotten past and there is a reason I’m trying to forget that 🤭

    Like you I know the ansible playbook has its limits (for example one other thing I run into is that I want to run several instances of the same bridge to bridge eg. 2 whatsapp accounts!) but I do think docker is the way to go. I’m interested to hear how you’re faring though as it’s a long time ago since I tried that.



  • most personal trips can be done safely and easily using an E-bike (much smaller batteries that can be produced en mass with existing supply chains) and cars should be reduced in usage outside of particularly rural areas where they truly are a necessity (which is a tiny portion of the overall population).

    E-bikes are often not an option for many reasons. Needing to bring cargo, bad weather, danger from other traffic. If they were actually such an amazing option everyone would be using them because they are hella cheaper than cars. Even in the netherlands where bike infrastructure is great, people are extremely car-centric.

    Personally I think subsidised public transport is a much better option.

    And nuclear is not cheaper and it doesn’t even factor in waste storage and decommissioning otherwise it would not have been viable. Right now when a nuclear plant is closed the operator walks off scot free and the cleanup costs are borne by the public. The mining of the uranium is also pretty polluting. There’s a lot of this externalisation to make it viable.

    The only reason it worked in the past was that the governments were building nuclear arsenals and invested in nuclear industry (note that this industry was not necessarily capable of producing weapons-grade plutonium but still, it was about building up an industry). It’s no coincidence that most countries relying heavily on nuclear power are also nuclear armed.

    Also, environmental pollution is also a safety issue. Don’t just look at human deaths. Even Fukushima was a major disaster despite not leading to many deaths. The regulation is there for a reason and that still didn’t manage to prevent Fukushima (not talking about Chernobyl there because that was just human idiocy fucking up at its worst). And other first-world countries have also had meltdowns.

    Personally I also feel bad about dumping our waste problem on future generations. That kind of thinking is exactly what led to the climate crisis. But admittedly this is a lesser issue for nuclear in particular because we do this with pretty much everything (as this article also mentions)







  • It’s not as snazzy as Discord but it’s fully open-source and federated. So everyone can run their own server (I do, too). If you don’t care about running your own you can just sign up at https://app.element.io/ . It’s free of course. It basically is for chat what lemmy and mastodon are to social media.

    It also offers many “bridges” to other protocols, like WhatsApp, Telegram, even Discord. Those are not quite as mature and mostly third-party provided but they generally work well.

    There’s a really great ansible playbook for installing your own. If you would like to have the full bridged experience, beeper is probably best.