Apparently, Proton owns Standard Notes. This is so surprising that I didn't know this
Great interview with Mo Bitar, creator of @standardnotes, by Vishnu from @ente !
I liked Mo's comments about building privacy into a 'regular' app, rather than focusing on hardcore privacy first.
I wonder why Google Play Protect is warning me about #StandardNotes and #AcesLibre
Aside from the fact that I got them from #fDroid.
Diving a little deeper into #StandardNotes and #MicroBlog to see if they are suitable for my purposes ๐
One thing I keep coming across is that everything is requiring an account, often payment. This is not limited to those two examples but systemic.
Why can we not create solutions or services that are private by design and distributed through volunteers?
If everybody gives a tiny bit, we can achieve great things together!
#solarpunk #punkishope #digitalsocialism #socialism #opensource
Standard Notes are removing support for custom domains from their blogging platform Listed. Since they anyway have failed to keep the service running reliably, I wonder why they donโt just discontinue it.
So if you want to self-host Standard Notes (which is open source) you have to pay $39/year for a "self-hosting license" to get a few additional themes? ๐คจ Who came up with this business model?
With a heavy heart I'm cancelling one of my last US-based services @standardnotes and replace it with @monocles #nextcloud solution (crypto via gocryptfs).
I'm not willing to let any Dollar from my spendings go as tax money to a regime that disrespects basic human rights like the one in the USA.
Dear #standardnotes team, I hope you make it through this regime and then we will find together again. Your service and support was always flawless! ๐ซถ
Linux is very hard
โโ[eu-academy-5]โ[10.10.14.129]โ[htb-ac-1791835@htb-ugwe3xqlbp]โ[~] โโโโผ [โ ]$ find /etc/ -name *.log 2>dev>null | wc -l 0 โโ[eu-academy-5]โ[10.10.14.129]โ[htb-ac-1791835@htb-ugwe3xqlbp]โ[~] โโโโผ [โ ]$ find /etc/ -name *.log 2>dev>null | grep *.log | wc -l 0 โโ[eu-academy-5]โ[10.10.14.129]โ[htb-ac-1791835@htb-ugwe3xqlbp]โ[~] โโโโผ [โ ]$ find -name *log 2>dev>null | wc -l 0 โโ[eu-academy-5]โ[10.10.14.129]โ[htb-ac-1791835@htb-ugwe3xqlbp]โ[~] โโโโผ [โ ]$ find -name *log 2>dev>null | grep log | wc -l 0 โโ[eu-academy-5]โ[10.10.14.129]โ[htb-ac-1791835@htb-ugwe3xqlbp]โ[~] โโโโผ [โ ]$ find -name *log | grep log | wc -l 6 โโ[eu-academy-5]โ[10.10.14.129]โ[htb-ac-1791835@htb-ugwe3xqlbp]โ[~] โโโโผ [โ ]$ ^C โโ[eu-academy-5]โ[10.10.14.129]โ[htb-ac-1791835@htb-ugwe3xqlbp]โ[~] โโโโผ [โ ]$ ssh htb-student@10.129.85.3 [htb-student@10.129.85.3] The authenticity of host โ10.129.85.3 (10.129.85.3)โ canโt be established. ED25519 key fingerprint is SHA256:PHsjpBEAl6hSCzjVohppUybupbLXdBZy8FqtwlMpmjU. This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added โ10.129.85.3โ (ED25519) to the list of known hosts. htb-student@10.129.85.3 [htb-student@10.129.85.3]โs password: Welcome to Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-123-generic x86_64) * Documentation: https://help.ubuntu.com/ [https://help.ubuntu.com/] * Management: https://landscape.canonical.com/ [https://landscape.canonical.com/] * Support: https://ubuntu.com/advantage [https://ubuntu.com/advantage] System information as of Sun Apr 27 10:18:39 UTC 2025 System load: 0.3 Processes: 154 Usage of /: 51.0% of 6.76GB Users logged in: 0 Memory usage: 21% IP address for ens192: 10.129.85.3 Swap usage: 0% * Canonical Livepatch is available for installation. - Reduce system reboots and improve kernel security. Activate at: https://ubuntu.com/livepatch [https://ubuntu.com/livepatch] 0 packages can be updated. 0 updates are security updates. Last login: Wed Sep 23 22:09:41 2020 from 10.10.14.6 htb-student@nixfund:~$ find -name *log | grep log | wc -l 0 htb-student@nixfund:~$ ^C htb-student@nixfund:~$ find -name *log | grep log | wc -l 0 htb-student@nixfund:~$ find -name *log htb-student@nixfund:~$ find /etc/ -name *.log 2>dev>null | grep *.log | wc -l 0 htb-student@nixfund:~$ find /etc/ -name *.log 2>dev>null htb-student@nixfund:~$ find /etc/ -name *.log 2>dev>null | grep *.log htb-student@nixfund:~$ grep *.log ^Z [1]+ Stopped grep --color=auto *.log htb-student@nixfund:~$ find -name *log | wc -l 0 htb-student@nixfund:~$ find -name *.log | wc -l 0 htb-student@nixfund:~$ grep -name *.log | wc -l grep: invalid max count 0 htb-student@nixfund:~$ find | grep *.log | wc -l 0 htb-student@nixfund:~$ grep *.log | wc -l ^Z [2]+ Stopped grep --color=auto *.log | wc -l htb-student@nixfund:~$ find -name *.log | wc -l 0 htb-student@nixfund:~$ find -name *.log htb-student@nixfund:~$ find -name /sys/ .log | wc -l find: warning: Unix filenames usually donโt contain slashes (though pathnames do). That means that โ-name โ/sys/โโ will probably evaluate to false all the time on this system. You might find the โ-wholenameโ test more useful, or perhaps โ-samefileโ. Alternatively, if you are using GNU grep, you could use โfind โฆ -print0 | grep -FzZ โ/sys/โโ. find: paths must precede expression: `.logโ 0 htb-student@nixfund:~$ find /etc/ -name *.log 2>dev>null | wc -l 0 htb-student@nixfund:~$ find / -name *.log 2>dev>null | wc -l 0 ^Z [3]+ Stopped find / -name *.log 2> dev > null | wc -l htb-student@nixfund:~$ find -name *.log 2>dev>null | wc -l 0 htb-student@nixfund:~$ find /home/ -name *.log 2>dev>null | wc -l 0 htb-student@nixfund:~$ find /etc/ -name passwd >> stdout.txt 2>/dev/null htb-student@nixfund:~$ pwd /home/htb-student htb-student@nixfund:~$ find /etc/ -name *.conf 2>/dev/null | grep systemd /etc/systemd/system.conf /etc/systemd/timesyncd.conf /etc/systemd/journald.conf /etc/systemd/user.conf /etc/systemd/logind.conf /etc/systemd/resolved.conf htb-student@nixfund:~$ find /etc/ -name *.log 2>/dev/null | grep systemd htb-student@nixfund:~$ find /home/ -name *.log 2>/dev/null | grep .log htb-student@nixfund:~$ find /home/ -name *.log 2>/dev/null | wc -l 0 htb-student@nixfund:~$ find / -name *.log 2>/dev/null | wc -l 32