Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GI

programmer interested in privacy/security. Mostly Go and Python

VoidNet.tech

Posts 0
Comments 32
What are some controversial privacy topics?
  • The post talks about software but does not specifically say online privacy. I think you're right but I also think if I had asked about defeating facial recognition cameras I wouldn't have been disregarded.

  • What open-source software would you like more people to know about?
  • xpra: it is like tmux but for X windows (works on wayland), but it can do much more than that. You can seamlessly run GUI programs from a container or VM on your main desktop while still sandboxing their X capabilities, forward windows from Windows desktops, and it has efficient encoding so it is usable over poor connections as well.

  • Proton Mail Finally Releases Desktop Apps With a Linux Beta Version
  • The main benefit is since it is locally installed, it is harder for proton's server to access your encrypted data by serving you malicious JS. A malicious desktop app/update could be served too, but that may be trickier.

  • ISP junk generator
  • It usually isn't super hard to tell apart randomized junk like this from real human patterns. That is why Tor Browser for example tries its best to make everyone look the same instead of randomizing everything.

    That said, for the mere purpose of throwing off the ISPs profiling algorithms, you could make a relatively simple python program to solve this. A naive solution would just do an http GET to each site, but a better solution would mimic human web browsing:

    If you have no programming capability this will be rough. If you have at least a little you can follow tutorials and use an LLM to help you.

    The main issue with this goal is that it isn't possible to tell how advanced your ISP's profiling is, so you have no way to know if your solution is effective.

    Feel free to DM me if you go this route.

  • Do you donate to FOSS projects?
  • Hello open source dev here (though no very popular projects), even relatively small donations are morale boosts (e.g, $5, $10), which is kind of sad but yeah. If you can't do that, at least put effort into bug reports and use good manners.