Email or username:

Password:

Forgot your password?
10 posts total
✨jes✨

happy trans day!! 🏳️‍⚧️

✨jes✨

fyi there's a browser extension called "Indie Wiki Buddy" that will link you to community-owned wikis when you're on a commercialized wiki with a community alternative.

it's really nice to see communal wikis sprouting up, it reminds me of the early internet days.

also, fuck fandom.

getindie.wiki/

DELETED

@j3s Fandom? Don't you mean Addom, now with even more ads & far less useful information!

✨jes✨

ease of use devours the soul! :win3_minesweeper:

i want software i use to feel like my mom’s iron pan. the pan requires skill, care, and understanding. it says “if you learn to use me, i’ll serve you forever. but you have to care.”

the opposite is something like an air fryer. it’s immediately easy to use, but it can never feel as real and human as an iron pan.

i want my tools to require _effort_ from me. i want to have to invest in them a little. otherwise they feel like ghosts.

✨jes✨

optimizing for ease of use is often consumeristic. the end result is single-use plastic cartridges and disposable appliances.

کواکوما

@j3s > if you learn to use me
Thing is that most modern software almost feels like it's actively hostile to any notion of learning it thanks to constant churn... it doesn't respect your investment in learning it, so to say...

Even the average airfryer is much better than software; at least it doesn't pull the rug out after you learned how to operate it :hehehe:

✨jes✨

FYI, when a website erases your text that you just spent an hour writing, you can use this little trick to recover it 99% of the time:

1. find the firefox pid

$ pgrep -l firefox

2. attach gdb to firefox and dump its core

$ sudo gdb <pid>
gcore firefox.dump
<this takes awhile>
quit
<firefox dies>

3. find your lost text in the coredump

$ strings firefox.dump | grep "a unique word/sentence from ur text"

i just did this today to recover a long post i wrote, and figured i'd show others!! :uxn:

FYI, when a website erases your text that you just spent an hour writing, you can use this little trick to recover it 99% of the time:

1. find the firefox pid

$ pgrep -l firefox

2. attach gdb to firefox and dump its core

$ sudo gdb <pid>
gcore firefox.dump
<this takes awhile>
quit
<firefox dies>

3. find your lost text in the coredump

Show previous comments
littlewing

@j3s What about editing your long post in Notepad++ first, then copy & paste it into the browser's editing window?

alys

@j3s if you're worried about losing text you entered in the future, also try an extension like addons.mozilla.org/en-US/firef. unfortunately, it's a bit clunky

✨jes✨

slowly realizing that the wikis serve individuals way better than blogs

wikis map more naturally to the brain & are way lower effort. my wiki already feels more like an extension of me than my blog ever has

can't believe it took me this long to feel that out

i have seen several ppl make a personal blog & struggle to write posts for it

i think those ppl would have way more success with a wiki

i think the wiki should be the default option for a personal website. it somehow feels simpler.

Show previous comments
Leonardo Ferreira Fontenelle

@j3s not sure it helps but, instead of a publicly facing wiki, I use SimpleNote and am considering switching to Obsidian (so that the notes will rest locally in a human-readable format)

Hal

@j3s

I use a heavily patched gitit and it's really great. I have a workflow where I edit in a wiki but then pages are moved to my blog when they are ready to publish. Makes it easier to distinguish published and unpublished ideas that way

jag (he/him)

@j3s i'm inspired i definitely struggle with blogging

✨jes✨

finally setting up a wiki :3 abyss.j3s.sh

very early but it's probably where /reviews from j3s.sh is going to move to & a ton of other little content that needs to be easy for me to update. i'm just not doing it on j3s.sh bc the git barrier is too high.

plus i've always loved mycorrhiza!! thx for making it @bouncepaw

Show previous comments
Devil Lu Linvega

@j3s so happy to see you put a wiiki together, looking forward to watching it grow

pfych

@j3s wiki’s are so much fun to add to and maintain! Keen to see what you put up.

✨jes✨

drewdevault.com/2023/04/11/202

i don't always agree with drew, but today he's on fire. i've been saying this for a long time - i wrote a big post about why i lost faith in the free software movement. i'm really happy to see him calling for action, it's necessary.

the free software movement means a lot to me. my opinions about it aren't reactionary - i've reflected for a long time.

j3s.sh/thought/drones-run-linu

always remember:

predator drones run linux
free software is about humans

drewdevault.com/2023/04/11/202

i don't always agree with drew, but today he's on fire. i've been saying this for a long time - i wrote a big post about why i lost faith in the free software movement. i'm really happy to see him calling for action, it's necessary.

sungo (fading aspect)

@j3s “this opinion is not very widespread, but i think that it should be.” allow me to introduce you to bsd.network who very much share your opinion about posix shell :flan_laugh:

Go Up