• 0 Posts
  • 61 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle

  • I used Squirrelmail briefly. It had a minor security bug which was easy to fix, but when I reported it to the devs, I couldn’t convince them that it was actually a bug. I decided that they weren’t paranoid enough to be working on that type of software, so I stopped using it.

    Currently I’m not self-hosting email but am using mxroute.com which has a FOSS mail client that seems ok. I can’t check right now what it is, but maybe later.

    Fastmail’s webmail is pretty good and they said something a while back about releasing it as FOSS but idk if that has happened.

    Right now I mostly use Thunderbird rather than webmail. It sucks in many ways but I’ve had too much going on to pursue alternatives.

    I think Google got it right early on when they realized that email clients should be backed by a serious search engine. The search features of a typical IMAP server aren’t enough and the one in Thunderbird is crap. So I think this is an area where FOSS clients could use some work, if it hasn’t already been done.




  • What is the code written in now? What happens if you clean it up? What is the project if I can ask? Everything has a runtime, though some are more complex than others. You might like OCaml which is where Rust got some ideas, or Haskell if you like brain benders. Rust (like C) is for when you need very efficient code, and you incur some pain in order to get that.














  • Do the police take your dash cam if they pull you over? Does that show on their own badge cam?

    Streaming live video takes a lot of bandwidth and connectivity from a car can be intermittent, but maybe it’s enough to send a timestamped hash every few seconds, so there is tamper evidence in case of a deletion.

    Anyway, deleting video through a dashcam user interface is like deleting a file on a computer: basically a little bit of metadata is overwritten but the underlying data can usually be mostly recovered with filesystem repair or forensic tools. To really delete it for sure you have to either destroy the media or use special tools to overwrite the data blocks. Or just running the camera for a long time (to make sure the freed blocks get re-used) might do it.

    You could also stream to another phone or computer tucked away elsewhere in the car, unless you expect the whole car to be seized.