/landing/
[C][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78]
I want to remove the soylita content on /soy/ from my view but i don't see a button for it.
also how can other people follow my hides so they don't have to see it if they don't want to as well.
3 replies omitted, click Reply to view.
>>37e64ff8
you see a cute girl and you feel depressed and sad.. why?
how much bandwidth can a neet on welfare afford?
1 reply omitted, click Reply to view.
>>1f69a42a
I'd recommend getting a VPS, they're a lot cheaper than dedicated machines.
>>>/torrent/
post torrents
Currently there isn't a simple way to perform user-defined queries on the board databases, users only being limited to the inbuilt queries for specific views (like index, catalog, overboard, etc). Working on something to allow you to define and execute queries on the data. A lot of this was done in the precursor to the gladden, so it's not so tricky this time. I think we can stick with mongoDB syntax for now as it's well-documented and serializable.
72 replies omitted, click Reply to view.
>>2df536a0
Thanks for testing and the error logs.
>Will that make me a leech lol?
Nah in this case not setting it will allow the default sharding algorithm to kick in where you seed a variable fraction of the data based on the number of peers connected. It's possible to configure yourself to act as a leech tho, but I didn't add a config option to do that easily for now.
Okay so latest version even after this
https://gitgud.io/threshold862543/gladden/-/commit/2b007c9111e4b4c9222c875240ef18db4902e95b
hmm I guess I didn't fix it correctly.
Maybe I should try to break things in the same way and see if I can replicate it so I can also test the reload function in an actual crashed condition as well
I'll check up on the filenames thing too.
Patched the filenames thing so it should allow unicode.
Seems like there's quite an overhaul of Peerbit's database backend coming actually, optimistically this will solve the /mu/ issue and also minimize problems in a future case where there's a lot of data being passed around at a rapid rate.
>gladden. Io registered in 2018
Catalog view has been added. You can click the [C] in front of the page number links and it will take you to the catalog view.
❤️❤️❤️
Now I can tell my (yet nonexistent) kids I've been on gladden before catalog view existed
Also catalog for overboard maybe?
Also if anyone wants to scroll post content in catalog, add userstyle:
.post_catalog {
overflow: auto;
}
really nice, good shit boss.
Just added a more fleshed out view to the homepage to see the current status of watched boards. So you can see if one is still loading and you have the option to reload them individually instead of hard-restarting the client.
Later on this can also include stats like how many posts there are on a given board, how many files and orphaned files (no post referencing them), and a manual pruning option to trim all but the most recently bumped N threads.
5 replies omitted, click Reply to view.
>>5c6d1ba7
yep, total count of messages is low enough by now for good performance, later optional board-filters can be introduced
[C][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78]