# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 196325
# self = https://watcher.sour.is?offset=146425
# next = https://watcher.sour.is?offset=146525
# prev = https://watcher.sour.is?offset=146325
user/bmallred/data/2023-06-18-04-23-34.fit: 20.07 miles, 00:12:30 average pace, 04:10:40 duration

#running
The amazing thing I find by everything I ever try that isn't OpenAI's ChatGPT, is that basically it's all pretty useless at small scale. What do I mean by this? Well, in trying a few different models and tools that you _can_ run locally (not connected to any "cloud" service), the results are pretty underwhelming. For example with Tabby connected to VSCode (locally), you get "okay" results for pretty trivial shit. The moment you try to do anything interesting at all, you either get completely garbage code or copyright headers as suggestions.

I just don't have time or energy to waste hours of a weekend on basically what amounts to statistical probabilistic models trained on complete garbage that generates or predicts in pretty awful ways.

I event spent a few hours today learning about a statistical model used for natural language processing (NLP) called n-gram(s) or ngrams, and ended up with pretty abysmal results. It all depends on the quality of the dataset, and then it can only predict what it has seen.
The amazing thing I find by everything I ever try that isn't OpenAI's ChatGPT, is that basically it's all pretty useless at small scale. What do I mean by this? Well, in trying a few different models and tools that you _can_ run locally (not connected to any "cloud" service), the results are pretty underwhelming. For example with Tabby connected to VSCode (locally), you get "okay" results for pretty trivial shit. The moment you try to do anything interesting at all, you either get completely garbage code or copyright headers as suggestions.

I just don't have time or energy to waste hours of a weekend on basically what amounts to statistical probabilistic models trained on complete garbage that generates or predicts in pretty awful ways.

I event spent a few hours today learning about a statistical model used for natural language processing (NLP) called n-gram(s) or ngrams, and ended up with pretty abysmal results. It all depends on the quality of the dataset, and then it can only predict what it has seen.
The amazing thing I find by everything I ever try that isn't OpenAI's ChatGPT, is that basically it's all pretty useless at small scale. What do I mean by this? Well, in trying a few different models and tools that you _can_ run locally (not connected to any "cloud" service), the results are pretty underwhelming. For example with Tabby connected to VSCode (locally), you get "okay" results for pretty trivial shit. The moment you try to do anything interesting at all, you either get completely garbage code or copyright headers as suggestions.

I just don't have time or energy to waste hours of a weekend on basically what amounts to statistical probabilistic models trained on complete garbage that generates or predicts in pretty awful ways.

I event spent a few hours today learning about a statistical model used for natural language processing (NLP) called n-gram(s) or ngrams, and ended up with pretty abysmal results. It all depends on the quality of the dataset, and then it can only predict what it has seen.
https://lehollandaisvolant.net/?d=2023/06/17/14/36/05-astuces-css-pour-faire-un-theme-sombre
@movq Both wmi and wmii, too. :-) (But they fall into the category of dwm.) Right, my daily driver dmenu doesn't need patches.
[47°09′47″S, 126°43′40″W] Transfer 50% complete...
I got myself a new workshop rag. When I just stripped my sweat-soaked shirt after a bike ride I ripped a giant hole into it at the back. It already had some holes in the front that I sewed up in the past.
@lyse Going over the list of their projects, I think mainly dwm and st fall in that category. I also use a few others (dmenu, farbfeld, slock, xssstate, in the past also tabbed) which can be used “as is”. Granted, though, these are also *much* simpler. 😅
@lyse Going over the list of their projects, I think mainly dwm and st fall in that category. I also use a few others (dmenu, farbfeld, slock, xssstate, in the past also tabbed) which can be used “as is”. Granted, though, these are also *much* simpler. 😅
@lyse Going over the list of their projects, I think mainly dwm and st fall in that category. I also use a few others (dmenu, farbfeld, slock, xssstate, in the past also tabbed) which can be used “as is”. Granted, though, these are also *much* simpler. 😅
@lyse That sounds plausible. :) Plus, when they depart, they sometimes turn very quickly and don’t even fly over my head.
@lyse That sounds plausible. :) Plus, when they depart, they sometimes turn very quickly and don’t even fly over my head.
@lyse That sounds plausible. :) Plus, when they depart, they sometimes turn very quickly and don’t even fly over my head.
some gray hat hacker want to talk to me
@movq Oh, nice! Yeah, maintaining an own fork seems like the way to go with suckless projects.
@movq Ohh, right! I heard sometime that they try to climb very quickly for saftey reasons. If something goes wrong and they're higher up, pilots have more time to troubleshoot and react before they hit the ground. Something like that. There are probably also plenty other factors, too.
[47°09′48″S, 126°43′01″W] Transfer 25% complete...
Home | Tabby This is actually pretty cool and useful. Just tried this on my Mac locally of course and it seems to have quite good utility. What would be interesting for me would be to train it on my code and many projects 😅
Home | Tabby This is actually pretty cool and useful. Just tried this on my Mac locally of course and it seems to have quite good utility. What would be interesting for me would be to train it on my code and many projects 😅
Home | Tabby This is actually pretty cool and useful. Just tried this on my Mac locally of course and it seems to have quite good utility. What would be interesting for me would be to train it on my code and many projects 😅
🧮 USERS:1 FEEDS:2 TWTS:634 ARCHIVED:65152 CACHE:2171 FOLLOWERS:13 FOLLOWING:14
Heck yeah, I just found: https://github.com/simmel/urxvt-resize-font/tree/master Bloody awesome! \o/ Should have used a search engine years ago instead of bluntly assuming that it's simply impossible.
Heck yeah, I just found: https://github.com/simmel/urxvt-resize-font/tree/master Bloody awesome! \\o/ Should have used a search engine years ago instead of bluntly assuming that it's simply impossible.
@lyse To my surprise, st has builtin zoom. 🤯 I use that very often, too.

But vanilla st lacks other features that I, personally, find essential. For example a scrollback buffer. (That’s a very controversial topic in that community …) What you have to do, is go through this list and pick patches that you like:

https://st.suckless.org/patches/

Of course, they don’t all apply cleanly or are outright buggy sometimes, because anyone can push a patch to that list. There’s not really a strong review process.

At the end of the day, when you’re using st, you’re very likely effectively forking it. I’m not entirely sure yet if I’m up for that. 😅 Why do that anyway? Just for the fun of tinkering with it. 😅 The good thing is that upstream development has slowed down considerably in the last few years. It appears to be much more stable these days. Running my own st fork might actually be doable. We’ll see.
@lyse To my surprise, st has builtin zoom. 🤯 I use that very often, too.

But vanilla st lacks other features that I, personally, find essential. For example a scrollback buffer. (That’s a very controversial topic in that community …) What you have to do, is go through this list and pick patches that you like:

https://st.suckless.org/patches/

Of course, they don’t all apply cleanly or are outright buggy sometimes, because anyone can push a patch to that list. There’s not really a strong review process.

At the end of the day, when you’re using st, you’re very likely effectively forking it. I’m not entirely sure yet if I’m up for that. 😅 Why do that anyway? Just for the fun of tinkering with it. 😅 The good thing is that upstream development has slowed down considerably in the last few years. It appears to be much more stable these days. Running my own st fork might actually be doable. We’ll see.
@lyse To my surprise, st has builtin zoom. 🤯 I use that very often, too.

But vanilla st lacks other features that I, personally, find essential. For example a scrollback buffer. (That’s a very controversial topic in that community …) What you have to do, is go through this list and pick patches that you like:

https://st.suckless.org/patches/

Of course, they don’t all apply cleanly or are outright buggy sometimes, because anyone can push a patch to that list. There’s not really a strong review process.

At the end of the day, when you’re using st, you’re very likely effectively forking it. I’m not entirely sure yet if I’m up for that. 😅 Why do that anyway? Just for the fun of tinkering with it. 😅 The good thing is that upstream development has slowed down considerably in the last few years. It appears to be much more stable these days. Running my own st fork might actually be doable. We’ll see.
@lyse The planes like to land “against the wind”. When it’s coming from east, they approach from west towards east (and thus fly over me) – and vice versa. When it’s coming from west, they *take off* towards west, which, for some reason, is quieter than landing. 🥴 Maybe they just climb faster than they descend, I don’t know.
@lyse The planes like to land “against the wind”. When it’s coming from east, they approach from west towards east (and thus fly over me) – and vice versa. When it’s coming from west, they *take off* towards west, which, for some reason, is quieter than landing. 🥴 Maybe they just climb faster than they descend, I don’t know.
@lyse The planes like to land “against the wind”. When it’s coming from east, they approach from west towards east (and thus fly over me) – and vice versa. When it’s coming from west, they *take off* towards west, which, for some reason, is quieter than landing. 🥴 Maybe they just climb faster than they descend, I don’t know.
@movq The only thing I'm missing in urxvt is the zoom. For unknown reasons, one day (probably after a system update) urxvt on my work computer was suddenly slow as shit. I could literally watch the lines render top to bottom like decades ago. So I had to switch to GNOME terminal (because that was already preinstalled on the distro). It still rendered instantly, just like urxvt used to. Especially when presenting something to team mates, I find it very useful to increase the font size on the fly with ^+. But also every now and then when I get a bit tired it's nice to have a larger font. I reckon st is not capable of doing that either, or is it?
@stigatle I'd really love to have some rain. We had no drop for six weeks so far and to make it even worse, there's also nothing in sight. Yet another sad record once again.
@movq Is there too much wind for the planes to land and take off? In any case, enjoy the lovely sounds of nature (and neighbors :-/).
https://netsplit.de/channels/?net=libera.chat
[47°09′47″S, 126°43′00″W] Transponder still failing -- switching to analog communication
Once more, I’m toying with st. I actually might switch for real this time. My GTK/VTE terminal does work quite well (as long as I don’t port it from GTK 3 to GTK 4), but dealing with the nitty gritty details in st is just way more interesting. 😅
Once more, I’m toying with st. I actually might switch for real this time. My GTK/VTE terminal does work quite well (as long as I don’t port it from GTK 3 to GTK 4), but dealing with the nitty gritty details in st is just way more interesting. 😅
Once more, I’m toying with st. I actually might switch for real this time. My GTK/VTE terminal does work quite well (as long as I don’t port it from GTK 3 to GTK 4), but dealing with the nitty gritty details in st is just way more interesting. 😅
@stigatle Almost makes me want to do some 3D stuff again, too. 😅 It’s been a while … Maybe it’s better to wait for Winter, though, my machine might overheat. 🥵
@stigatle Almost makes me want to do some 3D stuff again, too. 😅 It’s been a while … Maybe it’s better to wait for Winter, though, my machine might overheat. 🥵
@stigatle Almost makes me want to do some 3D stuff again, too. 😅 It’s been a while … Maybe it’s better to wait for Winter, though, my machine might overheat. 🥵
[47°09′28″S, 126°43′27″W] Resetting dosimeter
@prologic thank you! I got started on some 3D stuff this morning, we then went to the candy store to get some candy, tonight well have that, and nachos + a movie. and the rest of the day we have been outside :)

here is what I got started on this morning :

just testing some ocean stuff.
@lyse that sounds nice! we have the same temp, maybe a bit higher. there is clouds today, but the heat is still there. and half of Norway has thunder and lightning (but not where we are yet).
@prx I like this idea but usually I am living in a terminal or Emacs.
@prx I like this idea but usually I am living in a terminal or Emacs.
@prx I like this idea but usually I am living in a terminal or Emacs.
@stigatle 27°C is fucking terrible. :-( We completely rebuilt our natural stone wall. This time with wood ash mortar as an experiment in the base layers before we quickly ran out of it. Let's see how that goes and how long it lasts. https://lyse.isobeef.org/tmp/natural-stone-wall-with-wood-ash-moyrtar.jpg
we have been choking on Canadian smoke.
I don't think I can think clearly
I don't think I can think clearly
On my blog: Free Culture Book Club — Green Comet, part 3 https://john.colagioia.net/blog/2023/06/17/green-comet-3.html #freeculture #bookclub
[47°09′47″S, 126°43′12″W] Transfer aborted
It finally happened, the wind has changed. The planes are gone (for now).
It finally happened, the wind has changed. The planes are gone (for now).
It finally happened, the wind has changed. The planes are gone (for now).
[47°09′17″S, 126°43′09″W] Bad satellite signal -- switching to analog communication
Sun's out funs out!
[47°09′18″S, 126°43′29″W] --no signal--
The weather here has been really stormy. The wind and probably thunder blew the front door open one night.
No worries about the Panthers. It was a playoff bandwagon. Vegas played great.
@stigatle Same to you too! 👌 What are you up to? 🤔
@stigatle Same to you too! 👌 What are you up to? 🤔
@stigatle Same to you too! 👌 What are you up to? 🤔
🧮 USERS:1 FEEDS:2 TWTS:633 ARCHIVED:65140 CACHE:2170 FOLLOWERS:13 FOLLOWING:14
Qui me amat, amet et canum meum
Qui me amat, amet et canum meum
Hope you all are doing well! we're enjoying the heatwave that has hit us. :)
[47°09′37″S, 126°43′56″W] Reading: 0.62000 PPM
On my blog: Toots 🐘 from 06/12 to 06/16 https://john.colagioia.net/blog/2023/06/16/week.html #linkdump #mastodon #socialmedia #week
[47°09′20″S, 126°43′52″W] Transponder fixed
If everybody contemplates the infinite instead of fixing the drains, many of us will die of cholera Helpful context for thinking about AI
If everybody contemplates the infinite instead of fixing the drains, many of us will die of cholera Helpful context for thinking about AI
People are happy if they are healthy, well fed, see the people they care about are happy, don't live in anxiety all the time, and feel what they do day for day has some kind of meaning. Experiences won’t make you happier than possessions | Hacker News
People are happy if they are healthy, well fed, see the people they care about are happy, don't live in anxiety all the time, and feel what they do day for day has some kind of meaning. Experiences won’t make you happier than possessions | Hacker News
Ein Papagei, zwei Papa Geier.
Ein Papagei, zwei Papa Geier.
Ein Papagei, zwei Papa Geier.
This network is too calm, but it is already working well for people with signs of anxiety.
❤️ 🎶: 呼吸有害(电影《飞虎之雷霆极战》主题曲) by Karen Mok
❤️ 🎶: 呼吸有害(电影《飞虎之雷霆极战》主题曲) by Karen Mok
❤️ 🎶: & if we don't belong together by raissa anggiani
❤️ 🎶: & if we don't belong together by raissa anggiani
❤️ 🎶: Forget Me Not by SURAN
❤️ 🎶: Forget Me Not by SURAN
❤️ 🎶: Miss u Goodbye by AGA
❤️ 🎶: Miss u Goodbye by AGA
❤️ 🎶: 동명 모바일 게임 테마곡 by Insooni
❤️ 🎶: 동명 모바일 게임 테마곡 by Insooni
[47°09′28″S, 126°43′01″W] Resetting transponder
❤️ 🎶: Decision to leave by Gummy
❤️ 🎶: Decision to leave by Gummy
Pinellas County Running: 4.02 miles, 00:09:26 average pace, 00:37:54 duration

#running
user/bmallred/data/2023-06-16-05-50-50.fit: 4.02 miles, 00:09:26 average pace, 00:37:54 duration

#running
user/bmallred/data/2023-06-16-05-50-50.fit: 4.02 miles, 00:09:26 average pace, 00:37:54 duration

#running
user/bmallred/data/2023-06-16-05-50-50.fit: 4.02 miles, 00:09:26 average pace, 00:37:54 duration

#running
Man, I was hoping for good weather this weekend so I could go fishing at a local beach Sunday. We'll see how it goes but I'm not all that optimistic now.
[47°09′11″S, 126°43′25″W] Transponder still failing
Finally Friday
[47°09′46″S, 126°43′36″W] Transponder malfunction