博文

Scripting News: Saturday, August 3, 2024

图片
Saturday, August 3, 2024 For some reason I don't like writing user - level docs for my own software, but I don't mind narrating a draft with voice. Now that I have a voice recorder that creates transcripts exactly where I need them, I can feed the narration to ChatGPT and ask it to write docs based on features I describe that are part of the current software, and leave out notes about possible changes or additions. It took me 13 minutes to do the narration, because I talk more slowly than it writes, and I ramble and get distracted. It took the bot less than a second to produce a near-perfect outline. It left out a bit that I wanted included, it was added in a second. Then I asked for an OPML version of the docs so I could edit it, and pass back the edited version. It got a bit confused and gave me a JSON version of the outline, and Node.js code to convert it to the XML, but when I pointed out a simpler way to do it, I got what I needed in less than a second. A...

Travel to China: New policies and unique experiences

图片
Travel to China: New policies and unique experiences Explore China's evolving travel landscape with our latest articles! Discover the expansion of the 144-hour visa-free transit policy to 37 ports of entry, enhancing travel convenience for international visitors. This week, we present two reports and a "We Talk" video, where foreign vloggers share their unique and surprising insights from their adventures in China. Dive into these captivating stories and uncover the dynamic changes in China's travel scene. 2024-08-03 19:21:38 View in browser China expands 144-hour visa-free transit policy to 3...

Scripting News: Friday, August 2, 2024

Friday, August 2, 2024 Blogrolls , in the 90s, were the beginning of the social web. In the 20s, they can bring today's social web into blogs. # I was trying to find Tony Kahn on the web for a friend doing a documentary on the origins of podcasting, and came up empty. I just stumbled across him on Facebook and that led to this autobiographical site where he tells his story of podcasting. Tony was the person who brought NPR into podcasting in 2004. A major contributor who isn't often credited. He was at WGBH at the time. # Linkblog items for the day. The press corps is Trump's 'affirmative action program' editorialboard.com Blaugust 2024. aggronaut.com Yelp's lack of transparency around API charges angers developers. techcrunch.com 2017: "The myth of the lone inventor dreaming up the future ensconced in a lab isn't how it works." scripting.com To preserve their work — and drafts of history — journalists tak...

Scripting News: Thursday, August 1, 2024

Thursday, August 1, 2024 Best podcasts for Democratic voters? # There isn't a whole lot of love in this 39-year-old man . I worry for his kids, esp if either of them don't have kids. # Where is the AI-based meme maker for Kamala. I'd like to have her flying in the sky with a cape, like SuperPresidentLady, going from town to town, finding out what they need, and churning it out for them in an efficiently run government meme factory in the nation's capital. Like we were doing with the kittens earlier this summer. # Welcome to August. OPML archive for July's posts on Scripting News. # Linkblog items for the day. Donald Trump vows retribution at first 2024 presidential rally in Waco. texastribune.org End of life decisions are difficult and distressing. Could AI help? technologyreview.com VCs for Kamala. vcsforkamala.org Doctors told Pelosi of concern for Trump's mental health, ex-speaker says in book. theguardian.com ...

APEX Email Templates - Advanced Formatting

图片
APEX Email Templates - Advanced Formatting Aug 1, 2024 · 6 min read Introduction I have been using APEX Email Templates since their release in APEX 18.1 (I think). They offer a clean way to separate the content of your email from the layout. In this post, I will review two advanced features of APEX Email Templates, which allow you to get even more from this excellent feature. Template Directives - You can use Template Directives in APEX Mail Templates. They offer an excellent method of deciding what will be displayed from the UI instead of in the data source. In-Line CSS Styling - Adding CSS to your template lets you style your email content to emphasize important information and give your emails a more professional look. Email Templates Primer With APEX Email templates, you provide a JSON document to the APEX_MAIL API via a parameter called p_placeholders . APEX then takes the values in the JSON and replaces the placeholders in the template (identified by placeholde...

Scripting News: Wednesday, July 31, 2024

图片
Wednesday, July 31, 2024 People who get a sense of self-esteem from having procreated place a heavy burden on their children. What if the child doesn't live up to their expectations? Creating a new human is not an accomplishment. Treating that new life as a full person starting at birth, and through their whole life, that's an accomplishment. For a man to father a child just means they have a functioning reproductive system. It's not anything to be proud or to expect to be rewarded or respected for. # Heather Cox Richardson : "When President Joe Biden announced just a week ago that he would not accept the Democratic nomination for president, he did not pass the torch to Vice President Kamala Harris. He passed it to us." # The blogroll on scripting.com has more features today. Screen shot . # A note to anyone making a twitter-like system. If you supported outbound RSS, I could use your system as a note-taking tool. I know Bluesky does, and I ...

🔥 (#176) Create Beautiful PDFs with HTML, CSS, and Markdown

图片
Hello, I've got a brand new article for you. Nuxt Tips Collection is my third book now, and I've learned a lot about how to format books (and PDFs in general). In fact, I built my own tool to make this whole process easier — complete with hot-reloading so I can see the changes I make immediately. I did a big write up all about it and how it works, including the Paged Media module of CSS that you probably haven't ever used: Create Beautiful PDFs with HTML, CSS, and Markdown Of course, don't forget that Nuxt Tips Collection is launching in only a few days on August 5th! You can go here to get a special launch discount on Monday. I've been spending this week editing and polishing the content, making sure it's as good as it can be before I release it next week. I'm also working on a dark mode for the book... Enjoy your summer and your tips! — Michael 🔥 Too Many Props/Options is a Smell Although the total number of optio...