/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][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186][187][188][189][190][191][192][193][194][195][196][197][198][199][200][201][202][203][204][205][206][207][208][209][210][211][212][213][214][215][216][217][218][219][220][221][222][223][224][225][226][227][228][229][230][231][232][233][234][235][236][237][238][239][240][241][242][243][244][245][246][247][248][249][250][251][252][253][254][255][256][257][258][259][260][261][262][263][264][265][266][267][268][269][270][271][272][273][274][275][276][277][278][279][280][281][282][283][284][285][286][287][288][289][290][291][292][293][294][295][296][297][298][299][300][301][302][303][304][305][306][307][308][309][310][311][312][313][314][315][316][317][318][319][320][321][322][323][324][325][326][327][328][329][330][331][332][333][334][335][336][337][338][339][340][341][342][343][344][345][346][347][348][349][350][351][352][353][354][355][356][357][358][359][360][361][362][363][364][365][366][367][368][369][370][371][372][373][374][375][376][377][378][379][380][381][382][383][384][385][386][387][388][389][390][391][392][393][394][395][396][397][398][399][400][401][402][403][404][405][406][407][408][409][410][411][412][413][414][415][416][417][418][419][420][421][422][423][424][425][426][427][428][429][430][431][432][433][434][435][436][437][438][439][440][441][442][443][444][445][446][447][448][449][450][451][452][453][454][455][456][457][458][459][460][461][462][463][464][465][466][467][468][469][470][471][472][473][474][475][476][477][478][479][480][481][482][483][484][485][486][487][488][489][490][491][492][493][494][495][496][497][498][499][500][501][502][503][504][505][506][507][508][509][510][511][512][513][514][515][516][517][518][519][520][521][522][523][524][525][526][527][528][529][530][531][532][533][534][535][536][537][538][539][540][541][542][543][544][545][546][547][548][549][550][551][552][553][554][555][556][557][558][559][560][561][562][563][564][565][566][567][568][569][570][571][572][573][574][575][576][577][578][579][580][581][582][583][584][585][586][587][588][589][590][591][592][593][594][595][596][597][598][599][600][601][602][603][604][605][606][607][608][609][610][611][612][613][614][615][616][617][618][619][620][621][622][623][624][625][626][627][628][629][630][631][632][633][634][635][636][637][638][639]
Anonymous5/7/2024, 10:15:13 AM#e76b2420[Reply]

how much bandwidth can a neet on welfare afford?

1 reply omitted, click Reply to view.
Anonymous5/7/2024, 12:11:33 PM#1f69a42a

>>29cc3530 public with own domain

Anonymous5/7/2024, 12:28:26 PM#145ba3a9

>>1f69a42a I'd recommend getting a VPS, they're a lot cheaper than dedicated machines.

Anonymous5/7/2024, 12:37:02 PM#505ac341

>>145ba3a9 well see


Anonymous5/2/2024, 9:31:16 AM#0321f28c[Reply]

shut it down


Anonymous4/28/2024, 1:59:46 PM#766b6b6f[Reply]

torrent.jpeg, 12.54 kB

torrent.jpeg

>>>/torrent/

post torrents


Query FunctionalityQuerier4/28/2024, 7:40:58 AM#170421c5[Reply]

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.


Bugs and suggestions threadAnonymous3/19/2024, 11:37:56 AM#3a1ecf70[Reply]

Report issues here, also consider: https://gitgud.io/threshold862543/gladden/-/issues Support: https://peerchan.net/ or https://matrix.to/#/#gladden_p2p:matrix.org If your node client has exited with error, send logs

72 replies omitted, click Reply to view.
Anonymous4/20/2024, 6:06:00 AM#bb0b4895

>>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.

Anonymous4/20/2024, 6:37:56 AM#d36cba33

Patched the filenames thing so it should allow unicode.

Anonymous4/27/2024, 9:28:33 PM#bb1b8299

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.


Anonymous4/27/2024, 11:07:52 AM#401b21ec[Reply]

OIP.jpeg, 12.92 kB

OIP.jpeg

>gladden. Io registered in 2018

Anonymous4/27/2024, 11:10:42 AM#af45583e

.io fuck phones man


Anonymous4/22/2024, 7:31:48 PM#3d10455b[Reply]

troll.png, 150.28 kB

troll.png
Anonymous4/22/2024, 8:44:29 PM#f05cd56b

nice


Catalog viewAnonymous4/19/2024, 3:58:46 AM#a3ec85b9[Reply]

catalog.png, 553.84 kB

catalog.png

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.

Anonymous4/19/2024, 4:20:34 AM#02e53de4

❤️❤️❤️ 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; }

Anonymous4/19/2024, 9:19:46 AM#ff8c2c53

really nice, good shit boss.


Anonymous3/15/2024, 10:50:31 PM#b6c13d5b[Reply]

geminalspace.png, 692.24 kB

geminalspace.png
Anonymous3/15/2024, 11:00:13 PM#604e1294
Anonymous4/19/2024, 4:01:12 AM#203e9d52

up


Anonymous4/16/2024, 9:47:09 PM#e1a3a429[Reply]

cute

Anonymous4/17/2024, 3:02:22 PM#a1c0171c

>OMGSISA


[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][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186][187][188][189][190][191][192][193][194][195][196][197][198][199][200][201][202][203][204][205][206][207][208][209][210][211][212][213][214][215][216][217][218][219][220][221][222][223][224][225][226][227][228][229][230][231][232][233][234][235][236][237][238][239][240][241][242][243][244][245][246][247][248][249][250][251][252][253][254][255][256][257][258][259][260][261][262][263][264][265][266][267][268][269][270][271][272][273][274][275][276][277][278][279][280][281][282][283][284][285][286][287][288][289][290][291][292][293][294][295][296][297][298][299][300][301][302][303][304][305][306][307][308][309][310][311][312][313][314][315][316][317][318][319][320][321][322][323][324][325][326][327][328][329][330][331][332][333][334][335][336][337][338][339][340][341][342][343][344][345][346][347][348][349][350][351][352][353][354][355][356][357][358][359][360][361][362][363][364][365][366][367][368][369][370][371][372][373][374][375][376][377][378][379][380][381][382][383][384][385][386][387][388][389][390][391][392][393][394][395][396][397][398][399][400][401][402][403][404][405][406][407][408][409][410][411][412][413][414][415][416][417][418][419][420][421][422][423][424][425][426][427][428][429][430][431][432][433][434][435][436][437][438][439][440][441][442][443][444][445][446][447][448][449][450][451][452][453][454][455][456][457][458][459][460][461][462][463][464][465][466][467][468][469][470][471][472][473][474][475][476][477][478][479][480][481][482][483][484][485][486][487][488][489][490][491][492][493][494][495][496][497][498][499][500][501][502][503][504][505][506][507][508][509][510][511][512][513][514][515][516][517][518][519][520][521][522][523][524][525][526][527][528][529][530][531][532][533][534][535][536][537][538][539][540][541][542][543][544][545][546][547][548][549][550][551][552][553][554][555][556][557][558][559][560][561][562][563][564][565][566][567][568][569][570][571][572][573][574][575][576][577][578][579][580][581][582][583][584][585][586][587][588][589][590][591][592][593][594][595][596][597][598][599][600][601][602][603][604][605][606][607][608][609][610][611][612][613][614][615][616][617][618][619][620][621][622][623][624][625][626][627][628][629][630][631][632][633][634][635][636][637][638][639]