0 Followers
0 Following
1 Posts

A minimalist, decentralized, end-to-end encrypted chat app

https://lemmy.world/post/41827122

A tool for monitoring integrity of bootchain

https://lemmy.world/post/40326707

A tool for monitoring integrity of bootchain - Lemmy.World

Description: TPMGuard verifies that a computer’s boot process hasn’t been tampered with. On first run, it creates a trusted “golden” set of PCRs and later compares current values to detect changes, logging any differences and highlighting affected boot components. Source code and details: https://github.com/umutcamliyurt/TPMGuard [https://github.com/umutcamliyurt/TPMGuard]

You are invited to our hackerspace on SimpleX

https://lemmy.world/post/38078147

You are invited to our hackerspace on SimpleX - Lemmy.World

We are building our own hackerspace on SimpleX and new members are welcome!!! What is it about? It’s a place for people who love tech to come together, work on projects, share ideas, and learn new skills. Link to join the group Hack the Planet!: https://smp6.simplex.im/g#W5fzmz0qVfyQ0hWJ4oEKKrTVVOnpKxGVroRpmbDQA4E [https://smp6.simplex.im/g#W5fzmz0qVfyQ0hWJ4oEKKrTVVOnpKxGVroRpmbDQA4E]

yes
Yeah official homeserver also acts as a bootstrap server
Official homeserver (phoenixim.site) is hosted on a VPS and all homeservers are interconnected via federation
Phoenix

Homeserver is essentially a distributed chat relay so clients post messages to rooms and the server relays those messages to its peers
Official homeserver supports federation over onion services and dockerfile hosts homeserver as onion service that’s why i added Tor as a dependency
It works similar to Matrix which is federated
I made this from scratch lol