• 21 Posts
  • 248 Comments
Joined 11 months ago
cake
Cake day: December 28th, 2023

help-circle
  • Now we just have to wait for some startup to pitch “local drivers” as a revolutionary new idea.

    Introducing the most groundbreaking innovation in transportation since the invention of the wheel: Human-Powered Chauffeur Experience (HPCE). Say goodbye to the soulless, algorithm-driven monotony of self-driving cars and hello to the warm, beating heart of a human taxi driver.

    Imagine being whisked away to your destination by a charming, witty, and (mostly) alert individual who can engage in conversation, offer personalized recommendations, and even provide a sympathetic ear when you need it most. Our HPCE drivers are trained in the ancient art of navigation, able to adapt to unexpected road closures, and possess an uncanny ability to find the best route to your favorite coffee shop.










  • My old housemates were the opposite lol. We tried saving every penny on heating costs. In the winter, we taped the windows over with cardboard for better insulation (they are old single-pane windows), and fashioned an automatic door closer from an elastic cord to keep the door into the living room shut (our “warm zone”). Instead of using gas heating, we mined ETH with our gaming PC’s (this was before ethereum went proof-of-stake). Between the three of us, the total energy output was close to 2kW, so totally viable for keeping the living room warm. Pretty sure we ended up earning money from heating the house lol.




  • I still can’t fathom why electron needs to exist when PWA is a thing. Like, almost every app is just plain better running in a normal web browser instead of electron. Webapps never need to be updated manually, electron apps do (e.g. discord). Webapps are sandboxed inside the browser, electron has you running some rando developer’s code natively. With electron, you have to trust the developers of every app to keep the electron version up-to-date to avoid critical bugs (e.g. libwebp). With webapps, if your browser is patched, then every webapp is safe. Electron also suffers from random bugs and regressions that aren’t an issue in most web browsers.





  • renzev@lemmy.worldtolinuxmemes@lemmy.worldSnap...
    link
    fedilink
    English
    arrow-up
    4
    ·
    22 days ago

    If you’re interested in another approach to containerizing GUI applications, also checkout out x11docker. It’s a small independent project maintained by one guy, nothing big like flatpak, but also pretty cool. The name is actually a bit limiting – it supports both docker and podman, and can run wayland apps as well. One of the coolest features, in my opinion, is the ability to run a separate X server inside every sandbox and forward individual windows to the “host” X server. That way you can prevent apps from spying on your keyboard or other apps’ windows.


  • renzev@lemmy.worldtolinuxmemes@lemmy.worldSnap...
    link
    fedilink
    arrow-up
    10
    ·
    22 days ago

    The thing with appimages is that they expect the developer to have full knowledge of what libraries need to be bundled with their app, which makes it difficult to make truly universal appimages. In flatpak you just select one of a set list of runtimes and add any additional dependencies on top of it. Flatpak also re-uses the files for each runtime in between the different apps that use it, which saves a lot of disk space.


  • renzev@lemmy.worldtolinuxmemes@lemmy.worldSnap...
    link
    fedilink
    arrow-up
    10
    ·
    22 days ago

    Why not containerise everything? You need libreoffice? No problem, here is a docker or podman container.

    Flatpak is basically GUI-optimized containers. It uses the same technology (namespaces) as docker and podman, just with some extra tools to make GUI-related things work properly. That’s why flatpak apps don’t use the system’s gtk version – they’re running in a sandbox with a different rootfs. You can spawn a shell into the sandbox of a specific app with flatpak run --command=sh com.yourapp.YourApp and poke around it if you want to.



  • Sorry, but in my book, actions speak louder than words. And the actions here are very clear: they made a useful service that benefited people. They paid for it out of their pocket and suffered major inconveniences in their personal lives to keep the service operational and to uphold their ideals of transparency. It’s a net positive contribution to the world, even if you account for the offensive/hurtful jokes they made along the way.

    You can spend hours talking about what people should or should not have done. Critiquing others from your high horse is easy, but it gets you nowhere. As another example, take Lemmy’s developers. You could go on for hours denouncing their tankie/authoritarian views, but it won’t change the fact that they created an anti-authoritarian and censorship-resistant platform that benefits many people.

    What I value personally is a consistent moral framework. What someone thinks on isolated issues or what kind of offensive humor they like is a lot less relevant to me. Do I disapprove of it? Yes. But do I condemn them for it? No. Because actions speak louder than words.