Month: June 2019
A summer party. A stormy night. And a shocking revelation about Joe’s neighbor next door.
Veteran journalist Joe Nocera’s neighbor in the Hamptons was a therapist named Ike. Ike counted celebrities and Manhattan elites as his patients. He’d host star-studded parties at his eccentric vacation house. But one summer, Joe discovered that Ike was gone and everything he’d thought he’d known about his neighbor -- and the house next door -- was wrong. From Wondery, the company behind Dirty John and Dr. Death, and Bloomberg, “The Shrink Next Door” is a story about power, control and turning to the wrong person for help for three decades. Written and hosted by Joe Nocera, a columnist for Bloomberg Opinion, “The Shrink Next Door” premieres on May 21st.
With Robert Irvine, Tom Bury, Cheryl Torrenueva. Robert takes on a two-in-one challenge, when he travels to Downers Grove, Illinois, to fix a grocery store with a full-service bistro, owned by two best friends who are failing at both sides of the business, causing their relationship to deteriorate as well.
Posts like these make me happy to be part of the Indieweb community. I have vivid memories of the late 90’s and early 00’s when things like RSS, comments, Atom, blogrolls and other sorts of blog-pieces were coming together. People were just figuring this stuff out, not companies. It all happened bottom-up, trying to fix ones own problems instead of building a solution in search of a problem.
Veteran journalist Joe Nocera’s neighbor in the Hamptons was a therapist named Ike. Ike counted celebrities and Manhattan elites as his patients. He’d host star-studded parties at his eccentric vacation house. But one summer, Joe discovered that Ike was gone and everything he’d thought he’d known about his neighbor -- and the house next door -- was wrong. From Wondery, the company behind Dirty John and Dr. Death, and Bloomberg, “The Shrink Next Door” is a story about power, control and turning to the wrong person for help for three decades. Written and hosted by Joe Nocera, a columnist for Bloomberg Opinion, “The Shrink Next Door” premieres on May 21st.
In many discussions on social networks the number 150 comes up as a ‘natural’ limit to how much social interaction a person on average can handle. Intuitively I always felt uneasy with this number, and have on several occasions suggested that this could only be a limit in a spe...
A reflection on using emojis as a way to provide visual information about blog posts. I have dived into my latest #IndieWeb venture of saving links on my own site. I thought that I would simply use the Bookmark post kind to save my links, but I soon realised not every link needed some form of commen...
Elaine Chao has boosted the profile of her family’s shipping company, which benefits from industrial policies in China that are roiling the Trump administration.
hat tip:
The NYT heard way back in Oct 2017 that State Depart. officials had raised ethics concerns abt a pending trip by DOT Sec. Elaine Chao to China. After we asked abt the trip, it was cancelled. We sued State Depart to get the emails. Here is the result https://t.co/fsMdwZsPMp
— Eric Lipton (@EricLiptonNYT) June 3, 2019
Simplenote is powered by Automattic, which also runs WordPress.com — so as you can imagine, we love blogging. I’ve written for a few different sites, some using WordPress and some not. No matter where I publish my posts, I have a great, consistent writing experience by drafting in Simplenote fir...
👓 A Better Way to Keep Track of Your Tasks? Check! | Simplenote
Simplenote is great for keeping your life organized without getting in your way. Now, it gives you a whole new way to stay on top of your tasks: Checklists! Here’s one in action: Adding a checklist in the macOS app. On our mobile apps, you’ll find a new button in the editor toolbar to add a chec...
I stumbled across this post by Chris Aldrich while lurking through my Twitter feed. Which has inspired me throw back a reply and briefly summarize how I have been increasingly using IndiWeb core ideas and concepts to re-focus how I use the web.More than a website Recently I’ve been building a cust...
As I've embraced indie post types, such as reposts, I've noticed that actually I've been using them wrong. Looking at https://indieweb.org/bookmark#Repost it appears I've been conflating a "retweet" on Twitter with a "repost", thinking they were the same. Alas, they are not, and it makes more sense to be a bookmark. I've since updated the posts using the wrong type and will get things right next time!
<details> tags, Fragment URLs, and the HTML spec
I thought it was a pretty slick use of HTML to create some really simple and broadly useful UI.
Then earlier today I noticed that Jeremy Keith has recently switched to using this on his personal site in the comments section to provide toggles for his various webmention types including shares, likes, bookmarks, etc. But this is where I’m noticing a quirky UI issue that isn’t as web friendly as it could be. Jeremy and others (including myself own my own site) will often provide ID tags so that one can give permalinks to the individual comments using fragments of the form:
https://adactio.com/journal/15050#comment70567 or
https://adactio.com/journal/15050#comment71896
But here’s where the UI problem lies. The first fragment URL only resolves to the page instead of the specific bookmark hiding behind a <details> tag whereas the second fragment URL resolves to the page and automatically scrolls down to a comment by DominoPivot. It does this in both Chrome and FireFox and I would presume operates similarly in other browsers.
I suspect that most users would expect/prefer that the fragment URL should automatically expand the <details> tag and scroll down the page to that ID or fragment as well.
Perhaps Jamie, Jeremy, Tantek, Kevin or others may have some trickery to make this happen? Otherwise, do we need to start digging into specs and browsers to get them to better support this sort of fragment related functionality? Perhaps it’s this section of the HTML spec, the URL of which has such a fragment and therefor scrolls down properly if you click on it? (Meta pun intended.)
