Comments for bradt.ca https://bradt.ca/ Founder & CEO @ SpinupWP Mon, 01 Sep 2025 03:16:53 +0000 hourly 1 https://wordpress.org/?v=6.9.4 Comment on No Clicks, No Content: The Unsustainable Future of AI Search by Tim https://bradt.ca/blog/no-clicks-no-content/#comment-55731 Mon, 01 Sep 2025 03:16:53 +0000 https://bradt.ca/?p=99688#comment-55731 Nice article, so true.
There's more to that. People behavior changed too. They don't comment anymore on the blogs, but prefer to rant on Reddit or Facebook and are surprised that authors can't follow all those places.

]]>
Comment on No Clicks, No Content: The Unsustainable Future of AI Search by kevin176 https://bradt.ca/blog/no-clicks-no-content/#comment-55730 Mon, 01 Sep 2025 01:11:22 +0000 https://bradt.ca/?p=99688#comment-55730 In reply to Tom.

I did. People will still produce content. Bloggers were producing content before you could make significant ad revenue.

]]>
Comment on No Clicks, No Content: The Unsustainable Future of AI Search by Tom https://bradt.ca/blog/no-clicks-no-content/#comment-55729 Mon, 01 Sep 2025 01:08:42 +0000 https://bradt.ca/?p=99688#comment-55729 In reply to kevin176.

"Why not have a tool extract the useful information?" – did you even read the article?

]]>
Comment on No Clicks, No Content: The Unsustainable Future of AI Search by MissQuasar https://bradt.ca/blog/no-clicks-no-content/#comment-55728 Sun, 31 Aug 2025 21:44:12 +0000 https://bradt.ca/?p=99688#comment-55728 The cost of LLMs is really too high at the moment, and revenue just can't be increased. Hopefully, there will be breakthroughs in energy and materials technology in the near future; otherwise, it might be difficult for us to advance to the next stage of AI anytime soon.

]]>
Comment on No Clicks, No Content: The Unsustainable Future of AI Search by kevin176 https://bradt.ca/blog/no-clicks-no-content/#comment-55727 Sun, 31 Aug 2025 17:33:24 +0000 https://bradt.ca/?p=99688#comment-55727 Unfortunately there is useful content buried in between layers of ads and pop-ups. I don’t want to visit these sites and waste time closing and scrolling. Why not have a tool extract the useful information?

Legislation isn’t a sufficient option. It only hinders companies operating in those jurisdictions, giving their competition in other countries an advantage. For example, US companies would start losing ground against Chinese companies.

[edit for disqus issues]

]]>
Comment on The best trackball lubricant by Brett Bates https://bradt.ca/blog/the-best-trackball-lubricant/#comment-55718 Wed, 14 Jun 2023 12:24:18 +0000 http://brad.touesnard.com/archives/2006/01/26/119/#comment-55718 In reply to George McCune.

MIND BLOWN!!!!

]]>
Comment on The best trackball lubricant by norakat https://bradt.ca/blog/the-best-trackball-lubricant/#comment-55656 Sun, 29 May 2022 21:50:49 +0000 http://brad.touesnard.com/archives/2006/01/26/119/#comment-55656 LMAO! It worked. Not only does it work, it works amazingly well; better than anything I’ve tried. Just need a little bit..

]]>
Comment on How to Make a PDF Look Scanned Using ImageMagick and Automator in macOS by Dylan Gordon https://bradt.ca/blog/how-to-make-a-pdf-look-scanned-imagemagick-automator-macos/#comment-55654 Sat, 26 Feb 2022 14:28:29 +0000 https://bradt.ca/?p=19960#comment-55654 Thanks for this, very cool!

I opted to use an Automator print plugin to smooth my workflow:

Open document in Preview.
Annotate with signature.
Print, choose plugin (I called it Look Scanned).
The ‘scanned’ version opens in Preview when it’s done, then save as you like.

To do this I added:
Run Shell Script action, pass input as arguments:

set -e

export PATH=/usr/local/bin:$PATH
for file in "$@"; do
base=${file%.pdf}
base=$base"_scanned.pdf"

convert -density 200 "$file" -alpha remove -rotate 0.4 -attenuate 0.2 +noise Multiplicative +repage -monochrome -compress group4 -depth 2 "$base"

echo "$base"

done

And then Open Finder Items action, open with Preview.

Also tweaked the convert a bit for more rotation, noise and reduced colour depth.

]]>
Comment on What does it cost to build a web site? by Avnsih kumar https://bradt.ca/blog/what-does-it-cost-to-build-a-web-site/#comment-55652 Mon, 16 Aug 2021 08:59:01 +0000 http://bradt.ca/?p=2268#comment-55652 This is enormous substance, thanks for a share this post

]]>
Comment on How to Make a PDF Look Scanned Using ImageMagick and Automator in macOS by ArseniyPanfilov https://bradt.ca/blog/how-to-make-a-pdf-look-scanned-imagemagick-automator-macos/#comment-55651 Sat, 17 Jul 2021 20:27:11 +0000 https://bradt.ca/?p=19960#comment-55651 This is great and gonna save me a lot of time – thanks!
Just a note: for a shell script to work properly you might need to specify “shell” and set “pass input” to “as arguments” (in my case shell is empty by default and “pass input” is set as “to stdin”).

]]>