• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle







  • File storage (as opposed to something like email) doesn’t seem to have a massive infrastructure that I have to participate in. I don’t have to trust a third party with my data.

    I’d probably just encrypt my data before going into any of the clouds, which should keep it secure (with something like rclone).

    To send data to someone, I’d probably use onionshare or something.







  • Signal: Because I want better messaging, and somehow they already achieved some adoption.

    Firefox: If Firefox can somehow make their browser miles ahead of chrome, I think that’d be just plain good for the world.

    Gitea/Forgejo: I think Github is another one of these centralized platforms that’s pretty ripe for disruption (and gitlab is just not gonna do it).

    Lemmy: It’d be amazing to have all the kinks ironed out of lemmy.

    Mastodon: Same thing as lemmy. Get social media out of the hands of big companies.

    Mail-in-a-box: I want to be able to host my own email if I want to. Proton is great, but isn’t email supposed to be an open standard?

    Framework: Not exactly a software project, but man I’d love to see them get the time to push out a ton of great different products and really spark the right to repair movement. It’s the first device I was actually excited to buy.

    Linux Mint: I don’t use mint, but it seems like one of the most user friendly distros. I would love for them to make everything perfect and create a seamless experience (and really make a year of the linux desktop). I also think it would be great to just have one clear frontrunner for new users.

    Coreboot: Make firmware open source? Yes please.

    Truly Open Source LLM: I really don’t want this tech to be in just the hands of just a big company. I’d love for there to be an LLM that has not only it’s weights open, but the full dataset, training methods and everything open.

    I think when you just get 10 years of dev time, you get an opportunity to push a project ahead of all it’s competitors. It is kind of interesting to get to pick and choose a project to be the frontrunner (even if they aren’t currently).





  • I’d argue that having a sandbox that can run binaries with a limited and customizable feature set is actually a good thing for the web. I think there are more technically competent solutions, but the fact that WASM is available on virtually every machine and os, makes it pretty powerful.

    If implemented right WASM might speed up our web apps, keep the browser sandbox that is actually quite nice, and run on pretty much any machine. If they open sourced the code, that’d be even better.

    Between minified js and WASM, I think I’d take WASM (I can’t understand minified js anyway). Between a pure html site and WASM, I think I’d take the pure html site (but I don’t think we will be living in that world anytime soon).