# 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 16046
# self = https://watcher.sour.is?uri=https://feeds.twtxt.net/prologic-twtxt-atom-feed/twtxt.txt&offset=9346
# next = https://watcher.sour.is?uri=https://feeds.twtxt.net/prologic-twtxt-atom-feed/twtxt.txt&offset=9446
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/prologic-twtxt-atom-feed/twtxt.txt&offset=9246
(#ppscqnq) @tkanos Fair enough ๐Ÿ‘Œ**
@tkanos Fair enough ๐Ÿ‘Œ โŒ˜ Read more
(#rmylc3q) @tkanos Thanks! ๐Ÿ™**
@tkanos Thanks! ๐Ÿ™ โŒ˜ Read more
(#p3zk5jq) @abucci Hmmm, please jump on Salty Chat with me. I'd like to talk to you about this ๐Ÿ™**
@abucci Hmmm, please jump on Salty Chat with me. Iโ€™d like to talk to you about this ๐Ÿ™ โŒ˜ Read more
Thanks to some feedback from @autiomaa I put up @Yarn feed and an example section on the Yarn.social landing page. Hopefully that makes things p ...
Thanks to some feedback from @autiomaa I put up @Yarn feed and an example section on the Yarn.social landing page. Hopefully that makes things pretty easy and straight forward for new-comers (as was the feedback) ๐Ÿค” โŒ˜ Read more
(#n43hgfa) There _has_ to be a reasonable explanation here...
There _has_ to be a reasonable explanation hereโ€ฆ โŒ˜ Read more
(#n43hgfa) @akoizumi I _really_ don't get it. You are building from source right? ๐Ÿค” All up-to-date? On the same SHA as you see on ? ๐Ÿค” May ...
@akoizumi I _really_ donโ€™t get it. You are building from source right? ๐Ÿค” All up-to-date? On the same SHA as you see on https://git.mills.io/yarnsocial/yarn ? ๐Ÿค” Maybe try rebuilding the binary? ๐Ÿค” โŒ˜ Read more
(#rmylc3q) @abucci Thanks! ๐Ÿค—**
@abucci Thanks! ๐Ÿค— โŒ˜ Read more
(#7wdrrwa) @abucci So technically "yes" ๐Ÿ˜…**
@abucci So technically โ€œyesโ€ ๐Ÿ˜… โŒ˜ Read more
(#acpzfea) Apparently I can't write shell scripts very well late at night ๐Ÿคฆโ€โ™‚๏ธ Here's the fixed include plugin for zs:


#!/bin/sh ...**
Apparently I canโ€™t write shell scripts very well late at night ๐Ÿคฆโ€โ™‚๏ธ Hereโ€™s the fixed `include` plugin for [zs](https://git.mills.io/prologic/zs):


#!/bin/sh

if [ ! $# = 1 ]; then
printf "Usage: %s \\n" "$(basename "$0")"
exit 0
fi

if [ -f "$1" ]; then
cat "$1"
else
echo "error: file not found $1"
fi



Sorry ๐Ÿ˜… โŒ˜ [Read more](https://twtxt.net/twt/eqlvocq)
(#acpzfea) Apparently I can't write shell scripts very well late at night ๐Ÿคฆโ€โ™‚๏ธ Here's the fixed include plugin for zs:


#!/bin/sh ...**
Apparently I canโ€™t write shell scripts very well late at night ๐Ÿคฆโ€โ™‚๏ธ Hereโ€™s the fixed 
includes):

#!/bin/sh

if [ ! $# = 1 ]; then
printf "Usage: %s \\n" "$(basename "$0")"
exit 0
fi

if [ -f "$1" ]; then
cat "$1"
else
echo "error: file not found $1"
fi



Sorry ๐Ÿ˜… โŒ˜ [Read more](https://twtxt.net/twt/eqlvocq)
(#n43hgfa) @akoizumi Can you reproduce it on my pod? Because I can't ๐Ÿค”**
@akoizumi Can you reproduce it on my pod? Because I canโ€™t ๐Ÿค” โŒ˜ Read more
(#n43hgfa) Please help me fix this ๐Ÿ™**
Please help me fix this ๐Ÿ™ โŒ˜ Read more
(#n43hgfa) @akoizumi But are you using any custom templates? Forked version? Or something? There is no way to get this error I don't think unles ...
@akoizumi But are you using any custom templates? Forked version? Or something? There is no way to get this error I donโ€™t think unless your templates are somehow messed up or out-of-date Hmmm ๐Ÿค” โŒ˜ Read more
๐Ÿ’ก Pro zs Tip: Need a way to include "dynamic" content or other files? Here's a simple "include" plugin you can use:


$ cat .zs/includ ...**
๐Ÿ’ก **Pro [zs](https://git.mills.io/prologic/zs) Tip:** Need a way to include โ€œdynamicโ€ content or other files? Hereโ€™s a simple โ€œincludeโ€ plugin you can use:


$ cat .zs/include.sh
#!/bin/sh

if [ ! $# = 1 ]; then
printf "Usage: %s \\n" "$(basename "$0")"
exit 0
fi

fn="${ZS_OUTDIR}/$1"

if [ -f "${ZS_OUTDIR}/$1" ]; then
cat "${ZS_OUTDIR}/$1"
else
echo "error: file not found ${ZS_ ... โŒ˜ Read more
=
(#7wdrrwa) @eaplmx Yes.
@eaplmx Yes. โŒ˜ Read more
(#ppscqnq) @tkanos Hmm not a big fan of "frameworks"... I quite like the simplicity of: stretchr/testify: A toolkit with common assertions and ...
@tkanos Hmm not a big fan of โ€œframeworksโ€โ€ฆ I quite like the simplicity of: stretchr/testify: A toolkit with common assertions and mocks that plays nicely with the standard library โ€“ I use it in all my projects ๐Ÿ‘Œ โŒ˜ Read more
(#35paula) LOL I actually don't consider Traefik to be shit at all in my Docker Swarm environment ๐Ÿ˜‚**
LOL I actually donโ€™t consider Traefik to be shit at all in my Docker Swarm environment ๐Ÿ˜‚ โŒ˜ Read more
(#in546lq) @lyse Nan those are some awesome sunrise s! ๐Ÿ‘Œ**
@lyse Nan those are some awesome sunrise s! ๐Ÿ‘Œ โŒ˜ Read more
(#n43hgfa) @akoizumi Wait... Are you using a custom theme?! ๐Ÿคฆโ€โ™‚๏ธ**
@akoizumi Waitโ€ฆ Are you using a custom theme?! ๐Ÿคฆโ€โ™‚๏ธ โŒ˜ Read more
(#rmylc3q) @eaplmx Thanks man! ๐Ÿค—**
@eaplmx Thanks man! ๐Ÿค— โŒ˜ Read more
(#cjxjlfa) Teying to make Traefik behave like this is actually quite hard. It's easier to have another service with a lower priority catch-all.
Teying to make Traefik behave like this is actually quite hard. Itโ€™s easier to have another service with a lower priority catch-all. โŒ˜ Read more
(#wrcdxua) @justamoment Juat good luck ๐Ÿ˜‚**
@justamoment Juat good luck ๐Ÿ˜‚ โŒ˜ Read more
(#rmylc3q) @lyse I shall try ๐Ÿค—**
@lyse I shall try ๐Ÿค— โŒ˜ Read more
Very excited to start my new role as Principal Engineer in the SRE space at ANZ this week ๐Ÿ‘Œ Lots of cool stuff happening and a lot of my favo ...
Very excited to start my new role as Principal Engineer in the SRE space at ANZ this week ๐Ÿ‘Œ Lots of cool stuff happening and a lot of my favourite tech, including Go! โŒ˜ Read more
(#cjxjlfa) @movq I don't mind maintaining programs. It sure beats trying to relearn different condifuration systems and software ๐Ÿ˜†

I'm a la ...

@movq I donโ€™t mind maintaining programs. It sure beats trying to relearn different condifuration systems and software ๐Ÿ˜†

Iโ€™m a lazy sysadmin โ€“ In fact I stopped doing this โ€œsysadmi โ€ shit yeats ago ๐Ÿ˜† โŒ˜ Read more
I need my own Web Application Firewall (WAF) ๐Ÿค”**
I need my own Web Application Firewall (WAF) ๐Ÿค” โŒ˜ Read more
Inside a US military cyber teamโ€™s defence of Ukraine - BBC News my neighbour shared this article with me today. Good to see the US Cyber Comma ...
Inside a US military cyber teamโ€™s defence of Ukraine - BBC News my neighbour shared this article with me today. Good to see the US Cyber Command defend the Ukraine from this pointless and illegal Russian war. #PutinsWar โŒ˜ Read more
[prologic/logger: HTTP middleware for Go that logs web requests to an io.Writer with support for additional fields and formats (Fork of ) - logg ...
[prologic/logger: HTTP middleware for Go that logs web requests to an io.Writer with support for additional fields and formats (Fork of https://github.com/unrolled/logger) - logger - Mills](https://git.mills.io/prologic/logger) For when you need a decent net/http logger for Go _with_ support for optionally logging the request Host header ... โŒ˜ Read more
(#n43hgfa) @akoizumi Does it still repro on yarnd v0.15.1? I still can't repro here... ๐Ÿ˜ข**
@akoizumi Does it still repro on yarnd v0.15.1? I still canโ€™t repro hereโ€ฆ ๐Ÿ˜ข โŒ˜ Read more
Finally built and published a "Maintenance Server" service prologic/maintenance-server: Standalone maintenance server, serving a static "mainten ...
Finally built and published a โ€œMaintenance Serverโ€ service prologic/maintenance-server: Standalone maintenance server, serving a static โ€œmaintenance pageโ€ with a default message that the site is under maintenance. - maintenance-server - Mills that now means when I deploy and upgrade parts of my infra you now see a nice โ€œMaintenance Pageโ€ in ... โŒ˜ Read more
(#n43hgfa) @akoizumi Hmm not able to repro locally or on my pod. Can you post a link that throws this error? ๐Ÿค”**
@akoizumi Hmm not able to repro locally or on my pod. Can you post a link that throws this error? ๐Ÿค” โŒ˜ Read more
(#n43hgfa) @akoizumi Thanks... Looking ๐Ÿ‘€**
@akoizumi Thanksโ€ฆ Looking ๐Ÿ‘€ โŒ˜ Read more
Hey @nicolagi
Hey @nicolagi โŒ˜ Read more
Meow
Meow โŒ˜ Read more
(#lt34ixq) @mckinley LOL ๐Ÿคฃ**
@mckinley LOL ๐Ÿคฃ โŒ˜ Read more
(#rwoptaa) @justamoment I agree just putting a pod behind a firewall and auth is simple enough ๐Ÿ‘Œ**
@justamoment I agree just putting a pod behind a firewall and auth is simple enough ๐Ÿ‘Œ โŒ˜ Read more
(#b4cecja) That's okay ๐Ÿค—**
Thatโ€™s okay ๐Ÿค— โŒ˜ Read more
(#in546lq) @lyse Ahh Thanks!
@lyse Ahh Thanks! โŒ˜ Read more
(#ldna3nq) @abucci Ahh right. So Elon Musk's true colours are coming through more and more... Hmmm ๐Ÿค” Has he always been like this? Or is it j ...
@abucci Ahh right. So Elon Muskโ€™s true colours are coming through more and moreโ€ฆ Hmmm ๐Ÿค” Has he always been like this? Or is it just being more exposed and brought to the surface because of his โ€œsuccessesโ€ in life/business? ๐Ÿค” โŒ˜ Read more
(#vwy2qla) @abucci dear god ๐Ÿคฆโ€โ™‚๏ธ we really have learned nothing as a human species have we?! ๐Ÿคฆโ€โ™‚๏ธ**
@abucci dear god ๐Ÿคฆโ€โ™‚๏ธ we really have learned nothing as a human species have we?! ๐Ÿคฆโ€โ™‚๏ธ โŒ˜ Read more
I gotta try and get into this MIDI / Live looping stuff. I love music! I've never tried to create music, but I sure as hell want to learn, maybe ...
I gotta try and get into this MIDI / Live looping stuff. I love music! Iโ€™ve never tried to create music, but I sure as hell want to learn, maybe my programming experience can be transferred somewhat? ๐Ÿค”

Quite a few artists that demo their stuff on Youtube seem to use a combination of these two devices:

- AKAI - MPK mini MK3 - Google Search

- Novation - Launchpad Mini MK3 - Google Search


... โŒ˜ Read more
[Lay Low- Neon Vines (Live Looping with MPC X and Seaboard Rise 49) - YouTube]() -- Check this gal out and her really nice music, all on her own ...
[Lay Low- Neon Vines (Live Looping with MPC X and Seaboard Rise 49) - YouTube](https://www.youtube.com/watch?v=7DqqeQSYTJQ) โ€“ Check this gal out and her really nice music, all on her own ๐Ÿ˜ณ ๐ŸŽถ Very nice stuff! ๐Ÿ‘Œ โŒ˜ Read more
(#ldna3nq) @abucci Sorry but excuse my ignorance, but what exactly is the "N" word? Is it what I _think_ it is (given the U.S context)? ๐Ÿค”**
@abucci Sorry but excuse my ignorance, but what exactly is the โ€œNโ€ word? Is it what I _think_ it is (given the U.S context)? ๐Ÿค” โŒ˜ Read more
(#3i6ysyq) @movq Yeah I agree! ๐Ÿ‘Œ Speaking of which... If you have any recent stuff you've done, please do share ๐Ÿ™ I remember many moon sag ...
@movq Yeah I agree! ๐Ÿ‘Œ Speaking of whichโ€ฆ If you have any recent stuff youโ€™ve done, please do share ๐Ÿ™ I remember many moon sago you shared a nice bass piece which I quite liked ๐Ÿ‘Œ โŒ˜ Read more
(#7dl5lja) @abucci Yeah, that's for sure ๐Ÿ‘Œ But please keep the ideas and suggestions coming! ๐Ÿ™**
@abucci Yeah, thatโ€™s for sure ๐Ÿ‘Œ But please keep the ideas and suggestions coming! ๐Ÿ™ โŒ˜ Read more
(#vf5a6wa) This is probably the classic talk/presentation on the Sonic Pi from way back: [(1) Learn about the history of Sonic Pi, why it was c ...
This is probably the classic talk/presentation on the Sonic Pi from way back: [(1) Learn about the history of Sonic Pi, why it was created and what it can do today โ€ข Sam Aaron - YouTube](https://www.youtube.com/watch?v=OLLwG_SN8oo) โ€“ Worth a watch ๐Ÿ‘Œ โŒ˜ Read more
(#vf5a6wa) @abucci Ahh I see. I _think_ Sonic Pi is somewhat more sophisticated in that sense then, as its a full blown professional level mixer ...
@abucci Ahh I see. I _think_ Sonic Pi is somewhat more sophisticated in that sense then, as its a full blown professional level mixer, studio and music creation tool. Its quite amazing what you can do in it. โŒ˜ Read more
(#7dl5lja) @abucci Ahh I see... So we actually built a "Collapsed" view to help improve this, which I now use basically premaritally. We've also ...
@abucci Ahh I seeโ€ฆ So we actually built a โ€œCollapsedโ€ view to help improve this, which I now use basically premaritally. Weโ€™ve also toyed with the idea of somehow following tags, but weโ€™re not really sure how to do any of this yetโ€ฆ Open to ideas howeverโ€ฆ Lists though I _think_ have to come first ... โŒ˜ Read more
(#vf5a6wa) Oh this is like the: Sonic Pi - The Live Coding Music Synth for Everyone Is it a different design/implementation? Written in? ๐Ÿค”**
Oh this is like the: Sonic Pi - The Live Coding Music Synth for Everyone Is it a different design/implementation? Written in? ๐Ÿค” โŒ˜ Read more
(#vf5a6wa) @abucci Listening...
@abucci Listeningโ€ฆ โŒ˜ Read more
(#7dl5lja) @abucci Hmmm

> However, if I write a twt, you respond to that, and someone else responds to you, my username will be dropped in thei ...

@abucci Hmmm

> However, if I write a twt, you respond to that, and someone else responds to you, my username will be dropped in their response. Mentions wonโ€™t show me that response, but there are times Iโ€™d like to see it.

Are you implying that you donโ€™t follow that person and so think you may ... โŒ˜ Read more
(#7dl5lja) @abucci You mean aside from the "Mentions" view? ๐Ÿค” (And thanks! ๐Ÿ™)
@abucci You mean aside from the โ€œMentionsโ€ view? ๐Ÿค” (And thanks! ๐Ÿ™) โŒ˜ Read more
Pipe Guy - House/Trance/Techno Live - YouTube -- This music (pipe music) is also very cool ๐Ÿ‘Œ ๐ŸŽถ**
Pipe Guy - House/Trance/Techno Live - YouTube โ€“ This music (pipe music) is also very cool ๐Ÿ‘Œ ๐ŸŽถ โŒ˜ Read more
(#dd3wnxq) @eaplmx Yeah I _believe_ it is allowed as per the RFC3339 time format. Clients _just_ handle it though correctly, so yeah ๐Ÿ‘Œ**
@eaplmx Yeah I _believe_ it is allowed as per the RFC3339 time format. Clients _just_ handle it though correctly, so yeah ๐Ÿ‘Œ โŒ˜ Read more
(#clmi4ca) Or even our new friend @hashrock ๐Ÿ™**
Or even our new friend @hashrock ๐Ÿ™ โŒ˜ Read more
@akoizumi Maybe you _could_ help tidy up some of the minor glitches @abucci has found with the CSS? ๐Ÿค—**
@akoizumi Maybe you _could_ help tidy up some of the minor glitches @abucci has found with the CSS? ๐Ÿค— โŒ˜ Read more
(#dd3wnxq) @eaplmx Ahh I se ๐Ÿค”**
@eaplmx Ahh I se ๐Ÿค” โŒ˜ Read more
(#ebjzn5a) @abucci cc @darch
@abucci cc @darch โŒ˜ Read more
(#2aoumgq) @abucci Damn ๐Ÿ˜… @darch can you take a look at this, if there's any more niggling little things like this we _might_ cut another hot ...
@abucci Damn ๐Ÿ˜… @darch can you take a look at this, if thereโ€™s any more niggling little things like this we _might_ cut another hot-fix next weekend ๐Ÿ‘Œ โŒ˜ Read more
[(1) Boss RC-505 MK2 - Live Looping - Multi instrumental - Roland SPD-SX - YouTube]()-- This is really cool music ๐Ÿ‘Œ ๐ŸŽถ Really love these "l ...
[(1) Boss RC-505 MK2 - Live Looping - Multi instrumental - Roland SPD-SX - YouTube](https://www.youtube.com/watch?v=rplF9ndLwPE)โ€“ This is really cool music ๐Ÿ‘Œ ๐ŸŽถ Really love these โ€œlive loopingโ€ artists ๐Ÿ˜ โŒ˜ Read more
(#dd3wnxq) @eaplmx Hmmm I still don't quite follow sorry ๐Ÿ˜ข**
@eaplmx Hmmm I still donโ€™t quite follow sorry ๐Ÿ˜ข โŒ˜ Read more
(#7dl5lja) Or maybe @tkanos might like to? ๐Ÿค”**
Or maybe @tkanos might like to? ๐Ÿค” โŒ˜ Read more
(#7dl5lja) @abucci Ahh actually that's easy to add support for ๐Ÿ‘Œ File an issue, I'll get it done in the next few days ๐Ÿ‘Œ**
@abucci Ahh actually thatโ€™s easy to add support for ๐Ÿ‘Œ File an issue, Iโ€™ll get it done in the next few days ๐Ÿ‘Œ โŒ˜ Read more
(#ykkayea) @eaplmx Oh hmm I see I misinterpreted your ๐Ÿ˜ฎ ๐Ÿ˜…

> I mean saving that value IN the twtxt.txt file in each twt (I donโ€™t know it ...

@eaplmx Oh hmm I see I misinterpreted your ๐Ÿ˜ฎ ๐Ÿ˜…

> I mean saving that value IN the twtxt.txt file in each twt (I donโ€™t know it that break things, I guess so)

I donโ€™t think this would work, the per-line format is pretty rigid really. Also Iโ€™m not sure what this would even do? ๐Ÿค” โŒ˜ Read more
(#zjrgnna) @abucci Nice! ๐Ÿ‘Œ Yeah I _thought_ it might be the new change in the theme and the new user theme preferences. I didn't want to go c ...
@abucci Nice! ๐Ÿ‘Œ Yeah I _thought_ it might be the new change in the theme and the new user theme preferences. I didnโ€™t want to go change my own because I _really_ love the Amoled theme ๐Ÿ˜ โŒ˜ Read more
(#ykkayea) @eaplmx You didn't _really_ realise just how much work has gone into both Pod-level and User-level customisation and preferences did ...
@eaplmx You didnโ€™t _really_ realise just how much work has gone into both Pod-level and User-level customisation and preferences did you? ๐Ÿ˜… โŒ˜ Read more
(#dd3wnxq) @eaplmx Actually pretty much all clients behave this way already and do the right thing. Conversions are handled and in yarnd date/ ...
@eaplmx Actually pretty much all clients behave this way already and do the right thing. Conversions are handled and in yarnd date/times are displayed in your local timezone (Check your Settings) โŒ˜ Read more
(#zjrgnna) @abucci Also where exactly is all this yellow you speak of? ๐Ÿค” Also I blame @darch ๐Ÿ˜… I _mean_ great job on the new SimpleCSS bas ...
@abucci Also where exactly is all this yellow you speak of? ๐Ÿค” Also I blame @darch ๐Ÿ˜… I _mean_ great job on the new SimpleCSS based default theme ๐Ÿ‘Œ ๐Ÿ˜… โŒ˜ Read more
(#zjrgnna) @abucci What version were you on?! ๐Ÿ˜ณ Also please upgrade again to v0.15.1 as a hot fix release, I foobar'ed something kind of cr ...
@abucci What version were you on?! ๐Ÿ˜ณ Also please upgrade again to v0.15.1 as a hot fix release, I foobarโ€™ed something kind of critical ๐Ÿ˜… โŒ˜ Read more
(#dd3wnxq) @akoizumi I _think_ @carsten had something else in mind... (which is why I forked and asked) -- I'm sure something is cooking, I just ...
@akoizumi I _think_ @carsten had something else in mindโ€ฆ (which is why I forked and asked) โ€“ Iโ€™m sure something is cooking, I just canโ€™t think of what thoughโ€ฆ Maybe so we can (o ... โŒ˜ Read more
(#ubqljiq) @eaplmx Ranting is good. It keeps us honest and who knows maybe the paper pushing bureaucrats _may_ listen ๐Ÿคฃ**
@eaplmx Ranting is good. It keeps us honest and who knows maybe the paper pushing bureaucrats _may_ listen ๐Ÿคฃ โŒ˜ Read more
(#lt34ixq) @eaplmx I totally get and accept if its a valid service that actually provides some meaningful value in return. But companies like To ...
@eaplmx I totally get and accept if its a valid service that actually provides some meaningful value in return. But companies like Toyota and Mercedes (just to cite two recent examples) charging you a subscription free for an already expensive product that does the thing X that youโ€™re being forced to pay a subscription to company Y for is just bullshit ... โŒ˜ Read more
(#s7vlpna) @eaplmx Yes please! ๐Ÿ™**
@eaplmx Yes please! ๐Ÿ™ โŒ˜ Read more
(#ybwwqoq) @markwylde Nice! ๐Ÿ‘Œ**
@markwylde Nice! ๐Ÿ‘Œ โŒ˜ Read more
(#dd3wnxq) @carsten What purpose would a "Timezone" field on a feed serve? ๐Ÿค”**
@carsten What purpose would a โ€œTimezoneโ€ field on a feed serve? ๐Ÿค” โŒ˜ Read more
(#ahju3oa) @eaplmx Haha I wasn't paying attention to anything else in or around the vidoe, c'mon man what do you think I am, fully sighted or so ...
@eaplmx Haha I wasnโ€™t paying attention to anything else in or around the vidoe, cโ€™mon man what do you think I am, fully sighted or something?! ๐Ÿ˜… โŒ˜ Read more
(#lt34ixq) @eaplmx I _think_ that's my main gripe too:


> Is unfair that Photoshop charges you for something that previously was free? I donโ€™ ...

@eaplmx I _think_ thatโ€™s my main gripe too:

> Is unfair that Photoshop charges you for something that previously was free? I donโ€™t know.
>
> Before PS had a single payment and now itโ€™s a subscription. I think there comes the main rant.

All these companies trying to push the โ€œsubscriptionโ€ mode for everything. First there was Toyota that tried to pull t ... โŒ˜ Read more
(#in546lq) @lyse Very nice! Curious what the rest of that sign with a woodpecker says on it? ๐Ÿ˜… Very nice colours all-round! ๐Ÿ‘Œ**
@lyse Very nice! Curious what the rest of that sign with a woodpecker says on it? ๐Ÿ˜… Very nice colours all-round! ๐Ÿ‘Œ โŒ˜ Read more
(#s7vlpna) @lyse Oh well what would I know ๐Ÿ˜…But yes funny instrument indeed ๐ŸŽถ**
@lyse Oh well what would I know ๐Ÿ˜…But yes funny instrument indeed ๐ŸŽถ โŒ˜ Read more
(#lt34ixq) @carsten I saw this in my feed somewhere else today too and kind of dismissed it as "uggh" ๐Ÿ˜… But seriously?! ๐Ÿ˜ณ $21/month for a ...
@carsten I saw this in my feed somewhere else today too and kind of dismissed it as โ€œugghโ€ ๐Ÿ˜… But seriously?! ๐Ÿ˜ณ $21/month for a fucking colour?! ๐Ÿคฆโ€โ™‚๏ธ โŒ˜ Read more
(#dd3wnxq) @carsten Okay ๐Ÿ‘Œ This leads me to wonder whether we should add support to yarnd for adding some additional pieces of data on feed ...
@carsten Okay ๐Ÿ‘Œ This leads me to wonder whether we should add support to yarnd for adding some additional pieces of data on feeds, such as:

- # type = rss|bot

- # lang = ...


To name a fewโ€ฆ โŒ˜ Read more
(#rdmu5xq) @carsten @lyse FWIW IMHO at our scale I think is more work and burden on you to have to do this and when I was finding something that ...
@carsten @lyse FWIW IMHO at our scale I think is more work and burden on you to have to do this and when I was finding something that I _wanted_ to use a โ€œbloggingโ€ or โ€œmicro-bloggingโ€ platform, the โ€œconvenienc ... โŒ˜ Read more
[(1) Unbelievable Performance gets GOLDEN BUZZER on Spain's Got Talent 2021 | Got Talent Global - YouTube]() -- Even though I didn't understand ...
[(1) Unbelievable Performance gets GOLDEN BUZZER on Spainโ€™s Got Talent 2021 \\| Got Talent Global - YouTube](https://www.youtube.com/watch?v=_I7nCZVky40) โ€“ Even though I didnโ€™t understand a word of what was going on here ( _I believe most of the spoken word to be French? ๐Ÿค”_) โ€“ This was just the funniest thing I think Iโ€™ve seen ๐Ÿคฃ โ€“ Also brilliant! ๐Ÿ‘Œ โŒ˜ Read more_
(#a3nu2nq) @cobra Boring weekend huh? ๐Ÿ˜…**
@cobra Boring weekend huh? ๐Ÿ˜… โŒ˜ Read more
[(1) Building a Lightweight Camper for my Moped... Detailed Build - YouTube]() -- This is pretty awesome little e-Bike Camper ๐Ÿ‘Œ**
[(1) Building a Lightweight Camper for my Mopedโ€ฆ Detailed Build - YouTube](https://www.youtube.com/watch?v=EbBVnuXvfNQ) โ€“ This is pretty awesome little e-Bike Camper ๐Ÿ‘Œ โŒ˜ Read more
Hmmm
Hmmm โŒ˜ Read more
(#yqrtqha) @lyse Nice! ๐Ÿ‘Œ 10 is my favorite shot ๐Ÿ‘Œ**
@lyse Nice! ๐Ÿ‘Œ 10 is my favorite shot ๐Ÿ‘Œ โŒ˜ Read more
(#yqrtqha) @lyse Nice! ๐Ÿ‘Œ 10 is my favorite shot ๐Ÿ‘Œ**
@lyse Nice! ๐Ÿ‘Œ 10 is my favorite shot ๐Ÿ‘Œ โŒ˜ Read more
(#sf7m26q) @mckinley Thanks! ๐Ÿ‘Œ**
@mckinley Thanks! ๐Ÿ‘Œ โŒ˜ Read more
(#nv3oaqa) @mckinley Thanks for taking the notes again! ๐Ÿ™**
@mckinley Thanks for taking the notes again! ๐Ÿ™ โŒ˜ Read more
(#sjv7a5a) @movq Fuck I wish we (Australia) would abolish this silly DST (daylight savings) nonsense ๐Ÿ˜…**
@movq Fuck I wish we (Australia) would abolish this silly DST (daylight savings) nonsense ๐Ÿ˜… โŒ˜ Read more
(#wwxq6mq) @movq Cameron Kaiser raised a very good point, quite valid ๐Ÿ‘Œ**
@movq Cameron Kaiser raised a very good point, quite valid ๐Ÿ‘Œ โŒ˜ Read more
(#rwoptaa) @eaplmx Actually that _could_ work quite well. We _could_ try that model to see how feasible it _might_ be?**
@eaplmx Actually that _could_ work quite well. We _could_ try that model to see how feasible it _might_ be? โŒ˜ Read more
(#ptinjra) @dendiz I _think_ you should look at our sister project called Salty.im -- This is an instant messaging protocol based on Twtxt and u ...
@dendiz I _think_ you should look at our sister project called Salty.im โ€“ This is an instant messaging protocol based on Twtxt and uses e2e encryption so things are very private and secure. This _might_ be better suited to your needs hereโ€ฆ Which has a lot of similarities to ... โŒ˜ Read more
(#ifhfeqa) @eaplmx Oh ๐Ÿคฆโ€โ™‚๏ธ**
@eaplmx Oh ๐Ÿคฆโ€โ™‚๏ธ โŒ˜ Read more
(#ctj6erq) @eaplmx I _think_ we can just provide all variants of the content; We already do anyway. We provide the original twt content and mark ...
@eaplmx I _think_ we can just provide all variants of the content; We already do anyway. We provide the original twt content and markdown, so no reason we canโ€™t add some additional cycles on the server-side / api-side and just do the renderingโ€ฆ โŒ˜ Read more
(#fd4i3aa) @dendiz I _think_ its probably fine to just add the option to "declare" a FeedType on User Accounts on pods and Feeds (personas) -- A ...
@dendiz I _think_ its probably fine to just add the option to โ€œdeclareโ€ a FeedType on User Accounts on pods and Feeds (personas) โ€“ And just let the community deal with this. I I add this feature today/tomorrow for example, would you update your feeds appropriately? ๐Ÿ˜… It would basically mean I c ... โŒ˜ Read more
(#fd4i3aa) @dendiz Ahh no need to stop your script(s) -- I already shadow banned them for my pod, as it was cluttering up my pod's "Discover" vi ...
@dendiz Ahh no need to stop your script(s) โ€“ I already shadow banned them for my pod, as it was cluttering up my podโ€™s โ€œDiscoverโ€ view ๐Ÿ˜… โ€“ Soโ€ฆ If these are just โ€œrealโ€ user accounts on your Pod and youโ€™re just scripting (via Python) against the API I _think_ this is fine. I can only see one way ... โŒ˜ Read more
(#ctj6erq) @justamoment I think I agree with you. And by "pre-compiled" do you mean just hand API clients the HTML they _should_ render and do a ...
@justamoment I think I agree with you. And by โ€œpre-compiledโ€ do you mean just hand API clients the HTML they _should_ render and do all the rendering work server-side anyway and reuse all the same logic? ( _I also think this is better for consistencyโ€™s sake_) โŒ˜ Read more
๐Ÿฅณ Woohoo the v0.15 milestone is done ๐Ÿฅณ -- I just hope we haven't caused/broken anything major or caused any regressions ๐Ÿ˜…

Hopefully w ...

๐Ÿฅณ Woohoo the v0.15 milestone is done ๐Ÿฅณ โ€“ I just hope we havenโ€™t caused/broken anything major or caused any regressions ๐Ÿ˜…

Hopefully will cut the yarnd v0.15 release today ๐Ÿคž โŒ˜ Read more