# 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 2642
# self = https://watcher.sour.is?uri=https://twtxt.net/user/adi/twtxt.txt&offset=2242
# next = https://watcher.sour.is?uri=https://twtxt.net/user/adi/twtxt.txt&offset=2342
# prev = https://watcher.sour.is?uri=https://twtxt.net/user/adi/twtxt.txt&offset=2142
@Anthony_Sorace I keep forgetting my issues with Acme and Plan 9. Laptops and mice. 😁
I'm considering Acme, but it doesn't make sense to use it outside a Plan9 install.
@mutefall There's was a guy around offering free Plan9 "hosting".
@mutefall There was a guy around offering free Plan9 "hosting".
I'm front page lobste.rs again, needles to say. 😁
@mutefall I switched to cwm
because it's more Plan9 rio
-sh.
@mutefall It's still at my sister, it's an high end asus from a few years ago.
@mutefall I'll get you my .Xresources
when I'll get my laptop, looks really good.
Ok, some cash for 1-2 packs of cigarettes would be great at this point. 😁
About MacOs as operating system, considering it has an UNIX foundation, I believe the guys who made UNIX are best at creating a GUI for UNIX, look at Plan9.
About macOS as an operating system, considering it has an UNIX foundation, I believe the guys who made UNIX are best at creating a GUI for UNIX, look at Plan9.
About MacOs as operating system, considering it has an UNIX foundation, I believe the guys who made UNIX are best at creating an GUI for UNIX, look at Plan9.
@mutefall I'm experiencing my 6th cold this autumn-wintrer-spring, not bothering testing.
@mutefall I'm experiencing my 6th cold this autumn-winter-spring, not bothering testing.
@mutefall I saw the video, they're at least funny, but the man did have some skills.
@mutefall I saw the videos, they're at least funny, but the man did have some skills.
@mutefall I saw the video, they're at least funny, but the man did have some skill.
@mutefall Never installed to be honest, might be a fun a experience.
@mutefall I'm neither for nor against systemd but at least for now I'm enjoying the simplicity of systems like Void and OpenBSD.
@mutefall I'm neither for nor against systemd but at least now I'm enjoying the simplicity of systems like Void and OpenBSD.
@mutefall Favorite Linux distro is Void, @prologic keeps recommending Crux which from reading about it, I don't think it sucks, I didn't get the chance to install it yet.
@mutefall Favorite Linux distro is Void, @prologic keeps recommending Crux which from reading about it, I don't thing it sucks, I didn't get the chance to install it yet.
@mutefall What VPS provider for the lowendbox?
@mutefall Ha! GPUs, I don't miss those, I'm not a gamer, and simple, minimalist UI fits me well. For gaming, I would probably get a Windows desktop.
@carsten As long as you're not judging other people for smoking, it's fine.
@carsten As long as you're not juding other people for smoking, it's fine.
@mutefall I would say best _usable_ operating system is OpenBSD.
@jlj Glad you found it cool! 😁
I've added you to the contributor list, if you prefer some other info (nickname, url) please let me know. https://mkws.sh/#cs
@mutefall Cool! Let me know when you get something up or... do you have anything up already? Btw I've opted out of adding a webserver or Markdown
support or live reload in the idea you can use your preferred web server or Markdown
processors. You can add those however as per the docs https://mkws.sh/docs.html.
I've been using https://github.com/kyx0r/nextvi for a while and as I continue working on small codebases I realize vi
makes a lot of sense. On large codebases, I always thought I was using it wrong like it was my fault I couldn't do the arithmetic in my head.
Less CSS
for me to manage! 😁
@prologic I'm keeping my stuff as simple as I can if that counts.
@prologic Agree it's not difficult, it's not easy either tho.
@mutefall Finally sync-ed my wallet! Thanks for the XMR! Feeling grateful! 😁
@mutefall You haven't told me your opinion on mkws
. 😁
I will finally be running OpenBSD as my main OS and stop working via ssh
.
@mutefall Nvm, solved my laptop issues, will be getting a new laptop in a few weeks. If you're still in a generous mood you could donate to https://mkws.sh/ so I can buy myself something nice. Cigarettes probably! 😛
@mutefall https://github.com/rollcat/judo is something I would probably use, didn't actually use it. @prologic had something similar, forgot the name. Right now I manage config by storing my config files in ~/etc
, ~/var
which are backed-up every 30 minutes and symlink appropriately.
@mutefall Your laptops have the same configuration? Didn't you say they didn't have any memory?
@prologic It just didn't make sense to me, now it's clear.
@mutefall Wonder how much it cost to get one of those in full working condition.
@mutefall I'm in Romania. I'm considering something with 8GB RAM.
@mutefall I'm considering buying a used ThinkPad somewhere in the 100$-150$ range, if you have one please let me know.
Also uniques:
#!/usr/bin/awk -f
$6 !~ /GET/ ||
$9 != 200 {
next
}
($7 !~ /\\/*\\.[^.]*$/ ||
$7 ~ /\\.html$/) &&
@us[$1]++~=
Also uniques:
#!/usr/bin/awk -f
$6 !~ /GET/ ||
$9 != 200 {
next
}
($7 !~ /\\/*\\.\n*$/ ||
$7 ~ /\\.html$/) &&
@us\n++~=
Also uniques:
#!/usr/bin/awk -f
$6 !~ /GET/ ||
$9 != 200 {
next
}
($7 !~ /\/*\.[^.]*$/ ||
$7 ~ /\.html$/) &&
@us[$1]++~=
Count page views per page in Combined Log Format:
#!/usr/bin/awk -f
$6 !~ /GET/ ||
$9 != 200 {
next
}
$7 !~ /\/*\.[^.]*$/ ||
$7 ~ /\.html$/ {
ps[$7]++
}
END {
for (p in ps)
print p" "ps[p]
}~=
Count page views per page in Combined Log Format:
#!/usr/bin/awk -f
$6 !~ /GET/ ||
$9 != 200 {
next
}
$7 !~ /\\/*\\.\n*$/ ||
$7 ~ /\\.html$/ {
ps\n++
}
END {
for (p in ps)
print p" "ps\n
}~=
Count page views per page in Combined Log Format:
#!/usr/bin/awk -f
$6 !~ /GET/ ||
$9 != 200 {
next
}
$7 !~ /\\/*\\.[^.]*$/ ||
$7 ~ /\\.html$/ {
ps[$7]++
}
END {
for (p in ps)
print p" "ps[p]
}~=
@prologic Ah, no, but it's mostly not needed as complexity is very low.