@Haraldson I'm not impressed with their algorithm, because someone on my feed is sharing a daily post from another page every day, and I've tried to block that page and hide his shares, but it still keep showing up ... only option left is to unfollow.
Quote from Maximum PC magazine August 2018: "Nextcloud does much the same job as OwnCloud, but if you'd like to go more raw, you could fire up an SFTP server (try the atmoz/sftp image)" – yes, I like it more raw, indeed!
Thank you @andryou for the chrome plugin Decreased Productivity so my social media sites now is free from clutter! Finally I can focus on the content and be less stimulated by images and colors (making it more boring to waste time on mindless surfing). https://t.co/sbmKhulcis
@Haraldson@lovskogen Ha! :-) I've created a profile there, but haven't tried it out, yet. Not using social media as much now anyways. Too much spam with retweet/share and images/videos. I miss the days when it was only text on Twitter and Facebook had chronological news feed.
My summer project was making a new static site generator that focuses on simplicity. Think I nailed it pretty good. Just need a little more documentation. Written in Go: https://t.co/6YeEapw8aM
@Jckf Bingo! I mitt tilfelle ville jeg pakke ned mapper og så slette mappen etterpå. Men endte altså opp med å slette mappene før jeg fikk pakket de ned. Hadde selvfølgelig backup, men en grei "note to self" :-)
Let me just check if the paths are ok before I run this dangerous command by prefixing it with echo: for file in $(ls src); do echo tar -czf src_new/$file.tar.gz src/$file && rm -rf src/$file; done (whoops! can you spot what's missing?)