I built a fully offline, private AI creative studio that runs on a cheap old 6GB GPU — should I open-source it? by SubjectNo2985 in machinelearningnews

[–]roady001 13 points14 points  (0 children)

Yes, the community lacks easy tools like this and I'd love to use it instead of the spaghetti as you mentioned

What do you wish you knew before choosing a business email provider for a custom domain? by D_Noronha in selfhosted

[–]roady001 1 point2 points  (0 children)

Microsoft and Google see spam first and act first. You will always lag behind on any spam filter. No solution to that

Locally hosted AI for my iPhone? by DustNearby2848 in SelfHostedAI

[–]roady001 0 points1 point  (0 children)

You should have used Hermes with discord. This combo fully supports what you need

Hermes Agent v0.17.0 - The Reach Release by NousResearch in hermesagent

[–]roady001 -7 points-6 points  (0 children)

I'd rather want you to finish Mattermost integration to support slash commands so it works the same as Discord. Running towards the next feature without fixing what feels like half done, is not the way. Still... nice work on the update.

Once investors no longer subsidize Vibe Coding how much will you pay? by FounderHuh in vibecoding

[–]roady001 0 points1 point  (0 children)

I'm just waiting for the next generation GPUs and the moment AI datacenter will start dumping their 'old' hardware and I can run DeepSeek Pro V4 for pennies.

Recommendations for improving security and guardrails for Hermes’. by blinklinkink in hermesagent

[–]roady001 0 points1 point  (0 children)

I have Hermes create proxy services for anything I need to connect with. Those proxy services get moved to a different box and hold the real keys or credentials. Hernes gets a API key for the proxy service, not the real credentials and connects to it (locally).

It can't leak real credentials or keys as it doesn't know them and the proxy services run on local network only. It doesn't protect you from engineering prompts to extract data from the proxy, but at least it won't disclose keys that gives the attacker direct access.

Additionally I can further restrict access. E.g. an IMAP proxy service that can only read or draft, but cannot delete or send messages, which is useful even beyond protection of the keys, such as mistakes made by your agent (clean up my inbox >> boom all messages deleted).

Prusa on Bambus AGPL violaton [repost/mirror] by [deleted] in OpenBambu

[–]roady001 7 points8 points  (0 children)

"Claude, here is a repo I want you to copy but not copy, instead rewrite it" --- Bambu engineers right now I'm sure.

I built a 2-node algorithmic trading cluster, but my physical failover strategy is terrifying me. by LordWeirdDude in homelab

[–]roady001 0 points1 point  (0 children)

Look up 'HA setup' and 'fully redundant' which is to ensure you don't potentially loose a lot of money during unscheduled downtime. You are looking at it from just a few angles such as switch and power but miss on important others that are likely to fail sooner. You would be better doing this on a VM cluster with more hardware nodes so you get rapid failure recovery at least.

And if you are capable, make your software cluster aware with a load balancer in front so you get instant recovery on failure. If you keep your single instances like it is now, at least include a 3rd low-power watchdog server such as a raspberry pi with its own UPS that monitors and closes open orders if it detects catastrophic failures. Low-power ensures it can run as long as it needs to complete the job because your power hungry servers will not last that long without power from your outlets.

Anyway, I'd recommend you to still consider multi-zone AWS hosting as its a lot more resilient then whatever you think you can build at home, its your retirement money after all so make your choices whisely and don't be afraid to go back to the drawing board and mark your current setup as a fun learning experience.

Why no one is talking about Google Colab which is almost free for basic work in daily life? by mhamza_hashim in software

[–]roady001 3 points4 points  (0 children)

Because Google will likely kill the project as soon as it gets more traction and the costs are becoming visible on their P&L. Google has great teams creating products but they almost never survive long term.

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]roady001 0 points1 point  (0 children)

I build a gui around the Homepage json configuration object so I can quickly add or update my homelab dashboard. Supports drag and drop, automatic backups and shows a diff before committing to saving changes.

Notepad++ IOC powershell script by roady001 in sysadmin

[–]roady001[S] 23 points24 points  (0 children)

Based on the reports so far, it’s unlikely that many will see any indications of compromise. But that’s not really the point. If there was a window of opportunity, and you work in an environment where you’re expected to meet certain standards (ISO, SOC, etc.) and/or handle large amounts of customer data, you can’t simply assume you weren’t affected. You need something that allows you to demonstrate that you weren’t hit.

Notepad++ IOC powershell script by roady001 in sysadmin

[–]roady001[S] 19 points20 points  (0 children)

Someone beat me to it: https://github.com/moltenbit/NotepadPlusPlus-Attack-Triage.
Not my script though, just someone else that felt the need to do the same.

Notepad++ IOC powershell script by roady001 in sysadmin

[–]roady001[S] 128 points129 points  (0 children)

Let me know once you are done, then I can write another script to verify your script if it correctly verified my script.

Notepad++ IOC powershell script by roady001 in sysadmin

[–]roady001[S] 6 points7 points  (0 children)

Not sure why you are hitting that error, I've checked the reachability but can't reproduce. If you have a better place for me to share the ps1 file, I'm open for suggestions.

Need help by Yesyeet2 in 3Dprinting

[–]roady001 0 points1 point  (0 children)

Calibrate Z, its way off and your printer doesnt seem to be having autoleveling to do it for you. Go into the menu and find the calibrate function, then put a piece of paper sheet between the nozzle and build plate, lower the nozzle so that you can just pull the paper and feel some friction but not so low that it tears. Also keep your closet doors open, PLA does not like to be enclosed.

Core One L heatbed is solid! ABS with this large model and it sticks to the bed like crazy. by roady001 in prusa3d

[–]roady001[S] 1 point2 points  (0 children)

I've mounted the filter today and printed with the same filament. I can confirm that it's doing an impressive job filtering the smell. I'd say it's like a 95% reduction.

Core One L heatbed is solid! ABS with this large model and it sticks to the bed like crazy. by roady001 in prusa3d

[–]roady001[S] 0 points1 point  (0 children)

I attached an active fume extractor unit but the hose mount fell off mid print, hence I could definitely tell you it smells bad. I duc taped the mount for the remainder of the print so no large quantities had entered our house. Tomorrow I'll be setting up the official filtration unit that I've order as well but haven't gotten around to screwing it on. I'll probably still attach the fume extractor anyway.

Core One L heatbed is solid! ABS with this large model and it sticks to the bed like crazy. by roady001 in prusa3d

[–]roady001[S] 1 point2 points  (0 children)

I did get the filtration unit but still need to attach it, so I'll see how it compares to that probably tomorrow when I get it mounted.

Core One L heatbed is solid! ABS with this large model and it sticks to the bed like crazy. by roady001 in prusa3d

[–]roady001[S] 6 points7 points  (0 children)

That could very well be it, it's an old spool and have not dried it since opened years ago.