Hacker Newsnew | past | comments | ask | show | jobs | submit | sulfastor's commentslogin

The Pilgrim's progress. John Bunyan


Ah! I have this on my table right now.


It is this related to the increasing number of colleges in France using discord to give lessons to the students?


Doubt it.

The most of USA is going in to two week lock down if you look at schools, restaurants, a lot of white collar jobs, etc.

What do you think everyone is going to do all day? Every kid in the country is about to use the internet at the same time.

I think we're going to see a lot of outages over the next two weeks.


It's almost midnight in Europe, so you wouldn't have peak hours around this time. Which is not to say that people using Discord livestreaming for remote taching can't have overloaded it from other geographies.


Why account passwords are stored on plaintext after the wizard? How do you encrypt them while configuring?


man aerc-imap for details, you can specify an external command to run. The creds file is chmod 600, and most other email clients (e.g. thunderbird) are also storing your creds in plaintext - it's just less obvious cause they put them in sqlite or something.


Unless you are willing to provide a decryption key on every "check my email" call (eg. every 5 minutes), an email client (or well, anything requiring frequent reauthorization) virtually has to have it in "plain text" (or any obfuscated form which is equivalent to plain text).

Workable alternatives are to store the decryption key in memory for the runtime of the program (eg. using login keyrings or per-app logic).

If you encrypt your $HOME or your entire disk, storing it in plain text achieves roughly the same level of protection (eg. decryption key is in the memory).


Doesn't work on Terminator.


Set TERM=xterm and try again. tcell (the library aerc uses to render its UI) has a really annoying built-in terminfo database, which at some point I plan on fixing myself.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: