If you’re a Tailscale user with Eero mesh, you may have noticed nodes on your tailnet constantly losing contact with the Tailscale control plane. I worked with Eero to diagnose and reproduce the issue and they’ve pushed a new firmware version that fixes the problem. You’re welcome ☺️
{
"type": "entry",
"published": "2026-09-15T01:09:55.048166+00:00",
"url": "https://cleverdevil.io/2026/if-youre-a-tailscale-user-with-eero-mesh",
"syndication": [
"https://cleverdevil.club/@jonathan/117272385625660523",
"https://bsky.app/profile/cleverdevil.io/post/3mvjguqtqlv2e"
],
"content": {
"text": "If you\u2019re a Tailscale user with Eero mesh, you may have noticed nodes on your tailnet constantly losing contact with the Tailscale control plane. I worked with Eero to diagnose and reproduce the issue and they\u2019ve pushed a new firmware version that fixes the problem. You\u2019re welcome \u263a\ufe0f",
"html": "<p>If you\u2019re a Tailscale user with Eero mesh, you may have noticed nodes on your tailnet constantly losing contact with the Tailscale control plane. I worked with Eero to diagnose and reproduce the issue and they\u2019ve pushed a new firmware version that fixes the problem. You\u2019re welcome \u263a\ufe0f</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "49561762",
"_source": "10"
}
Turn on DNS over HTTPS (DoH) in your Firefox Preferences. Advanced Settings. Custom: Always use secure DNS with control over your provider and fallback behavior. [x] Always warn me if secure DNS isn’t available.
There are both security and privacy reasons to use DoH.
Step-by-step instructions:
1. open Firefox Preferences ("Firefox" menu, "Preferences" item) 2. Type “DoH” in the auto-activated search box 3. Scroll down to where it says “DNS over HTTPS” under “Privacy and Security” 4. Click “Advanced Settings” 5. Choose the “(•) Custom” radio button that says “Always use secure DNS with control over your provider and fallback behavior” right under it 6. Check “[x] Always warn me if secure DNS isn’t available.”
Privacy: the domain name of every website you browse is sent to the local router (e.g. WiFi), and on up to whatever internet service provider you’re connected to. Everything along the way has the ability to track what domains / websites you are using, how often, and build a profile accordingly, perhaps even matching it with stored profiles.
The sites you use, how frequently, what time of day, may all be enough information to create a unique fingerprint of you, to uniquely identify you, and perhaps target you.
By using DoH exclusively, every one of those domain names is sent only to your DoH provider (e.g. Cloudflare or NextDNS) blocking your local router, WiFi, and internet service provider from making a list of which websites you visit, or at least making it much harder (and both privacy and security are about making it harder for adversaries). They can still track what IP addresses you access, but that‘s much less information, and much less reliable over time.
Security: if your local router, WiFi, or internet service provider is compromised by an attacker, they can theoretically pretend to be any website you are trying to access (DNS hijacking), and then capture your credential as you login (username, password, even 2FA), and instantly re-use them to pretend to be you (credential stuffing) and sign-in to that website. Once they do that, they usually get a "long-lived" session token (like a session cookie) that they can re-use to pretend to be you, repeatedly, until that session token expires. Some don't expire for months or even years.
For example, if you’re using public WiFi, at a cafe, or a hotel, or airport, you have no idea if their routers or internet service providers are secure, and increasingly, unfortunately, we know that they are often compromised by various network attackers.
“They used compromised admin credentials to modify DNS records so that they pointed to services owned by the actor (a technique known as DNS hijacking). Guests of hotels using the compromised vendors who connected to the hotel WiFi had their traffic, device identifier and IP address sent to the actor’s servers. At that point, ClickFix-style lures were staged to deliver Windows, Android and iOS malware to the victim’s device. The actor was able to use a combination of guest information stolen from the hotel management systems with the data stolen from individual guests’ devices to focus additional targeting efforts.”
And it only gets worse from there.
When you activate exclusive DoH use, Firefox skips using those local DNS services, and instead directly contacts the DoH provider for DNS queries (to connect to the websites you access).
{
"type": "entry",
"published": "2026-09-14 13:14-0700",
"url": "https://tantek.com/2026/257/t1/tip-turn-on-dns-over-https-doh",
"category": [
"WASSUP",
"WASSUP2026",
"DoH",
"DNSoverHTTPS",
"Firefox",
"tip",
"webTip",
"browserTip",
"webBrowserTip",
"security",
"privacy",
"cyberSecurity",
"DNS",
"DNShijack",
"DNShijacking",
"hotelWifi"
],
"content": {
"text": "Today\u2019s #WASSUP tip: \n\nTurn on DNS over HTTPS (DoH) in your Firefox Preferences. Advanced Settings. \nCustom: Always use secure DNS with control over your provider and fallback behavior. \n[x] Always warn me if secure DNS isn\u2019t available.\n\nThere are both security and privacy reasons to use DoH.\n\nStep-by-step instructions:\n\n1. open Firefox Preferences (\"Firefox\" menu, \"Preferences\" item)\n2. Type \u201cDoH\u201d in the auto-activated search box \n3. Scroll down to where it says \u201cDNS over HTTPS\u201d under \u201cPrivacy and Security\u201d\n4. Click \u201cAdvanced Settings\u201d\n5. Choose the \u201c(\u2022) Custom\u201d radio button that says \u201cAlways use secure DNS with control over your provider and fallback behavior\u201d right under it\n6. Check \u201c[x] Always warn me if secure DNS isn\u2019t available.\u201d\n\nPrivacy: the domain name of every website you browse is sent to the local router (e.g. WiFi), and on up to whatever internet service provider you\u2019re connected to. Everything along the way has the ability to track what domains / websites you are using, how often, and build a profile accordingly, perhaps even matching it with stored profiles. \n\nThe sites you use, how frequently, what time of day, may all be enough information to create a unique fingerprint of you, to uniquely identify you, and perhaps target you.\n\nBy using DoH exclusively, every one of those domain names is sent only to your DoH provider (e.g. Cloudflare or NextDNS) blocking your local router, WiFi, and internet service provider from making a list of which websites you visit, or at least making it much harder (and both privacy and security are about making it harder for adversaries). They can still track what IP addresses you access, but that\u2018s much less information, and much less reliable over time.\n\nSecurity: if your local router, WiFi, or internet service provider is compromised by an attacker, they can theoretically pretend to be any website you are trying to access (DNS hijacking), and then capture your credential as you login (username, password, even 2FA), and instantly re-use them to pretend to be you (credential stuffing) and sign-in to that website. Once they do that, they usually get a \"long-lived\" session token (like a session cookie) that they can re-use to pretend to be you, repeatedly, until that session token expires. Some don't expire for months or even years.\n\nFor example, if you\u2019re using public WiFi, at a cafe, or a hotel, or airport, you have no idea if their routers or internet service providers are secure, and increasingly, unfortunately, we know that they are often compromised by various network attackers.\n\nWe know this is actively happening from both frequent news reports:\n* https://news.google.com/search?q=wifi+dns+hijack\nAnd from Anthropic\u2019s report published mere days ago:\n* https://www.anthropic.com/threat-intelligence-report-september-2026\n* full PDF: https://www-cdn.anthropic.com/e50be2e51e7695dc4b1366a37a245a597377d3b5/Anthropic-Detecting-and-countering-091026.pdf\n\nE.g.:\n\n\u00a0 \u201cThey used compromised admin credentials to modify DNS records so that they pointed to services owned by the actor (a technique known as DNS hijacking). Guests of hotels using the compromised vendors who connected to the hotel WiFi had their traffic, device identifier and IP address sent to the actor\u2019s servers. At that point, ClickFix-style lures were staged to deliver Windows, Android and iOS malware to the victim\u2019s device. The actor was able to use a combination of guest information stolen from the hotel management systems with the data stolen from individual guests\u2019 devices to focus additional targeting efforts.\u201d\n\u00a0 \nAnd it only gets worse from there.\n\nWhen you activate exclusive DoH use, Firefox skips using those local DNS services, and instead directly contacts the DoH provider for DNS queries (to connect to the websites you access).\n\nFor more about how DoH works in Firefox, see the FAQs:\n* https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs\n\nGlossary:\n\nClickFix\n\u00a0 https://en.wikipedia.org/wiki/ClickFix\nCredential stuffing\n\u00a0 https://en.wikipedia.org/wiki/Credential_stuffing\nDNS hijacking \u00a0\n\u00a0 https://en.wikipedia.org/wiki/DNS_hijacking\nDNS over HTTPS (DoH)\n\u00a0 https://en.wikipedia.org/wiki/DNS_over_HTTPS\nReplay attack\n\u00a0 https://en.wikipedia.org/wiki/Replay_attack\n\nThis is my seventh #WASSUP2026 post, and fifth useful web tip for September.\n\u2728 Weekly Tipster (https://tantek.com/2026/244/t1/september-blogging-challenge-wassup)\n\n#DoH #DNSoverHTTPS #Firefox #tip #webTip #browserTip #webBrowserTip #security #privacy #cyberSecurity #DNS #DNShijack #DNShijacking #hotelWifi",
"html": "Today\u2019s #<span class=\"p-category\">WASSUP</span> tip: <br /><br />Turn on DNS over HTTPS (DoH) in your Firefox Preferences. Advanced Settings. <br />Custom: Always use secure DNS with control over your provider and fallback behavior. <br />[x] Always warn me if secure DNS isn\u2019t available.<br /><br />There are both security and privacy reasons to use DoH.<br /><br />Step-by-step instructions:<br /><br />1. open Firefox Preferences (\"Firefox\" menu, \"Preferences\" item)<br />2. Type \u201cDoH\u201d in the auto-activated search box <br />3. Scroll down to where it says \u201cDNS over HTTPS\u201d under \u201cPrivacy and Security\u201d<br />4. Click \u201cAdvanced Settings\u201d<br />5. Choose the \u201c(\u2022) Custom\u201d radio button that says \u201cAlways use secure DNS with control over your provider and fallback behavior\u201d right under it<br />6. Check \u201c[x] Always warn me if secure DNS isn\u2019t available.\u201d<br /><br />Privacy: the domain name of every website you browse is sent to the local router (e.g. WiFi), and on up to whatever internet service provider you\u2019re connected to. Everything along the way has the ability to track what domains / websites you are using, how often, and build a profile accordingly, perhaps even matching it with stored profiles. <br /><br />The sites you use, how frequently, what time of day, may all be enough information to create a unique fingerprint of you, to uniquely identify you, and perhaps target you.<br /><br />By using DoH exclusively, every one of those domain names is sent only to your DoH provider (e.g. Cloudflare or NextDNS) blocking your local router, WiFi, and internet service provider from making a list of which websites you visit, or at least making it much harder (and both privacy and security are about making it harder for adversaries). They can still track what IP addresses you access, but that\u2018s much less information, and much less reliable over time.<br /><br />Security: if your local router, WiFi, or internet service provider is compromised by an attacker, they can theoretically pretend to be any website you are trying to access (DNS hijacking), and then capture your credential as you login (username, password, even 2FA), and instantly re-use them to pretend to be you (credential stuffing) and sign-in to that website. Once they do that, they usually get a \"long-lived\" session token (like a session cookie) that they can re-use to pretend to be you, repeatedly, until that session token expires. Some don't expire for months or even years.<br /><br />For example, if you\u2019re using public WiFi, at a cafe, or a hotel, or airport, you have no idea if their routers or internet service providers are secure, and increasingly, unfortunately, we know that they are often compromised by various network attackers.<br /><br />We know this is actively happening from both frequent news reports:<br />* <a href=\"https://news.google.com/search?q=wifi+dns+hijack\">https://news.google.com/search?q=wifi+dns+hijack</a><br />And from Anthropic\u2019s report published mere days ago:<br />* <a href=\"https://www.anthropic.com/threat-intelligence-report-september-2026\">https://www.anthropic.com/threat-intelligence-report-september-2026</a><br />* full PDF: <a href=\"https://www-cdn.anthropic.com/e50be2e51e7695dc4b1366a37a245a597377d3b5/Anthropic-Detecting-and-countering-091026.pdf\">https://www-cdn.anthropic.com/e50be2e51e7695dc4b1366a37a245a597377d3b5/Anthropic-Detecting-and-countering-091026.pdf</a><br /><br />E.g.:<br /><br />\u00a0 \u201cThey used compromised admin credentials to modify DNS records so that they pointed to services owned by the actor (a technique known as DNS hijacking). Guests of hotels using the compromised vendors who connected to the hotel WiFi had their traffic, device identifier and IP address sent to the actor\u2019s servers. At that point, ClickFix-style lures were staged to deliver Windows, Android and iOS malware to the victim\u2019s device. The actor was able to use a combination of guest information stolen from the hotel management systems with the data stolen from individual guests\u2019 devices to focus additional targeting efforts.\u201d<br />\u00a0 <br />And it only gets worse from there.<br /><br />When you activate exclusive DoH use, Firefox skips using those local DNS services, and instead directly contacts the DoH provider for DNS queries (to connect to the websites you access).<br /><br />For more about how DoH works in Firefox, see the FAQs:<br />* <a href=\"https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs\">https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs</a><br /><br />Glossary:<br /><br />ClickFix<br />\u00a0 <a href=\"https://en.wikipedia.org/wiki/ClickFix\">https://en.wikipedia.org/wiki/ClickFix</a><br />Credential stuffing<br />\u00a0 <a href=\"https://en.wikipedia.org/wiki/Credential_stuffing\">https://en.wikipedia.org/wiki/Credential_stuffing</a><br />DNS hijacking \u00a0<br />\u00a0 <a href=\"https://en.wikipedia.org/wiki/DNS_hijacking\">https://en.wikipedia.org/wiki/DNS_hijacking</a><br />DNS over HTTPS (DoH)<br />\u00a0 <a href=\"https://en.wikipedia.org/wiki/DNS_over_HTTPS\">https://en.wikipedia.org/wiki/DNS_over_HTTPS</a><br />Replay attack<br />\u00a0 <a href=\"https://en.wikipedia.org/wiki/Replay_attack\">https://en.wikipedia.org/wiki/Replay_attack</a><br /><br />This is my seventh #<span class=\"p-category\">WASSUP2026</span> post, and fifth useful web tip for September.<br />\u2728 Weekly Tipster (<a href=\"https://tantek.com/2026/244/t1/september-blogging-challenge-wassup\">https://tantek.com/2026/244/t1/september-blogging-challenge-wassup</a>)<br /><br />#<span class=\"p-category\">DoH</span> #<span class=\"p-category\">DNSoverHTTPS</span> #<span class=\"p-category\">Firefox</span> #<span class=\"p-category\">tip</span> #<span class=\"p-category\">webTip</span> #<span class=\"p-category\">browserTip</span> #<span class=\"p-category\">webBrowserTip</span> #<span class=\"p-category\">security</span> #<span class=\"p-category\">privacy</span> #<span class=\"p-category\">cyberSecurity</span> #<span class=\"p-category\">DNS</span> #<span class=\"p-category\">DNShijack</span> #<span class=\"p-category\">DNShijacking</span> #<span class=\"p-category\">hotelWifi</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49561139",
"_source": "2460"
}
And happy Progammer’s Day! (https://en.wikipedia.org/wiki/Programmer%27s_Day) — one of the rare annual ordinal date observations, based on the day of the year, rather than day of a specific month of the year.
{
"type": "entry",
"published": "2026-09-13 20:05-0700",
"url": "https://tantek.com/2026/256/t1/happy-8bitday-ordinal-date-observations",
"category": [
"8bitday",
"ProgrammersDay",
"ordinalDate",
"dayOfTheYear",
"ordinalDateObservance",
"annualObservance",
"annualEvent"
],
"content": {
"text": "Happy #8bitday!\n\nAnd happy Progammer\u2019s Day! (https://en.wikipedia.org/wiki/Programmer%27s_Day) \u2014 one of the rare annual ordinal date observations, based on the day of the year, rather than day of a specific month of the year.\n\nPiano Day is another, celebrated on the 88th day of the year:\n* https://en.wikipedia.org/wiki/Piano_Day\n* https://tantek.com/2024/088/t1/world-piano-day-ordinal-date-iso-8601\n\nDo you know of any other annual ordinal date observances?\nBesides New Year\u2019s Day of course.\n\nPreviously, previously:\n* https://tantek.com/2025/257/t1/happy-8bitday-255-bytes-max\n* https://tantek.com/2024/256/t1/happy-8bitday-binary-byte (more previous posts there)\n\n#ProgrammersDay #ordinalDate #dayOfTheYear #ordinalDateObservance #annualObservance #annualEvent",
"html": "Happy #<span class=\"p-category\">8bitday</span>!<br /><br />And happy Progammer\u2019s Day! (<a href=\"https://en.wikipedia.org/wiki/Programmer%27s_Day\">https://en.wikipedia.org/wiki/Programmer%27s_Day</a>) \u2014 one of the rare annual ordinal date observations, based on the day of the year, rather than day of a specific month of the year.<br /><br />Piano Day is another, celebrated on the 88th day of the year:<br />* <a href=\"https://en.wikipedia.org/wiki/Piano_Day\">https://en.wikipedia.org/wiki/Piano_Day</a><br />* <a href=\"https://tantek.com/2024/088/t1/world-piano-day-ordinal-date-iso-8601\">https://tantek.com/2024/088/t1/world-piano-day-ordinal-date-iso-8601</a><br /><br />Do you know of any other annual ordinal date observances?<br />Besides New Year\u2019s Day of course.<br /><br />Previously, previously:<br />* <a href=\"https://tantek.com/2025/257/t1/happy-8bitday-255-bytes-max\">https://tantek.com/2025/257/t1/happy-8bitday-255-bytes-max</a><br />* <a href=\"https://tantek.com/2024/256/t1/happy-8bitday-binary-byte\">https://tantek.com/2024/256/t1/happy-8bitday-binary-byte</a> (more previous posts there)<br /><br />#<span class=\"p-category\">ProgrammersDay</span> #<span class=\"p-category\">ordinalDate</span> #<span class=\"p-category\">dayOfTheYear</span> #<span class=\"p-category\">ordinalDateObservance</span> #<span class=\"p-category\">annualObservance</span> #<span class=\"p-category\">annualEvent</span>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://tantek.com/",
"photo": "https://tantek.com/photo.jpg"
},
"post-type": "note",
"_id": "49550166",
"_source": "2460"
}
If you've been using my https://webmention.io service, you'll notice a few changes today.
Everything should be transparent from a user and API perspective, all your webmention endpoints and API queries should still be working. Please let me know if you run in to any problems!
I replaced the aging Ruby codebase so that I can more easily fix bugs and make it more secure going forward. Stay tuned for some much-needed UX improvements in the near future as well.
{
"type": "entry",
"published": "2026-09-13T16:40:43-07:00",
"url": "https://aaronparecki.com/2026/09/13/11/webmention-io",
"category": [
"indieweb",
"webmention"
],
"content": {
"text": "If you've been using my https://webmention.io service, you'll notice a few changes today. \n\nEverything should be transparent from a user and API perspective, all your webmention endpoints and API queries should still be working. Please let me know if you run in to any problems! \n\nI replaced the aging Ruby codebase so that I can more easily fix bugs and make it more secure going forward. Stay tuned for some much-needed UX improvements in the near future as well.",
"html": "If you've been using my <a href=\"https://webmention.io\"><span>https://</span>webmention.io</a> service, you'll notice a few changes today. <br /><br />Everything should be transparent from a user and API perspective, all your webmention endpoints and API queries should still be working. Please let me know if you run in to any problems! <br /><br />I replaced the aging Ruby codebase so that I can more easily fix bugs and make it more secure going forward. Stay tuned for some much-needed UX improvements in the near future as well."
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://aaronparecki.com/",
"photo": "https://aperture-media.p3k.io/aaronparecki.com/41061f9de825966faa22e9c42830e1d4a614a321213b4575b9488aa93f89817a.jpg"
},
"post-type": "note",
"_id": "49547345",
"_source": "16"
}
{
"type": "entry",
"published": "2026-09-12T21:14:05.752357+00:00",
"url": "https://cleverdevil.io/2026/man-ive-missed-college-football-two-top",
"syndication": [
"https://cleverdevil.club/@jonathan/117260133717409794",
"https://bsky.app/profile/cleverdevil.io/post/3mvdyra6jpv2c"
],
"content": {
"text": "Man, I\u2019ve missed college football. Two top ten teams knocked off by unranked opponents, one of which had a double digit losing streak.",
"html": "<p>Man, I\u2019ve missed college football. Two top ten teams knocked off by unranked opponents, one of which had a double digit losing streak.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "49537915",
"_source": "10"
}
#Photo#Social Stream#Typewriters#emotional support typewriters
{
"type": "entry",
"published": "2026-09-11T20:05:04-07:00",
"summary": "Phrase of the year: “emotional support typewriter”! h/t Elisa Cristina Makoon-Singh",
"url": "https://boffosocko.com/2026/09/11/emotional-support-typewriter/",
"category": [
"Photo",
"Social Stream",
"Typewriters",
"emotional support typewriters"
],
"content": {
"text": "Phrase of the year: \"emotional support typewriter\"!\n\nh/t Elisa Cristina Makoon-Singh",
"html": "Phrase of the year: \"emotional support typewriter\"!\n\nh/t <a href=\"https://www.facebook.com/groups/721704878218903/posts/3214075128981853\">Elisa Cristina Makoon-Singh</a>\n\n<img src=\"https://boffosocko.com/wp-content/uploads/2026/09/emotional-support-typewriter-768x1024.jpg\" alt=\"A typewriter case in an airport's personal item measuring device with meme description at the top which reads "If your typewriter doesn't fit as a personal item" and the meme description at the bottom which reads "Tell them it's your emotional support typewriter".\" width=\"660\" height=\"880\" />"
},
"author": {
"type": "card",
"name": null,
"url": null,
"photo": null
},
"post-type": "note",
"_id": "49530625",
"_source": "2785"
}
{
"type": "entry",
"published": "2026-09-10T17:13:35-07:00",
"url": "https://beesbuzz.biz/blog/10216-Brief-weekend-notes",
"category": [
"music",
"song fight",
"song fight live",
"chronic pain",
"fatigue"
],
"name": "Brief weekend notes",
"content": {
"text": "I will be performing at Song Fight! Live!, which is in Seattle again this year, on Saturday, and I am also looking forward to seeing those who are coming from out of town this year. (And the in-town folks, who I seem to only actually see at Song Fight! Live! anyway.)\nI am woefully out of shape and in so much chronic pain, and I\u2019m trying to balance taking walks and actually using my Powerball regularly again with not completely fucking myself up with post-exertional malaise.\nI\u2019d also love to be playing Stepmania but it\u2019s too hard on my knees anymore, so I really need to try out VaporStep which looks to be pretty neat and is potentially much lower-impact.\nI am very much enjoying the use of my DynaVap cannabis dry-herb vape, which is easy to use and gives me a nice clean draw. I bought it with the optional DynaTorch butane lighter (which was tricky to fill the first time but there\u2019s good guides on Reddit) and the magnetic debowler/storage stand.\nSeparately I had also bought a POTV One which is also nice, but I\u2019ve ended up just using it for concentrates since it came with that ability and I\u2019d been trying to figure out what to do with this CBD concentrate I\u2019ve had for ages, and switching between concentrate and herb is a little annoying. But also it came with a free cannabis storage container which is also really nice, and I\u2019ve been using it with the Dynavap which pairs very nicely with it. (That said I probably wouldn\u2019t have bought it if it weren\u2019t included for free.)\nI\u2019ve been wanting to get back to working on Misfits, but what little energy I\u2019ve had for music has been going to live performances, and the rest of my life right now seems to center around basic daily needs.\nMy kitties have been very cuddly though and that\u2019s nice.",
"html": "<ol><li>I will be performing at <a href=\"https://sockpuppet.band/live/3096-Song-Fight-Live-2026\">Song Fight! Live!</a>, which is in Seattle again this year, on Saturday, and I am also looking forward to seeing those who are coming from out of town this year. (And the in-town folks, who I seem to only actually see at Song Fight! Live! anyway.)</li>\n<li>I am woefully out of shape and in so much chronic pain, and I\u2019m trying to balance taking walks and actually using <a href=\"https://amzn.to/4gYBsUt\">my Powerball</a> regularly again with not completely fucking myself up with post-exertional malaise.</li>\n<li>I\u2019d also love to be playing <a href=\"https://projectoutfox.com/\">Stepmania</a> but it\u2019s too hard on my knees anymore, so I really need to try out <a href=\"https://github.com/louisvernon/vaporstep\">VaporStep</a> which looks to be pretty neat and is potentially much lower-impact.</li>\n<li>I am very much enjoying the use of my <a href=\"https://i.refs.cc/xZQvF5wp\">DynaVap cannabis dry-herb vape</a>, which is easy to use and gives me a nice clean draw. I bought it with the optional <a href=\"https://www.dynavap.com/products/dynatorch-single-flame\">DynaTorch butane lighter</a> (which was tricky to fill the first time but there\u2019s good guides <a href=\"https://www.reddit.com/r/Dynavap/comments/10za9ov/comment/j8y74je/\">on Reddit</a>) and the <a href=\"https://www.dynavap.com/products/wood-debowler-stand\">magnetic debowler/storage stand</a>.</li>\n<li>Separately I had also bought a <a href=\"https://www.planetofthevapes.com/products/potv-one-vaporizer\">POTV One</a> which is also nice, but I\u2019ve ended up just using it for concentrates since it came with that ability and I\u2019d been trying to figure out what to do with this CBD concentrate I\u2019ve had for <em>ages</em>, and switching between concentrate and herb is a little annoying. But also it came with a free <a href=\"https://www.planetofthevapes.com/products/planet-of-the-vapes-tightvac-container\">cannabis storage container</a> which is also really nice, and I\u2019ve been using it with the Dynavap which pairs very nicely with it. (That said I probably wouldn\u2019t have bought it if it weren\u2019t included for free.)</li>\n<li>I\u2019ve been wanting to get back to working on Misfits, but what little energy I\u2019ve had for music has been going to live performances, and the rest of my life right now seems to center around basic daily needs.</li>\n<li>My kitties have been very cuddly though and that\u2019s nice.</li>\n</ol>"
},
"author": {
"type": "card",
"name": "fluffy",
"url": "https://beesbuzz.biz/",
"photo": "https://beesbuzz.biz/static/headshot.jpg"
},
"post-type": "article",
"_id": "49519597",
"_source": "2778"
}
Yeesh, Miami’s WR room is deeeeeep. True freshman Vance Spafford with an absolutely absurd TD catch while getting mugged by two defenders. Guy is probably 8th on the depth chart.
{
"type": "entry",
"published": "2026-09-11T02:55:26.973824+00:00",
"url": "https://cleverdevil.io/2026/yeesh-miamis-wr-room-is-deeeeeep-true-fr",
"syndication": [
"https://cleverdevil.club/@jonathan/117250151352386019",
"https://bsky.app/profile/cleverdevil.io/post/3mv7kvrkgv32j"
],
"content": {
"text": "Yeesh, Miami\u2019s WR room is deeeeeep. True freshman Vance Spafford with an absolutely absurd TD catch while getting mugged by two defenders. Guy is probably 8th on the depth chart.",
"html": "<p>Yeesh, Miami\u2019s WR room is deeeeeep. True freshman Vance Spafford with an absolutely absurd TD catch while getting mugged by two defenders. Guy is probably 8th on the depth chart.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "49519455",
"_source": "10"
}
I pay ESPN for their streaming service. Just now getting a chance to watch the Miami game and am trying to catch up, but they have unskippable 3 minute ad breaks at every single opportunity. Such bullshit. I think I’m just going to cancel and stream from sketchy sources instead.
{
"type": "entry",
"published": "2026-09-11T02:05:23.066652+00:00",
"url": "https://cleverdevil.io/2026/i-pay-espn-for-their-streaming-service-j",
"syndication": [
"https://cleverdevil.club/@jonathan/117249954488860390",
"https://bsky.app/profile/cleverdevil.io/post/3mv7i4au7ro2n"
],
"content": {
"text": "I pay ESPN for their streaming service. Just now getting a chance to watch the Miami game and am trying to catch up, but they have unskippable 3 minute ad breaks at every single opportunity. Such bullshit. I think I\u2019m just going to cancel and stream from sketchy sources instead.",
"html": "<p>I pay ESPN for their streaming service. Just now getting a chance to watch the Miami game and am trying to catch up, but they have unskippable 3 minute ad breaks at every single opportunity. Such bullshit. I think I\u2019m just going to cancel and stream from sketchy sources instead.</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "49519282",
"_source": "10"
}
My XTEINK X4 got me reading again. My new X4 Pro arrived last week. Great little device, and the addition of a front light and touch screen make it nearly perfect. Those pogo pins, tho…
{
"type": "entry",
"published": "2026-09-10T04:13:40.445965+00:00",
"url": "https://cleverdevil.io/2026/my-xteink-x4-got-me-reading-again-my-new",
"syndication": [
"https://cleverdevil.club/@jonathan/117244796634982706",
"https://bsky.app/profile/cleverdevil.io/post/3mv56sq6nkr2u"
],
"content": {
"text": "My XTEINK X4 got me reading again. My new X4 Pro arrived last week. Great little device, and the addition of a front light and touch screen make it nearly perfect. Those pogo pins, tho\u2026",
"html": "<p>My XTEINK X4 got me reading again. My new X4 Pro arrived last week. Great little device, and the addition of a front light and touch screen make it nearly perfect. Those pogo pins, tho\u2026</p>"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io",
"photo": "https://cleverdevil.io/profile/photo"
},
"post-type": "note",
"_id": "49508669",
"_source": "10"
}