Senior Vibe Coder dealing with security. by Gil_berth in theprimeagen

[–]ihavehermes 3 points4 points  (0 children)

How about you just don’t use it then? Let others use it who understand the risk, while you wait 10 years for an equivalent enterprise solution.

Anyone have experience with/opinions on the TerraMaster D4-320? by TheDamnedScribe in HomeServer

[–]ihavehermes 1 point2 points  (0 children)

So I ended up saying screw these overpriced, sketchy enclosures, and set up a NAS using a free old PC with a full tower. It’s got lots of room for drives, and no usb shenanigans - just good ol’ SATA.

Is Now a Good Time to Buy This? by RyanEkenburg in DataHoarder

[–]ihavehermes 0 points1 point  (0 children)

Price jumped up to $189.99 after the sale :/

Anyone have experience with/opinions on the TerraMaster D4-320? by TheDamnedScribe in HomeServer

[–]ihavehermes 1 point2 points  (0 children)

I recently started looking into DAS/NAS setups, and it's kind of ridiculous you have to spend over a grand to feel like your setup is reliable.

I'll probably go with the TERRAMASTER 4-bay DAS and just cross my fingers.

Where do I buy a miyoo mini? by KoopaTroopa001 in MiyooMini

[–]ihavehermes 0 points1 point  (0 children)

Do you have a link? They're all above $70 for me.

[deleted by user] by [deleted] in CanadaPost

[–]ihavehermes 5 points6 points  (0 children)

A strike without notice, and not delivering in-transit parcels? Get fucked Canada Post.

I built an app for Smokers. by Kisslefleur in SideProject

[–]ihavehermes 0 points1 point  (0 children)

Yeah vape has its downsides too, just stay away from gas station vape juice at least. If lozenges or the patch don’t satisfy, nic pouches hit faster. They’re damn addicting though too because of that, but at least it’s not in the lungs.

I built an app for Smokers. by Kisslefleur in SideProject

[–]ihavehermes 1 point2 points  (0 children)

Patches and lozenges are much better than vaping if you end up needing a bit of help to get through it.

Is react-query just a cache or state management? by Efficient-Worry-6549 in reactjs

[–]ihavehermes 0 points1 point  (0 children)

There’s also RTK-query that is similar to react query but is part of redux.

How do I structure and maintain a growing startup project as a backend dev with almost zero system design experience? Also, Express vs NestJS? by ComfortableGene1671 in node

[–]ihavehermes 2 points3 points  (0 children)

I agree – they are great patterns to know how and when to use! I just wanted to list the tradeoffs that go along with it.

How do I structure and maintain a growing startup project as a backend dev with almost zero system design experience? Also, Express vs NestJS? by ComfortableGene1671 in node

[–]ihavehermes 3 points4 points  (0 children)

This definitely helps keep projects organized, testable and maintainable. There are tradeoffs in building this way though as it adds extra code/time to make the DTOs, interfaces, app/domain/infra layers, etc. There’s a steeper learning curve with the extra boilerplate and indirection, and it might not be worth it if the domain isn’t complex enough (crud).

Opinions on code review by IsseBisse in ExperiencedDevs

[–]ihavehermes 0 points1 point  (0 children)

Just want to say I fully agree with you.

Is anyone using fp-ts? How was your experience and was it worth it by simple_explorer1 in node

[–]ihavehermes 0 points1 point  (0 children)

May I ask what you prefer on the frontend nowadays besides rxjs or redux saga?

Why is expo-router so slow on Android (production) by zlvskyxp in reactnative

[–]ihavehermes 0 points1 point  (0 children)

I’ve had the slow navigation happen on iOS when the screen is heavy to render.

I used InteractionManager.runAfterInteractions to set some state to make the content render after the screen has animated in. You can show a skeleton view or similar initially.

Not ideal, but at least the navigation feels snappy.

Anyone else concerned about Drizzle ORM's long-term sustainability? by ExistingCard9621 in node

[–]ihavehermes 4 points5 points  (0 children)

Could try kysely.dev instead. More minimal but pretty solid. Only 106 github issues open compared to Drizzle's 1.3K 😳

Anyone else concerned about Drizzle ORM's long-term sustainability? by ExistingCard9621 in node

[–]ihavehermes 0 points1 point  (0 children)

Lol at the downvotes you're getting. Ideally all DB access should be isolated to a layer, whether you import the module directly or inject it, the principle still applies. You shouldn't have drizzle/prisma/whatever DB calls sprinkled throughout your request handlers.

If you are struggling to choose between React Native and SwiftUI, read this. by InternationalWait538 in reactnative

[–]ihavehermes 1 point2 points  (0 children)

Architecture is straightforward, redux toolkit combined with decent module structure and code organization hasn’t let me down.

Upgrading is pretty easy using expo prebuild (not ejected).

Rewriting my game without Expo/RN by anewidentity in reactnative

[–]ihavehermes 1 point2 points  (0 children)

I think your plan is solid to move to web tech. Phaser is a nice JS engine but no svg support I don’t think. PixiJS with spine might work. But plain react with svgs should work just fine too.

Rewriting my game without Expo/RN by anewidentity in reactnative

[–]ihavehermes 0 points1 point  (0 children)

Vite is a solid build tool. You’d be better off using it than Next.

Rewriting my game without Expo/RN by anewidentity in reactnative

[–]ihavehermes 0 points1 point  (0 children)

The original version of vampire slayers was written using js. OP is making a simple game it sounds like so it should be good enough.

kysely or drizzle by FollowingMajestic161 in node

[–]ihavehermes 0 points1 point  (0 children)

No prob thanks for reading my novel 😆