📚 picked up the Silo books trilogy @borderlands-books.com earlier today: “Wool”, “Shift”, “Dust”, and a small booklet of “Silo Stories” which came inside the boxset. Looking forward to cracking them open and seeing how far I get while waiting for the last three episodes of season three.
{
"type": "entry",
"published": "2026-08-17 21:52-0700",
"url": "https://tantek.com/2026/229/t2/silo-books-trilogy-wool-shift-dust",
"category": [
"Silo",
"books",
"trilogy",
"boxset",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "\ud83d\udcda picked up the Silo books trilogy @borderlands-books.com earlier today: \u201cWool\u201d, \u201cShift\u201d, \u201cDust\u201d, and a small booklet of \u201cSilo Stories\u201d which came inside the boxset. Looking forward to cracking them open and seeing how far I get while waiting for the last three episodes of season three.\n\nPreviously: https://tantek.com/229/t1/watched-silo-season-3-episode-7\n\n#Silo #books #trilogy #boxset\n#Blaugust #Blaugust2026",
"html": "\ud83d\udcda picked up the Silo books trilogy <a href=\"https://borderlands-books.com\">@borderlands-books.com</a> earlier today: \u201cWool\u201d, \u201cShift\u201d, \u201cDust\u201d, and a small booklet of \u201cSilo Stories\u201d which came inside the boxset. Looking forward to cracking them open and seeing how far I get while waiting for the last three episodes of season three.<br /><br />Previously: <a href=\"https://tantek.com/229/t1/watched-silo-season-3-episode-7\">https://tantek.com/229/t1/watched-silo-season-3-episode-7</a><br /><br />#<span class=\"p-category\">Silo</span> #<span class=\"p-category\">books</span> #<span class=\"p-category\">trilogy</span> #<span class=\"p-category\">boxset</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386615",
"_source": "2460"
}
▶️ watched Silo season 3 episode 7 “Radio” last Friday night. I watched the first six season 3 episodes before that, and was inspired to order the Silo trilogy boxset (of books) @borderlands-books.com last Wednesday.
CSF_03: today’s Cybersecurity Friday post: the effective security of small business websites has likely gotten worse due to LLMs and “AI agents” (with or without safeguards) and what actions you may want to consider.
Small business websites tend to be sloppily written (no pun intended though that may also be true) and are likely riddled with numerous very fundamental security holes. There are many possible explanations (economics) from poor initial construction, perhaps using the latest new trendy framework rather than established hardened libraries, to lack of maintenance after initial setup. They have obvious holes like lack of server-side form validation (people being able to change values in forms using browser dev tools), and less obvious like buggy APIs allowing more access than they should.
In the past, many of these holes didn’t really matter because those sites were “not worth attacking” for the incentive models of human-based cyber-attackers or collectives thereof.
However, now that there are LLMs that have likely been trained on any number of common security holes in websites (and how to exploit them), when an “AI agent” is given a task, it may very well use any “tool” at its disposal, including website vulnerabilities to accomplish its goals, as illustrated by the example in the Australia ABC news article above.
Since such chatbots are now essentially "hack websites as a service", I expect we will see LOTS more of this happening, likely unintentionally, or sometimes with mild intention like “can you get me higher on the waitlist”.
Ultimately I think both the human giving instructions to (prompting) such chatbots and the creators of such chatbots should be held responsible for any such intrusions and any damage they cause, even if/when unintended.
There are a few things you can do about this emerging phenomenon:
1. If you use such “agents”, be very careful about what you ask it/them to do, avoiding asking for anything that’s morally gray or questionable at all, even something as “minor” as cutting the line in an online waitlist.
2. If you run a small business site, you have your work cut out for you. Pay a professional web developer to audit the security of your website, document what they find, and patch holes / repair it accordingly.
3. If you have accounts on small business sites you rarely or ever use, consider exporting any data (receipts, transactions), replacing your profile details (name, addresses, photos) with noise, and then deleting your account. If you need to use the site again, use a different email address (as recommended in https://tantek.com/2025/122/b1/more-steps-indieweb-cybersecurity) to create a new account.
That last tip is also helpful for reducing your own personal “attack surface”. By pruning your online accounts, you both reduce the number potential data breaches that you’re in, and reduce the places and ways that attackers can cause you trouble (or that you have to double-check if you’re ever the target of a cyber-attack)
{
"type": "entry",
"published": "2026-08-14 13:41-0700",
"url": "https://tantek.com/2026/226/t1/cybersecurity-friday-small-business",
"category": [
"CyberSecurity",
"Friday",
"cyber",
"security",
"cyberAttack",
"cyberAttacker",
"chatBot",
"chatBots",
"LLM",
"LLMs",
"AI",
"agent",
"agents",
"AIagent",
"AIagents",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "CSF_03: today\u2019s Cybersecurity Friday post: the effective security of small business websites has likely gotten worse due to LLMs and \u201cAI agents\u201d (with or without safeguards) and what actions you may want to consider.\n\nThis article documents an instance of this problem:\n* https://www.abc.net.au/news/2026-08-10/ai-assistant-hacks-gym-website-aus-cyber-attack/107007986\n\nSmall business websites tend to be sloppily written (no pun intended though that may also be true) and are likely riddled with numerous very fundamental security holes. There are many possible explanations (economics) from poor initial construction, perhaps using the latest new trendy framework rather than established hardened libraries, to lack of maintenance after initial setup. They have obvious holes like lack of server-side form validation (people being able to change values in forms using browser dev tools), and less obvious like buggy APIs allowing more access than they should.\n\nIn the past, many of these holes didn\u2019t really matter because those sites were \u201cnot worth attacking\u201d for the incentive models of human-based cyber-attackers or collectives thereof.\n\nHowever, now that there are LLMs that have likely been trained on any number of common security holes in websites (and how to exploit them), when an \u201cAI agent\u201d is given a task, it may very well use any \u201ctool\u201d at its disposal, including website vulnerabilities to accomplish its goals, as illustrated by the example in the Australia ABC news article above.\n\nSince such chatbots are now essentially \"hack websites as a service\", I expect we will see LOTS more of this happening, likely unintentionally, or sometimes with mild intention like \u201ccan you get me higher on the waitlist\u201d.\n\nUltimately I think both the human giving instructions to (prompting) such chatbots and the creators of such chatbots should be held responsible for any such intrusions and any damage they cause, even if/when unintended.\n\nThere are a few things you can do about this emerging phenomenon:\n\n1. If you use such \u201cagents\u201d, be very careful about what you ask it/them to do, avoiding asking for anything that\u2019s morally gray or questionable at all, even something as \u201cminor\u201d as cutting the line in an online waitlist.\n\n2. If you run a small business site, you have your work cut out for you. Pay a professional web developer to audit the security of your website, document what they find, and patch holes / repair it accordingly.\n\n3. If you have accounts on small business sites you rarely or ever use, consider exporting any data (receipts, transactions), replacing your profile details (name, addresses, photos) with noise, and then deleting your account. If you need to use the site again, use a different email address (as recommended in https://tantek.com/2025/122/b1/more-steps-indieweb-cybersecurity) to create a new account.\n\nThat last tip is also helpful for reducing your own personal \u201cattack surface\u201d. By pruning your online accounts, you both reduce the number potential data breaches that you\u2019re in, and reduce the places and ways that attackers can cause you trouble (or that you have to double-check if you\u2019re ever the target of a cyber-attack)\n\nPreviously: https://tantek.com/2025/122/b1/more-steps-indieweb-cybersecurity\n\n#CyberSecurity #Friday #cyber #security #cyberAttack #cyberAttacker #chatBot #chatBots #LLM #LLMs #AI #agent #agents #AIagent #AIagents\n#Blaugust #Blaugust2026",
"html": "CSF_03: today\u2019s Cybersecurity Friday post: the effective security of small business websites has likely gotten worse due to LLMs and \u201cAI agents\u201d (with or without safeguards) and what actions you may want to consider.<br /><br />This article documents an instance of this problem:<br />* <a href=\"https://www.abc.net.au/news/2026-08-10/ai-assistant-hacks-gym-website-aus-cyber-attack/107007986\">https://www.abc.net.au/news/2026-08-10/ai-assistant-hacks-gym-website-aus-cyber-attack/107007986</a><br /><br />Small business websites tend to be sloppily written (no pun intended though that may also be true) and are likely riddled with numerous very fundamental security holes. There are many possible explanations (economics) from poor initial construction, perhaps using the latest new trendy framework rather than established hardened libraries, to lack of maintenance after initial setup. They have obvious holes like lack of server-side form validation (people being able to change values in forms using browser dev tools), and less obvious like buggy APIs allowing more access than they should.<br /><br />In the past, many of these holes didn\u2019t really matter because those sites were \u201cnot worth attacking\u201d for the incentive models of human-based cyber-attackers or collectives thereof.<br /><br />However, now that there are LLMs that have likely been trained on any number of common security holes in websites (and how to exploit them), when an \u201cAI agent\u201d is given a task, it may very well use any \u201ctool\u201d at its disposal, including website vulnerabilities to accomplish its goals, as illustrated by the example in the Australia ABC news article above.<br /><br />Since such chatbots are now essentially \"hack websites as a service\", I expect we will see LOTS more of this happening, likely unintentionally, or sometimes with mild intention like \u201ccan you get me higher on the waitlist\u201d.<br /><br />Ultimately I think both the human giving instructions to (prompting) such chatbots and the creators of such chatbots should be held responsible for any such intrusions and any damage they cause, even if/when unintended.<br /><br />There are a few things you can do about this emerging phenomenon:<br /><br />1. If you use such \u201cagents\u201d, be very careful about what you ask it/them to do, avoiding asking for anything that\u2019s morally gray or questionable at all, even something as \u201cminor\u201d as cutting the line in an online waitlist.<br /><br />2. If you run a small business site, you have your work cut out for you. Pay a professional web developer to audit the security of your website, document what they find, and patch holes / repair it accordingly.<br /><br />3. If you have accounts on small business sites you rarely or ever use, consider exporting any data (receipts, transactions), replacing your profile details (name, addresses, photos) with noise, and then deleting your account. If you need to use the site again, use a different email address (as recommended in <a href=\"https://tantek.com/2025/122/b1/more-steps-indieweb-cybersecurity\">https://tantek.com/2025/122/b1/more-steps-indieweb-cybersecurity</a>) to create a new account.<br /><br />That last tip is also helpful for reducing your own personal \u201cattack surface\u201d. By pruning your online accounts, you both reduce the number potential data breaches that you\u2019re in, and reduce the places and ways that attackers can cause you trouble (or that you have to double-check if you\u2019re ever the target of a cyber-attack)<br /><br />Previously: <a href=\"https://tantek.com/2025/122/b1/more-steps-indieweb-cybersecurity\">https://tantek.com/2025/122/b1/more-steps-indieweb-cybersecurity</a><br /><br />#<span class=\"p-category\">CyberSecurity</span> #<span class=\"p-category\">Friday</span> #<span class=\"p-category\">cyber</span> #<span class=\"p-category\">security</span> #<span class=\"p-category\">cyberAttack</span> #<span class=\"p-category\">cyberAttacker</span> #<span class=\"p-category\">chatBot</span> #<span class=\"p-category\">chatBots</span> #<span class=\"p-category\">LLM</span> #<span class=\"p-category\">LLMs</span> #<span class=\"p-category\">AI</span> #<span class=\"p-category\">agent</span> #<span class=\"p-category\">agents</span> #<span class=\"p-category\">AIagent</span> #<span class=\"p-category\">AIagents</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386617",
"_source": "2460"
}
The bright orange eruptions, orange streaks of lava flow, orange lit clouds of smoke & steam all contrasted against the black sky and land are quite the visual ASMR. Paired with the ASMR wind from the mountain, the effect is quite calming and peaceful.
Putting this on a projector is quite the night light to fall asleep to (requires YouTube Premium to avoid noisy ads interruptions that harsh your mellow)
{
"type": "entry",
"published": "2026-08-13 00:56-0700",
"url": "https://tantek.com/2026/225/t2/kilauea-volcano-eruption-hawaii",
"category": [
"Kilauea",
"volcano",
"eruption",
"Hawaii",
"orange",
"lava",
"lavaFlow",
"ASMR",
"wind",
"video",
"USGS",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "\ud83c\udf0b Kilauea volcano\u2019s currently active eruption in Hawaii https://www.youtube.com/live/mKJ7ZyIdjeQ\n\nThe bright orange eruptions, orange streaks of lava flow, orange lit clouds of smoke & steam all contrasted against the black sky and land are quite the visual ASMR. Paired with the ASMR wind from the mountain, the effect is quite calming and peaceful.\n\nPutting this on a projector is quite the night light to fall asleep to (requires YouTube Premium to avoid noisy ads interruptions that harsh your mellow)\n\n#Kilauea #volcano #eruption #Hawaii #orange #lava #lavaFlow #ASMR #wind #video #USGS\n#Blaugust #Blaugust2026",
"html": "\ud83c\udf0b Kilauea volcano\u2019s currently active eruption in Hawaii <a href=\"https://www.youtube.com/live/mKJ7ZyIdjeQ\">https://www.youtube.com/live/mKJ7ZyIdjeQ</a><br /><br />The bright orange eruptions, orange streaks of lava flow, orange lit clouds of smoke & steam all contrasted against the black sky and land are quite the visual ASMR. Paired with the ASMR wind from the mountain, the effect is quite calming and peaceful.<br /><br />Putting this on a projector is quite the night light to fall asleep to (requires YouTube Premium to avoid noisy ads interruptions that harsh your mellow)<br /><br />#<span class=\"p-category\">Kilauea</span> #<span class=\"p-category\">volcano</span> #<span class=\"p-category\">eruption</span> #<span class=\"p-category\">Hawaii</span> #<span class=\"p-category\">orange</span> #<span class=\"p-category\">lava</span> #<span class=\"p-category\">lavaFlow</span> #<span class=\"p-category\">ASMR</span> #<span class=\"p-category\">wind</span> #<span class=\"p-category\">video</span> #<span class=\"p-category\">USGS</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386618",
"_source": "2460"
}
“I assign a profile essay. Have for 30 years. Student interviews a person, records it, writes a paper based off the recording. Citations are timestamps. Should be pretty easy. Has been easy pre-AI. Now, students cannot do it.”
Snippet from professor/student dialog:
==== Prof: ”Start with what you found interesting.”
Student: ”How do I know if something’s interesting?”
Prof: ”You’re asking me how you find something interesting?”
Student: ”Yeah.” ====
Chatbots / LLMs are not just "the latest tools" like using a calculator instead of doing arithmetic yourself.
Students are being robbed of curiosity, learning to discover and notice novelty, how to “find something interesting.”
This isn't cognitive enhancement, this is a tool causing brain rot (loss of curiosity), even a developmental disability. Unclear if it is reversible.
{
"type": "entry",
"published": "2026-08-13 00:01-0700",
"url": "https://tantek.com/2026/225/t1/tron-prescience-programs-thinking-people-stop",
"category": [
"TRON",
"TRON1982",
"AIproof",
"interesting",
"chatBot",
"chatBots",
"LLM",
"LLMs",
"AI",
"brainRot",
"AIbrainRot",
"disability",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "1982 TRON prescience: \n\n\u201cWon't that be grand? Computers and the programs will start thinking and the people will stop.\u201d \u2014 Walter\n\n2026 students:\n\n\u201cHow do you know an assignment is AI proof? Because when it is, students cannot do it.\u201d\n* https://www.reddit.com/r/Professors/comments/1vkw6by/how_do_you_know_an_assignment_is_ai_proof_because/\n\n\u201cI assign a profile essay. Have for 30 years. Student interviews a person, records it, writes a paper based off the recording. Citations are timestamps. Should be pretty easy. Has been easy pre-AI. Now, students cannot do it.\u201d\n\nSnippet from professor/student dialog:\n\n====\nProf: \u201dStart with what you found interesting.\u201d\n\nStudent: \u201dHow do I know if something\u2019s interesting?\u201d\n\nProf: \u201dYou\u2019re asking me how you find something interesting?\u201d\n\nStudent: \u201dYeah.\u201d \n====\n\nChatbots / LLMs are not just \"the latest tools\" like using a calculator instead of doing arithmetic yourself.\n\nStudents are being robbed of curiosity, learning to discover and notice novelty, how to \u201cfind something interesting.\u201d\n\nThis isn't cognitive enhancement, this is a tool causing brain rot (loss of curiosity), even a developmental disability. Unclear if it is reversible.\n\nTRON quote citation: https://www.imdb.com/title/tt0084827/quotes/?item=qt0406255\n\nUpdate, see also:\n* 2026-08-19 \u201cTeachers Warn That Students Are Losing the Ability to Think as They Lean on AI for Everything\u201d https://futurism.com/future-society/students-lose-ability-think-ai\n\n#TRON #TRON1982 #AIproof #interesting #chatBot #chatBots #LLM #LLMs #AI #brainRot #AIbrainRot #disability #Blaugust #Blaugust2026",
"html": "1982 TRON prescience: <br /><br />\u201cWon't that be grand? Computers and the programs will start thinking and the people will stop.\u201d \u2014 Walter<br /><br />2026 students:<br /><br />\u201cHow do you know an assignment is AI proof? Because when it is, students cannot do it.\u201d<br />* <a href=\"https://www.reddit.com/r/Professors/comments/1vkw6by/how_do_you_know_an_assignment_is_ai_proof_because/\">https://www.reddit.com/r/Professors/comments/1vkw6by/how_do_you_know_an_assignment_is_ai_proof_because/</a><br /><br />\u201cI assign a profile essay. Have for 30 years. Student interviews a person, records it, writes a paper based off the recording. Citations are timestamps. Should be pretty easy. Has been easy pre-AI. Now, students cannot do it.\u201d<br /><br />Snippet from professor/student dialog:<br /><br />====<br />Prof: \u201dStart with what you found interesting.\u201d<br /><br />Student: \u201dHow do I know if something\u2019s interesting?\u201d<br /><br />Prof: \u201dYou\u2019re asking me how you find something interesting?\u201d<br /><br />Student: \u201dYeah.\u201d <br />====<br /><br />Chatbots / LLMs are not just \"the latest tools\" like using a calculator instead of doing arithmetic yourself.<br /><br />Students are being robbed of curiosity, learning to discover and notice novelty, how to \u201cfind something interesting.\u201d<br /><br />This isn't cognitive enhancement, this is a tool causing brain rot (loss of curiosity), even a developmental disability. Unclear if it is reversible.<br /><br />TRON quote citation: <a href=\"https://www.imdb.com/title/tt0084827/quotes/?item=qt0406255\">https://www.imdb.com/title/tt0084827/quotes/?item=qt0406255</a><br /><br />Update, see also:<br />* 2026-08-19 \u201cTeachers Warn That Students Are Losing the Ability to Think as They Lean on AI for Everything\u201d <a href=\"https://futurism.com/future-society/students-lose-ability-think-ai\">https://futurism.com/future-society/students-lose-ability-think-ai</a><br /><br />#<span class=\"p-category\">TRON</span> #<span class=\"p-category\">TRON1982</span> #<span class=\"p-category\">AIproof</span> #<span class=\"p-category\">interesting</span> #<span class=\"p-category\">chatBot</span> #<span class=\"p-category\">chatBots</span> #<span class=\"p-category\">LLM</span> #<span class=\"p-category\">LLMs</span> #<span class=\"p-category\">AI</span> #<span class=\"p-category\">brainRot</span> #<span class=\"p-category\">AIbrainRot</span> #<span class=\"p-category\">disability</span> #<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386619",
"_source": "2460"
}
{
"type": "entry",
"published": "2026-08-10 22:36-0700",
"url": "https://tantek.com/2026/222/t1/watched-silo-season-1-2",
"category": [
"Silo",
"SiloTV",
"AppleOriginal",
"AppleTV",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "\u25b6\ufe0f watched and finished the rest of Silo season 1 and all of season 2 over the weekend. Superbly well written.\n\nPreviously: https://tantek.com/2026/218/t1/watched-episodes-silo\n\n#Silo #SiloTV #AppleOriginal #AppleTV\n#Blaugust #Blaugust2026",
"html": "\u25b6\ufe0f watched and finished the rest of Silo season 1 and all of season 2 over the weekend. Superbly well written.<br /><br />Previously: <a href=\"https://tantek.com/2026/218/t1/watched-episodes-silo\">https://tantek.com/2026/218/t1/watched-episodes-silo</a><br /><br />#<span class=\"p-category\">Silo</span> #<span class=\"p-category\">SiloTV</span> #<span class=\"p-category\">AppleOriginal</span> #<span class=\"p-category\">AppleTV</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386621",
"_source": "2460"
}
Since then, Bing has added “Copilot” LLM generated results to the top of search results by default, and unfortunately they add zero value to calendar month searches and displays. Worse, Copilot’s “summary” can often be long enough to push the actual calendar month display “below the fold” as it were.
and press return. You should see a days and weeks grid display for September 2026, with the current day of the month (the 9th as I’m writing this) selected in the displayed month.
Note the new calendar month display features since I last blogged this in 2024: * Day 252 — day of the year! September 9th of 2026 is the 252nd day of 2026. * Week 37 — Sept 9th is also on the 37th week of 2026 * 31 days later — Sept 9th is 31 days from today (August 9th). * < [ Sep v ] > – little anglebracket arrows on either side of the month button/dropdown to one-click nav to the prev/next month * [ Start Day v ] — a new “Start Day” drop down button to change which day of the week to display as the start of the week
Amazing that despite already being far better than any other search engine for year month queries, Bing has *improved* its calendar month display search results, while Duckduckgo, Google, Yahoo are just as useless (yes I checked) as they were two years ago (I also tried Ecosia and it was no better). I am hashtagging them all to see if anyone at those other search engines notices and gets around to implementing a similar calendar month display.
{
"type": "entry",
"published": "2026-08-09 13:05-0700",
"url": "https://tantek.com/2026/221/t1/update-bing-view-calendar-month",
"category": [
"search",
"webSearch",
"SearchShortcut",
"Microsoft",
"Bing",
"MicrosoftBing",
"BingSearch",
"BingTip",
"searchTip",
"calendar",
"month",
"CoPilot",
"NoCoPilot",
"NoAI",
"NoGenAI",
"NoLLM",
"Firefox",
"DuckDuckGo",
"Google",
"GoogleSearch",
"Yahoo",
"YahooSearch",
"Ecosia",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "Update on Bing use-case: quickly view a Gregorian calendar month display with new features and without Copilot noise.\n\nIn 2024, I wrote about a use-case for Bing where it vastly outshines all other search engines. https://tantek.com/2024/287/t3/bing-use-case-calendar-month\n\nSince then, Bing has added \u201cCopilot\u201d LLM generated results to the top of search results by default, and unfortunately they add zero value to calendar month searches and displays. Worse, Copilot\u2019s \u201csummary\u201d can often be long enough to push the actual calendar month display \u201cbelow the fold\u201d as it were.\n\nSolution: add \" -ai\" to your query.\n\nE.g. assuming you\u2019ve setup Firefox search shortcuts as I recommended (https://tantek.com/2024/287/t2/setup-search-shortcuts-firefox)\n\nType this into your Firefox address bar:\n\nb 2026 sep -ai\n\nor directly go to https://bing.com/ and enter: 2026 sep -ai\n\nand press return. You should see a days and weeks grid display for September 2026, with the current day of the month (the 9th as I\u2019m writing this) selected in the displayed month.\n\n\nNote the new calendar month display features since I last blogged this in 2024:\n* Day 252 \u2014 day of the year! September 9th of 2026 is the 252nd day of 2026.\n* Week 37 \u2014 Sept 9th is also on the 37th week of 2026\n* 31 days later \u2014 Sept 9th is 31 days from today (August 9th).\n* < [ Sep v ] > \u2013 little anglebracket arrows on either side of the month button/dropdown to one-click nav to the prev/next month\n* [ Start Day v ] \u2014 a new \u201cStart Day\u201d drop down button to change which day of the week to display as the start of the week\n\nAmazing that despite already being far better than any other search engine for year month queries, Bing has *improved* its calendar month display search results, while Duckduckgo, Google, Yahoo are just as useless (yes I checked) as they were two years ago (I also tried Ecosia and it was no better). I am hashtagging them all to see if anyone at those other search engines notices and gets around to implementing a similar calendar month display.\n\n#search #webSearch #SearchShortcut #Microsoft #Bing #MicrosoftBing #BingSearch #BingTip #searchTip #calendar #month\n#CoPilot #NoCoPilot #NoAI #NoGenAI #NoLLM #Firefox #DuckDuckGo #Google #GoogleSearch #Yahoo #YahooSearch #Ecosia.\n\n#Blaugust #Blaugust2026",
"html": "Update on Bing use-case: quickly view a Gregorian calendar month display with new features and without Copilot noise.<br /><br />In 2024, I wrote about a use-case for Bing where it vastly outshines all other search engines. <a href=\"https://tantek.com/2024/287/t3/bing-use-case-calendar-month\">https://tantek.com/2024/287/t3/bing-use-case-calendar-month</a><br /><br />Since then, Bing has added \u201cCopilot\u201d LLM generated results to the top of search results by default, and unfortunately they add zero value to calendar month searches and displays. Worse, Copilot\u2019s \u201csummary\u201d can often be long enough to push the actual calendar month display \u201cbelow the fold\u201d as it were.<br /><br />Solution: add \" -ai\" to your query.<br /><br />E.g. assuming you\u2019ve setup Firefox search shortcuts as I recommended (<a href=\"https://tantek.com/2024/287/t2/setup-search-shortcuts-firefox\">https://tantek.com/2024/287/t2/setup-search-shortcuts-firefox</a>)<br /><br />Type this into your Firefox address bar:<br /><br />b 2026 sep -ai<br /><br />or directly go to <a href=\"https://bing.com/\">https://bing.com/</a> and enter: 2026 sep -ai<br /><br />and press return. You should see a days and weeks grid display for September 2026, with the current day of the month (the 9th as I\u2019m writing this) selected in the displayed month.<br /><br /><a href=\"https://www.bing.com/search?q=2026+sep+-ai\"><img alt=\"Screenshot of a Firefox private browsing window searching Bing for 2026 sep -ai and showing a big text display of the month of September 2026 with headings for the days of the week and weekends and holidays highlighted.\" src=\"https://indieweb.org/images/b/bc/2026-08-09-bing-2026-sep.png\" /></a><br />Note the new calendar month display features since I last blogged this in 2024:<br />* Day 252 \u2014 day of the year! September 9th of 2026 is the 252nd day of 2026.<br />* Week 37 \u2014 Sept 9th is also on the 37th week of 2026<br />* 31 days later \u2014 Sept 9th is 31 days from today (August 9th).<br />* < [ Sep v ] > \u2013 little anglebracket arrows on either side of the month button/dropdown to one-click nav to the prev/next month<br />* [ Start Day v ] \u2014 a new \u201cStart Day\u201d drop down button to change which day of the week to display as the start of the week<br /><br />Amazing that despite already being far better than any other search engine for year month queries, Bing has *improved* its calendar month display search results, while Duckduckgo, Google, Yahoo are just as useless (yes I checked) as they were two years ago (I also tried Ecosia and it was no better). I am hashtagging them all to see if anyone at those other search engines notices and gets around to implementing a similar calendar month display.<br /><br />#<span class=\"p-category\">search</span> #<span class=\"p-category\">webSearch</span> #<span class=\"p-category\">SearchShortcut</span> #<span class=\"p-category\">Microsoft</span> #<span class=\"p-category\">Bing</span> #<span class=\"p-category\">MicrosoftBing</span> #<span class=\"p-category\">BingSearch</span> #<span class=\"p-category\">BingTip</span> #<span class=\"p-category\">searchTip</span> #<span class=\"p-category\">calendar</span> #<span class=\"p-category\">month</span><br />#<span class=\"p-category\">CoPilot</span> #<span class=\"p-category\">NoCoPilot</span> #<span class=\"p-category\">NoAI</span> #<span class=\"p-category\">NoGenAI</span> #<span class=\"p-category\">NoLLM</span> #<span class=\"p-category\">Firefox</span> #<span class=\"p-category\">DuckDuckGo</span> #<span class=\"p-category\">Google</span> #<span class=\"p-category\">GoogleSearch</span> #<span class=\"p-category\">Yahoo</span> #<span class=\"p-category\">YahooSearch</span> #<span class=\"p-category\">Ecosia</span>.<br /><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386622",
"_source": "2460"
}
I started my first (previous) blog on this 220th day of 2002 using static HTML + CSS and one file per (Gregorian) month, with fragment links for specific days, posts within a day, and topics within a post:
{
"type": "entry",
"published": "2026-08-08 17:14-0700",
"url": "https://tantek.com/2026/220/t3/24th-blogiversary",
"category": [
"100PostsOfIndieWeb",
"100Posts",
"indieweb",
"blog",
"blogs",
"blogiversary",
"staticHTML",
"HTMLCSS",
"NoJS",
"NoJavascript",
"NoCMS",
"NoSSG",
"NoGitHub",
"BBEdit",
"SFTP",
"SCP",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "Today is my blog\u2019s 24th blogiversary!\n\nI started my first (previous) blog on this 220th day of 2002 using static HTML + CSS and one file per (Gregorian) month, with fragment links for specific days, posts within a day, and topics within a post:\n\nhttps://tantek.com/log/2002/08.html#L20020808\n\nNo Javascript. No CMS. No SSG. No GitHub.\n\nJust BBEdit and SFTP.\n\nI\u2019m still using BBEdit with my current blog, and now scp instead of SFTP.\n\nPreviously:\n* 6th: https://tantek.com/log/2008/08.html#d08t1923\n* 5th: https://tantek.com/log/2007/08.html#d08t2359\n* 4th: https://tantek.com/log/2006/08.html#d08t2359\n* 1st: https://tantek.com/log/2003/08.html#L20030808t2359\n\nThis is post 14 of #100PostsOfIndieWeb. #100Posts #indieweb\n#blog #blogs #blogiversary #staticHTML #HTMLCSS #NoJS #NoJavascript #NoCMS #NoSSG #NoGitHub #BBEdit #SFTP #SCP\n#Blaugust #Blaugust2026\n\n\u2190 https://tantek.com/2026/219/t1/open-web-free-content\n\u2192 https://tantek.com/2026/231/t1/more-weirdness-ai-chat-llm-bot",
"html": "Today is my blog\u2019s 24th blogiversary!<br /><br />I started my first (previous) blog on this 220th day of 2002 using static HTML + CSS and one file per (Gregorian) month, with fragment links for specific days, posts within a day, and topics within a post:<br /><br /><a href=\"https://tantek.com/log/2002/08.html#L20020808\">https://tantek.com/log/2002/08.html#L20020808</a><br /><br />No Javascript. No CMS. No SSG. No GitHub.<br /><br />Just BBEdit and SFTP.<br /><br />I\u2019m still using BBEdit with my current blog, and now scp instead of SFTP.<br /><br />Previously:<br />* 6th: <a href=\"https://tantek.com/log/2008/08.html#d08t1923\">https://tantek.com/log/2008/08.html#d08t1923</a><br />* 5th: <a href=\"https://tantek.com/log/2007/08.html#d08t2359\">https://tantek.com/log/2007/08.html#d08t2359</a><br />* 4th: <a href=\"https://tantek.com/log/2006/08.html#d08t2359\">https://tantek.com/log/2006/08.html#d08t2359</a><br />* 1st: <a href=\"https://tantek.com/log/2003/08.html#L20030808t2359\">https://tantek.com/log/2003/08.html#L20030808t2359</a><br /><br />This is post 14 of #<span class=\"p-category\">100PostsOfIndieWeb</span>. #<span class=\"p-category\">100Posts</span> #<span class=\"p-category\">indieweb</span><br />#<span class=\"p-category\">blog</span> #<span class=\"p-category\">blogs</span> #<span class=\"p-category\">blogiversary</span> #<span class=\"p-category\">staticHTML</span> #<span class=\"p-category\">HTMLCSS</span> #<span class=\"p-category\">NoJS</span> #<span class=\"p-category\">NoJavascript</span> #<span class=\"p-category\">NoCMS</span> #<span class=\"p-category\">NoSSG</span> #<span class=\"p-category\">NoGitHub</span> #<span class=\"p-category\">BBEdit</span> #<span class=\"p-category\">SFTP</span> #<span class=\"p-category\">SCP</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span><br /><br />\u2190 <a href=\"https://tantek.com/2026/219/t1/open-web-free-content\">https://tantek.com/2026/219/t1/open-web-free-content</a><br />\u2192 <a href=\"https://tantek.com/2026/231/t1/more-weirdness-ai-chat-llm-bot\">https://tantek.com/2026/231/t1/more-weirdness-ai-chat-llm-bot</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386623",
"_source": "2460"
}
The open web has an amazing amount of free content that is actually free, both freely accessible without payment and free of conditions to access. No tracking cookies needed, no logins needed, no ads needed.
A few examples: * blogs. my blog, and every other #indieweb blog (with the exception of sites hosted on content services that show ads without the consent of the blogger). Personal blogs are free to read because it’s a hobby and a way of keeping up with family, friends, colleagues, acquaintances, people we’ve met once at a conference, people that inspire us. * Wikipedia is free, largely donor supported, partly via donation banners. * Open Street Maps is free, similarly. * Internet Archive is free, similarly. * Government sites are free, supported by taxes. * Public library sites are free, similarly. * Museum sites are free, supported by their donors, and in-person visit fees. * University sites are free, supported by endowments and student tuitions.
There is plenty of free content on the open web, sustainably supported by non-toxic and non-surveillance models.
The open web as a whole does not depend on any particular business model.
{
"type": "entry",
"published": "2026-08-07 22:20-0700",
"url": "https://tantek.com/2026/219/t1/open-web-free-content",
"category": [
"indieweb",
"100PostsOfIndieWeb",
"100Posts",
"openWeb",
"freeContent",
"blog",
"blogs",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "The open web has an amazing amount of free content that is actually free, both freely accessible without payment and free of conditions to access. No tracking cookies needed, no logins needed, no ads needed.\n\nA few examples:\n* blogs. my blog, and every other #indieweb blog (with the exception of sites hosted on content services that show ads without the consent of the blogger). Personal blogs are free to read because it\u2019s a hobby and a way of keeping up with family, friends, colleagues, acquaintances, people we\u2019ve met once at a conference, people that inspire us.\n* Wikipedia is free, largely donor supported, partly via donation banners.\n* Open Street Maps is free, similarly.\n* Internet Archive is free, similarly.\n* Government sites are free, supported by taxes.\n* Public library sites are free, similarly.\n* Museum sites are free, supported by their donors, and in-person visit fees.\n* University sites are free, supported by endowments and student tuitions.\n\nThere is plenty of free content on the open web, sustainably supported by non-toxic and non-surveillance models.\n\nThe open web as a whole does not depend on any particular business model.\n\nPreviously: https://tantek.com/2010/281/b1/what-is-the-open-web\n\nThis is post 13 of #100PostsOfIndieWeb. #100Posts\n#openWeb #freeContent #blog #blogs\n#Blaugust #Blaugust2026\n\n\u2190 https://tantek.com/2026/217/t1/indieweb-ai-policy\n\u2192 https://tantek.com/2026/220/t3/24th-blogiversary",
"html": "The open web has an amazing amount of free content that is actually free, both freely accessible without payment and free of conditions to access. No tracking cookies needed, no logins needed, no ads needed.<br /><br />A few examples:<br />* blogs. my blog, and every other #<span class=\"p-category\">indieweb</span> blog (with the exception of sites hosted on content services that show ads without the consent of the blogger). Personal blogs are free to read because it\u2019s a hobby and a way of keeping up with family, friends, colleagues, acquaintances, people we\u2019ve met once at a conference, people that inspire us.<br />* Wikipedia is free, largely donor supported, partly via donation banners.<br />* Open Street Maps is free, similarly.<br />* Internet Archive is free, similarly.<br />* Government sites are free, supported by taxes.<br />* Public library sites are free, similarly.<br />* Museum sites are free, supported by their donors, and in-person visit fees.<br />* University sites are free, supported by endowments and student tuitions.<br /><br />There is plenty of free content on the open web, sustainably supported by non-toxic and non-surveillance models.<br /><br />The open web as a whole does not depend on any particular business model.<br /><br />Previously: <a href=\"https://tantek.com/2010/281/b1/what-is-the-open-web\">https://tantek.com/2010/281/b1/what-is-the-open-web</a><br /><br />This is post 13 of #<span class=\"p-category\">100PostsOfIndieWeb</span>. #<span class=\"p-category\">100Posts</span><br />#<span class=\"p-category\">openWeb</span> #<span class=\"p-category\">freeContent</span> #<span class=\"p-category\">blog</span> #<span class=\"p-category\">blogs</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span><br /><br />\u2190 <a href=\"https://tantek.com/2026/217/t1/indieweb-ai-policy\">https://tantek.com/2026/217/t1/indieweb-ai-policy</a><br />\u2192 <a href=\"https://tantek.com/2026/220/t3/24th-blogiversary\">https://tantek.com/2026/220/t3/24th-blogiversary</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386626",
"_source": "2460"
}
▶️ watched episodes 1-6 of Silo over the past week, most while I was a bit under the weather. Excellent dystopia concept and show. Pausing before watching episode 7, titled “The Flamekeepers”.
{
"type": "entry",
"published": "2026-08-06 23:36-0700",
"url": "https://tantek.com/2026/218/t1/watched-episodes-silo",
"category": [
"Silo",
"SiloTV",
"AppleOriginal",
"AppleTV",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "\u25b6\ufe0f watched episodes 1-6 of Silo over the past week, most while I was a bit under the weather. Excellent dystopia concept and show. Pausing before watching episode 7, titled \u201cThe Flamekeepers\u201d.\n\n#Silo #SiloTV #AppleOriginal #AppleTV\n#Blaugust #Blaugust2026",
"html": "\u25b6\ufe0f watched episodes 1-6 of Silo over the past week, most while I was a bit under the weather. Excellent dystopia concept and show. Pausing before watching episode 7, titled \u201cThe Flamekeepers\u201d.<br /><br />#<span class=\"p-category\">Silo</span> #<span class=\"p-category\">SiloTV</span> #<span class=\"p-category\">AppleOriginal</span> #<span class=\"p-category\">AppleTV</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386627",
"_source": "2460"
}
Weird incident yesterday with self-proclaimed “AIs” joining an IndieWeb Homebrew Website Club meetup. They awkwardly edited the Etherpad, and apparently blanked/deleted chunks of content.
The meeting hosts reacted quickly to change Etherpad and Zooms and not re-admit the aliases that had claimed to be “AIs”.
Now we have an “AI policy” page on the wiki where we are documenting examples of the AI policies of: * individual personal websites * community efforts like blogging challenges (e.g. Blaugust) * contributions to the IndieWeb wiki * participants in IndieWeb meetups
{
"type": "entry",
"published": "2026-08-05 23:58-0700",
"url": "https://tantek.com/2026/217/t1/indieweb-ai-policy",
"category": [
"100PostsOfIndieWeb",
"100Posts",
"IndieWeb",
"AI",
"AIs",
"LLM",
"LLMs",
"HomebrewWebsiteClub",
"HWC",
"AIpolicy",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "Weird incident yesterday with self-proclaimed \u201cAIs\u201d joining an IndieWeb Homebrew Website Club meetup. They awkwardly edited the Etherpad, and apparently blanked/deleted chunks of content.\n\nThe meeting hosts reacted quickly to change Etherpad and Zooms and not re-admit the aliases that had claimed to be \u201cAIs\u201d.\n\nNow we have an \u201cAI policy\u201d page on the wiki where we are documenting examples of the AI policies of:\n* individual personal websites\n* community efforts like blogging challenges (e.g. Blaugust)\n* contributions to the IndieWeb wiki\n* participants in IndieWeb meetups\n\nhttps://indieweb.org/AI_policy\n\nDo you have an AI policy on your website? Add yourself to the IndieWeb Examples section.\n\nDoes your community have an AI policy? Add it to the Community Examples section.\n\nIncident documentation of what happened at that particular meetup:\n* https://indieweb.org/events/2026-08-05-hwc-asia-pacific-incident\n\nThis is post 12 of #100PostsOfIndieWeb. #100Posts #IndieWeb\n#AI #AIs #LLM #LLMs #HomebrewWebsiteClub #HWC #AIpolicy\n#Blaugust #Blaugust2026\n\n\u2190 https://tantek.com/2026/216/t1/hashtag-proposal-datetags\n\u2192 https://tantek.com/2026/219/t1/open-web-free-content",
"html": "Weird incident yesterday with self-proclaimed \u201cAIs\u201d joining an IndieWeb Homebrew Website Club meetup. They awkwardly edited the Etherpad, and apparently blanked/deleted chunks of content.<br /><br />The meeting hosts reacted quickly to change Etherpad and Zooms and not re-admit the aliases that had claimed to be \u201cAIs\u201d.<br /><br />Now we have an \u201cAI policy\u201d page on the wiki where we are documenting examples of the AI policies of:<br />* individual personal websites<br />* community efforts like blogging challenges (e.g. Blaugust)<br />* contributions to the IndieWeb wiki<br />* participants in IndieWeb meetups<br /><br /><a href=\"https://indieweb.org/AI_policy\">https://indieweb.org/AI_policy</a><br /><br />Do you have an AI policy on your website? Add yourself to the IndieWeb Examples section.<br /><br />Does your community have an AI policy? Add it to the Community Examples section.<br /><br />Incident documentation of what happened at that particular meetup:<br />* <a href=\"https://indieweb.org/events/2026-08-05-hwc-asia-pacific-incident\">https://indieweb.org/events/2026-08-05-hwc-asia-pacific-incident</a><br /><br />This is post 12 of #<span class=\"p-category\">100PostsOfIndieWeb</span>. #<span class=\"p-category\">100Posts</span> #<span class=\"p-category\">IndieWeb</span><br />#<span class=\"p-category\">AI</span> #<span class=\"p-category\">AIs</span> #<span class=\"p-category\">LLM</span> #<span class=\"p-category\">LLMs</span> #<span class=\"p-category\">HomebrewWebsiteClub</span> #<span class=\"p-category\">HWC</span> #<span class=\"p-category\">AIpolicy</span><br />#<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span><br /><br />\u2190 <a href=\"https://tantek.com/2026/216/t1/hashtag-proposal-datetags\">https://tantek.com/2026/216/t1/hashtag-proposal-datetags</a><br />\u2192 <a href=\"https://tantek.com/2026/219/t1/open-web-free-content\">https://tantek.com/2026/219/t1/open-web-free-content</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386628",
"_source": "2460"
}
Simple hashtag proposal for dates: datetags for the #indieweb
In summary by example: * #2026_08_04 ISO8601 YYYY_MM_DD date of this post * #2026_216 ISO8601 YYYY_DDD ordinal date of this post * #2026_08 ISO8601 YYYY_MM month of this post
Many of us posting on the indieweb often post about things in the past. Photos, events, or sometimes throwback posts. Hashtags communicate and aggregate what posts are about. Posts about the past are usually about a specific date in the past, or sometimes an entire month. Thus it makes sense to use hashtags for those dates and months.
I have been hashtagging such posts about the past for several years, and with some iteration have developed a convention that works for international readability, and is linked and indexed in #federated #hashtag systems like #ActivityPub (e.g. #Mastodon etc.) and #ATProto (e.g. #Bluesky etc.).
Additional possibilities to explore: * yeartags — hashtags for entire years * timetags — hashtags for specific times, undated/floating times
After several web searches I didn’t find any prior proposals for hashtags for dates or times. Hopefully by hashtagging this post, future web searches will find this proposal.
Have you hashtagged your posts with dates or times? Share your examples!
This is post 11 of #100PostsOfIndieWeb. #100Posts #dateTag #dateTags #monthTag #monthTags #yearTag #yearTags #timeTag #timeTags #August #Blaugust #Blaugust2026
{
"type": "entry",
"published": "2026-08-04 18:00-0700",
"url": "https://tantek.com/2026/216/t1/hashtag-proposal-datetags",
"category": [
"indieweb",
"2026_08_04",
"2026_216",
"2026_08",
"federated",
"hashtag",
"ActivityPub",
"Mastodon",
"ATProto",
"Bluesky",
"100PostsOfIndieWeb",
"100Posts",
"dateTag",
"dateTags",
"monthTag",
"monthTags",
"yearTag",
"yearTags",
"timeTag",
"timeTags",
"August",
"Blaugust",
"Blaugust2026"
],
"content": {
"text": "Simple hashtag proposal for dates: datetags for the #indieweb\n\nIn summary by example:\n* #2026_08_04 ISO8601 YYYY_MM_DD date of this post\n* #2026_216 ISO8601 YYYY_DDD ordinal date of this post\n* #2026_08 ISO8601 YYYY_MM month of this post\n\nMany of us posting on the indieweb often post about things in the past. Photos, events, or sometimes throwback posts. Hashtags communicate and aggregate what posts are about. Posts about the past are usually about a specific date in the past, or sometimes an entire month. Thus it makes sense to use hashtags for those dates and months.\n\nI have been hashtagging such posts about the past for several years, and with some iteration have developed a convention that works for international readability, and is linked and indexed in #federated #hashtag systems like #ActivityPub (e.g. #Mastodon etc.) and #ATProto (e.g. #Bluesky etc.).\n\nExamples of posts 10 years ago and this past week that use datetags:\n* https://tantek.com/2016/153/t4/june \u2014 monthtag and datetag\n* https://tantek.com/2026/215/t1/watched-odyssey-metreon-70mm-imax \u2014 normal and ordinal ISO8601 dates.\n\nAdditional possibilities to explore:\n* yeartags \u2014 hashtags for entire years\n* timetags \u2014 hashtags for specific times, undated/floating times\n\nAfter several web searches I didn\u2019t find any prior proposals for hashtags for dates or times. Hopefully by hashtagging this post, future web searches will find this proposal.\n\nHave you hashtagged your posts with dates or times? Share your examples!\n\nThis is post 11 of #100PostsOfIndieWeb. #100Posts\n#dateTag #dateTags #monthTag #monthTags #yearTag #yearTags #timeTag #timeTags\n#August #Blaugust #Blaugust2026\n\n\u2190 https://tantek.com/2026/214/t2/watch-posts-movie-tv-emoji\n\u2192 https://tantek.com/2026/217/t1/indieweb-ai-policy",
"html": "Simple hashtag proposal for dates: datetags for the #<span class=\"p-category\">indieweb</span><br /><br />In summary by example:<br />* #<span class=\"p-category\">2026_08_04</span> ISO8601 YYYY_MM_DD date of this post<br />* #<span class=\"p-category\">2026_216</span> ISO8601 YYYY_DDD ordinal date of this post<br />* #<span class=\"p-category\">2026_08</span> ISO8601 YYYY_MM month of this post<br /><br />Many of us posting on the indieweb often post about things in the past. Photos, events, or sometimes throwback posts. Hashtags communicate and aggregate what posts are about. Posts about the past are usually about a specific date in the past, or sometimes an entire month. Thus it makes sense to use hashtags for those dates and months.<br /><br />I have been hashtagging such posts about the past for several years, and with some iteration have developed a convention that works for international readability, and is linked and indexed in #<span class=\"p-category\">federated</span> #<span class=\"p-category\">hashtag</span> systems like #<span class=\"p-category\">ActivityPub</span> (e.g. #<span class=\"p-category\">Mastodon</span> etc.) and #<span class=\"p-category\">ATProto</span> (e.g. #<span class=\"p-category\">Bluesky</span> etc.).<br /><br />Examples of posts 10 years ago and this past week that use datetags:<br />* <a href=\"https://tantek.com/2016/153/t4/june\">https://tantek.com/2016/153/t4/june</a> \u2014 monthtag and datetag<br />* <a href=\"https://tantek.com/2026/215/t1/watched-odyssey-metreon-70mm-imax\">https://tantek.com/2026/215/t1/watched-odyssey-metreon-70mm-imax</a> \u2014 normal and ordinal ISO8601 dates.<br /><br />Additional possibilities to explore:<br />* yeartags \u2014 hashtags for entire years<br />* timetags \u2014 hashtags for specific times, undated/floating times<br /><br />After several web searches I didn\u2019t find any prior proposals for hashtags for dates or times. Hopefully by hashtagging this post, future web searches will find this proposal.<br /><br />Have you hashtagged your posts with dates or times? Share your examples!<br /><br />This is post 11 of #<span class=\"p-category\">100PostsOfIndieWeb</span>. #<span class=\"p-category\">100Posts</span><br />#<span class=\"p-category\">dateTag</span> #<span class=\"p-category\">dateTags</span> #<span class=\"p-category\">monthTag</span> #<span class=\"p-category\">monthTags</span> #<span class=\"p-category\">yearTag</span> #<span class=\"p-category\">yearTags</span> #<span class=\"p-category\">timeTag</span> #<span class=\"p-category\">timeTags</span><br />#<span class=\"p-category\">August</span> #<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span><br /><br />\u2190 <a href=\"https://tantek.com/2026/214/t2/watch-posts-movie-tv-emoji\">https://tantek.com/2026/214/t2/watch-posts-movie-tv-emoji</a><br />\u2192 <a href=\"https://tantek.com/2026/217/t1/indieweb-ai-policy\">https://tantek.com/2026/217/t1/indieweb-ai-policy</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49386629",
"_source": "2460"
}
📀 watched “The Dark Knight” on Blu-ray, still holds up.
I saw it in the Metreon IMAX theater when it came out in 2008. About 28 minutes of it was filmed in 70mm film using IMAX cameras. The movie switched aspect ratios when it switched from IMAX to normal film. The 2-Disc Special Edition Blu-ray also switched aspect ratios roughly at similar times. Nice to see that that was preserved.
The movie has incredible pacing. No extra moments. I had forgotten how many quotes originated from The Dark Knight. https://enwp.org/The_Dark_Knight
{
"type": "entry",
"published": "2026-08-03 22:36-0700",
"url": "https://tantek.com/2026/215/t2/watched-dark-knight-blu-ray",
"category": [
"BatMan",
"TheDarkKnight",
"Bluray",
"Blaugust",
"Blaugust2026"
],
"photo": [
"https://upload.wikimedia.org/wikipedia/en/1/1c/The_Dark_Knight_(2008_film).jpg"
],
"content": {
"text": "\ud83d\udcc0 watched \u201cThe Dark Knight\u201d on Blu-ray, still holds up.\n\n\nI saw it in the Metreon IMAX theater when it came out in 2008. About 28 minutes of it was filmed in 70mm film using IMAX cameras. The movie switched aspect ratios when it switched from IMAX to normal film. The 2-Disc Special Edition Blu-ray also switched aspect ratios roughly at similar times. Nice to see that that was preserved.\n\nThe movie has incredible pacing. No extra moments. I had forgotten how many quotes originated from The Dark Knight. https://enwp.org/The_Dark_Knight\n\n#BatMan #TheDarkKnight #Bluray #Blaugust #Blaugust2026",
"html": "\ud83d\udcc0 watched \u201cThe Dark Knight\u201d on Blu-ray, still holds up.<br /><br /><a href=\"https://en.wikipedia.org/wiki/File:The_Dark_Knight_(2008_film).jpg\"></a><br />I saw it in the Metreon IMAX theater when it came out in 2008. About 28 minutes of it was filmed in 70mm film using IMAX cameras. The movie switched aspect ratios when it switched from IMAX to normal film. The 2-Disc Special Edition Blu-ray also switched aspect ratios roughly at similar times. Nice to see that that was preserved.<br /><br />The movie has incredible pacing. No extra moments. I had forgotten how many quotes originated from The Dark Knight. <a href=\"https://enwp.org/The_Dark_Knight\">https://enwp.org/The_Dark_Knight</a><br /><br />#<span class=\"p-category\">BatMan</span> #<span class=\"p-category\">TheDarkKnight</span> #<span class=\"p-category\">Bluray</span> #<span class=\"p-category\">Blaugust</span> #<span class=\"p-category\">Blaugust2026</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "photo",
"_id": "49386630",
"_source": "2460"
}
{
"type": "entry",
"published": "2026-08-28T06:15:01.746408+00:00",
"url": "https://cleverdevil.io/2026/there-is-one-particular-thing-in-silo-th",
"syndication": [
"https://cleverdevil.club/@jonathan/117171663786647982",
"https://bsky.app/profile/cleverdevil.io/post/3mu4pjr67hk2g"
],
"content": {
"text": "There is one particular thing in Silo that I think they could do that would really redeem my biggest gripe with the season, so hopefully I\u2019m right.",
"html": "<p>There is one particular thing in Silo that I <em>think</em> they could do that would really redeem my biggest gripe with the season, so hopefully I\u2019m right.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "49379665",
"_source": "10"
}
Silo just dropped the biggest bomb in the series thus far. Cards on the table! Next week should be a fun one, and then it’s a race to the finish in the final season. Still don’t love some of the adaptation choices, but some of them are starting to make sense…
{
"type": "entry",
"published": "2026-08-28T06:12:24.034966+00:00",
"url": "https://cleverdevil.io/2026/silo-just-dropped-the-biggest-bomb-in-th",
"syndication": [
"https://cleverdevil.club/@jonathan/117171653451362107",
"https://bsky.app/profile/cleverdevil.io/post/3mu4pf2scvn2r"
],
"content": {
"text": "Silo just dropped the biggest bomb in the series thus far. Cards on the table! Next week should be a fun one, and then it\u2019s a race to the finish in the final season. Still don\u2019t love some of the adaptation choices, but some of them are starting to make sense\u2026",
"html": "<p>Silo just dropped the biggest bomb in the series thus far. Cards on the table! Next week should be a fun one, and then it\u2019s a race to the finish in the final season. Still don\u2019t love some of the adaptation choices, but some of them are starting to make sense\u2026</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "49379666",
"_source": "10"
}
I'm slowly closing in on a completist collection of Royal standard typewriters.
Here's most of my collection so far. Only a few major must haves left, but also still a few to finish refurbishing. Seven are fully refurbished, though two still need some small tweaks; all type but two need some reasonable work, and the rest need a full clean/oil/adjust.
From bottom to top, left to right: 1935 H (with 5 key decimal tabulator), 1935 KH, 1936 KHM; 1945 KMM, 1946 KMM-18 (with a 10-key decimal tabulator), 1950 KMG-P; 1950 KMG-E, 1955 HHE, 1954 HHS (pica double gothic); 1957 FPP (cameo pink smooth), 1961 FPE (sandstone), 1959 FPP (sea blue smooth); 1960 FPE (light green smooth), 1961 FPS-18 (clarion double gothic, pearl light gray smooth).
Anyone with a nice Royal 10, please inquire within.
Two new additions to the Royal FP collection this year give me most of the major colors. Anyone want to join me for a type in?
{
"type": "entry",
"published": "2026-08-27T20:45:13-07:00",
"summary": "I’m slowly closing in on a completist collection of Royal standard typewriters.\u00a0 Here’s most of my collection so far. Only a few major must haves left, but also still a few to finish refurbishing. Seven are fully refurbished, though two still need some small tweaks; all type but two need some reasonable work, and the … <a href=\"https://boffosocko.com/2026/08/27/royal-standard-typewriter-collection/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Royal Standard Typewriter Collection</span></a>",
"url": "https://boffosocko.com/2026/08/27/royal-standard-typewriter-collection/",
"category": [
"Typewriters",
"Royal FP",
"Royal H",
"Royal HH",
"Royal KH",
"Royal KHM",
"Royal KMG",
"Royal KMM",
"Royal standard typewriters",
"Royal typewriters",
"typewriter collection"
],
"content": {
"text": "I'm slowly closing in on a completist collection of Royal standard typewriters.\u00a0\n\nHere's most of my collection so far. Only a few major must haves left, but also still a few to finish refurbishing. Seven are fully refurbished, though two still need some small tweaks; all type but two need some reasonable work, and the rest need a full clean/oil/adjust.\n\n\n\nFrom bottom to top, left to right: 1935 H (with 5 key decimal tabulator), 1935 KH, 1936 KHM; 1945 KMM, 1946 KMM-18 (with a 10-key decimal tabulator), 1950 KMG-P; 1950 KMG-E, 1955 HHE, 1954 HHS (pica double gothic); 1957 FPP (cameo pink smooth), 1961 FPE (sandstone), 1959 FPP (sea blue smooth); 1960 FPE (light green smooth), 1961 FPS-18 (clarion double gothic, pearl light gray smooth).\n\nAnyone with a nice Royal 10, please inquire within.\n\nTwo new additions to the Royal FP collection this year give me most of the major colors. Anyone want to join me for a type in?\u00a0",
"html": "I'm slowly closing in on a completist collection of Royal standard typewriters.\u00a0\n\nHere's most of my collection so far. Only a few major must haves left, but also still a few to finish refurbishing. Seven are fully refurbished, though two still need some small tweaks; all type but two need some reasonable work, and the rest need a full clean/oil/adjust.\n\n<img src=\"https://boffosocko.com/wp-content/uploads/2026/08/Royal-Collection-redux-791x1024.jpg\" alt=\"A wire metal shelving unite on concrete in front of a grassy yard with some bushes and flowers in the background. On the 5 shelves are a collection of Royal Standard typewriters with three on each shelf except the top which only has two.\" width=\"660\" height=\"854\" />\n\nFrom bottom to top, left to right: 1935 H (with 5 key decimal tabulator), 1935 KH, 1936 KHM; 1945 KMM, 1946 KMM-18 (with a 10-key decimal tabulator), 1950 KMG-P; 1950 KMG-E, 1955 HHE, 1954 HHS (pica double gothic); 1957 FPP (cameo pink smooth), 1961 FPE (sandstone), 1959 FPP (sea blue smooth); 1960 FPE (light green smooth), 1961 FPS-18 (clarion double gothic, pearl light gray smooth).\n\nAnyone with a nice Royal 10, please inquire within.\n\nTwo new additions to the Royal FP collection this year give me most of the major colors. Anyone want to join me for a type in?\u00a0\n\n<img src=\"https://boffosocko.com/wp-content/uploads/2026/08/Royal-FP-type-in-flowers-1024x768.jpg\" alt=\"A dining room table with two rows of Royal FP standard typewriters set up for use. In the background are two different bookcases and a library card catalog with a flower arrangement next to a black typewriter\" width=\"660\" height=\"495\" /><img src=\"https://boffosocko.com/wp-content/uploads/2026/08/Royal-FP-type-in-1024x668.jpg\" alt=\"Overhead view of five Royal FP standard typewriters in pink, yellow, green, blue, and a pearl-gray.\" width=\"660\" height=\"431\" />"
},
"author": {
"type": "card",
"name": null,
"url": null,
"photo": null
},
"post-type": "note",
"_id": "49377425",
"_source": "2785"
}