awk -F '\"' '/twtxt/ {print $(NF-1)}' /var/log/user.log | grep -v 'twtxt\.net' | sort -u | awk '{print $(NF-1) $NF}' | awk '/^\(/'
spaghetti monster of a command and I'm wondering if there's a more elegant way for achieving the same thing.
@prologic@twtxt.net yeah I’ve played with it for a bit and read through the code hoping I could steal some of your regex. I’m trying to up my awk(1p) game but failing miserably. 😆
awk -F '\"' '/twtxt/ {print $(NF-1)}' /var/log/user.log | grep -v 'twtxt\.net' | sort -u | awk '{print $(NF-1) $NF}' | awk '/^\(/'
spaghetti monster of a command and I'm wondering if there's a more elegant way for achieving the same thing.
I remember having seen one somewhere but can’t remember where.
Been curious to see if can filter out my access.log file and output a list of my twtxt followers just in case I’ve missed someone … I came up with this awk -F '\"' '/twtxt/ {print $(NF-1)}' /var/log/user.log | grep -v 'twtxt\.net' | sort -u | awk '{print $(NF-1) $NF}' | awk '/^\(/'
spaghetti monster of a command and I’m wondering if there’s a more elegant way for achieving the same thing.
@quark@ferengi.one That’s the actual plan for the night, I’m just waiting on a clearer sky. 😆
@david@collantes.us No worries, I got you. And I’ll keep the “Handle with care” reminder in mind, might even use it as mantra if I ever take an arrow in the knee 😆
@david@collantes.us I’m already prepared to blame it on tonight’s full moon if it doesn’t. 🐺
@doesnm@doesnm.p.psf.lt here! create a $HOME/.cache/mutt/twtxt/
directory for example and then add this set header_cache = $HOME/.cache/mutt/twtxt/
to your muttrc (the one you have set up for or use with jenny if you’re using different ones). That’s what helped me with that.
@<bender bender@twtxt.net>
is currently wrong. The 2nd part of a mention is currently required to be a full absolute URI.
@bender@twtxt.net Here #sgvko5a 😁
@bender@twtxt.net That mention looks like @<bender bender@twtxt.net>
on my side …
@rrraksamam@twtxt.net have the Invidious instances (alternative front-end to the platform) stop working? Otherwise, I have just figured my way around navigating PeerTube content and I wouldn’t even miss it if YT had to disappear from the internet.
@david@collantes.us How much of a computer does it have to be? Would a ZimaBoard do the trick? I don’t have a wife, so I wouldn’t know any better 😅
@sorenpeter@darch.dk I’ve been using weechat for a while then when I started learning my way around Emacs I switched to Circe … a couple months later I setup ZNC, rolled with it for some time but wasn’t sure if I wanted to stick with it. Now I’m mainly using TheLounge and do find it convenient accessing it from anywhere. but quite honestly, I don’t have a preference.
@prologic@twtxt.net yeah, sorry about that, I shouldn’t have put something like that out there in the fist place. It started as a completely different twit then I got overwhelmed noticing that I may have became the exact same thing I despise the most 🤦
@bender@twtxt.net Hehe! I’m flattered.
V:
pattern itself is quite good because you can do quite a lot of powerful things with selected text.
@prologic@twtxt.net Just gave this one a try to update my twtxt.txt file with a proper # follow = ...
list! 🙏
Feeling suspicious about a little something and I, don’t like it -the feeling- a bit. Maybe I’m just being paranoid… but most probably I’m just being an ignorant judgemental piece of shit and I hate myself for it already.
@sorenpeter@darch.dk Awesome! I’ll dig in as soon as I come back from my late night stroll
LMAO!!! The bitreich landing page is hilarious 😂
”… we only store good cake recipes, this complies with the GCPR - General Cookie Protection Ruling“
Alas, I can’t get myself to resist. Interacting with tech and software makes me feel like a kid in a candy shop: “I wanna taste all of it! Find my favorite Lollipop and wonder about where it came from, who made it? How is it possible to turn any kind of mushy juicy fruit into a hard, forever lasting candy in a freaking stick!? Oh, Wait!! Is THAT chocolate over there!!?”
I’m not even supposed to do be doing any of this, I should be making stuff* with Shapes, forms and color instead of poking at software with a stick like a caveman. 😆
*Stuff: Things I make and refuse to call Art, unless I have to in a resume and what not.
@movq@www.uninformativ.de Although my recent breakage/down time was more of a result of human error than it is something to blame on software itself, I do get your point; and will highly probably end up going the same route in the near future. It’s just that in order to south my forever itching curiosity, I have to learn and try some things first.
vi
s "language as a user interface" paradigm. :waves: Hello from a happy Kakoune user!
@asquare@asquare.srht.site Hi back at you!! 👋 and nice to meet you!
I believe it’s about time I learned to use Treafik.
Yeah I know! My ship was sinking and I’ve just noticed. Patched up the holes and now we’re back afloat.
Apparently I am incapable of getting my sh…Things done unless I drop to TTY xD
@movq@www.uninformativ.de Touch Typing GIGA-CHAD spotted how fast do you type? I can barely do 12wpm xD so I have plenty of time to think about my next short-cut.
gg=G
and to va"
, ci"
, di{
... in vim the other day 😆 Life will never be the same, I can feel it. ref
@bmallred@staystrong.run Sweeeeeeeeeeet!! Just gave it a try and sorted my Jenny follow list; Thank you !!
@prologic@twtxt.net Sure!! gg=G
auto-indents your documents, as for the rest it’s:
v
for selection mode,c
for change andd
for delete actions as usual.
- followed by either ‘a
for around or
i` for inside/in-between whatever special character comes after it
_ the [, (, “ … special characters define the perimeter/extent of the action.
i.e: ci"
would be change the text under the cursor between quotes and da[
_delete text and brackets included_
I’ve linked a reference in the first twt, hope you find it useful.
gg=G
and to va"
, ci"
, di{
... in vim the other day 😆 Life will never be the same, I can feel it. ref
@lyse@lyse.isobeef.org yeah, that’s the thing! I’ve been trying to learn more vim motions and I just can’t get myself to remember any… Now I have that cheat sheet bookmarked, I can look them up on the need to know basis.
@sorenpeter@darch.dk I watched it the other day, it’s pretty neat! do you have more of these?
Learned to gg=G
and to va"
, ci"
, di{
… in vim the other day 😆 Life will never be the same, I can feel it. ref
Note to self: “If your dashboard says you sh..t is down, it means your sh..t is down. It’s not a dashboard miss-config you dumb azz” 😆
My To Learn
list is getting bigger and bigger, ADHD is looking at me funny. 😅
/ME screaming at the mirror: WHAT ARE YOU LOOKING AT LIKE THAT!!? DO YOU WANT!?
@prologic@twtxt.net nick is skinshafi and domain is aelaraji.com 🫡
FINALLY!! I figured my way around daemonizing #saltyd with an rc.d init script with logs and all! 🥳 still have to try a tiny modification before writing that thing… I hope it doesn’t Bork it 😅
@prx@si3t.ch If you were to read this, I would’ve suggested that you gave Podman a try… alas, you won’t.
Pulled an all nighter for nothing 😅 but hey, better paranoid than sorry!
@doesnm@doesnm.p.psf.lt Much appreciated!! 🙏 I’ll go through the files and see if I can understand any of it. I might learn a thing or two along the way.
@prologic@twtxt.net would you please check my web interface? is that a normal thing or am I missing something?
Anyone has saltyd actually up and running? my deployment was a mess … will tell you all about it when I wake up 😅
@eldersnake@we.loveprivacy.club Wouldn’t it be possible to use it with your older FF profile? smt like this ?
This Zen-Browser is actually not bad! 🤯
- Based on Firefox instead of Chromium.
- Got tiling pans when you need them… (just like a tiling window manager).
- I can hide the Tabs and Nav-Bar with a single short-cut!! AKA Compact Mode …
@slashdot@feeds.twtxt.net Pretend I’m Leonardo.
/ME slow claps…
@fastidious@tilde.town @movq@www.uninformativ.de hehe’ Howdy!
@bender@twtxt.net Not yet! the prompt said the requests are treated manually and that it could take up to 30 days.
@bender@twtxt.net yeah I know, I treat these like the RSS ones. I’m OK with them being one-ways as long as they don’t get Spammy.
@3r1c@3r1c.net 🤔 Interesting! I was thinking about doing something like this in Rofi
, now I can just play with this one.
@off_grid_living@twtxt.net I gave it a try, unfortunately it’s a scanned document (just a bundle of Images), the only real text in there, is the first two pages.
@prologic@twtxt.net I got tricked tow times in row 🥲
@fastidious@tilde.town Wait! I do know you! 😅