From 30d0cdf4059439786699b77cf0d406947f727894 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 19 Aug 2022 16:12:35 -0500 Subject: Paginate --- .gitignore | 1 + Makefile | 20 +- fwendplanet.sh | 31 +- fwendplanet_html.awk | 61 +- index.html | 3300 +++++++++++++++++++++++++++----------------------- style.css | 168 +-- 6 files changed, 1938 insertions(+), 1643 deletions(-) diff --git a/.gitignore b/.gitignore index 0e07134..d2efdb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ feeds/ sfeedrc +p*.html diff --git a/Makefile b/Makefile index 1fa687a..28c668e 100644 --- a/Makefile +++ b/Makefile @@ -3,19 +3,29 @@ REPO = https://tildegit.org/casa/pages/raw/branch/main/opml/mug.of.opml OUTD = /var/www/acdw.casa/fwends/ RC = sfeedrc FEEDS = feeds -FILES = index.html style.css +FILES = index.html style.css p*.html AGGREGATOR = ./fwendplanet.sh -MAXAGE = 60 +PAGEN = 60 # 2 months .PHONY: publish publish: build mkdir -p $(OUTD) - cp $(FILES) $(OUTD) + rsync -avz --delete $(FILES) $(OUTD) .PHONY: build build: $(RC) - sfeed_update $(RC) || true - $(AGGREGATOR) $(FEEDS) $(MAXAGE) >index.html + -rm p*.html + #-sfeed_update $(RC) + NEXT=p2.html PREV=0 $(AGGREGATOR) $(FEEDS) 1 $(PAGEN) >index.html + NEXT=p3.html PREV=index.html $(AGGREGATOR) $(FEEDS) 2 $(PAGEN) >pn.html + N=2; while grep '
' pn.html >/dev/null 2>&1; do \ + mv pn.html p$$N.html; \ + N=$$((N+1)); \ + NEXT=p$$((N+1)).html PREV=p$$((N-1)).html\ + $(AGGREGATOR) $(FEEDS) $$N $(PAGEN) >pn.html; \ + done; \ + rm pn.html; \ + NEXT=0 PREV=p$$((N-2)).html $(AGGREGATOR) $(FEEDS) $$((N-1)) $(PAGEN) >p$$((N-1)).html $(RC): curl -L $(REPO) | sfeed_opml_import > $@ diff --git a/fwendplanet.sh b/fwendplanet.sh index 586f934..7ec7eb8 100755 --- a/fwendplanet.sh +++ b/fwendplanet.sh @@ -6,12 +6,31 @@ curd="$PWD" cd "$1" || return 1 if [ -n "$2" ]; then - old="$(($(date +%s) - ($2 * 24 * 3600)))" + page="$2" else - old=0 + page=1 fi -awk -v old="$old" \ - 'BEGIN{FS="\t";OFS="\t";} int($1)>=old{$2="["FILENAME"] "$2;print}' * | - sort -k1,1rn | - "$curd/fwendplanet_html.awk" +if [ -n "$3" ]; then + groupn="$(($3 * 24 * 3600))" +else + groupn=1 +fi + +# echo "$@" "$page" "$groupn" >&2 + +awk -v page="$page" -v groupn="$groupn" -v now="$(date +%s)" \ + 'BEGIN { FS = "\t"; OFS = "\t"; } + { + oldest = groupn*page + if (oldest) oldest=now-oldest; else oldest=0 + newest = groupn*(page-1) + if (newest) newest=now-newest; else newest=now + d=int($1) + if (d>oldest && d<=newest) { + # printf "%s\t%s\t%s\n", d, oldest, newest > "/dev/stderr" + $2 = "[" FILENAME "] " $2 + print + } + } +' * | sort -k1,1rn | "$curd/fwendplanet_html.awk" diff --git a/fwendplanet_html.awk b/fwendplanet_html.awk index c4ebe0e..84f29a6 100755 --- a/fwendplanet_html.awk +++ b/fwendplanet_html.awk @@ -4,6 +4,8 @@ BEGIN { TITLE = "fwend planet" FS = "\t" + NEXT = ENVIRON["NEXT"] + PREV = ENVIRON["PREV"] } BEGIN { @@ -18,7 +20,22 @@ BEGIN { print "" print "" print "" - print "

fwend planet

" + print "
" + print "

fwend planet" + if (PREV) { + p = (PREV ~ /index/ ? 1 : PREV) + gsub(/[^0-9]/, "", p) + print "p. " (int(p) + 1) + } + print "

" + print "
" + if (PREV) { + print "prev" + } + if (NEXT) { + print "next" + } + print "
" } { @@ -32,30 +49,50 @@ BEGIN { author = $7 enclosure = $8 category = $9 + datecmd = "date -d@" timestamp " +%F" + datecmd | getline date + close(datecmd) print "
" - print "" title "" + print "" (title ? title : "") " : " print "
" - print "read original" + if (link && title !~ /linkbudz/ && link != enclosure) { + print "read original" + } if (enclosure) { print "enclosure" } print "
" print "
" content "
" print "
item information" - print "timestamp: " timestamp - print "title: " title - print "link: " link - print "content_type: " content_type - print "id: " id - print "author: " author - print "enclosure: " enclosure - print "category: " category + print "
" + print "
timestamp
" timestamp "
" + print "
title
" title "
" + print "
link
" link "
" + print "
content_type
" content_type "
" + print "
id
" id "
" + print "
author
" author "
" + print "
enclosure
" enclosure "
" + print "
category
" category "
" + print "
" print "
" print "
" } END { - print "email acdw if you have issues." + print "
" + if (PREV) { + print "prev" + } + if (NEXT) { + print "next" + } + print "
" + print "
" + print "sourced from " + print "a mug of opml." + print "problems? suggestions?" + print "
" + print "
" print "" print "" } diff --git a/index.html b/index.html index 7e58612..62cef65 100644 --- a/index.html +++ b/index.html @@ -9,81 +9,90 @@ -

fwend planet

+
+

fwend planet +

+
-[linkbudz rss feed] ed is the standard editor +[linkbudz rss feed] ed is the standard editor :

ed is the standard editor

[https] posted by dozens on August 18, 2022

item information -timestamp: 1660839707 -title: [linkbudz rss feed] ed is the standard editor -link: https://tube.tchncs.de/w/g1ZKSzvDaqbpWQQgxGfW3z -content_type: html -id: dozens20220818162147 -author: -enclosure: -category: https +
+
timestamp
1660839707
+
title
[linkbudz rss feed] ed is the standard editor
+
link
https://tube.tchncs.de/w/g1ZKSzvDaqbpWQQgxGfW3z
+
content_type
html
+
id
dozens20220818162147
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Rhythm Nation causes a vulnerability +[linkbudz rss feed] Rhythm Nation causes a vulnerability :

Rhythm Nation causes a vulnerability

[https] posted by lucidiot on August 18, 2022

item information -timestamp: 1660837077 -title: [linkbudz rss feed] Rhythm Nation causes a vulnerability -link: https://nvd.nist.gov/vuln/detail/CVE-2022-38392 -content_type: html -id: lucidiot20220818153757 -author: -enclosure: -category: https +
+
timestamp
1660837077
+
title
[linkbudz rss feed] Rhythm Nation causes a vulnerability
+
link
https://nvd.nist.gov/vuln/detail/CVE-2022-38392
+
content_type
html
+
id
lucidiot20220818153757
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] fwends! +[linkbudz rss feed] fwends! :

fwends!

[https] posted by acdw on August 18, 2022

item information -timestamp: 1660835383 -title: [linkbudz rss feed] fwends! -link: https://acdw.casa/fwends/ -content_type: html -id: acdw20220818150943 -author: -enclosure: -category: https +
+
timestamp
1660835383
+
title
[linkbudz rss feed] fwends!
+
link
https://acdw.casa/fwends/
+
content_type
html
+
id
acdw20220818150943
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Why I left PINE64 +[linkbudz rss feed] Why I left PINE64 :

Why I left PINE64

[https] posted by lucidiot on August 18, 2022

item information -timestamp: 1660829064 -title: [linkbudz rss feed] Why I left PINE64 -link: https://blog.brixit.nl/why-i-left-pine64/ -content_type: html -id: lucidiot20220818132424 -author: -enclosure: -category: https +
+
timestamp
1660829064
+
title
[linkbudz rss feed] Why I left PINE64
+
link
https://blog.brixit.nl/why-i-left-pine64/
+
content_type
html
+
id
lucidiot20220818132424
+
author
+
enclosure
+
category
https
+
-[(lambda (x) (create x))] Shiny New Lang +[(lambda (x) (create x))] Shiny New Lang : @@ -224,124 +233,134 @@ echo lcp()

Hopefully these little examples got you curious, or even better excited, to give Nim a try. For me this fits a really nice niche where I want a batteries included, very well documented language that will be fast and absolutely minuscule. I'll probably leave my prototyping to Golang, but Nim's definitely finding a home in my tool-chain, especially considering that after only a few hours of poking and very cursory reading I'm already rewriting some of my existing tools, I think I definitely had an "Ooh shiny" moment with Nim. And I tend to get very much stuck on those.

item information -timestamp: 1660824000 -title: [(lambda (x) (create x))] Shiny New Lang -link: https://lambdacreate.com/posts/39 -content_type: html -id: https://lambdacreate.com/posts/39 -author: -enclosure: -category: +
+
timestamp
1660824000
+
title
[(lambda (x) (create x))] Shiny New Lang
+
link
https://lambdacreate.com/posts/39
+
content_type
html
+
id
https://lambdacreate.com/posts/39
+
author
+
enclosure
+
category
+
-[lipu pi jan Niko] how I made Sheepspin (the NOVA 2022 wild compo winner) +[lipu pi jan Niko] how I made Sheepspin (the NOVA 2022 wild compo winner) :
This last weekend was the NOVA 2022 demoparty, which was really fun and a great time. I was involved in 5 productions at the party (both solo and group prods). Most were shitposts but my TIC-80 intro, Sheepspin, turned out to win the wild compo. I really didn’t expect that but I got a few questions about how it worked and I figured I’d do a little writeup of it. This won’t be a complete deep dive into everything - there honestly isn’t all that much to dive into - so I’m going to go scene by scene1 and talk about what is most interesting in that scene, using code snippets and such.
item information -timestamp: 1660780800 -title: [lipu pi jan Niko] how I made Sheepspin (the NOVA 2022 wild compo winner) -link: https://tilde.town/~nihilazo/log/sheepspin.html -content_type: html -id: https://tilde.town/~nihilazo/log/sheepspin.html -author: -enclosure: -category: +
+
timestamp
1660780800
+
title
[lipu pi jan Niko] how I made Sheepspin (the NOVA 2022 wild compo winner)
+
link
https://tilde.town/~nihilazo/log/sheepspin.html
+
content_type
html
+
id
https://tilde.town/~nihilazo/log/sheepspin.html
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] Defmacro for C +[linkbudz rss feed] Defmacro for C :

Defmacro for C

[https] posted by wsinatra on August 17, 2022

item information -timestamp: 1660750368 -title: [linkbudz rss feed] Defmacro for C -link: https://www.european-lisp-symposium.org/static/2014/selgrad.pdf -content_type: html -id: wsinatra20220817153248 -author: -enclosure: -category: https +
+
timestamp
1660750368
+
title
[linkbudz rss feed] Defmacro for C
+
link
https://www.european-lisp-symposium.org/static/2014/selgrad.pdf
+
content_type
html
+
id
wsinatra20220817153248
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] JavaScript PDP 11/70 emulator +[linkbudz rss feed] JavaScript PDP 11/70 emulator :

JavaScript PDP 11/70 emulator

[https] posted by m455 on August 17, 2022

item information -timestamp: 1660704727 -title: [linkbudz rss feed] JavaScript PDP 11/70 emulator -link: https://skn.noip.me/pdp11/pdp11.html -content_type: html -id: m45520220817025207 -author: -enclosure: -category: https +
+
timestamp
1660704727
+
title
[linkbudz rss feed] JavaScript PDP 11/70 emulator
+
link
https://skn.noip.me/pdp11/pdp11.html
+
content_type
html
+
id
m45520220817025207
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] tenpo ko: a universal timezone clock +[linkbudz rss feed] tenpo ko: a universal timezone clock :

tenpo ko: a universal timezone clock

[http] posted by dozens on August 17, 2022

item information -timestamp: 1660696023 -title: [linkbudz rss feed] tenpo ko: a universal timezone clock -link: http://tilde.town/~dozens/tenpoko/ -content_type: html -id: dozens20220817002703 -author: -enclosure: -category: http +
+
timestamp
1660696023
+
title
[linkbudz rss feed] tenpo ko: a universal timezone clock
+
link
http://tilde.town/~dozens/tenpoko/
+
content_type
html
+
id
dozens20220817002703
+
author
+
enclosure
+
category
http
+
-[Brainshit] Big Mac Chicken +[Brainshit] Big Mac Chicken :
McDonald's tente de déclencher une guerre civile en sortant une version poulet de son burger phare. Le Big Mac Chicken a la même taille décevante que le Big Mac, et comme le poulet a encore moins de goût que le bœuf, on sent ressortir encore plus la sauce Big Mac, ce qui pourrait faire plaisir à ses fans s'ils se décident à accepter qu'on puisse essayer d'innover sur leur burger. Tout comme le P'tit Wrap Bœuf Deluxe, c'est pas super intéressant, mais pas mauvais non plus. Meh / 7
item information -timestamp: 1660687200 -title: [Brainshit] Big Mac Chicken -link: https://brainshit.fr/read/315 -content_type: html -id: https://brainshit.fr/read/315 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Gastronomie +
+
timestamp
1660687200
+
title
[Brainshit] Big Mac Chicken
+
link
https://brainshit.fr/read/315
+
content_type
html
+
id
https://brainshit.fr/read/315
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Gastronomie
+
-[linkbudz rss feed] Hank explains the new US climate law, and why we can be optimistic about it. +[linkbudz rss feed] Hank explains the new US climate law, and why we can be optimistic about it. :

Hank explains the new US climate law, and why we can be optimistic about it.

[https] posted by kindrobot on August 15, 2022

item information -timestamp: 1660574445 -title: [linkbudz rss feed] Hank explains the new US climate law, and why we can be optimistic about it. -link: https://www.youtube.com/watch?v=qw5zzrOpo2s -content_type: html -id: kindrobot20220815144045 -author: -enclosure: -category: https +
+
timestamp
1660574445
+
title
[linkbudz rss feed] Hank explains the new US climate law, and why we can be optimistic about it.
+
link
https://www.youtube.com/watch?v=qw5zzrOpo2s
+
content_type
html
+
id
kindrobot20220815144045
+
author
+
enclosure
+
category
https
+
-[(lambda (x) (create x))] Auskultanto +[(lambda (x) (create x))] Auskultanto : @@ -450,107 +469,116 @@ Scripts:

Once again, this tool is just a prototype, something thrown together in a couple of hours to see if it can even be done. I'm proud of how resilient and flexible it seems right out the box. I'll continue to work at the idea and expand on the functionality in the future, but for now enjoy a toy monitoring system.

item information -timestamp: 1660564800 -title: [(lambda (x) (create x))] Auskultanto -link: https://lambdacreate.com/posts/38 -content_type: html -id: https://lambdacreate.com/posts/38 -author: -enclosure: -category: +
+
timestamp
1660564800
+
title
[(lambda (x) (create x))] Auskultanto
+
link
https://lambdacreate.com/posts/38
+
content_type
html
+
id
https://lambdacreate.com/posts/38
+
author
+
enclosure
+
category
+
-[RSRSSS] tilde whirl +[RSRSSS] tilde whirl :

~dozens has started a podcast with tildeverse citizens as its guests. Since podcasts are fully backed by RSS, well there is an RSS feed available. I helped him iron out some details on the feed, since I had never toyed with RSS feeds for podcasts before and wanted to look at them a bit more in-depth. Maybe if I get enough experience helping casakhstan people set up their podcast feeds, I will write about it here…

item information -timestamp: 1660564323 -title: [RSRSSS] tilde whirl -link: http://tilde.town/~dozens/podcast/rss.xml -content_type: html -id: tilde-whirl -author: -enclosure: -category: Feed|Podcast +
+
timestamp
1660564323
+
title
[RSRSSS] tilde whirl
+
link
http://tilde.town/~dozens/podcast/rss.xml
+
content_type
html
+
id
tilde-whirl
+
author
+
enclosure
+
category
Feed|Podcast
+
-[~lucidiot's wiki] tank +[~lucidiot's wiki] tank :
item information -timestamp: 1660550801 -title: [~lucidiot's wiki] tank -link: https://envs.net/~lucidiot/tank.html -content_type: -id: https://envs.net/~lucidiot/tank.html -author: -enclosure: -category: +
+
timestamp
1660550801
+
title
[~lucidiot's wiki] tank
+
link
https://envs.net/~lucidiot/tank.html
+
content_type
+
id
https://envs.net/~lucidiot/tank.html
+
author
+
enclosure
+
category
+
-[~lucidiot's wiki] notebooks +[~lucidiot's wiki] notebooks :
item information -timestamp: 1660542735 -title: [~lucidiot's wiki] notebooks -link: https://envs.net/~lucidiot/notebooks.html -content_type: -id: https://envs.net/~lucidiot/notebooks.html -author: -enclosure: -category: +
+
timestamp
1660542735
+
title
[~lucidiot's wiki] notebooks
+
link
https://envs.net/~lucidiot/notebooks.html
+
content_type
+
id
https://envs.net/~lucidiot/notebooks.html
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] C Isn't A Programming Language Anymore +[linkbudz rss feed] C Isn't A Programming Language Anymore :

C Isn't A Programming Language Anymore

[https] posted by dozens on August 15, 2022

item information -timestamp: 1660528100 -title: [linkbudz rss feed] C Isn't A Programming Language Anymore -link: https://gankra.github.io/blah/c-isnt-a-language/ -content_type: html -id: dozens20220815014820 -author: -enclosure: -category: https +
+
timestamp
1660528100
+
title
[linkbudz rss feed] C Isn't A Programming Language Anymore
+
link
https://gankra.github.io/blah/c-isnt-a-language/
+
content_type
html
+
id
dozens20220815014820
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] 43beans +[linkbudz rss feed] 43beans :

43beans

[https] posted by acdw on August 14, 2022

item information -timestamp: 1660490080 -title: [linkbudz rss feed] 43beans -link: https://www.youtube.com/watch?v=3V84Bi-mzQM -content_type: html -id: acdw20220814151440 -author: -enclosure: -category: https +
+
timestamp
1660490080
+
title
[linkbudz rss feed] 43beans
+
link
https://www.youtube.com/watch?v=3V84Bi-mzQM
+
content_type
html
+
id
acdw20220814151440
+
author
+
enclosure
+
category
https
+
-[dozens weed] 00030 re: [acdw] 2 +[dozens weed] 00030 re: [acdw] 2 :

I’ve subscribed to friends’ weeds (really dozens for now—hi dozens!) under a hidden link on my planet.acdw.net thing. I hope this is okay with everyone.

@@ -577,20 +605,21 @@ category: https

I did use rlwrap! I like having command history for the most part. But yeah that does provide some better cursor control.

Whoa, just read the manpage on readline and it is much more configurable than I ever realized..

item information -timestamp: 1660486377 -title: [dozens weed] 00030 re: [acdw] 2 -link: -content_type: html -id: Sun, 14 Aug 2022 10:12:57 -0400 -author: dozens sin leche -enclosure: -category: +
+
timestamp
1660486377
+
title
[dozens weed] 00030 re: [acdw] 2
+
link
+
content_type
html
+
id
Sun, 14 Aug 2022 10:12:57 -0400
+
author
dozens sin leche
+
enclosure
+
category
+
-[dozens weed] 00029 ed +[dozens weed] 00029 ed :

ed is the standard editor

@@ -629,304 +658,324 @@ category:

There is no vimrc to get distracted by. No config to waste time tweaking. All there is to do is just write. There is nothing else.

I do think that my little e-ink typewriter might be both more fun and more useful if I had the option to write and edit in ed. Now that I’ve spent some time with it, I do think that a line based editor is both more useful and more elegant than the primative character based editor it has.

item information -timestamp: 1660443015 -title: [dozens weed] 00029 ed -link: -content_type: html -id: Sat, 13 Aug 2022 22:10:15 -0400 -author: dozens sin leche -enclosure: -category: +
+
timestamp
1660443015
+
title
[dozens weed] 00029 ed
+
link
+
content_type
html
+
id
Sat, 13 Aug 2022 22:10:15 -0400
+
author
dozens sin leche
+
enclosure
+
category
+
-[linkbudz rss feed] How can Santa keep his lists when the GDPR is around? +[linkbudz rss feed] How can Santa keep his lists when the GDPR is around? :

How can Santa keep his lists when the GDPR is around?

[https] posted by lucidiot on August 13, 2022

item information -timestamp: 1660432338 -title: [linkbudz rss feed] How can Santa keep his lists when the GDPR is around? -link: https://worldbuilding.stackexchange.com/q/114033 -content_type: html -id: lucidiot20220813231218 -author: -enclosure: -category: https +
+
timestamp
1660432338
+
title
[linkbudz rss feed] How can Santa keep his lists when the GDPR is around?
+
link
https://worldbuilding.stackexchange.com/q/114033
+
content_type
html
+
id
lucidiot20220813231218
+
author
+
enclosure
+
category
https
+
-[Brainshit] Blog-Driven Development +[Brainshit] Blog-Driven Development :
Une longue réflexion sur une pratique que j'ai commencé sans vraiment y penser depuis un an.
item information -timestamp: 1660428000 -title: [Brainshit] Blog-Driven Development -link: https://brainshit.fr/read/314 -content_type: html -id: https://brainshit.fr/read/314 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Productivité +
+
timestamp
1660428000
+
title
[Brainshit] Blog-Driven Development
+
link
https://brainshit.fr/read/314
+
content_type
html
+
id
https://brainshit.fr/read/314
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Productivité
+
-[linkbudz rss feed] writing an xml schema validator in… xml +[linkbudz rss feed] writing an xml schema validator in… xml :

writing an xml schema validator in… xml

[https] posted by lucidiot on August 11, 2022

item information -timestamp: 1660254767 -title: [linkbudz rss feed] writing an xml schema validator in… xml -link: https://www.saxonica.com/papers/markupuk-2018mhk.pdf -content_type: html -id: lucidiot20220811215247 -author: -enclosure: -category: https +
+
timestamp
1660254767
+
title
[linkbudz rss feed] writing an xml schema validator in… xml
+
link
https://www.saxonica.com/papers/markupuk-2018mhk.pdf
+
content_type
html
+
id
lucidiot20220811215247
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] A Picture of a Hot Dog +[linkbudz rss feed] A Picture of a Hot Dog :

A Picture of a Hot Dog

[https] posted by acdw on August 11, 2022

item information -timestamp: 1660250944 -title: [linkbudz rss feed] A Picture of a Hot Dog -link: https://www.pictureofhotdog.com/ -content_type: html -id: acdw20220811204904 -author: -enclosure: -category: https +
+
timestamp
1660250944
+
title
[linkbudz rss feed] A Picture of a Hot Dog
+
link
https://www.pictureofhotdog.com/
+
content_type
html
+
id
acdw20220811204904
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] ansi tarot art +[linkbudz rss feed] ansi tarot art :

ansi tarot art

[https] posted by dozens on August 11, 2022

item information -timestamp: 1660248227 -title: [linkbudz rss feed] ansi tarot art -link: https://16colo.rs/pack/lbs-tarot/ -content_type: html -id: dozens20220811200347 -author: -enclosure: -category: https +
+
timestamp
1660248227
+
title
[linkbudz rss feed] ansi tarot art
+
link
https://16colo.rs/pack/lbs-tarot/
+
content_type
html
+
id
dozens20220811200347
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] IRC bot written in Retro Forth +[linkbudz rss feed] IRC bot written in Retro Forth :

IRC bot written in Retro Forth

[http] posted by wsinatra on August 11, 2022

item information -timestamp: 1660232892 -title: [linkbudz rss feed] IRC bot written in Retro Forth -link: http://retroforth.org/examples/irc-bot.retro.html -content_type: html -id: wsinatra20220811154812 -author: -enclosure: -category: http +
+
timestamp
1660232892
+
title
[linkbudz rss feed] IRC bot written in Retro Forth
+
link
http://retroforth.org/examples/irc-bot.retro.html
+
content_type
html
+
id
wsinatra20220811154812
+
author
+
enclosure
+
category
http
+
-[linkbudz rss feed] Gemini Server written in Retro Forth +[linkbudz rss feed] Gemini Server written in Retro Forth :

Gemini Server written in Retro Forth

[http] posted by wsinatra on August 11, 2022

item information -timestamp: 1660232253 -title: [linkbudz rss feed] Gemini Server written in Retro Forth -link: http://retroforth.org/examples/atua-gemini.retro.html -content_type: html -id: wsinatra20220811153733 -author: -enclosure: -category: http +
+
timestamp
1660232253
+
title
[linkbudz rss feed] Gemini Server written in Retro Forth
+
link
http://retroforth.org/examples/atua-gemini.retro.html
+
content_type
html
+
id
wsinatra20220811153733
+
author
+
enclosure
+
category
http
+
-[linkbudz rss feed] apparently the basement allows you to turn your account into an IRC bouncer by setting an "always on" thingy to true?? +[linkbudz rss feed] apparently the basement allows you to turn your account into an IRC bouncer by setting an "always on" thingy to true?? :

apparently the basement allows you to turn your account into an IRC bouncer by setting an "always on" thingy to true??

[https] posted by m455 on August 11, 2022

item information -timestamp: 1660184500 -title: [linkbudz rss feed] apparently the basement allows you to turn your account into an IRC bouncer by setting an "always on" thingy to true?? -link: https://github.com/ergochat/ergo/blob/stable/docs/USERGUIDE.md#always-on -content_type: html -id: m45520220811022140 -author: -enclosure: -category: https +
+
timestamp
1660184500
+
title
[linkbudz rss feed] apparently the basement allows you to turn your account into an IRC bouncer by setting an "always on" thingy to true??
+
link
https://github.com/ergochat/ergo/blob/stable/docs/USERGUIDE.md#always-on
+
content_type
html
+
id
m45520220811022140
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] the joy of smol projects +[linkbudz rss feed] the joy of smol projects :

the joy of smol projects

[https] posted by lucidiot on August 10, 2022

item information -timestamp: 1660165621 -title: [linkbudz rss feed] the joy of smol projects -link: https://schroer.ca/2022/04/10/the-joy-of-small-projects/ -content_type: html -id: lucidiot20220810210701 -author: -enclosure: -category: https +
+
timestamp
1660165621
+
title
[linkbudz rss feed] the joy of smol projects
+
link
https://schroer.ca/2022/04/10/the-joy-of-small-projects/
+
content_type
html
+
id
lucidiot20220810210701
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] leprd.space: free web hosting for hobbyists +[linkbudz rss feed] leprd.space: free web hosting for hobbyists :

leprd.space: free web hosting for hobbyists

[https] posted by m455 on August 10, 2022

item information -timestamp: 1660117262 -title: [linkbudz rss feed] leprd.space: free web hosting for hobbyists -link: https://leprd.space/ -content_type: html -id: m45520220810074102 -author: -enclosure: -category: https +
+
timestamp
1660117262
+
title
[linkbudz rss feed] leprd.space: free web hosting for hobbyists
+
link
https://leprd.space/
+
content_type
html
+
id
m45520220810074102
+
author
+
enclosure
+
category
https
+
-[Dozens and Dragons] Wicked Grin +[Dozens and Dragons] Wicked Grin :
Lightweight Quickstart Rules for Seriously Fun Games
item information -timestamp: 1660104000 -title: [Dozens and Dragons] Wicked Grin -link: https://dozensanddragons.neocities.org/31.html -content_type: html -id: https://dozensanddragons.neocities.org/31.html -author: -enclosure: -category: +
+
timestamp
1660104000
+
title
[Dozens and Dragons] Wicked Grin
+
link
https://dozensanddragons.neocities.org/31.html
+
content_type
html
+
id
https://dozensanddragons.neocities.org/31.html
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] m455 finally made a CNAME to point friends.m455.casa to casa.tildepages.org! long live the commonhealth of casakhstan! +[linkbudz rss feed] m455 finally made a CNAME to point friends.m455.casa to casa.tildepages.org! long live the commonhealth of casakhstan! :

m455 finally made a CNAME to point friends.m455.casa to casa.tildepages.org! long live the commonhealth of casakhstan!

[https] posted by m455 on August 09, 2022

item information -timestamp: 1660060603 -title: [linkbudz rss feed] m455 finally made a CNAME to point friends.m455.casa to casa.tildepages.org! long live the commonhealth of casakhstan! -link: https://friends.m455.casa/ -content_type: html -id: m45520220809155643 -author: -enclosure: -category: https +
+
timestamp
1660060603
+
title
[linkbudz rss feed] m455 finally made a CNAME to point friends.m455.casa to casa.tildepages.org! long live the commonhealth of casakhstan!
+
link
https://friends.m455.casa/
+
content_type
html
+
id
m45520220809155643
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] acdw has a new authoring tool and markup language! +[linkbudz rss feed] acdw has a new authoring tool and markup language! :

acdw has a new authoring tool and markup language!

[https] posted by m455 on August 09, 2022

item information -timestamp: 1660010615 -title: [linkbudz rss feed] acdw has a new authoring tool and markup language! -link: https://git.acdw.net/ht -content_type: html -id: m45520220809020335 -author: -enclosure: -category: https +
+
timestamp
1660010615
+
title
[linkbudz rss feed] acdw has a new authoring tool and markup language!
+
link
https://git.acdw.net/ht
+
content_type
html
+
id
m45520220809020335
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Gemini/Gopher simple intro +[linkbudz rss feed] Gemini/Gopher simple intro :

Gemini/Gopher simple intro

[https] posted by wsinatra on August 08, 2022

item information -timestamp: 1659979984 -title: [linkbudz rss feed] Gemini/Gopher simple intro -link: https://thedorkweb.substack.com/p/gopher-gemini-and-the-smol-internet -content_type: html -id: wsinatra20220808173304 -author: -enclosure: -category: https +
+
timestamp
1659979984
+
title
[linkbudz rss feed] Gemini/Gopher simple intro
+
link
https://thedorkweb.substack.com/p/gopher-gemini-and-the-smol-internet
+
content_type
html
+
id
wsinatra20220808173304
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] EFF Defcon 30 appearances +[linkbudz rss feed] EFF Defcon 30 appearances :

EFF Defcon 30 appearances

[https] posted by wsinatra on August 08, 2022

item information -timestamp: 1659979886 -title: [linkbudz rss feed] EFF Defcon 30 appearances -link: https://www.eff.org/deeplinks/2022/07/hacking-future-def-con-30 -content_type: html -id: wsinatra20220808173126 -author: -enclosure: -category: https +
+
timestamp
1659979886
+
title
[linkbudz rss feed] EFF Defcon 30 appearances
+
link
https://www.eff.org/deeplinks/2022/07/hacking-future-def-con-30
+
content_type
html
+
id
wsinatra20220808173126
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] proposing a 'systems' lisp +[linkbudz rss feed] proposing a 'systems' lisp :

proposing a 'systems' lisp

[https] posted by dozens on August 08, 2022

item information -timestamp: 1659963300 -title: [linkbudz rss feed] proposing a 'systems' lisp -link: https://dustycloud.org/blog/guile-steel-proposal/ -content_type: html -id: dozens20220808125500 -author: -enclosure: -category: https +
+
timestamp
1659963300
+
title
[linkbudz rss feed] proposing a 'systems' lisp
+
link
https://dustycloud.org/blog/guile-steel-proposal/
+
content_type
html
+
id
dozens20220808125500
+
author
+
enclosure
+
category
https
+
-[m455.casa] meet lol, my new website generator! +[m455.casa] meet lol, my new website generator! : @@ -1090,20 +1139,21 @@ old posts because they bring back good programming adventure memories for me.

If you want to check out the source code for my new website generator, you can view it here.

item information -timestamp: 1659916800 -title: [m455.casa] meet lol, my new website generator! -link: https://m455.casa/posts/2022/meet-lol-my-new-website-generator.html -content_type: html -id: https://m455.casa/posts/2022/meet-lol-my-new-website-generator.html -author: -enclosure: -category: +
+
timestamp
1659916800
+
title
[m455.casa] meet lol, my new website generator!
+
link
https://m455.casa/posts/2022/meet-lol-my-new-website-generator.html
+
content_type
html
+
id
https://m455.casa/posts/2022/meet-lol-my-new-website-generator.html
+
author
+
enclosure
+
category
+
-[RSRSSS] Gitea has most feeds, except the most important one +[RSRSSS] Gitea has most feeds, except the most important one :

While Gitea's 1.16.0 release added support for user feeds, it was laching the feeds for repositories, organizations, releases and commits. The 1.17.0 release adds support for feeds on repositories and adds support for feeds on organizations, but the feed for releases, the most well-known and most commonly used feed on GitHub, is still missing.

As mentioned earlier when I talked about the 1.16.0 release, the feeds are accessible either by setting the Accept header to application/rss+xml or application/atom+xml when requesting a user, an organization or a repository's URL, or by appending .rss or .atom to the username, repository name or organization name. Some examples:

@@ -1115,216 +1165,229 @@ category:

I hope that we will see the feeds for releases in the next release, so that Gitea adds the one missing feature to make package maintainers happy.

By the way, the RSS feed for the RSRSSS repo could be called the Really Simple RSRSSS Repository Syndication feed, or RSRSRSSSRS.

item information -timestamp: 1659914883 -title: [RSRSSS] Gitea has most feeds, except the most important one -link: -content_type: html -id: gitea-most-feeds -author: -enclosure: -category: Tip +
+
timestamp
1659914883
+
title
[RSRSSS] Gitea has most feeds, except the most important one
+
link
+
content_type
html
+
id
gitea-most-feeds
+
author
+
enclosure
+
category
Tip
+
-[linkbudz rss feed] CISA 2021 Top Malware Strains +[linkbudz rss feed] CISA 2021 Top Malware Strains :

CISA 2021 Top Malware Strains

[https] posted by wsinatra on August 05, 2022

item information -timestamp: 1659707012 -title: [linkbudz rss feed] CISA 2021 Top Malware Strains -link: https://www.cisa.gov/uscert/ncas/alerts/aa22-216a -content_type: html -id: wsinatra20220805134332 -author: -enclosure: -category: https +
+
timestamp
1659707012
+
title
[linkbudz rss feed] CISA 2021 Top Malware Strains
+
link
https://www.cisa.gov/uscert/ncas/alerts/aa22-216a
+
content_type
html
+
id
wsinatra20220805134332
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] How to surf the web +[linkbudz rss feed] How to surf the web :

How to surf the web

[https] posted by mio on August 04, 2022

item information -timestamp: 1659650190 -title: [linkbudz rss feed] How to surf the web -link: https://sadgrl.online/cyberspace/surf-the-web.html -content_type: html -id: mio20220804215630 -author: -enclosure: -category: https +
+
timestamp
1659650190
+
title
[linkbudz rss feed] How to surf the web
+
link
https://sadgrl.online/cyberspace/surf-the-web.html
+
content_type
html
+
id
mio20220804215630
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] oh god, rss3 is coming +[linkbudz rss feed] oh god, rss3 is coming :

oh god, rss3 is coming

[https] posted by acdw on August 04, 2022

item information -timestamp: 1659633296 -title: [linkbudz rss feed] oh god, rss3 is coming -link: https://blog.rss3.io/ -content_type: html -id: acdw20220804171456 -author: -enclosure: -category: https +
+
timestamp
1659633296
+
title
[linkbudz rss feed] oh god, rss3 is coming
+
link
https://blog.rss3.io/
+
content_type
html
+
id
acdw20220804171456
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Simple CA Tutorial +[linkbudz rss feed] Simple CA Tutorial :

Simple CA Tutorial

[https] posted by wsinatra on August 04, 2022

item information -timestamp: 1659621190 -title: [linkbudz rss feed] Simple CA Tutorial -link: https://jamielinux.com/docs/openssl-certificate-authority/introduction.html -content_type: html -id: wsinatra20220804135310 -author: -enclosure: -category: https +
+
timestamp
1659621190
+
title
[linkbudz rss feed] Simple CA Tutorial
+
link
https://jamielinux.com/docs/openssl-certificate-authority/introduction.html
+
content_type
html
+
id
wsinatra20220804135310
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Wazuh, an open source SIEM platform +[linkbudz rss feed] Wazuh, an open source SIEM platform :

Wazuh, an open source SIEM platform

[https] posted by wsinatra on August 03, 2022

item information -timestamp: 1659557326 -title: [linkbudz rss feed] Wazuh, an open source SIEM platform -link: https://wazuh.com/ -content_type: html -id: wsinatra20220803200846 -author: -enclosure: -category: https +
+
timestamp
1659557326
+
title
[linkbudz rss feed] Wazuh, an open source SIEM platform
+
link
https://wazuh.com/
+
content_type
html
+
id
wsinatra20220803200846
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Google map hacks +[linkbudz rss feed] Google map hacks :

Google map hacks

[http] posted by m455 on August 03, 2022

item information -timestamp: 1659556751 -title: [linkbudz rss feed] Google map hacks -link: http://www.simonweckert.com/googlemapshacks.html -content_type: html -id: m45520220803195911 -author: -enclosure: -category: http +
+
timestamp
1659556751
+
title
[linkbudz rss feed] Google map hacks
+
link
http://www.simonweckert.com/googlemapshacks.html
+
content_type
html
+
id
m45520220803195911
+
author
+
enclosure
+
category
http
+
-[linkbudz rss feed] cursed software bugs, with rss feed +[linkbudz rss feed] cursed software bugs, with rss feed :

cursed software bugs, with rss feed

[https] posted by lucidiot on August 03, 2022

item information -timestamp: 1659546117 -title: [linkbudz rss feed] cursed software bugs, with rss feed -link: https://500mile.email/ -content_type: html -id: lucidiot20220803170157 -author: -enclosure: -category: https +
+
timestamp
1659546117
+
title
[linkbudz rss feed] cursed software bugs, with rss feed
+
link
https://500mile.email/
+
content_type
html
+
id
lucidiot20220803170157
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] We can't send email more than 500 miles +[linkbudz rss feed] We can't send email more than 500 miles :

We can't send email more than 500 miles

[https] posted by wsinatra on August 03, 2022

item information -timestamp: 1659546065 -title: [linkbudz rss feed] We can't send email more than 500 miles -link: https://web.mit.edu/jemorris/humor/500-miles -content_type: html -id: wsinatra20220803170105 -author: -enclosure: -category: https +
+
timestamp
1659546065
+
title
[linkbudz rss feed] We can't send email more than 500 miles
+
link
https://web.mit.edu/jemorris/humor/500-miles
+
content_type
html
+
id
wsinatra20220803170105
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] if you type in your pw, it will show as stars +[linkbudz rss feed] if you type in your pw, it will show as stars :

if you type in your pw, it will show as stars

[http] posted by wsinatra on August 03, 2022

item information -timestamp: 1659546000 -title: [linkbudz rss feed] if you type in your pw, it will show as stars -link: http://bash.org/?244321 -content_type: html -id: wsinatra20220803170000 -author: -enclosure: -category: http +
+
timestamp
1659546000
+
title
[linkbudz rss feed] if you type in your pw, it will show as stars
+
link
http://bash.org/?244321
+
content_type
html
+
id
wsinatra20220803170000
+
author
+
enclosure
+
category
http
+
-[linkbudz rss feed] RAID is not a policing method +[linkbudz rss feed] RAID is not a policing method :

RAID is not a policing method

[https] posted by wsinatra on August 03, 2022

item information -timestamp: 1659533694 -title: [linkbudz rss feed] RAID is not a policing method -link: https://en.wikipedia.org/wiki/Standard_RAID_levels -content_type: html -id: wsinatra20220803133454 -author: -enclosure: -category: https +
+
timestamp
1659533694
+
title
[linkbudz rss feed] RAID is not a policing method
+
link
https://en.wikipedia.org/wiki/Standard_RAID_levels
+
content_type
html
+
id
wsinatra20220803133454
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] the french police is not a backup. +[linkbudz rss feed] the french police is not a backup. :

the french police is not a backup.

[https] posted by lucidiot on August 03, 2022

item information -timestamp: 1659533332 -title: [linkbudz rss feed] the french police is not a backup. -link: https://en.wikipedia.org/wiki/RAID_(French_police_unit) -content_type: html -id: lucidiot20220803132852 -author: -enclosure: -category: https +
+
timestamp
1659533332
+
title
[linkbudz rss feed] the french police is not a backup.
+
link
https://en.wikipedia.org/wiki/RAID_(French_police_unit)
+
content_type
html
+
id
lucidiot20220803132852
+
author
+
enclosure
+
category
https
+
-[Lowtech Radio Gazette] The Hardest Part +[Lowtech Radio Gazette] The Hardest Part :
item information -timestamp: 1659528000 -title: [Lowtech Radio Gazette] The Hardest Part -link: https://lambdacreate.com/podcast/ltrg/1 -content_type: html -id: ltrg-1 -author: -enclosure: https://lambdacreate.com/static/ltrg/ltrg-1.mp3 -category: +
+
timestamp
1659528000
+
title
[Lowtech Radio Gazette] The Hardest Part
+
link
https://lambdacreate.com/podcast/ltrg/1
+
content_type
html
+
id
ltrg-1
+
author
+
enclosure
https://lambdacreate.com/static/ltrg/ltrg-1.mp3
+
category
+
-[linkbudz rss feed] a blog about plaintext +[linkbudz rss feed] a blog about plaintext :

a blog about plaintext

[https] posted by lucidiot on August 03, 2022

item information -timestamp: 1659509363 -title: [linkbudz rss feed] a blog about plaintext -link: https://plaintextproject.online/ -content_type: html -id: lucidiot20220803064923 -author: -enclosure: -category: https +
+
timestamp
1659509363
+
title
[linkbudz rss feed] a blog about plaintext
+
link
https://plaintextproject.online/
+
content_type
html
+
id
lucidiot20220803064923
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] smol Windows, Palm OS and OSX apps +[linkbudz rss feed] smol Windows, Palm OS and OSX apps :

smol Windows, Palm OS and OSX apps

[https] posted by lucidiot on August 03, 2022

item information -timestamp: 1659509331 -title: [linkbudz rss feed] smol Windows, Palm OS and OSX apps -link: https://tinyapps.org/ -content_type: html -id: lucidiot20220803064851 -author: -enclosure: -category: https +
+
timestamp
1659509331
+
title
[linkbudz rss feed] smol Windows, Palm OS and OSX apps
+
link
https://tinyapps.org/
+
content_type
html
+
id
lucidiot20220803064851
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Interneting is Hard - webdev tutorials for beginners +[linkbudz rss feed] Interneting is Hard - webdev tutorials for beginners :

Interneting is Hard - webdev tutorials for beginners

[https] posted by mio on August 02, 2022

item information -timestamp: 1659455230 -title: [linkbudz rss feed] Interneting is Hard - webdev tutorials for beginners -link: https://www.internetingishard.com/ -content_type: html -id: mio20220802154710 -author: -enclosure: -category: https +
+
timestamp
1659455230
+
title
[linkbudz rss feed] Interneting is Hard - webdev tutorials for beginners
+
link
https://www.internetingishard.com/
+
content_type
html
+
id
mio20220802154710
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] a 'quick and dirty' literate programming tool in awk +[linkbudz rss feed] a 'quick and dirty' literate programming tool in awk :

a 'quick and dirty' literate programming tool in awk

[https] posted by acdw on August 02, 2022

item information -timestamp: 1659450727 -title: [linkbudz rss feed] a 'quick and dirty' literate programming tool in awk -link: https://acdw.casa/docawk/ -content_type: html -id: acdw20220802143207 -author: -enclosure: -category: https +
+
timestamp
1659450727
+
title
[linkbudz rss feed] a 'quick and dirty' literate programming tool in awk
+
link
https://acdw.casa/docawk/
+
content_type
html
+
id
acdw20220802143207
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Wikipedia is a quality resource +[linkbudz rss feed] Wikipedia is a quality resource :

Wikipedia is a quality resource

[https] posted by lucidiot on August 01, 2022

item information -timestamp: 1659380358 -title: [linkbudz rss feed] Wikipedia is a quality resource -link: https://en.wikipedia.org/wiki/Category:Wikipedia_slapping_templates -content_type: html -id: lucidiot20220801185918 -author: -enclosure: -category: https +
+
timestamp
1659380358
+
title
[linkbudz rss feed] Wikipedia is a quality resource
+
link
https://en.wikipedia.org/wiki/Category:Wikipedia_slapping_templates
+
content_type
html
+
id
lucidiot20220801185918
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] The free and healthy typeface for bread and butter use +[linkbudz rss feed] The free and healthy typeface for bread and butter use :

The free and healthy typeface for bread and butter use

[http] posted by dozens on August 01, 2022

item information -timestamp: 1659372207 -title: [linkbudz rss feed] The free and healthy typeface for bread and butter use -link: http://vollkorn-typeface.com/ -content_type: html -id: dozens20220801164327 -author: -enclosure: -category: http +
+
timestamp
1659372207
+
title
[linkbudz rss feed] The free and healthy typeface for bread and butter use
+
link
http://vollkorn-typeface.com/
+
content_type
html
+
id
dozens20220801164327
+
author
+
enclosure
+
category
http
+
-[linkbudz rss feed] Open letter to Google Security team from a librarian (warning: GDocs link) +[linkbudz rss feed] Open letter to Google Security team from a librarian (warning: GDocs link) :

Open letter to Google Security team from a librarian (warning: GDocs link)

[https] posted by acdw on August 01, 2022

item information -timestamp: 1659370095 -title: [linkbudz rss feed] Open letter to Google Security team from a librarian (warning: GDocs link) -link: https://docs.google.com/document/d/1f6HPQbUjslcbjVHkJkAgYmQmBV3PRRHEcx4WL5rxuE8/preview -content_type: html -id: acdw20220801160815 -author: -enclosure: -category: https +
+
timestamp
1659370095
+
title
[linkbudz rss feed] Open letter to Google Security team from a librarian (warning: GDocs link)
+
link
https://docs.google.com/document/d/1f6HPQbUjslcbjVHkJkAgYmQmBV3PRRHEcx4WL5rxuE8/preview
+
content_type
html
+
id
acdw20220801160815
+
author
+
enclosure
+
category
https
+
-[Brainshit] Les assistants Web de Windows XP +[Brainshit] Les assistants Web de Windows XP :
À la découverte de quelques assistants très particuliers de Windows XP.
item information -timestamp: 1659218400 -title: [Brainshit] Les assistants Web de Windows XP -link: https://brainshit.fr/read/308 -content_type: html -id: https://brainshit.fr/read/308 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Informatique +
+
timestamp
1659218400
+
title
[Brainshit] Les assistants Web de Windows XP
+
link
https://brainshit.fr/read/308
+
content_type
html
+
id
https://brainshit.fr/read/308
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Informatique
+
-[linkbudz rss feed] Simple Firewalls with iptables +[linkbudz rss feed] Simple Firewalls with iptables :

Simple Firewalls with iptables

[http] posted by wsinatra on July 29, 2022

item information -timestamp: 1659101991 -title: [linkbudz rss feed] Simple Firewalls with iptables -link: http://lambdacreate.com/posts/37 -content_type: html -id: wsinatra20220729133951 -author: -enclosure: -category: http +
+
timestamp
1659101991
+
title
[linkbudz rss feed] Simple Firewalls with iptables
+
link
http://lambdacreate.com/posts/37
+
content_type
html
+
id
wsinatra20220729133951
+
author
+
enclosure
+
category
http
+
-[linkbudz rss feed] The Old School Computer Challenge Rules! +[linkbudz rss feed] The Old School Computer Challenge Rules! :

The Old School Computer Challenge Rules!

[https] posted by wsinatra on July 29, 2022

item information -timestamp: 1659101724 -title: [linkbudz rss feed] The Old School Computer Challenge Rules! -link: https://dataswamp.org/~solene/2021-07-07-old-computer-challenge.html -content_type: html -id: wsinatra20220729133524 -author: -enclosure: -category: https +
+
timestamp
1659101724
+
title
[linkbudz rss feed] The Old School Computer Challenge Rules!
+
link
https://dataswamp.org/~solene/2021-07-07-old-computer-challenge.html
+
content_type
html
+
id
wsinatra20220729133524
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Mess with DNS +[linkbudz rss feed] Mess with DNS :

Mess with DNS

[https] posted by wsinatra on July 29, 2022

item information -timestamp: 1659101325 -title: [linkbudz rss feed] Mess with DNS -link: https://jvns.ca/blog/2021/12/15/mess-with-dns/ -content_type: html -id: wsinatra20220729132845 -author: -enclosure: -category: https +
+
timestamp
1659101325
+
title
[linkbudz rss feed] Mess with DNS
+
link
https://jvns.ca/blog/2021/12/15/mess-with-dns/
+
content_type
html
+
id
wsinatra20220729132845
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Quirky DNS overview +[linkbudz rss feed] Quirky DNS overview :

Quirky DNS overview

[https] posted by wsinatra on July 29, 2022

item information -timestamp: 1659101292 -title: [linkbudz rss feed] Quirky DNS overview -link: https://jvns.ca/blog/2022/02/01/a-dns-resolver-in-80-lines-of-go/ -content_type: html -id: wsinatra20220729132812 -author: -enclosure: -category: https +
+
timestamp
1659101292
+
title
[linkbudz rss feed] Quirky DNS overview
+
link
https://jvns.ca/blog/2022/02/01/a-dns-resolver-in-80-lines-of-go/
+
content_type
html
+
id
wsinatra20220729132812
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Firecracker VM +[linkbudz rss feed] Firecracker VM :

Firecracker VM

[https] posted by wsinatra on July 29, 2022

item information -timestamp: 1659100757 -title: [linkbudz rss feed] Firecracker VM -link: https://jvns.ca/blog/2021/01/23/firecracker--start-a-vm-in-less-than-a-second/ -content_type: html -id: wsinatra20220729131917 -author: -enclosure: -category: https +
+
timestamp
1659100757
+
title
[linkbudz rss feed] Firecracker VM
+
link
https://jvns.ca/blog/2021/01/23/firecracker--start-a-vm-in-less-than-a-second/
+
content_type
html
+
id
wsinatra20220729131917
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Recutils, GOOPS and virtual slots +[linkbudz rss feed] Recutils, GOOPS and virtual slots :

Recutils, GOOPS and virtual slots

[https] posted by dozens on July 28, 2022

item information -timestamp: 1659052448 -title: [linkbudz rss feed] Recutils, GOOPS and virtual slots -link: https://ane.iki.fi/lisp/goops-virtual-slots-and-ffi.html -content_type: html -id: dozens20220728235408 -author: -enclosure: -category: https +
+
timestamp
1659052448
+
title
[linkbudz rss feed] Recutils, GOOPS and virtual slots
+
link
https://ane.iki.fi/lisp/goops-virtual-slots-and-ffi.html
+
content_type
html
+
id
dozens20220728235408
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Calendar handling with mutt +[linkbudz rss feed] Calendar handling with mutt :

Calendar handling with mutt

[https] posted by wsinatra on July 28, 2022

item information -timestamp: 1659030089 -title: [linkbudz rss feed] Calendar handling with mutt -link: https://dacav.roundhousecode.com/blog/2019-11/09-mutt-calendar-and-such.html -content_type: html -id: wsinatra20220728174129 -author: -enclosure: -category: https +
+
timestamp
1659030089
+
title
[linkbudz rss feed] Calendar handling with mutt
+
link
https://dacav.roundhousecode.com/blog/2019-11/09-mutt-calendar-and-such.html
+
content_type
html
+
id
wsinatra20220728174129
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] charmbracelet goodness for shell scripts without go +[linkbudz rss feed] charmbracelet goodness for shell scripts without go :

charmbracelet goodness for shell scripts without go

[https] posted by dozens on July 28, 2022

item information -timestamp: 1659029764 -title: [linkbudz rss feed] charmbracelet goodness for shell scripts without go -link: https://github.com/charmbracelet/gum -content_type: html -id: dozens20220728173604 -author: -enclosure: -category: https +
+
timestamp
1659029764
+
title
[linkbudz rss feed] charmbracelet goodness for shell scripts without go
+
link
https://github.com/charmbracelet/gum
+
content_type
html
+
id
dozens20220728173604
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] AI Protein Folding? Nifty. +[linkbudz rss feed] AI Protein Folding? Nifty. :

AI Protein Folding? Nifty.

[https] posted by marcus on July 28, 2022

item information -timestamp: 1659017104 -title: [linkbudz rss feed] AI Protein Folding? Nifty. -link: https://www.deepmind.com/blog/alphafold-reveals-the-structure-of-the-protein-universe -content_type: html -id: marcus20220728140504 -author: -enclosure: -category: https +
+
timestamp
1659017104
+
title
[linkbudz rss feed] AI Protein Folding? Nifty.
+
link
https://www.deepmind.com/blog/alphafold-reveals-the-structure-of-the-protein-universe
+
content_type
html
+
id
marcus20220728140504
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Velocipedia - bicycles based on people's attempts to draw them from memory +[linkbudz rss feed] Velocipedia - bicycles based on people's attempts to draw them from memory :

Velocipedia - bicycles based on people's attempts to draw them from memory

[https] posted by mio on July 28, 2022

item information -timestamp: 1659016198 -title: [linkbudz rss feed] Velocipedia - bicycles based on people's attempts to draw them from memory -link: https://www.gianlucagimini.it/portfolio-item/velocipedia/ -content_type: html -id: mio20220728134958 -author: -enclosure: -category: https +
+
timestamp
1659016198
+
title
[linkbudz rss feed] Velocipedia - bicycles based on people's attempts to draw them from memory
+
link
https://www.gianlucagimini.it/portfolio-item/velocipedia/
+
content_type
html
+
id
mio20220728134958
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Zero to chiptune in one hour (2017) +[linkbudz rss feed] Zero to chiptune in one hour (2017) :

Zero to chiptune in one hour (2017)

[https] posted by mio on July 28, 2022

item information -timestamp: 1658972062 -title: [linkbudz rss feed] Zero to chiptune in one hour (2017) -link: https://media.ccc.de/v/SHA2017-175-zero_to_chiptune_in_one_hour -content_type: html -id: mio20220728013422 -author: -enclosure: -category: https +
+
timestamp
1658972062
+
title
[linkbudz rss feed] Zero to chiptune in one hour (2017)
+
link
https://media.ccc.de/v/SHA2017-175-zero_to_chiptune_in_one_hour
+
content_type
html
+
id
mio20220728013422
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] The Ultimate Amiga 500 Talk: Amiga Hardware Design and Programming (2015) +[linkbudz rss feed] The Ultimate Amiga 500 Talk: Amiga Hardware Design and Programming (2015) :

The Ultimate Amiga 500 Talk: Amiga Hardware Design and Programming (2015)

[https] posted by mio on July 28, 2022

item information -timestamp: 1658972022 -title: [linkbudz rss feed] The Ultimate Amiga 500 Talk: Amiga Hardware Design and Programming (2015) -link: https://media.ccc.de/v/32c3-7468-the_ultimate_amiga_500_talk -content_type: html -id: mio20220728013342 -author: -enclosure: -category: https +
+
timestamp
1658972022
+
title
[linkbudz rss feed] The Ultimate Amiga 500 Talk: Amiga Hardware Design and Programming (2015)
+
link
https://media.ccc.de/v/32c3-7468-the_ultimate_amiga_500_talk
+
content_type
html
+
id
mio20220728013342
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] The Ultimate Game Boy Talk (2016) +[linkbudz rss feed] The Ultimate Game Boy Talk (2016) :

The Ultimate Game Boy Talk (2016)

[https] posted by mio on July 28, 2022

item information -timestamp: 1658971950 -title: [linkbudz rss feed] The Ultimate Game Boy Talk (2016) -link: https://media.ccc.de/v/33c3-8029-the_ultimate_game_boy_talk -content_type: html -id: mio20220728013230 -author: -enclosure: -category: https +
+
timestamp
1658971950
+
title
[linkbudz rss feed] The Ultimate Game Boy Talk (2016)
+
link
https://media.ccc.de/v/33c3-8029-the_ultimate_game_boy_talk
+
content_type
html
+
id
mio20220728013230
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Cosmopolitan C +[linkbudz rss feed] Cosmopolitan C :

Cosmopolitan C

[https] posted by acdw on July 27, 2022

item information -timestamp: 1658946453 -title: [linkbudz rss feed] Cosmopolitan C -link: https://justine.lol/cosmopolitan/ -content_type: html -id: acdw20220727182733 -author: -enclosure: -category: https +
+
timestamp
1658946453
+
title
[linkbudz rss feed] Cosmopolitan C
+
link
https://justine.lol/cosmopolitan/
+
content_type
html
+
id
acdw20220727182733
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] The History of & +[linkbudz rss feed] The History of & :

The History of &

[https] posted by acdw on July 27, 2022

item information -timestamp: 1658933616 -title: [linkbudz rss feed] The History of & -link: https://www.merriam-webster.com/words-at-play/the-history-of-ampersand -content_type: html -id: acdw20220727145336 -author: -enclosure: -category: https +
+
timestamp
1658933616
+
title
[linkbudz rss feed] The History of &
+
link
https://www.merriam-webster.com/words-at-play/the-history-of-ampersand
+
content_type
html
+
id
acdw20220727145336
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] TIC-80 byte jam +[linkbudz rss feed] TIC-80 byte jam :

TIC-80 byte jam

[https] posted by mio on July 26, 2022

item information -timestamp: 1658877880 -title: [linkbudz rss feed] TIC-80 byte jam -link: https://media.ccc.de/v/mch2022-226-tic-80-byte-jam -content_type: html -id: mio20220726232440 -author: -enclosure: -category: https +
+
timestamp
1658877880
+
title
[linkbudz rss feed] TIC-80 byte jam
+
link
https://media.ccc.de/v/mch2022-226-tic-80-byte-jam
+
content_type
html
+
id
mio20220726232440
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Rocking the Web Bloat: Modern Gopher, Gemini and the Small Internet +[linkbudz rss feed] Rocking the Web Bloat: Modern Gopher, Gemini and the Small Internet :

Rocking the Web Bloat: Modern Gopher, Gemini and the Small Internet

[https] posted by mio on July 26, 2022

item information -timestamp: 1658877076 -title: [linkbudz rss feed] Rocking the Web Bloat: Modern Gopher, Gemini and the Small Internet -link: https://media.ccc.de/v/mch2022-83-rocking-the-web-bloat-modern-gopher-gemini-and-the-small-internet -content_type: html -id: mio20220726231116 -author: -enclosure: -category: https +
+
timestamp
1658877076
+
title
[linkbudz rss feed] Rocking the Web Bloat: Modern Gopher, Gemini and the Small Internet
+
link
https://media.ccc.de/v/mch2022-83-rocking-the-web-bloat-modern-gopher-gemini-and-the-small-internet
+
content_type
html
+
id
mio20220726231116
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] plop a license in ur projects +[linkbudz rss feed] plop a license in ur projects :

plop a license in ur projects

[https] posted by acdw on July 26, 2022

item information -timestamp: 1658867912 -title: [linkbudz rss feed] plop a license in ur projects -link: https://git.acdw.net/licensor/ -content_type: html -id: acdw20220726203832 -author: -enclosure: -category: https +
+
timestamp
1658867912
+
title
[linkbudz rss feed] plop a license in ur projects
+
link
https://git.acdw.net/licensor/
+
content_type
html
+
id
acdw20220726203832
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] A doctor for your Palm PDAs +[linkbudz rss feed] A doctor for your Palm PDAs :

A doctor for your Palm PDAs

[https] posted by wsinatra on July 26, 2022

item information -timestamp: 1658864880 -title: [linkbudz rss feed] A doctor for your Palm PDAs -link: https://www.palmdr.com/cart/ -content_type: html -id: wsinatra20220726194800 -author: -enclosure: -category: https +
+
timestamp
1658864880
+
title
[linkbudz rss feed] A doctor for your Palm PDAs
+
link
https://www.palmdr.com/cart/
+
content_type
html
+
id
wsinatra20220726194800
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] rewrite it in rust, but in french +[linkbudz rss feed] rewrite it in rust, but in french :

rewrite it in rust, but in french

[https] posted by lucidiot on July 26, 2022

item information -timestamp: 1658864623 -title: [linkbudz rss feed] rewrite it in rust, but in french -link: https://github.com/bnjbvr/rouille -content_type: html -id: lucidiot20220726194343 -author: -enclosure: -category: https +
+
timestamp
1658864623
+
title
[linkbudz rss feed] rewrite it in rust, but in french
+
link
https://github.com/bnjbvr/rouille
+
content_type
html
+
id
lucidiot20220726194343
+
author
+
enclosure
+
category
https
+
-[Brainshit] Trouver des synonymes en craquant un orteil +[Brainshit] Trouver des synonymes en craquant un orteil :
Non, mon cerveau n'est pas en train de craquer. Enfin… pas cette fois.
item information -timestamp: 1658786400 -title: [Brainshit] Trouver des synonymes en craquant un orteil -link: https://brainshit.fr/read/312 -content_type: html -id: https://brainshit.fr/read/312 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Informatique +
+
timestamp
1658786400
+
title
[Brainshit] Trouver des synonymes en craquant un orteil
+
link
https://brainshit.fr/read/312
+
content_type
html
+
id
https://brainshit.fr/read/312
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Informatique
+
-[Dozens and Dragons] It is Time To Plant The Beans +[Dozens and Dragons] It is Time To Plant The Beans :
actual play
item information -timestamp: 1658721600 -title: [Dozens and Dragons] It is Time To Plant The Beans -link: https://dozensanddragons.neocities.org/30.html -content_type: html -id: https://dozensanddragons.neocities.org/30.html -author: -enclosure: -category: +
+
timestamp
1658721600
+
title
[Dozens and Dragons] It is Time To Plant The Beans
+
link
https://dozensanddragons.neocities.org/30.html
+
content_type
html
+
id
https://dozensanddragons.neocities.org/30.html
+
author
+
enclosure
+
category
+
-[lipu pi jan Niko] Minecraft 1.14 was a failure, but here's how to (maybe) improve it +[lipu pi jan Niko] Minecraft 1.14 was a failure, but here's how to (maybe) improve it :
Minecraft 1.14: Village and Pillage was meant to make villages actually interesting to players and increase their importance and make players actually care about them. But as we reach 1.19 and beyond, it’s clear that this didn’t work, and most players still don’t care about villages beyond being a place to pillage earlygame items, sleep the first few nights, and maybe trap a few villagers to use in farms. So why did it fail?
item information -timestamp: 1658707200 -title: [lipu pi jan Niko] Minecraft 1.14 was a failure, but here's how to (maybe) improve it -link: https://tilde.town/~nihilazo/log/minecraftvillage.html -content_type: html -id: https://tilde.town/~nihilazo/log/minecraftvillage.html -author: -enclosure: -category: +
+
timestamp
1658707200
+
title
[lipu pi jan Niko] Minecraft 1.14 was a failure, but here's how to (maybe) improve it
+
link
https://tilde.town/~nihilazo/log/minecraftvillage.html
+
content_type
html
+
id
https://tilde.town/~nihilazo/log/minecraftvillage.html
+
author
+
enclosure
+
category
+
-[Tilde Whirl Tildeverse Podcast] episode 9 +[Tilde Whirl Tildeverse Podcast] episode 9 :
item information -timestamp: 1658689932 -title: [Tilde Whirl Tildeverse Podcast] episode 9 -link: https://tilde.town/~dozens/podcast/2022-07-24-episode-9-tomasino.html -content_type: html -id: Thu, 24 July 2022 12:12:12 -0700 -author: -enclosure: https://archive.org/download/tilderwhirl-S01E01/tildewhirl-s01e09.mp3 -category: +
+
timestamp
1658689932
+
title
[Tilde Whirl Tildeverse Podcast] episode 9
+
link
https://tilde.town/~dozens/podcast/2022-07-24-episode-9-tomasino.html
+
content_type
html
+
id
Thu, 24 July 2022 12:12:12 -0700
+
author
+
enclosure
https://archive.org/download/tilderwhirl-S01E01/tildewhirl-s01e09.mp3
+
category
+
-[~lucidiot's wiki] Compiled Qt translations +[~lucidiot's wiki] Compiled Qt translations :
item information -timestamp: 1658594619 -title: [~lucidiot's wiki] Compiled Qt translations -link: https://envs.net/~lucidiot/qm.html -content_type: -id: https://envs.net/~lucidiot/qm.html -author: -enclosure: -category: +
+
timestamp
1658594619
+
title
[~lucidiot's wiki] Compiled Qt translations
+
link
https://envs.net/~lucidiot/qm.html
+
content_type
+
id
https://envs.net/~lucidiot/qm.html
+
author
+
enclosure
+
category
+
-[~lucidiot's wiki] Agora Nomic +[~lucidiot's wiki] Agora Nomic :
item information -timestamp: 1658594498 -title: [~lucidiot's wiki] Agora Nomic -link: https://envs.net/~lucidiot/agoranomic.html -content_type: -id: https://envs.net/~lucidiot/agoranomic.html -author: -enclosure: -category: +
+
timestamp
1658594498
+
title
[~lucidiot's wiki] Agora Nomic
+
link
https://envs.net/~lucidiot/agoranomic.html
+
content_type
+
id
https://envs.net/~lucidiot/agoranomic.html
+
author
+
enclosure
+
category
+
-[(lambda (x) (create x))] Simple Iptables Firewalls +[(lambda (x) (create x))] Simple Iptables Firewalls : @@ -2182,36 +2288,39 @@ If all of that checks out, jump to the ACCEPT chain, and push the traffic throug

I'll revisit this topic sometime in the future so we can work through desigining a NATing firewall with iptables. There's a lot of dependent systems there too, so that will give us a chance to dig into DHCPD, and BIND at very least. I've got an idea in mind, it just needs to be fleshed out before I actually bring it to the blog.

item information -timestamp: 1658577600 -title: [(lambda (x) (create x))] Simple Iptables Firewalls -link: https://lambdacreate.com/posts/37 -content_type: html -id: https://lambdacreate.com/posts/37 -author: -enclosure: -category: +
+
timestamp
1658577600
+
title
[(lambda (x) (create x))] Simple Iptables Firewalls
+
link
https://lambdacreate.com/posts/37
+
content_type
html
+
id
https://lambdacreate.com/posts/37
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] Racket Summer #lang Party +[linkbudz rss feed] Racket Summer #lang Party :

Racket Summer #lang Party

[https] posted by elioat on July 22, 2022

item information -timestamp: 1658454815 -title: [linkbudz rss feed] Racket Summer #lang Party -link: https://racket.discourse.group/t/summer-lang-party/1128 -content_type: html -id: elioat20220722015335 -author: -enclosure: -category: https +
+
timestamp
1658454815
+
title
[linkbudz rss feed] Racket Summer #lang Party
+
link
https://racket.discourse.group/t/summer-lang-party/1128
+
content_type
html
+
id
elioat20220722015335
+
author
+
enclosure
+
category
https
+
-[~mio_gemlog] Old Computer Challenge, July 10-17 2022 +[~mio_gemlog] Old Computer Challenge, July 10-17 2022 : @@ -2482,36 +2591,39 @@ Related to this was an undercurrent of slight dissatisfaction with the configura Overall, it was a mildly unpleasant week for someone used to accessing the internet in short bursts anytime throughout the day to look up one thing or another and subsequently had to mentally plan ahead briefly to maximise the time blocks. However, it was also not a hard time, as there were plenty of other things I could do that didn't require an active internet connection. I wouldn't want to do this every day, but a week is roughly enough time to begin seeing patterns, including what worked and what didn't work so well, for future reference.
item information -timestamp: 1658436720 -title: [~mio_gemlog] Old Computer Challenge, July 10-17 2022 -link: gemini://tilde.town/~mio/log/2022-07-21-occ-2022.gmi -content_type: plain -id: gemini://tilde.town/~mio/log/2022-07-21-occ-2022.gmi -author: mio -enclosure: -category: +
+
timestamp
1658436720
+
title
[~mio_gemlog] Old Computer Challenge, July 10-17 2022
+
link
gemini://tilde.town/~mio/log/2022-07-21-occ-2022.gmi
+
content_type
plain
+
id
gemini://tilde.town/~mio/log/2022-07-21-occ-2022.gmi
+
author
mio
+
enclosure
+
category
+
-[linkbudz rss feed] literate programming ish +[linkbudz rss feed] literate programming ish :

literate programming ish

[https] posted by acdw on July 21, 2022

item information -timestamp: 1658376499 -title: [linkbudz rss feed] literate programming ish -link: https://rtomayko.github.io/shocco/ -content_type: html -id: acdw20220721040819 -author: -enclosure: -category: https +
+
timestamp
1658376499
+
title
[linkbudz rss feed] literate programming ish
+
link
https://rtomayko.github.io/shocco/
+
content_type
html
+
id
acdw20220721040819
+
author
+
enclosure
+
category
https
+
-[blog __ ~ben] git diff-highlight +[blog __ ~ben] git diff-highlight : @@ -2536,144 +2648,153 @@ diff = diff-highlight | less

see the documentation for more usage tips!

item information -timestamp: 1658370190 -title: [blog __ ~ben] git diff-highlight -link: https://tilde.team/~ben/blog/git-diff-highlight.html -content_type: html -id: https://tilde.team/~ben/blog/git-diff-highlight.html -author: -enclosure: -category: +
+
timestamp
1658370190
+
title
[blog __ ~ben] git diff-highlight
+
link
https://tilde.team/~ben/blog/git-diff-highlight.html
+
content_type
html
+
id
https://tilde.team/~ben/blog/git-diff-highlight.html
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] How to setup aescbc secstore on plan9 +[linkbudz rss feed] How to setup aescbc secstore on plan9 :

How to setup aescbc secstore on plan9

[https] posted by wsinatra on July 21, 2022

item information -timestamp: 1658363172 -title: [linkbudz rss feed] How to setup aescbc secstore on plan9 -link: https://9p.io/wiki/plan9/Using_aescbc_to_store_factotum_keys/index.html -content_type: html -id: wsinatra20220721002612 -author: -enclosure: -category: https +
+
timestamp
1658363172
+
title
[linkbudz rss feed] How to setup aescbc secstore on plan9
+
link
https://9p.io/wiki/plan9/Using_aescbc_to_store_factotum_keys/index.html
+
content_type
html
+
id
wsinatra20220721002612
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Jenga tower dice alternate for sttrpgs +[linkbudz rss feed] Jenga tower dice alternate for sttrpgs :

Jenga tower dice alternate for sttrpgs

[https] posted by wsinatra on July 21, 2022

item information -timestamp: 1658363123 -title: [linkbudz rss feed] Jenga tower dice alternate for sttrpgs -link: https://itch.io/jam/wretched-jam/topic/796498/dice-substitute-for-jenga-towers -content_type: html -id: wsinatra20220721002523 -author: -enclosure: -category: https +
+
timestamp
1658363123
+
title
[linkbudz rss feed] Jenga tower dice alternate for sttrpgs
+
link
https://itch.io/jam/wretched-jam/topic/796498/dice-substitute-for-jenga-towers
+
content_type
html
+
id
wsinatra20220721002523
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] "Plan9 Desktop Guide!" +[linkbudz rss feed] "Plan9 Desktop Guide!" :

"Plan9 Desktop Guide!"

[https] posted by wsinatra on July 21, 2022

item information -timestamp: 1658363062 -title: [linkbudz rss feed] "Plan9 Desktop Guide!" -link: https://pspodcasting.net/dan/blog/2019/plan9_desktop.html -content_type: html -id: wsinatra20220721002422 -author: -enclosure: -category: https +
+
timestamp
1658363062
+
title
[linkbudz rss feed] "Plan9 Desktop Guide!"
+
link
https://pspodcasting.net/dan/blog/2019/plan9_desktop.html
+
content_type
html
+
id
wsinatra20220721002422
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] HOT DRINKS +[linkbudz rss feed] HOT DRINKS :

HOT DRINKS

[https] posted by acdw on July 20, 2022

item information -timestamp: 1658345113 -title: [linkbudz rss feed] HOT DRINKS -link: https://www.youtube.com/watch?v=_ZXeFPpPJeI -content_type: html -id: acdw20220720192513 -author: -enclosure: -category: https +
+
timestamp
1658345113
+
title
[linkbudz rss feed] HOT DRINKS
+
link
https://www.youtube.com/watch?v=_ZXeFPpPJeI
+
content_type
html
+
id
acdw20220720192513
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] gators lol +[linkbudz rss feed] gators lol :

gators lol

[https] posted by acdw on July 19, 2022

item information -timestamp: 1658259306 -title: [linkbudz rss feed] gators lol -link: https://twitter.com/GatorsDaily/status/1545215138332086274 -content_type: html -id: acdw20220719193506 -author: -enclosure: -category: https +
+
timestamp
1658259306
+
title
[linkbudz rss feed] gators lol
+
link
https://twitter.com/GatorsDaily/status/1545215138332086274
+
content_type
html
+
id
acdw20220719193506
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] paper airplane designs +[linkbudz rss feed] paper airplane designs :

paper airplane designs

[https] posted by dozens on July 19, 2022

item information -timestamp: 1658198147 -title: [linkbudz rss feed] paper airplane designs -link: https://www.foldnfly.com/ -content_type: html -id: dozens20220719023547 -author: -enclosure: -category: https +
+
timestamp
1658198147
+
title
[linkbudz rss feed] paper airplane designs
+
link
https://www.foldnfly.com/
+
content_type
html
+
id
dozens20220719023547
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] nofetch, a new fetch tool by acdw +[linkbudz rss feed] nofetch, a new fetch tool by acdw :

nofetch, a new fetch tool by acdw

[https] posted by acdw on July 18, 2022

item information -timestamp: 1658180624 -title: [linkbudz rss feed] nofetch, a new fetch tool by acdw -link: https://git.acdw.net/nofetch/ -content_type: html -id: acdw20220718214344 -author: -enclosure: -category: https +
+
timestamp
1658180624
+
title
[linkbudz rss feed] nofetch, a new fetch tool by acdw
+
link
https://git.acdw.net/nofetch/
+
content_type
html
+
id
acdw20220718214344
+
author
+
enclosure
+
category
https
+
-[p1k3::feed] monday, september 20, 2021 +[p1k3::feed] monday, september 20, 2021 : @@ -2690,36 +2811,39 @@ you're always packing to go home

20

item information -timestamp: 1658176064 -title: [p1k3::feed] monday, september 20, 2021 -link: https://p1k3.com/2021/9/20 -content_type: html -id: /2021/9/20 -author: -enclosure: -category: +
+
timestamp
1658176064
+
title
[p1k3::feed] monday, september 20, 2021
+
link
https://p1k3.com/2021/9/20
+
content_type
html
+
id
/2021/9/20
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] WordPerfect ... for UNIX ! +[linkbudz rss feed] WordPerfect ... for UNIX ! :

WordPerfect ... for UNIX !

[https] posted by acdw on July 18, 2022

item information -timestamp: 1658173878 -title: [linkbudz rss feed] WordPerfect ... for UNIX ! -link: https://lock.cmpxchg8b.com/wordperfect.html -content_type: html -id: acdw20220718195118 -author: -enclosure: -category: https +
+
timestamp
1658173878
+
title
[linkbudz rss feed] WordPerfect ... for UNIX !
+
link
https://lock.cmpxchg8b.com/wordperfect.html
+
content_type
html
+
id
acdw20220718195118
+
author
+
enclosure
+
category
https
+
-[(lambda (x) (create x))] Old School Computer Challenge 2022 +[(lambda (x) (create x))] Old School Computer Challenge 2022 : @@ -2846,105 +2970,115 @@ ssh username@tcp!192.168.88.101!20022

Anyways, this is getting a bit rambly I think. If you've read through and are on the edge of giving Plan9 a shot, I would say go for it. If you're curious you'll discover an interesting and unique environment to explore. If you're thinking about turning that ancient netbook into a usable system, Plan9 is a great fit for it too! And if you're here from the Old School Computer challenge, then thanks for the read and the awesome challenge again this year!

item information -timestamp: 1658145600 -title: [(lambda (x) (create x))] Old School Computer Challenge 2022 -link: https://lambdacreate.com/posts/36 -content_type: html -id: https://lambdacreate.com/posts/36 -author: -enclosure: -category: +
+
timestamp
1658145600
+
title
[(lambda (x) (create x))] Old School Computer Challenge 2022
+
link
https://lambdacreate.com/posts/36
+
content_type
html
+
id
https://lambdacreate.com/posts/36
+
author
+
enclosure
+
category
+
-[Dozens and Dragons] Thousand Year Old Vampire +[Dozens and Dragons] Thousand Year Old Vampire :
game play and review
item information -timestamp: 1658030400 -title: [Dozens and Dragons] Thousand Year Old Vampire -link: https://dozensanddragons.neocities.org/29.html -content_type: html -id: https://dozensanddragons.neocities.org/29.html -author: -enclosure: -category: +
+
timestamp
1658030400
+
title
[Dozens and Dragons] Thousand Year Old Vampire
+
link
https://dozensanddragons.neocities.org/29.html
+
content_type
html
+
id
https://dozensanddragons.neocities.org/29.html
+
author
+
enclosure
+
category
+
-[Brainshit] La version méconnue du texte bien connu, seconde partie +[Brainshit] La version méconnue du texte bien connu, seconde partie :
Une expression régulière qui pourrait gagner un concours d'obfuscation.
item information -timestamp: 1658008800 -title: [Brainshit] La version méconnue du texte bien connu, seconde partie -link: https://brainshit.fr/read/307 -content_type: html -id: https://brainshit.fr/read/307 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Informatique +
+
timestamp
1658008800
+
title
[Brainshit] La version méconnue du texte bien connu, seconde partie
+
link
https://brainshit.fr/read/307
+
content_type
html
+
id
https://brainshit.fr/read/307
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Informatique
+
-[linkbudz rss feed] static site hosting from tildegit repos +[linkbudz rss feed] static site hosting from tildegit repos :

static site hosting from tildegit repos

[https] posted by dozens on July 16, 2022

item information -timestamp: 1657979669 -title: [linkbudz rss feed] static site hosting from tildegit repos -link: https://tildepages.org/ -content_type: html -id: dozens20220716135429 -author: -enclosure: -category: https +
+
timestamp
1657979669
+
title
[linkbudz rss feed] static site hosting from tildegit repos
+
link
https://tildepages.org/
+
content_type
html
+
id
dozens20220716135429
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] writing and running a bbs on a Macintosh plus +[linkbudz rss feed] writing and running a bbs on a Macintosh plus :

writing and running a bbs on a Macintosh plus

[https] posted by elioat on July 15, 2022

item information -timestamp: 1657898458 -title: [linkbudz rss feed] writing and running a bbs on a Macintosh plus -link: https://jcs.org/2022/07/15/kludge -content_type: html -id: elioat20220715152058 -author: -enclosure: -category: https +
+
timestamp
1657898458
+
title
[linkbudz rss feed] writing and running a bbs on a Macintosh plus
+
link
https://jcs.org/2022/07/15/kludge
+
content_type
html
+
id
elioat20220715152058
+
author
+
enclosure
+
category
https
+
-[~lucidiot's wiki] Channel Definition Format +[~lucidiot's wiki] Channel Definition Format :
item information -timestamp: 1657877322 -title: [~lucidiot's wiki] Channel Definition Format -link: https://envs.net/~lucidiot/cdf.html -content_type: -id: https://envs.net/~lucidiot/cdf.html -author: -enclosure: -category: +
+
timestamp
1657877322
+
title
[~lucidiot's wiki] Channel Definition Format
+
link
https://envs.net/~lucidiot/cdf.html
+
content_type
+
id
https://envs.net/~lucidiot/cdf.html
+
author
+
enclosure
+
category
+
-[p1k3::feed] Friday, July 15, 2022 +[p1k3::feed] Friday, July 15, 2022 : @@ -2960,18 +3094,20 @@ category: 15

item information -timestamp: 1657869250 -title: [p1k3::feed] Friday, July 15, 2022 -link: https://p1k3.com/2022/7/15 -content_type: html -id: /2022/7/15 -author: -enclosure: -category: +
+
timestamp
1657869250
+
title
[p1k3::feed] Friday, July 15, 2022
+
link
https://p1k3.com/2022/7/15
+
content_type
html
+
id
/2022/7/15
+
author
+
enclosure
+
category
+
-[p1k3::feed] wednesday, december 18, 2019 - notes to a much younger self, to the extent that i can reconstruct him +[p1k3::feed] wednesday, december 18, 2019 - notes to a much younger self, to the extent that i can reconstruct him : @@ -3029,71 +3165,77 @@ there's any truer self to be found.

18

item information -timestamp: 1657869250 -title: [p1k3::feed] wednesday, december 18, 2019 - notes to a much younger self, to the extent that i can reconstruct him -link: https://p1k3.com/2019/12/18 -content_type: html -id: /2019/12/18 -author: -enclosure: -category: +
+
timestamp
1657869250
+
title
[p1k3::feed] wednesday, december 18, 2019 - notes to a much younger self, to the extent that i can reconstruct him
+
link
https://p1k3.com/2019/12/18
+
content_type
html
+
id
/2019/12/18
+
author
+
enclosure
+
category
+
-[#fridaypostcard] pipe dreams +[#fridaypostcard] pipe dreams :
pipe dreams
~rogbeer
item information -timestamp: 1657853842 -title: [#fridaypostcard] pipe dreams -link: http://live.staticflickr.com/65535/52160774612_bc67c42811_c.jpg -content_type: html -id: http://live.staticflickr.com/65535/52160774612_bc67c42811_c.jpg -author: rogbeer@tilde.town (rogbeer) -enclosure: http://live.staticflickr.com/65535/52160774612_bc67c42811_c.jpg -category: +
+
timestamp
1657853842
+
title
[#fridaypostcard] pipe dreams
+
link
http://live.staticflickr.com/65535/52160774612_bc67c42811_c.jpg
+
content_type
html
+
id
http://live.staticflickr.com/65535/52160774612_bc67c42811_c.jpg
+
author
rogbeer@tilde.town (rogbeer)
+
enclosure
http://live.staticflickr.com/65535/52160774612_bc67c42811_c.jpg
+
category
+
-[Dozens and Dragons] Shoes in the Dark +[Dozens and Dragons] Shoes in the Dark :
a postcard-sized ttrpg
item information -timestamp: 1657684800 -title: [Dozens and Dragons] Shoes in the Dark -link: https://dozensanddragons.neocities.org/28.html -content_type: html -id: https://dozensanddragons.neocities.org/28.html -author: -enclosure: -category: +
+
timestamp
1657684800
+
title
[Dozens and Dragons] Shoes in the Dark
+
link
https://dozensanddragons.neocities.org/28.html
+
content_type
html
+
id
https://dozensanddragons.neocities.org/28.html
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] FizzBuzz in GNU make +[linkbudz rss feed] FizzBuzz in GNU make :

FizzBuzz in GNU make

[https] posted by dozens on July 13, 2022

item information -timestamp: 1657672683 -title: [linkbudz rss feed] FizzBuzz in GNU make -link: https://citizen428.net/blog/fizzbuzz-in-gnu-make/ -content_type: html -id: dozens20220713003803 -author: -enclosure: -category: https +
+
timestamp
1657672683
+
title
[linkbudz rss feed] FizzBuzz in GNU make
+
link
https://citizen428.net/blog/fizzbuzz-in-gnu-make/
+
content_type
html
+
id
dozens20220713003803
+
author
+
enclosure
+
category
https
+
-[Tilde Whirl Tildeverse Podcast] episode 8 +[Tilde Whirl Tildeverse Podcast] episode 8 :
item information -timestamp: 1657653132 -title: [Tilde Whirl Tildeverse Podcast] episode 8 -link: https://tilde.town/~dozens/podcast/2022-07-12-episode-8-eli.html -content_type: html -id: Thu, 12 July 2022 12:12:12 -0700 -author: -enclosure: https://archive.org/download/tilderwhirl-S01E01/tildewhirl-s01e08.mp3 -category: +
+
timestamp
1657653132
+
title
[Tilde Whirl Tildeverse Podcast] episode 8
+
link
https://tilde.town/~dozens/podcast/2022-07-12-episode-8-eli.html
+
content_type
html
+
id
Thu, 12 July 2022 12:12:12 -0700
+
author
+
enclosure
https://archive.org/download/tilderwhirl-S01E01/tildewhirl-s01e08.mp3
+
category
+
-[linkbudz rss feed] james webb first images +[linkbudz rss feed] james webb first images :

james webb first images

[https] posted by acdw on July 12, 2022

item information -timestamp: 1657648512 -title: [linkbudz rss feed] james webb first images -link: https://www.nasa.gov/webbfirstimages -content_type: html -id: acdw20220712175512 -author: -enclosure: -category: https +
+
timestamp
1657648512
+
title
[linkbudz rss feed] james webb first images
+
link
https://www.nasa.gov/webbfirstimages
+
content_type
html
+
id
acdw20220712175512
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] relative vs absolute urls in rss content hell +[linkbudz rss feed] relative vs absolute urls in rss content hell :

relative vs absolute urls in rss content hell

[https] posted by m455 on July 12, 2022

item information -timestamp: 1657592772 -title: [linkbudz rss feed] relative vs absolute urls in rss content hell -link: https://www.jessesquires.com/blog/2021/06/06/rss-feeds-jekyll-and-absolute-versus-relative-urls/ -content_type: html -id: m45520220712022612 -author: -enclosure: -category: https +
+
timestamp
1657592772
+
title
[linkbudz rss feed] relative vs absolute urls in rss content hell
+
link
https://www.jessesquires.com/blog/2021/06/06/rss-feeds-jekyll-and-absolute-versus-relative-urls/
+
content_type
html
+
id
m45520220712022612
+
author
+
enclosure
+
category
https
+
-[~lucidiot's wiki] books +[~lucidiot's wiki] books :
item information -timestamp: 1657530341 -title: [~lucidiot's wiki] books -link: https://envs.net/~lucidiot/books.html -content_type: -id: https://envs.net/~lucidiot/books.html -author: -enclosure: -category: +
+
timestamp
1657530341
+
title
[~lucidiot's wiki] books
+
link
https://envs.net/~lucidiot/books.html
+
content_type
+
id
https://envs.net/~lucidiot/books.html
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] web-based system administration for Unix +[linkbudz rss feed] web-based system administration for Unix :

web-based system administration for Unix

[https] posted by m455 on July 11, 2022

item information -timestamp: 1657515744 -title: [linkbudz rss feed] web-based system administration for Unix -link: https://www.webmin.com/demo.html -content_type: html -id: m45520220711050224 -author: -enclosure: -category: https +
+
timestamp
1657515744
+
title
[linkbudz rss feed] web-based system administration for Unix
+
link
https://www.webmin.com/demo.html
+
content_type
html
+
id
m45520220711050224
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] stylish text generator (all of the early msn messenger nickname ascii art you need) +[linkbudz rss feed] stylish text generator (all of the early msn messenger nickname ascii art you need) :

stylish text generator (all of the early msn messenger nickname ascii art you need)

[https] posted by m455 on July 11, 2022

item information -timestamp: 1657511814 -title: [linkbudz rss feed] stylish text generator (all of the early msn messenger nickname ascii art you need) -link: https://www.webestools.com/stylish-text-generator-nickname-message-msn-facebook-windows-live-messenger-text-accents-effect-ascii-text.html -content_type: html -id: m45520220711035654 -author: -enclosure: -category: https +
+
timestamp
1657511814
+
title
[linkbudz rss feed] stylish text generator (all of the early msn messenger nickname ascii art you need)
+
link
https://www.webestools.com/stylish-text-generator-nickname-message-msn-facebook-windows-live-messenger-text-accents-effect-ascii-text.html
+
content_type
html
+
id
m45520220711035654
+
author
+
enclosure
+
category
https
+
-[Brainshit] La version méconnue du texte bien connu, première partie +[Brainshit] La version méconnue du texte bien connu, première partie :
Le grand retour du terrible standard ISO.
item information -timestamp: 1657490400 -title: [Brainshit] La version méconnue du texte bien connu, première partie -link: https://brainshit.fr/read/306 -content_type: html -id: https://brainshit.fr/read/306 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Informatique +
+
timestamp
1657490400
+
title
[Brainshit] La version méconnue du texte bien connu, première partie
+
link
https://brainshit.fr/read/306
+
content_type
html
+
id
https://brainshit.fr/read/306
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Informatique
+
-[ Oatmeal] +[ Oatmeal] : @@ -3293,35 +3445,39 @@ category: Informatique

👋 Oh hai!

I was interviewed on a podcast!

item information -timestamp: 1657482512 -title: [ Oatmeal] -link: https://eli.li/2022/07/10/%F0%9F%91%8B-oh-hai -content_type: html -id: https://eli.li/2022/07/10/%F0%9F%91%8B-oh-hai -author: -enclosure: -category: +
+
timestamp
1657482512
+
title
[ Oatmeal]
+
link
https://eli.li/2022/07/10/%F0%9F%91%8B-oh-hai
+
content_type
html
+
id
https://eli.li/2022/07/10/%F0%9F%91%8B-oh-hai
+
author
+
enclosure
+
category
+
-[ Oatmeal] +[ Oatmeal] :

Toddler holding a stuffy wanders by a community garden nestled into the edge of some woods.

item information -timestamp: 1657381712 -title: [ Oatmeal] -link: https://eli.li/2022/07/9/2022-07-09-11-48-32 -content_type: html -id: https://eli.li/2022/07/9/2022-07-09-11-48-32 -author: -enclosure: -category: +
+
timestamp
1657381712
+
title
[ Oatmeal]
+
link
https://eli.li/2022/07/9/2022-07-09-11-48-32
+
content_type
html
+
id
https://eli.li/2022/07/9/2022-07-09-11-48-32
+
author
+
enclosure
+
category
+
-[ Oatmeal] +[ Oatmeal] : @@ -3332,267 +3488,287 @@ category:

Yes yes yes yes yes yes!

Markdown isn’t supposed to be a markup language unto itself. It is an intermediary format that usually targets HTML as it’s final form.

item information -timestamp: 1657370538 -title: [ Oatmeal] -link: https://eli.li/2022/07/9/this-is-also-something-people-keep-getting-wrong-about-markdown-as-originally-presented -content_type: html -id: https://eli.li/2022/07/9/this-is-also-something-people-keep-getting-wrong-about-markdown-as-originally-presented -author: -enclosure: -category: +
+
timestamp
1657370538
+
title
[ Oatmeal]
+
link
https://eli.li/2022/07/9/this-is-also-something-people-keep-getting-wrong-about-markdown-as-originally-presented
+
content_type
html
+
id
https://eli.li/2022/07/9/this-is-also-something-people-keep-getting-wrong-about-markdown-as-originally-presented
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] Barrett's Privateers +[linkbudz rss feed] Barrett's Privateers :

Barrett's Privateers

[https] posted by acdw on July 08, 2022

item information -timestamp: 1657313546 -title: [linkbudz rss feed] Barrett's Privateers -link: https://www.youtube.com/watch?v=ZIwzRkjn86w -content_type: html -id: acdw20220708205226 -author: -enclosure: -category: https +
+
timestamp
1657313546
+
title
[linkbudz rss feed] Barrett's Privateers
+
link
https://www.youtube.com/watch?v=ZIwzRkjn86w
+
content_type
html
+
id
acdw20220708205226
+
author
+
enclosure
+
category
https
+
-[#fridaypostcard] "GAME" designed by Leo Kupper +[#fridaypostcard] "GAME" designed by Leo Kupper :
"GAME" designed by Leo Kupper
~flowercorpse
item information -timestamp: 1657311695 -title: [#fridaypostcard] "GAME" designed by Leo Kupper -link: http://ttm.sh/w8c.jpg -content_type: html -id: http://ttm.sh/w8c.jpg -author: flowercorpse@tilde.town (flowercorpse) -enclosure: http://ttm.sh/w8c.jpg -category: +
+
timestamp
1657311695
+
title
[#fridaypostcard] "GAME" designed by Leo Kupper
+
link
http://ttm.sh/w8c.jpg
+
content_type
html
+
id
http://ttm.sh/w8c.jpg
+
author
flowercorpse@tilde.town (flowercorpse)
+
enclosure
http://ttm.sh/w8c.jpg
+
category
+
-[linkbudz rss feed] SEA SHANTY RADIOOOOOO +[linkbudz rss feed] SEA SHANTY RADIOOOOOO :

SEA SHANTY RADIOOOOOO

[https] posted by acdw on July 08, 2022

item information -timestamp: 1657308844 -title: [linkbudz rss feed] SEA SHANTY RADIOOOOOO -link: https://www.smshantyradio.com/ -content_type: html -id: acdw20220708193404 -author: -enclosure: -category: https +
+
timestamp
1657308844
+
title
[linkbudz rss feed] SEA SHANTY RADIOOOOOO
+
link
https://www.smshantyradio.com/
+
content_type
html
+
id
acdw20220708193404
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] How to build a web app with Clack/Lack (Common Lisp) +[linkbudz rss feed] How to build a web app with Clack/Lack (Common Lisp) :

How to build a web app with Clack/Lack (Common Lisp)

[https] posted by elioat on July 08, 2022

item information -timestamp: 1657287327 -title: [linkbudz rss feed] How to build a web app with Clack/Lack (Common Lisp) -link: https://fukamachi.hashnode.dev/how-to-build-a-web-app-with-clack-and-lack-1 -content_type: html -id: elioat20220708133527 -author: -enclosure: -category: https +
+
timestamp
1657287327
+
title
[linkbudz rss feed] How to build a web app with Clack/Lack (Common Lisp)
+
link
https://fukamachi.hashnode.dev/how-to-build-a-web-app-with-clack-and-lack-1
+
content_type
html
+
id
elioat20220708133527
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Apparently, a new search engine disgned with devs in mind. +[linkbudz rss feed] Apparently, a new search engine disgned with devs in mind. :

Apparently, a new search engine disgned with devs in mind.

[https] posted by marcus on July 07, 2022

item information -timestamp: 1657219689 -title: [linkbudz rss feed] Apparently, a new search engine disgned with devs in mind. -link: https://beta.sayhello.so/ -content_type: html -id: marcus20220707184809 -author: -enclosure: -category: https +
+
timestamp
1657219689
+
title
[linkbudz rss feed] Apparently, a new search engine disgned with devs in mind.
+
link
https://beta.sayhello.so/
+
content_type
html
+
id
marcus20220707184809
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] a blog platform for hackers +[linkbudz rss feed] a blog platform for hackers :

a blog platform for hackers

[https] posted by acdw on July 07, 2022

item information -timestamp: 1657217758 -title: [linkbudz rss feed] a blog platform for hackers -link: https://prose.sh/ -content_type: html -id: acdw20220707181558 -author: -enclosure: -category: https +
+
timestamp
1657217758
+
title
[linkbudz rss feed] a blog platform for hackers
+
link
https://prose.sh/
+
content_type
html
+
id
acdw20220707181558
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] a scheme primer +[linkbudz rss feed] a scheme primer :

a scheme primer

[https] posted by mio on July 07, 2022

item information -timestamp: 1657217609 -title: [linkbudz rss feed] a scheme primer -link: https://spritely.institute/static/papers/scheme-primer.html -content_type: html -id: mio20220707181329 -author: -enclosure: -category: https +
+
timestamp
1657217609
+
title
[linkbudz rss feed] a scheme primer
+
link
https://spritely.institute/static/papers/scheme-primer.html
+
content_type
html
+
id
mio20220707181329
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] fraidycat: like RSS but more +[linkbudz rss feed] fraidycat: like RSS but more :

fraidycat: like RSS but more

[https] posted by dozens on July 07, 2022

item information -timestamp: 1657203690 -title: [linkbudz rss feed] fraidycat: like RSS but more -link: https://github.com/kickscondor/fraidycat -content_type: html -id: dozens20220707142130 -author: -enclosure: -category: https +
+
timestamp
1657203690
+
title
[linkbudz rss feed] fraidycat: like RSS but more
+
link
https://github.com/kickscondor/fraidycat
+
content_type
html
+
id
dozens20220707142130
+
author
+
enclosure
+
category
https
+
-[Dozens and Dragons] magic words +[Dozens and Dragons] magic words :
bibliomantic generation of spells and grimories
item information -timestamp: 1657166400 -title: [Dozens and Dragons] magic words -link: https://dozensanddragons.neocities.org/27.html -content_type: html -id: https://dozensanddragons.neocities.org/27.html -author: -enclosure: -category: +
+
timestamp
1657166400
+
title
[Dozens and Dragons] magic words
+
link
https://dozensanddragons.neocities.org/27.html
+
content_type
html
+
id
https://dozensanddragons.neocities.org/27.html
+
author
+
enclosure
+
category
+
-[lipu pi jan Niko] some writing thoughts, and probably leaving gemini +[lipu pi jan Niko] some writing thoughts, and probably leaving gemini :
Starting a new post is hard. This seems to be a universally accepted fact among people who post stuff (except, maybe, the people who are actually good at it). When you have nothing but ideas and a blank page, and you want to somehow communicate those ideas, in a form that is readable and understandable. A lot of writers have special tricks for starting posts - starting with research notes or a system like zettelkasten can be a good start, but is difficult for posts that are based on personal thoughts (like most things I personally write).
item information -timestamp: 1657152000 -title: [lipu pi jan Niko] some writing thoughts, and probably leaving gemini -link: https://tilde.town/~nihilazo/log/onwriting.html -content_type: html -id: https://tilde.town/~nihilazo/log/onwriting.html -author: -enclosure: -category: +
+
timestamp
1657152000
+
title
[lipu pi jan Niko] some writing thoughts, and probably leaving gemini
+
link
https://tilde.town/~nihilazo/log/onwriting.html
+
content_type
html
+
id
https://tilde.town/~nihilazo/log/onwriting.html
+
author
+
enclosure
+
category
+
-[Brainshit] Bada Bing +[Brainshit] Bada Bing :
Un test de burger en pleine fête de la musique.
item information -timestamp: 1657144800 -title: [Brainshit] Bada Bing -link: https://brainshit.fr/read/310 -content_type: html -id: https://brainshit.fr/read/310 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Gastronomie +
+
timestamp
1657144800
+
title
[Brainshit] Bada Bing
+
link
https://brainshit.fr/read/310
+
content_type
html
+
id
https://brainshit.fr/read/310
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Gastronomie
+
-[bakersdozen gemlog] Thoughts On The Fourth Of July In The Year 2022 +[bakersdozen gemlog] Thoughts On The Fourth Of July In The Year 2022 :
item information -timestamp: 1657129342 -title: [bakersdozen gemlog] Thoughts On The Fourth Of July In The Year 2022 -link: gemini://breadpunk.club/~bakersdozen/gemlog/13.gmi -content_type: -id: gemini://breadpunk.club/~bakersdozen/gemlog/13.gmi -author: -enclosure: -category: +
+
timestamp
1657129342
+
title
[bakersdozen gemlog] Thoughts On The Fourth Of July In The Year 2022
+
link
gemini://breadpunk.club/~bakersdozen/gemlog/13.gmi
+
content_type
+
id
gemini://breadpunk.club/~bakersdozen/gemlog/13.gmi
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] has this been posted yet? +[linkbudz rss feed] has this been posted yet? :

has this been posted yet?

[https] posted by acdw on July 06, 2022

item information -timestamp: 1657118195 -title: [linkbudz rss feed] has this been posted yet? -link: https://neal.fun/absurd-trolley-problems/ -content_type: html -id: acdw20220706143635 -author: -enclosure: -category: https +
+
timestamp
1657118195
+
title
[linkbudz rss feed] has this been posted yet?
+
link
https://neal.fun/absurd-trolley-problems/
+
content_type
html
+
id
acdw20220706143635
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] learn a language with forth! +[linkbudz rss feed] learn a language with forth! :

learn a language with forth!

[https] posted by acdw on July 06, 2022

item information -timestamp: 1657117491 -title: [linkbudz rss feed] learn a language with forth! -link: https://zserge.com/posts/too-many-forths/ -content_type: html -id: acdw20220706142451 -author: -enclosure: -category: https +
+
timestamp
1657117491
+
title
[linkbudz rss feed] learn a language with forth!
+
link
https://zserge.com/posts/too-many-forths/
+
content_type
html
+
id
acdw20220706142451
+
author
+
enclosure
+
category
https
+
-[ Oatmeal] Lamination for a lost explorer +[ Oatmeal] Lamination for a lost explorer : @@ -3601,18 +3777,20 @@ category: https

There are folks doing similar web archeology…I do some of it myself…but no one does it like Kicks was doing it; there was often a feeling of unknown, but ulterior motive behind the curation — bits building towards a cohesive something.

Perhaps Kicks got lost in the web — out there still?

item information -timestamp: 1657116113 -title: [ Oatmeal] Lamination for a lost explorer -link: https://eli.li/2022/07/6/lamination-for-a-lost-explorer -content_type: html -id: https://eli.li/2022/07/6/lamination-for-a-lost-explorer -author: -enclosure: -category: +
+
timestamp
1657116113
+
title
[ Oatmeal] Lamination for a lost explorer
+
link
https://eli.li/2022/07/6/lamination-for-a-lost-explorer
+
content_type
html
+
id
https://eli.li/2022/07/6/lamination-for-a-lost-explorer
+
author
+
enclosure
+
category
+
-[blog __ ~ben] sqlite3 for wordpress +[blog __ ~ben] sqlite3 for wordpress : @@ -3687,72 +3865,77 @@ server { }
item information -timestamp: 1657115580 -title: [blog __ ~ben] sqlite3 for wordpress -link: https://tilde.team/~ben/blog/sqlite3-for-wordpress.html -content_type: html -id: https://tilde.team/~ben/blog/sqlite3-for-wordpress.html -author: -enclosure: -category: +
+
timestamp
1657115580
+
title
[blog __ ~ben] sqlite3 for wordpress
+
link
https://tilde.team/~ben/blog/sqlite3-for-wordpress.html
+
content_type
html
+
id
https://tilde.team/~ben/blog/sqlite3-for-wordpress.html
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] grug brain developer +[linkbudz rss feed] grug brain developer :

grug brain developer

[https] posted by elioat on July 06, 2022

item information -timestamp: 1657114822 -title: [linkbudz rss feed] grug brain developer -link: https://grugbrain.dev -content_type: html -id: elioat20220706134022 -author: -enclosure: -category: https +
+
timestamp
1657114822
+
title
[linkbudz rss feed] grug brain developer
+
link
https://grugbrain.dev
+
content_type
html
+
id
elioat20220706134022
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] html journal format +[linkbudz rss feed] html journal format :

html journal format

[https] posted by dozens on July 05, 2022

item information -timestamp: 1657040286 -title: [linkbudz rss feed] html journal format -link: https://journal.miso.town/ -content_type: html -id: dozens20220705165806 -author: -enclosure: -category: https +
+
timestamp
1657040286
+
title
[linkbudz rss feed] html journal format
+
link
https://journal.miso.town/
+
content_type
html
+
id
dozens20220705165806
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Genealogy of ELIZA programs +[linkbudz rss feed] Genealogy of ELIZA programs :

Genealogy of ELIZA programs

[https] posted by elioat on July 05, 2022

item information -timestamp: 1657027698 -title: [linkbudz rss feed] Genealogy of ELIZA programs -link: https://sites.google.com/view/elizagen-org/the-original-eliza -content_type: html -id: elioat20220705132818 -author: -enclosure: -category: https +
+
timestamp
1657027698
+
title
[linkbudz rss feed] Genealogy of ELIZA programs
+
link
https://sites.google.com/view/elizagen-org/the-original-eliza
+
content_type
html
+
id
elioat20220705132818
+
author
+
enclosure
+
category
https
+
-[(lambda (x) (create x))] Truly using Lapis +[(lambda (x) (create x))] Truly using Lapis : @@ -3987,196 +4170,211 @@ app:match("paste", "/paste(/:file)", respond_to({

If you're curious about Lapis and want to try it out, Leafo has some pretty amazing documentation here, and I encourage you to take a look at Karai17's Lapischan, both of these are excellent resources for learning what Lapis can really do.

item information -timestamp: 1657022400 -title: [(lambda (x) (create x))] Truly using Lapis -link: https://lambdacreate.com/posts/35 -content_type: html -id: https://lambdacreate.com/posts/35 -author: -enclosure: -category: +
+
timestamp
1657022400
+
title
[(lambda (x) (create x))] Truly using Lapis
+
link
https://lambdacreate.com/posts/35
+
content_type
html
+
id
https://lambdacreate.com/posts/35
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] a Perl/CGI program that lets you access IRC from a web browser +[linkbudz rss feed] a Perl/CGI program that lets you access IRC from a web browser :

a Perl/CGI program that lets you access IRC from a web browser

[http] posted by m455 on July 05, 2022

item information -timestamp: 1656986746 -title: [linkbudz rss feed] a Perl/CGI program that lets you access IRC from a web browser -link: http://cgiirc.org/ -content_type: html -id: m45520220705020546 -author: -enclosure: -category: http +
+
timestamp
1656986746
+
title
[linkbudz rss feed] a Perl/CGI program that lets you access IRC from a web browser
+
link
http://cgiirc.org/
+
content_type
html
+
id
m45520220705020546
+
author
+
enclosure
+
category
http
+
-[linkbudz rss feed] reference for escaping characters in xml documents +[linkbudz rss feed] reference for escaping characters in xml documents :

reference for escaping characters in xml documents

[https] posted by m455 on July 05, 2022

item information -timestamp: 1656979687 -title: [linkbudz rss feed] reference for escaping characters in xml documents -link: https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents -content_type: html -id: m45520220705000807 -author: -enclosure: -category: https +
+
timestamp
1656979687
+
title
[linkbudz rss feed] reference for escaping characters in xml documents
+
link
https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents
+
content_type
html
+
id
m45520220705000807
+
author
+
enclosure
+
category
https
+
-[Brainshit] Extended Well-Known Text +[Brainshit] Extended Well-Known Text :
Je croyais en avoir fini avec mes expressions régulières, mais ce serait trop facile.
item information -timestamp: 1656972000 -title: [Brainshit] Extended Well-Known Text -link: https://brainshit.fr/read/302 -content_type: html -id: https://brainshit.fr/read/302 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Informatique +
+
timestamp
1656972000
+
title
[Brainshit] Extended Well-Known Text
+
link
https://brainshit.fr/read/302
+
content_type
html
+
id
https://brainshit.fr/read/302
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Informatique
+
-[linkbudz rss feed] Harder Drives (includes how to use ping has a block storage device) +[linkbudz rss feed] Harder Drives (includes how to use ping has a block storage device) :

Harder Drives (includes how to use ping has a block storage device)

[https] posted by kindrobot on July 03, 2022

item information -timestamp: 1656868499 -title: [linkbudz rss feed] Harder Drives (includes how to use ping has a block storage device) -link: https://www.youtube.com/watch?v=JcJSW7Rprio -content_type: html -id: kindrobot20220703171459 -author: -enclosure: -category: https +
+
timestamp
1656868499
+
title
[linkbudz rss feed] Harder Drives (includes how to use ping has a block storage device)
+
link
https://www.youtube.com/watch?v=JcJSW7Rprio
+
content_type
html
+
id
kindrobot20220703171459
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] rss +[linkbudz rss feed] rss :

rss

[https] posted by dozens on July 03, 2022

item information -timestamp: 1656806726 -title: [linkbudz rss feed] rss -link: https://feddit.de/pictrs/image/9cf64a24-87ec-4f3a-b5f1-6dabf0e56d63.jpeg -content_type: html -id: dozens20220703000526 -author: -enclosure: -category: https +
+
timestamp
1656806726
+
title
[linkbudz rss feed] rss
+
link
https://feddit.de/pictrs/image/9cf64a24-87ec-4f3a-b5f1-6dabf0e56d63.jpeg
+
content_type
html
+
id
dozens20220703000526
+
author
+
enclosure
+
category
https
+
-[ Oatmeal] +[ Oatmeal] :

A toddler picks some snap peas with a stuffed hippo in tow.

🌱🦛

item information -timestamp: 1656772973 -title: [ Oatmeal] -link: https://eli.li/2022/07/2/2022-07-02-10-42-53 -content_type: html -id: https://eli.li/2022/07/2/2022-07-02-10-42-53 -author: -enclosure: -category: +
+
timestamp
1656772973
+
title
[ Oatmeal]
+
link
https://eli.li/2022/07/2/2022-07-02-10-42-53
+
content_type
html
+
id
https://eli.li/2022/07/2/2022-07-02-10-42-53
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] linkbud went on too many dates +[linkbudz rss feed] linkbud went on too many dates :

linkbud went on too many dates

[https] posted by m455 on July 01, 2022

item information -timestamp: 1656693166 -title: [linkbudz rss feed] linkbud went on too many dates -link: https://git.m455.casa/linkbud/commit/?id=93a9b61963f6369fac04c765f98c635f9a0aecf6 -content_type: html -id: m45520220701163246 -author: -enclosure: -category: https +
+
timestamp
1656693166
+
title
[linkbudz rss feed] linkbud went on too many dates
+
link
https://git.m455.casa/linkbud/commit/?id=93a9b61963f6369fac04c765f98c635f9a0aecf6
+
content_type
html
+
id
m45520220701163246
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] I'm never not going to post this +[linkbudz rss feed] I'm never not going to post this :

I'm never not going to post this

[https] posted by acdw on June 29, 2022

item information -timestamp: 1656537802 -title: [linkbudz rss feed] I'm never not going to post this -link: https://www.youtube.com/watch?v=rv4wf7bzfFE -content_type: html -id: acdw20220629212322 -author: -enclosure: -category: https +
+
timestamp
1656537802
+
title
[linkbudz rss feed] I'm never not going to post this
+
link
https://www.youtube.com/watch?v=rv4wf7bzfFE
+
content_type
html
+
id
acdw20220629212322
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Databases and like, complicatedness +[linkbudz rss feed] Databases and like, complicatedness :

Databases and like, complicatedness

[https] posted by acdw on June 29, 2022

item information -timestamp: 1656535907 -title: [linkbudz rss feed] Databases and like, complicatedness -link: https://www.twilio.com/blog/sqlite-postgresql-complicated -content_type: html -id: acdw20220629205147 -author: -enclosure: -category: https +
+
timestamp
1656535907
+
title
[linkbudz rss feed] Databases and like, complicatedness
+
link
https://www.twilio.com/blog/sqlite-postgresql-complicated
+
content_type
html
+
id
acdw20220629205147
+
author
+
enclosure
+
category
https
+
-[Dozens and Dragons] through the white forest to the house of the fae lord +[Dozens and Dragons] through the white forest to the house of the fae lord :
weird stuff happening in surreal places
item information -timestamp: 1656388800 -title: [Dozens and Dragons] through the white forest to the house of the fae lord -link: https://dozensanddragons.neocities.org/26.html -content_type: html -id: https://dozensanddragons.neocities.org/26.html -author: -enclosure: -category: +
+
timestamp
1656388800
+
title
[Dozens and Dragons] through the white forest to the house of the fae lord
+
link
https://dozensanddragons.neocities.org/26.html
+
content_type
html
+
id
https://dozensanddragons.neocities.org/26.html
+
author
+
enclosure
+
category
+
-[p1k3::feed] Monday, June 27, 2022 - aphoristic noodling +[p1k3::feed] Monday, June 27, 2022 - aphoristic noodling : @@ -4295,52 +4493,58 @@ document one of these days.

27

item information -timestamp: 1656318192 -title: [p1k3::feed] Monday, June 27, 2022 - aphoristic noodling -link: https://p1k3.com/2022/6/27 -content_type: html -id: /2022/6/27 -author: -enclosure: -category: +
+
timestamp
1656318192
+
title
[p1k3::feed] Monday, June 27, 2022 - aphoristic noodling
+
link
https://p1k3.com/2022/6/27
+
content_type
html
+
id
/2022/6/27
+
author
+
enclosure
+
category
+
-[Brainshit] Blockchain Nomic +[Brainshit] Blockchain Nomic :
Une variante d'un jeu dont le but est de changer les règles, où les règles ne peuvent plus exactement être changées.
item information -timestamp: 1656280800 -title: [Brainshit] Blockchain Nomic -link: https://brainshit.fr/read/309 -content_type: html -id: https://brainshit.fr/read/309 -author: neuron@brainshit.fr (Lucidiot) -enclosure: -category: Réflexions +
+
timestamp
1656280800
+
title
[Brainshit] Blockchain Nomic
+
link
https://brainshit.fr/read/309
+
content_type
html
+
id
https://brainshit.fr/read/309
+
author
neuron@brainshit.fr (Lucidiot)
+
enclosure
+
category
Réflexions
+
-[ Oatmeal] +[ Oatmeal] :

A large cat lying on the sill of an open window.

item information -timestamp: 1656240555 -title: [ Oatmeal] -link: https://eli.li/2022/06/26/2022-06-26-06-49-15 -content_type: html -id: https://eli.li/2022/06/26/2022-06-26-06-49-15 -author: -enclosure: -category: +
+
timestamp
1656240555
+
title
[ Oatmeal]
+
link
https://eli.li/2022/06/26/2022-06-26-06-49-15
+
content_type
html
+
id
https://eli.li/2022/06/26/2022-06-26-06-49-15
+
author
+
enclosure
+
category
+
-[ Oatmeal] +[ Oatmeal] : @@ -4352,89 +4556,96 @@ category:

There are too many people to thank directly here, but to all those who’ve supported me and my family throughout this bananas unexpected experience — for realizes — thank you so much. The words of support, well wishes, meals, help with kids and everything have been so deeply felt, and I honestly can’t imagine how I would have navigated this without ya’ll.

Hopefully this is my last health update for a long time, and I can go back to posting about forth now!

item information -timestamp: 1656212772 -title: [ Oatmeal] -link: https://eli.li/2022/06/25/after-giving-my-brain-bleed-time-to-heal-the-neurosurgeon-called-me-back-in-to-hospital-the-plan-was -content_type: html -id: https://eli.li/2022/06/25/after-giving-my-brain-bleed-time-to-heal-the-neurosurgeon-called-me-back-in-to-hospital-the-plan-was -author: -enclosure: -category: +
+
timestamp
1656212772
+
title
[ Oatmeal]
+
link
https://eli.li/2022/06/25/after-giving-my-brain-bleed-time-to-heal-the-neurosurgeon-called-me-back-in-to-hospital-the-plan-was
+
content_type
html
+
id
https://eli.li/2022/06/25/after-giving-my-brain-bleed-time-to-heal-the-neurosurgeon-called-me-back-in-to-hospital-the-plan-was
+
author
+
enclosure
+
category
+
-[linkbudz rss feed] Mipui - open source collaborative grid map editor for tabletop games +[linkbudz rss feed] Mipui - open source collaborative grid map editor for tabletop games :

Mipui - open source collaborative grid map editor for tabletop games

[https] posted by mio on June 25, 2022

item information -timestamp: 1656168162 -title: [linkbudz rss feed] Mipui - open source collaborative grid map editor for tabletop games -link: https://www.mipui.net/ -content_type: html -id: mio20220625144242 -author: -enclosure: -category: https +
+
timestamp
1656168162
+
title
[linkbudz rss feed] Mipui - open source collaborative grid map editor for tabletop games
+
link
https://www.mipui.net/
+
content_type
html
+
id
mio20220625144242
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] Start all of your shell scripts with a comma +[linkbudz rss feed] Start all of your shell scripts with a comma :

Start all of your shell scripts with a comma

[https] posted by m455 on June 24, 2022

item information -timestamp: 1656080609 -title: [linkbudz rss feed] Start all of your shell scripts with a comma -link: https://rhodesmill.org/brandon/2009/commands-with-comma/ -content_type: html -id: m45520220624142329 -author: -enclosure: -category: https +
+
timestamp
1656080609
+
title
[linkbudz rss feed] Start all of your shell scripts with a comma
+
link
https://rhodesmill.org/brandon/2009/commands-with-comma/
+
content_type
html
+
id
m45520220624142329
+
author
+
enclosure
+
category
https
+
-[linkbudz rss feed] directly query csv with sqlite +[linkbudz rss feed] directly query csv with sqlite :

directly query csv with sqlite

[https] posted by dozens on June 22, 2022

item information -timestamp: 1655929342 -title: [linkbudz rss feed] directly query csv with sqlite -link: https://til.simonwillison.net/sqlite/one-line-csv-operations -content_type: html -id: dozens20220622202222 -author: -enclosure: -category: https +
+
timestamp
1655929342
+
title
[linkbudz rss feed] directly query csv with sqlite
+
link
https://til.simonwillison.net/sqlite/one-line-csv-operations
+
content_type
html
+
id
dozens20220622202222
+
author
+
enclosure
+
category
https
+
-[~lucidiot's wiki] forest +[~lucidiot's wiki] forest :
item information -timestamp: 1655877494 -title: [~lucidiot's wiki] forest -link: https://envs.net/~lucidiot/forest.html -content_type: -id: https://envs.net/~lucidiot/forest.html -author: -enclosure: -category: +
+
timestamp
1655877494
+
title
[~lucidiot's wiki] forest
+
link
https://envs.net/~lucidiot/forest.html
+
content_type
+
id
https://envs.net/~lucidiot/forest.html
+
author
+
enclosure
+
category
+
-[trash cat tech chat] 004 - Matrix, part 2 +[trash cat tech chat] 004 - Matrix, part 2 :
item information -timestamp: 1655867272 -title: [trash cat tech chat] 004 - Matrix, part 2 -link: https://podcast.librepunk.club/tctc/004 -content_type: html -id: https://podcast.librepunk.club/tctc/004 -author: -enclosure: https://podcast.librepunk.club/tctc/tctc_004_Matrix,-part-2.ogg -category: +
+
timestamp
1655867272
+
title
[trash cat tech chat] 004 - Matrix, part 2
+
link
https://podcast.librepunk.club/tctc/004
+
content_type
html
+
id
https://podcast.librepunk.club/tctc/004
+
author
+
enclosure
https://podcast.librepunk.club/tctc/tctc_004_Matrix,-part-2.ogg
+
category
+
-[linkbudz rss feed] Running Doom on a chip from a $15 smart lamp +[linkbudz rss feed] Running Doom on a chip from a $15 smart lamp :

Running Doom on a chip from a $15 smart lamp

[https] posted by mio on June 21, 2022

item information -timestamp: 1655774852 -title: [linkbudz rss feed] Running Doom on a chip from a $15 smart lamp -link: https://uk.pcmag.com/games/133930/you-can-run-doom-on-a-chip-from-a-15-ikea-smart-lamp -content_type: html -id: mio20220621012732 -author: -enclosure: -category: https +
+
timestamp
1655774852
+
title
[linkbudz rss feed] Running Doom on a chip from a $15 smart lamp
+
link
https://uk.pcmag.com/games/133930/you-can-run-doom-on-a-chip-from-a-15-ikea-smart-lamp
+
content_type
html
+
id
mio20220621012732
+
author
+
enclosure
+
category
https
+
-
-[linkbudz rss feed] Old-school blogging, retro computers, and decentralisation - -

Old-school blogging, retro computers, and decentralisation

-

[https] posted by m455 on June 20, 2022

-
item information -timestamp: 1655733653 -title: [linkbudz rss feed] Old-school blogging, retro computers, and decentralisation -link: https://andregarzia.com/2022/05/Old-school-blogging-retro-computers-and-decentralisation.html -content_type: html -id: m45520220620140053 -author: -enclosure: -category: https -
-
-email acdw if you have issues. diff --git a/style.css b/style.css index 299b98b..2e59c5d 100644 --- a/style.css +++ b/style.css @@ -1,117 +1,141 @@ body { - font-size: 14pt; - line-spacing: 1.4; + font-size: 14pt; + line-spacing: 1.4; } img { - max-width: 100%; + max-width: 100%; } pre, code { - overflow: scroll; + overflow: scroll; +} + +#main { + max-width: 932px; + margin: auto; +} + +.nav { + text-align: right; } details { - margin: 1ch; - max-width: 78ch; - margin: auto; - padding: 1ch; - position: relative; + margin: 5px; + padding: 5px; + position: relative; } details[open] { - border: 1px solid; - border-radius: 1ch; - min-height: 4.2em; + border: 1px solid; + border-radius: 5px; + min-height: 4.2em; +} + +.info { + position: relative; +} +.info[open] summary { + position: absolute; + bottom: 5px; + right: 5px; } summary { - display: block; - padding: 1ch; - margin: -1ch; - font: 12pt monospace; + border-radius: 5px; + display: block; + padding: 5px; + margin: -5px; + font: 12pt monospace; } .info { - font: 10pt monospace; - position: absolute; - right: 0; - bottom: 1px; - border-radius: 1ch; + font: 10pt monospace; + position: absolute; + right: 0; + bottom: 1px; + border-radius: 5px; } .info summary { - font: inherit; - text-align: right; + font: inherit; + text-align: right; } summary:hover { - text-transform: uppercase; - border-radius: 1ch; + text-transform: uppercase; + border-radius: 5px; +} + +time, +.time { + float: right; } .links { - float: right; + float: right; } .content { - margin: 2ch; + margin: 10px; } a { - text-decoration: none; - padding: 2px; + text-decoration: none; + padding: 2px; } a:link, a:visited { - color: inherit; + color: inherit; } @media screen and (prefers-color-scheme: light) { - body { - background: white; - color: black; - } - details { - background: #ddd; - } - details[open] { - background: #bbb; - } - a:link { - background: cyan; - } - a:hover, - summary:hover { - background: yellow; - } - pre, - code { - background: #eee; - } + body { + background: white; + color: black; + } + details { + background: #ddd; + } + details[open] { + background: #bbb; + } + a:link { + background: cyan; + } + a:hover, + summary:hover, + details[open] > summary { + background: yellow; + } + pre, + code { + background: #eee; + } } @media screen and (prefers-color-scheme: dark) { - body { - background: #002222; - color: #dee; - } - details { - background: #220000; - } - details[open] { - background: #333; - } - a:link { - background: #002244; - } - a:hover, - summary:hover { - background: brown; - } - pre, - code { - background: #111; - } + body { + background: #002222; + color: #dee; + } + details { + background: #220000; + } + details[open] { + background: #333; + } + a:link { + background: #002244; + } + a:hover, + summary:hover, + details[open] > summary { + background: brown; + } + pre, + code { + background: #111; + } } -- cgit 1.4.1-21-gabe81