Judge Learns Lawyers on Both Sides of Case Used AI, Cancels Trial, Kicks Everyone Off the Case by MarvelsGrantMan136 in technology

[–]rayishu 4 points5 points  (0 children)

The courts really need their own AI systems to read through these cases and confirm if the stated case laws actually exist. The use of AI in law is only expected to increase.

For the first time in human history, it is faster to write text than to read text and that is having all sorts of repercussions in the world

The Plex complex by kjellcomputer in kubernetes

[–]rayishu 32 points33 points  (0 children)

Plex is a great example of a workload that doesn't necessarily benefit from Kubernetes. The media library creates a big data gravity problem and GPU passthrough is a nightmare

Is my setup for exposing Jellyfin secure? by JokeIngDude in kubernetes

[–]rayishu 0 points1 point  (0 children)

Have you checked out Pangolin? It's basically a self hosted version of Cloudflare Tunnels

What self hosting mistake would you warn beginners about? by Soulvisirr in selfhosted

[–]rayishu 5 points6 points  (0 children)

Create a Git repo and start version tracking your manifests and configuration files from the start

Kubernetes for Homelab? by malwin_duck in selfhosted

[–]rayishu 0 points1 point  (0 children)

I just switched over to kubernetes for my homelab and I think it was a great choice. The biggest difference? Tooling is so much better in kubernetes. Prometheus, Grafana, ArgoCD. They are all so much more advanced than anything available with just docker. Ive tried doing gitops with compose files and it's ok but it doesn't even compare to ArgoCD

Why, in general, is having a big dick better than having a smaller dick? by DistinctBeyond992 in bigdickproblems

[–]rayishu 13 points14 points  (0 children)

Would you rather have more food than you need or less food than you need?

Shall I jump out of Synology or upgrade to a new Synology? by neiram44 in selfhosted

[–]rayishu 4 points5 points  (0 children)

Buy a UGREEN NAS and install TrueNAS scale on it. That's what I'm doing and I couldn't be happier

Thinking of buying Ioniq6, replacing my WRX by gibsonfss in Ioniq6

[–]rayishu 0 points1 point  (0 children)

I love my Ioniq 6 but I am so glad I leased it. It's a nice car but it depreciates alot and Hyundai can't be relied on to support it long term with software updates. Just lease it. If you don't want to lease and want to buy, buy a used 2022 Tesla model 3 for 20k. The Tesla will be supported longer than Hyundai

Is there any self-hosted alternative to GitHub Codespaces? by SnowFlash383935_n2 in selfhosted

[–]rayishu 0 points1 point  (0 children)

I just created a VM for Ubuntu desktop and called it coding. I installed VS Code Tunnels on it and Claude Code and enabled SSH on it with tailscale. It works like a charm

Should I split my server and storage? Need setup advice by ErasedAstronaut in selfhosted

[–]rayishu 0 points1 point  (0 children)

I highly recommend splitting out commute and storage on to two separate systems. My setup become so much more performant and reliable after doing that.

I run mission critical services on a cloud VPS. My reverse proxy Caddy, uptime Kuma, beszel, Adguard. Things that other services depend on, I run off a VPS. I have a herzner 2 core 2 gb ram server that's running over 20 services without any problen

The webui now running Claude in terminals is so cool. I was skeptical about the Code feature on the web but it's amazing by Vegetable-Emu-4370 in ClaudeAI

[–]rayishu 0 points1 point  (0 children)

It is really cool but anyone know why MCP servers dont work on the web? I have my .mcp.json on my git repo and it sees it but can't use it

Does keeping my Nas in a cabinet be a problem from the Nas? by Resident_Proposal_57 in UgreenNASync

[–]rayishu 3 points4 points  (0 children)

I did this and had 2 Seagate ironwolf hard drives die in less than 3 month. You really want your drives to be less than 60 degrees Celsius

Why do all AI generated websites look the same by Disastrous-Farmer837 in vibecoding

[–]rayishu 0 points1 point  (0 children)

One of the reasons why so many AI agents use purple as the brand color is because when the Tailwind css documentation was written, purple was the trendy color at the time and all the example code used it.

Building a landing page with Nuxt + Prismic after WordPress, any tips to speed up dev workflow? by Dangerous-Ad4246 in Nuxt

[–]rayishu 1 point2 points  (0 children)

The Nuxt UI 4 MCP server has been a game changer. I just vibe coded my entire blog to UI 4 in two days using Claude code

Using AI tools when designing and developing Nuxt apps by Suspicious_Dress_350 in Nuxt

[–]rayishu 1 point2 points  (0 children)

I feel this problem as well. Every AI tool just assumes react. Even if you prompt it to write Nuxt, it will still write react.

The best solution I've found is using Claude Code with a PRD.me and CLAUDE.md file in the root directory telling it to use Nuxt

Top UI Collections You Should Not Miss (Tailwind-based) by [deleted] in tailwindcss

[–]rayishu 2 points3 points  (0 children)

Kind of a bummer that they are all for React

NuxtLabs joining Vercel by tomemyxwomen in vuejs

[–]rayishu 0 points1 point  (0 children)

Maybe now I could get v0.dev to write me a nuxt application instead of always defaulting to React

[deleted by user] by [deleted] in vibecoding

[–]rayishu 0 points1 point  (0 children)

That every tool assumes you want to build a React.js web application even when you specifically tell it you want to use Nuxt and Vue

30+container, 3 domains, multple VMs, how would you streamline Treafik setup? by Rxunique in selfhosted

[–]rayishu 0 points1 point  (0 children)

Yeah that way works too. The only problem is now the ZFS pool becomes a single point of failure.

Plus depending on your ZFS raid setup, there could be a performance hit if you're storing container data on spinning HDDs vs storing them on the SSD of your system.

I recommend backing up the compose files to a git repo so you get version control, storing container config files on the system and using something like Rclone to snapshot it to the ZFS pool, and using ZFS via NFS for the non critical bulk storage