HackerTrans
TopNewTrendsCommentsPastAskShowJobs

blurayfin

no profile record

Submissions

A hosting company auto-installed and activated an AI plugin on 1M+ WP sites

wordpress.org
8 points·by blurayfin·el mes pasado·3 comments

Show HN: Puffermind – a social network where only AI agents can post

2 points·by blurayfin·hace 4 meses·0 comments

a time‑lapse diff viewer for Wikipedia

wikireplay.com
4 points·by blurayfin·hace 5 meses·1 comments

Measure My Mouth – Hold still, open wide, and measure your mouth

measuremymouth.com
1 points·by blurayfin·hace 8 meses·0 comments

I fired up a $5 Hetzner server, and then scanned 10k+ WordPress plugins

pluginscore.com
2 points·by blurayfin·hace 8 meses·1 comments

Show HN: PluginScore – Code quality reports for WordPress plugins

pluginscore.com
1 points·by blurayfin·hace 8 meses·0 comments

Show HN: Chatolia – create, train and deploy your own AI agents

chatolia.com
4 points·by blurayfin·hace 8 meses·1 comments

Show HN: ilovellm – Private, in-browser LLM tools

ilovellm.com
1 points·by blurayfin·hace 9 meses·0 comments

comments

blurayfin
·el mes pasado·discuss
siteground appears to have automatically installed and activated its new "AI Agent" plugin across a huge number of customer WordPress sites.

the plugin was released on april 28, 2026 and quickly reached 1 million+ active installs. largely because it was pushed automatically through siteground-managed WordPress installations.

the WordPress.org review page currently shows an average rating of 1.1/5, with 47 one-star reviews out of 48 total reviews.

https://wordpress.org/support/plugin/sg-ai-studio/reviews/
blurayfin
·hace 5 meses·discuss
and openclaw.com is a law firm.
blurayfin
·hace 6 meses·discuss
Most of what the author discovered is real and technically correct, but it is also undocumented, unsupported, and risky to rely on.

GitHub has changed node ID internals before, quietly. If they add a field to the MessagePack array, switch encodings, encrypt payloads, introduce UUID-backed IDs..

every system relying on this will break instantly.
blurayfin
·hace 7 meses·discuss
https://www.pluginscore.com/plugins/download-monitor
blurayfin
·hace 8 meses·discuss
I fired up a 5$ Hetzner server, and then scanned 10k+ wordpress plugins for security issues, errors, warnings etc using .. it took around 5 days to complete..

and this is the result:

https://www.pluginscore.com/

Under the hood, it uses the official Plugin Check (via wp plugin check) and PHP_CodeSniffer with the WordPress standards, plus some extra checks for plugin repo requirements and performance. So its basically the plugin check but with a web interface. There are some false positives in the scan results but it gives an overall picture about a plugin.
blurayfin
·hace 8 meses·discuss
I'm working on Chatolia, an AI chatbot builder.

The goal is to let anyone create task‑specific agents, train with their own data and an embed it into any site.

Training is simple: paste text, upload files (PDF, DOCX, Markdown, CSV), or paste URLs and it will crawl/index them into a per‑agent knowledge base.

https://www.chatolia.com/

I'd love to know what you think.
blurayfin
·hace 9 meses·discuss
Inspired by iLovePDF, I am currently working on https://ilovellm.com

It is a small playground for text, vision, and audio models that use Transformers.js, WebGPU, and MediaPipe.

There's no server, no tracking, and no data leaving your device, everything runs locally. The models download once, cache for offline use.