paket

yes, I am new here

13.1.2022 20:23:19

 Nayalaven

from https://i.redd.it/dqncpp6z59b81.jpg


reposted by naich
13.1.2022 20:21:12

 bopaqod

from https://i.redd.it/xo4xsmswfva81.jpg


reposted by kalesor
7.1.2022 20:22:14 reposted from wonko

“A horror story in one photo.”

from https://twitter.com/alisterrobbie/status/1479014061744422914/photo/1

7.1.2022 18:47:36

“A horror story in one photo.”

from https://twitter.com/alisterrobbie/status/1479014061744422914/photo/1


reposted by looque naich schaaf
6.1.2022 13:45:12

from https://i.redd.it/kfo98w0cz4121.jpg


reposted by naich schaaf
6.1.2022 12:40:49

What About Mouthwash - Trevor Moore

what about mouthwash

from https://www.youtube.com/watch?v=_YNgRRyRxK0&list=RD_YNgRRyRxK0&start_radio=1

6.1.2022 12:37:37

1 comments
6.1.2022 12:39:42
the actual image here is a single white pixel. the tweet is a screenshot i pasted in the description
3.1.2022 00:07:16

privacy policy & backups

as there are new EU cookies rules from 2022, I wanted to sort out these things for Kyselo. I changed how cookies works on Kyselo - now cookies is only saved when needed. This should also (probably) means fewer logouts. Also there is new more visible privacy policy.

Some of you already noticed there is new download backup option in the main menu. This is for downloading backup of your blog, but you need separate tool to download images. Backup format is documented here, it's already possible to import it back to Kyselo (or any other sites running same code).

* * *

we are alive for 538 days (1 years 5 months)
we have 151 users
and 45 groups
most active group is @memes with 356 posts
there are about 44 post per day
of these 21 are originals (no reposts)

reposted by severak
4 comments
3.1.2022 06:21:24
Tried compiling your tool from git using nim, got error.
/home/juozas/Darbastalis/kyselo-tool/kyselo.nim(34, 15) Error: type mismatch: got <HttpClient, Uri, string>
but expected one of:
proc downloadFile(client: HttpClient; url: string; filename: string)
first type mismatch at position: 2
required type for url: string
but expression 'imgUri' is of type: Uri
1 other mismatching symbols have been suppressed; compile with --showAllMismatches:on to see them

expression: downloadFile(client, imgUri, target)
3.1.2022 09:25:20
@juozaspo I will look at home if I forgot to commit last changes.
3.1.2022 20:00:53
@juozaspo it seems you have same version of code as me but you are probably using older version of Nim (I use 1.6.2).

But it should be easily backported probably. Also - I can provide this script in another language maybe. Please suggest what would be good.
3.1.2022 20:54:47
@severak I have nim version 1.0.6, included with Ubuntu archives (focal release). I might upgrade nim to newer version if I find a good ppa then I'll try again.
Edit: Got it working. Removed old nim, installed new using choosenim script, from nim-lang site, added stuff that were needed needed to path, after reboot compilation works, no crash yet :)
Edit2: For it to work I needed to compile script with ssl support. Now images are downloading w/o problem. Also syntax -D filename.ext does not work while syntax -D=filename.ext still work.
 
▼ see more... ▼