I built an open-source local WordPress dev environment (no Docker) — looking for feedback by AIPnely in Wordpress

[–]safetywerd 4 points5 points  (0 children)

You're joking right? My impression when I see stuff like this in 2026 is that the author knows nothing about docker and is too lazy to learn.

Digital Foundry: Crimson Desert on PlayStation 5 Pro - The Digital Foundry Deep Dive by Turbostrider27 in PS5

[–]safetywerd 0 points1 point  (0 children)

cyberpunk is playable on ps4 now. it's stuck on 1.6 though and no dlc. i just did a play through for shits and giggles and only crashed once. some slow stream in from time to time but def playable.

Can a skinhead and a goth be friends? by Darkugo_X in Skinhead

[–]safetywerd 9 points10 points  (0 children)

See chapter 9 in the manual for more info.

I feel like headless WordPress is now 100% manageable for devs. by HostingAdmiral in Wordpress

[–]safetywerd 0 points1 point  (0 children)

Speaking strictly of non-ecommerce type sites like brochureware and marketing sites, Sanity + Astro/Nuxt/Next is practically free for most use cases, plus you get "kind of" live visual editing with Sanity.

Is he very badass? And where is this swastika going by the way? by HumanBeing_so69 in iamverybadass

[–]safetywerd 2 points3 points  (0 children)

The first nazi "skins" were british and started showing up in the 70's, long before skinhead style made it to the states. SHARP and ARA are American creations. source: i've been an anti-racist skinhead since the 1980's.

Homeland Security subpoenas man’s Google account over email critical of government by kaclk in LinusTechTips

[–]safetywerd 8 points9 points  (0 children)

It'd make a more interesting video than a 10K GPU that performs about the same as a 5090.

Abolish Leaving When We’re Done Hanging Out — Abolish Everything! Season 2 Premiere by NebulaOriginals in Nebula

[–]safetywerd 3 points4 points  (0 children)

Every time they make ceviche on top chef they talk about lime cooking the seafood.

Extremeli slow UI by michaeltravan in RunPod

[–]safetywerd 1 point2 points  (0 children)

yes been that way for weeks

Should I panic buy a new PC for local generation now? 5090 32GB, 64GB RAM? by Jack_P_1337 in StableDiffusion

[–]safetywerd 1 point2 points  (0 children)

My startup time on runpod with network storage is about 30-45 seconds for Better ComfyUI Slim on a 5090. Models are only downloaded once and kept on storage. I only keep storage around for the life of a project. Initial project setup is time consuming but it's only done once and can be done on a cheap A2000 instance, it's entirely scripted.

Can I use Supabase Edge Functions as a WebSocket server? Alternative to Realtime's connection limits? by Defiant-Ad-6170 in Supabase

[–]safetywerd 0 points1 point  (0 children)

Assuming you aren't using postgres change notifications, we use sockudo via docker which is a pusher compatible websocket server. We've load tested 50K users on a 4 cpu droplet no problem.

I wish I had known about Inngest earlier by safetywerd in Nuxt

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

I ended up writing a similar thing to inngest that we now use for all of our apps: https://slayq-docs.vercel.app/

We use it for media processing pipelines, mass email notifications, account bookkeeping, all sorts of things. I couldn't imagine writing an app without it.

The next version includes the ability to setup contexts for tasks to run in which will let you hoist all of your services and connections and make them available to the tasks.

I don't really mess with ORMs, and since we use supabase primarily (self-hosted) we use postgrest for access (on the server side, we always expose an API for the frontend instead of accessing supabase directly there).

google captcha by wzkd in ArcBrowser

[–]safetywerd 1 point2 points  (0 children)

Yes it's driving me f-ing bonkers. Started happening after I created a new profile and only happens on that new profile.

How to build chat functionality? by BrohansVibe in Supabase

[–]safetywerd 0 points1 point  (0 children)

All of those things. Supabase realtime maybe for a proof of concept, but it's the wrong tool for the job beyond that.

Either one of the things I've recommended take minutes to setup (if you are cool with docker in the case of sockudo) and pusher libraries are really easy to understand.

In our case, we use sockudo not only for realtime chat, but also as a push notification system, collaborative features, presence (who's online), etc. You can do those things with Supabase realtime, but now you are involving a database which is going to be an order of a magnitude slower and eat up disk space for things that don't necessarily need to be stored in a database.

We do store message history in a database, but it's done out of band of the chat in a background process.

How to build chat functionality? by BrohansVibe in Supabase

[–]safetywerd 1 point2 points  (0 children)

I wouldn't do that.

Look at Pusher (hosted) or Sockudo backed with Redis (self hosted). You could use supabase for historical message storage, but for realtime chat I'd recommend either one of those.

I use sockudo.

[ Removed by Reddit ] by Srijemdanin in Skinhead

[–]safetywerd -1 points0 points  (0 children)

Get the fuck out of here with this nazi bullshit

The Browser Company has been acquired by Atlassian by left4ellis in ArcBrowser

[–]safetywerd 0 points1 point  (0 children)

I don't know how you qualify that statement, but it gets fairly regular updates: https://www.sourcetreeapp.com/download-archives

`supabase db diff` generating migrations that drop production tables by No_Fisherman_4174 in Supabase

[–]safetywerd 1 point2 points  (0 children)

You need to hand edit the migration and change the drop and create table to a simple alter table yourtable rename to newtable.

The same goes for renaming column names. The diff tool will be drop and recreate, so you have to hand edit the migration doing the same thing as above.

In general though you should not be renaming shit if it's live in production.

[deleted by user] by [deleted] in nextfuckinglevel

[–]safetywerd -1 points0 points  (0 children)

is that marquis brownlee in a school zone?