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·الشهر الماضي·3 comments

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

2 points·by blurayfin·قبل 4 أشهر·0 comments

a time‑lapse diff viewer for Wikipedia

wikireplay.com
4 points·by blurayfin·قبل 5 أشهر·1 comments

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

measuremymouth.com
1 points·by blurayfin·قبل 8 أشهر·0 comments

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

pluginscore.com
2 points·by blurayfin·قبل 8 أشهر·1 comments

Show HN: PluginScore – Code quality reports for WordPress plugins

pluginscore.com
1 points·by blurayfin·قبل 8 أشهر·0 comments

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

chatolia.com
4 points·by blurayfin·قبل 8 أشهر·1 comments

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

ilovellm.com
1 points·by blurayfin·قبل 9 أشهر·0 comments

comments

blurayfin
·الشهر الماضي·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
·قبل 5 أشهر·discuss
and openclaw.com is a law firm.
blurayfin
·قبل 6 أشهر·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
·قبل 7 أشهر·discuss
https://www.pluginscore.com/plugins/download-monitor
blurayfin
·قبل 8 أشهر·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
·قبل 8 أشهر·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
·قبل 9 أشهر·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.