Neocities.org

crossroads

kaa.neocities.org

204,491 views
61 followers
6,067 updates
0 tips
>https://mikegrindle.com/posts/surf Regarding alternative search engines: consider mojeek. There are only a few unique search indexes. Of the obscure ones, Mojeek is relatively mature. I have an easier time finding obscure and interesting links on Mojeek than on any other search engine I've tried. Not good for finding a simple answer quickly, but good for finding links. https://www.mojeek.com/about/why-mojeek
4 likes
mikegrindle 1 year ago

Thanks, I'll give that one a try and might add it to the post

3 likes
colexdev 1 year ago

What makes you like Mojeek over DuckDuckGo?

1 like
kaa 1 year ago

colexdev: DuckDuckGo is good at finding a quick, simple answer. It's mostly Bing. https://duckduckgo.com/duckduckgo-help-pages/results/sources/ Mojeek is a janky, small project that's been ongoing for several years. It's a genuinely unique search index. It's bad at giving simple answers, and good at sharing obscure ones.

1 like
>https://mikegrindle.com/posts/obtf Be considerate of your disk's health. Assuming that you're not booting from RAM (if you are, good on you), every time you save your big text file, all of its contents are re-written to disk. Having multiple separate files circumvents this issue.
1 like
kaa 1 year ago

You may have your big file split into separate files every now and again automatically. Guessing that you continue your file at the top, you may have a shell script such as: "limit=9999; lines=$(wc -l mybigfile); if [ $lines -gt $limit ]; then head -$(($lines / 2)) mybigfile > 2024-04-23.chunk; tail -$(($lines / 2)) > /tmp/a; mv /tmp/a mybigfile; fi"

1 like
kaa 1 year ago

If you need to view all of the text at once, try "cat * | less".

1 like
mikegrindle 1 year ago

I hear what you're saying, but in practical terms my "big" text file isn't nearly big enough for that to be an issue (it's still under a MB). Thanks to wear-leveling, you would have to seriously stress-test a drive for that to become an issue, though I always back-up and would split up a file if it ever got really big.

3 likes
mikegrindle 1 year ago

On the anecdotal side, I've known people who have used larger OBTFs for years with zero issue. Plenty of notetaking software programs like JRNL use single text files too w/o problems, so I'm not too worried tbh. Thanks anyway, though.

2 likes

Website Stats

Last updated 2 hours ago
CreatedMar 1, 2022
Site Traffic Stats

Tags

music photography programming animation