···11+---
22+title: January 6th, 2024
33+date: 2024-01-06, 13:22:20 -08:00
44+section: journal
55+aliases:
66+tags:
77+ - crossposting
88+---
99+With so many different networks and accounts and crossposting, I find myself thinking about rebooting [Moa Party](https://bmannconsulting.com/blog/2021/03/14/moa-party/). I’d actively run it as a collective of some kind.
+12
_journals/2024-01-06_2344.md
···11+---
22+title: January 6th, 2024
33+date: 2024-01-06, 23:44:45 -08:00
44+section: journal
55+aliases:
66+via: https://olia.geocities.institute/@GIFmodel/111713459382327845
77+link:
88+tags:
99+ - ZEISS
1010+ - holocam
1111+---
1212+[ZEISS is launching smart glass at CES](https://www.zeiss.com/corporate/en/about-zeiss/present/newsroom/press-releases/2023/microoptics-ces.html) and talks about holographic displays and switches. And apparently a transparent _camera_ aka “holocam”
+16
_journals/2024-01-07_0901.md
···11+---
22+title: January 7th, 2024
33+date: 2024-01-07, 09:01:23 -08:00
44+section: journal
55+aliases:
66+tags:
77+ - NetNewsWire
88+ - Littlefoot
99+ - BMC
1010+ - RSS
1111+---
1212+I use [[Littlefoot]] to make inline footnotes[^demo]. Turns out [NetNewsWire includes similar functionality](https://github.com/Ranchero-Software/NetNewsWire/issues/544).
1313+1414+
1515+1616+[^demo]: Footnote demo
+22
_notes/Littlefoot.md
···11+---
22+tags:
33+ - JavaScript
44+ - footnotes
55+github: https://github.com/goblindegook/littlefoot
66+---
77+Littlefoot is a JavaScript library to make great inline footnotes. It's a non-jQuery replacement for BigfootJS.
88+99+From the [Github README](https://github.com/goblindegook/littlefoot):
1010+1111+> littlefoot is a lightweight JavaScript library that creates exceptional footnotes. It was forked from Bigfoot.js by Chris Sauvé and does not require jQuery.
1212+>
1313+> Simply include the code on your pages and footnotes will be detected automatically and improved in the following ways:
1414+>
1515+> - Links to footnotes will be replaced with clickable/tappable buttons, making them substantially easier to hit.
1616+>
1717+> - Footnote content will appear in a popover directly beside the footnote button when it is clicked/tapped, which cuts out the annoying bouncing around the page that footnotes typically result in.
1818+>
1919+> - The active popovers will be resized and repositioned to ensure that they continue to be completely visible on-screen and aesthetically pleasing: this makes it perfect for mobile devices and responsive designs.
2020+>
2121+> - Supports the markup generated by MultiMarkdown by default.
2222+>