Collected my helper functions to lozenge.el package, e.g. (โduckduckgo
"textlog") opens ddg. Lozenge is โ character. Others are
(โfind-file), (โgrep), (โgithub-search), (โshow-commit) etc.
@stagasprofilefollowcreative technologist
creator of textlog - Is there a way to get an atom version of the โfor-youโ feed? Iโm guessing this is complicated by needing to be authenticated.
All the tools I vibecode. I use them almost every day.
Spotlight on macOS broke one day and didnโt recover. Now I have my own personal version.
I donโt trust any of the Password management software, so - personal version.
Entertainment software sucks and ended up asking for too much moneyโฆ
Fetching videos from the internet was cumbersome - personal version.
Photo management software is not how my hundreds of thousands of photos and videos are structured, soโฆ
I stopped interacting much with social media years ago and am honestly not sure how to do this any moreโฆ but I like the shape of what is starting here.
likewise. Its just nice to have an "even playing field" without any perceived hierarchy or weird material incentives to perform the way you'd be pushed to on regular SM.
Reminds me of the Kiwix offline Wikipedia "nopic" version. (I downloaded that version because it's much smaller than the full version that includes images.)
Images are fine for me, but should be behind a link, or a small thumbnail. Non-animated. Videos too.
But thatโs me. They will most likely have to be hosted elsewhere, while the thumb could be here.
Nah. We are ok with just text.
Yeah, before you know it the feed becomes a collection of memes. Have to click or perhaps a browser extension that you personally see the opengraph/linked image in the feed but it's not inviting people to post them for the feed itself.
Sick makes me calm. My mind goes quiet for some time. I can sit and look at the horizon. Or just contemplate the different shades of white of my ceiling while laying on my bed. I miss the silence of my youth.
So I found the blog of a Ukrainian Front Line soldier on Bear Blog today. Incredibly grim stuff to read, but I really wanna get in touch with that guy now and send him so cash so he can buy a burger. Hope Herman forwards my message ๐ช
Before AI, coding was my creative outlet. Now, it seems like I need to find a new one, but hobbies being #ttrpgnotesfollow and #videogamesnotesfollow, and with a family, I'm not sure where to find the time.
@archivist_eyes๐profilefollowYour mind is also supposed to create happiness, not just to receive it. You're supposed to find solutions, to invent, to imagine, to remember, to love. This much we always forget.replied to@ku๐คprofilefollowHai I am ku:
Same here! Though I don't even remember which r/ brought me here.
@ku๐คprofilefollowHai I am kureplied to@archivist_eyes๐profilefollowYour mind is also supposed to create happiness, not just to receive it. You're supposed to find solutions, to invent, to imagine, to remember, to love. This much we always forget.:
A #execnotesfollown=27;s=[n]
while n!=1:
n=n//2if n%2==0else3*n+1;s.append(n)
for v in s[:15]:print(f"{v:>4} "+"โ"*min(v//3,40))
print(f"{len(s)} steps, peak {max(s)}")