enjoyed this post! i think a lot about audience and what "my ideal audience" is (many? what kind of person? etc); just fyi, your link to syndication is broken!
Glad you liked it! I couldn't hazard a guess as to who my "ideal audience" is. My writing is too all over the place! Thanks for the heads up, I've fixed the link.
I do wonder why we default to 'audience' as the people that read our stuff. Thinking about alternatives has been on my mind for a while. Would it be more helpful for it to be correspondence instead of broadcasts?
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"
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.
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.
My website is bloated by comparison. We all have limitations as spurs to creativity. Mine is that I generally don't know what I'm doing!
Happy to have introduced you to the concept and glad you've enjoyed the binge reading. Look forward to reading your thoughts on the subject (p.s. great site by the way).
if you make In the Margins its own thing am i going to have to subscribe via email insted of using the rss feed to get all my Grindle Contentβ’?
I'm very curious what your approach to recapping was for the morning BASH script.
I use 'sed' to print everything between two strings - in this case, a time stamp and a daily separator.
I hadn't yet checked out your links page. You have some great people on there, I will for sure be checking out some of their sites!
Thanks. Happy web surfing!