featured [he/him]

  • 0 Posts
  • 20 Comments
Joined 3 years ago
cake
Cake day: February 28th, 2022




  • In the GrapheneOS development room there’s a lot of talk about finding an OEM to get security partner status from and/or to design a grapheneos specific device. I saw they were tentatively chatting to the CEO of Mecha (currently crowdfunding for a Linux handheld called the comet) as well as another anonymous Android OEM lead. So I’d say be patient, wait and see. I’m confident the project will continue, hopefully with full support for pixels via a partnership but potentially on their own hardware.




  • Just make sure they know anything they put on these big tech platforms are there forever, regardless of what claims they make about “disappearing messages” etc. Do your best to guide them towards encrypted services for their own protection. As much as I hate this, iPhones are a decent recommendation in the US since almost every young person uses iMessage as the default, and that has end to end encryption available. Work to inform them on the dangers of corporate spying and profiling, as well as data leaks and security, and let them have some sovereignty over their platforms. Keeping an eye on them is good; isolating them from important modern social circles isn’t. Inform and educate first and foremost



  • I wonder if there’s any sort of alternative, community weather system that is run for the public good. I’m envisioning an open source ecosystem where people buy commodity weather instruments (barometers, thermometers, anemometers) and then connect them to a program which feeds them to a larger decentralized network. Then people could make visuals of the conglomerate data to see low pressure and high pressure areas, track storms, etc. If that backbone existed you could also create a distributed computational model like we see in projects like ‘folding from home’ in order to create forecast maps. Just spitballing but if anybody knows of programs that do any part of this I’d love to hear about them





  • I think you’re better off finding tools which work for your particular language, application, workflow etc. For me I use nix and direnv to create directory based declarative package sets that load upon cd’ing to a project’s folder. This allows me to have exact versions of the packages I need regardless of system packaging or versions used in other projects. Some people prefer spinning up containers for this role, often using tools like distrobox. If the language you’re working in has good version management tooling then you can also just use that