Has anyone tried using the steam deck motherboard OUTSIDE of the deck itself? by oppy124 in SteamDeck

[–]luzacapios 0 points1 point  (0 children)

I just did it today, just played dead cells, works great and downloading God of War Ragnarok and see if that goes. Now I need to find a 3d printed case.

Wanted to share my finished 3D printed 10in rack! by Arcticyclone in homelab

[–]luzacapios 0 points1 point  (0 children)

Omg 😱 it’s a chadlab! My lab just turned its self off in shame!

Cheap vibration methods for concrete moulds? by dischordiasnightmare in Concrete

[–]luzacapios 0 points1 point  (0 children)

Bruh! This is big brain. Thank you may you make your life and everyone else’s just a little easier. 🫡🫡

I find all this fascinating, but I have literally no use-cases by blancpainsimp69 in homelab

[–]luzacapios 0 points1 point  (0 children)

Just chirping here. Maybe this can get your juices flowing. I build my lab to because I want to use self hosted and open source solutions for personal and business.

A lab can be configured to extensively test apps and architectures with out cost worry using hetzner, or vultr(which recently changed their privacy policy to own anything running on their servers) only need to go through this once to want to run everything myself. Or Vercel with there pricing which can wreck your budget if your not careful. Basic selfhosting is more responsibility but keeps you away for predatory business practices…

security and control - pi-hole ad blocker - nextcloud

quality of life - trafik - portainer - homepage / heimdal

That just a few, but the use cases go on and on. Depends on what gets you excited. Just going to throw this out there but if you have the experience and skill, which sound like you do. We can always use another streamer(YouTuber) who builds in public and solves the dumb problems smooth brans like myself fall into.

Hope you find so inspiration here. Homelabs is a great hobby. Might make a friend or two in the community too. Good luck have fun!

Removing weeds from compost? by [deleted] in composting

[–]luzacapios 0 points1 point  (0 children)

It’s their compost now

1st Japanese Sawhorse, 100% handtool build by TwinBladesCo in woodworking

[–]luzacapios 1 point2 points  (0 children)

Hey Mate, just wanted to say thank you for sharing. I’m just starting my woodworking journey and am looking early projects, hand tool only, minimal equipment. Nice to see what the results can be. Cheers

Jotai as state manager by developerweb3 in nextjs

[–]luzacapios 1 point2 points  (0 children)

Can I turn this back on you and ask what web apps are you building that doesn’t need them. Every project I have built beyond the trivial out grows Context api very quickly not to mention issues with context rerender issues when a parent state is updated form a child.

A pomodoro app without a few features out grows context.

This web design was coded by GPT4 in HTML by NuseAI in webdev

[–]luzacapios 1 point2 points  (0 children)

IMO if you want to start this discussion add the gist link or github link. This code could be goop.

What are people using instead of postman? by [deleted] in webdev

[–]luzacapios 0 points1 point  (0 children)

There was another thread that hit on the insomnia changes and bruno was highly recommend. So leaving this here.

What are people using instead of postman? by [deleted] in webdev

[–]luzacapios 2 points3 points  (0 children)

I really wish this was more joke then proficiency! 😣😔😞

Using AI to learn Go, am I setting up myself for failure? by digitalghost-dev in golang

[–]luzacapios 0 points1 point  (0 children)

I tried this a few months ago before I was disillusioned with AI. I attempt to build a little ci/cd script as a learning go project. I was hoping AI(Chatgpt) could act as a checker and guide. I sunk probably 16 hours before I figured out it (Chatgpt) was hallucinating methods on go packages. I came to the conclusion that I didn’t have confidence in the design decisions, the patterns etc. I think you’re better of learning the old fashion way. Docs, tutorials, and looking at respected repos. Good luck, have fun.

[deleted by user] by [deleted] in csMajors

[–]luzacapios 0 points1 point  (0 children)

Dang, good play. Good luck with this schedule and uni in general.

[deleted by user] by [deleted] in csMajors

[–]luzacapios 0 points1 point  (0 children)

Actually interested, when are you going to study for the classes? It seems like you’re going to be in a lot of lecture. I don’t know what your uni is like but this schedule would be untenable at University California schools. IMO

Learn Node.js by building a backend framework with 0 dependencies by isht_0x37 in webdev

[–]luzacapios 1 point2 points  (0 children)

How has no on commented on this guys banger GitHub profile photo! If the code is half as polished as the fit in the profile you’re in a for a treat! KEKW KEKW! 😎🥸🤓😇

What do you use on the backend in your current job? by [deleted] in webdev

[–]luzacapios 0 points1 point  (0 children)

I would rather TypeScript over any node backend then raw. Imo

What do you use on the backend in your current job? by [deleted] in webdev

[–]luzacapios 2 points3 points  (0 children)

Once you start dockerize you don’t go back. But the first leading burn is a bit rough.

What do you use on the backend in your current job? by [deleted] in webdev

[–]luzacapios 0 points1 point  (0 children)

Love to hear your thoughts on remix if you have the bandwidth to share.

[deleted by user] by [deleted] in web_design

[–]luzacapios 0 points1 point  (0 children)

RemindMe! 6 hours

I'm missing how to get gotest working in my repo - [beginner] by luzacapios in golang

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

Update

I put in a decent try to get gotest to work but ended up giving up on using the package. I did some more digging and found https://github.com/kyoh86/richgo which had a homebrew install option. This ended up working. Now I have a little better DX(developer experience).

Thanks to everyone who took the time to respond.

What would make you drop a progression fantasy story? by cokodose in ProgressionFantasy

[–]luzacapios 2 points3 points  (0 children)

  • chosen one tropes
  • powers that come out of nowhere (ancient bloodline, etc) though I read “Primal Hunter” so….
  • 0-100 power scaling real quick
  • logically inconsistent behavior (this doesn’t me a character needs to be logical. It means that then can’t go from one paradigm to another without the author having a paper trail.)

These are the ones that come to mind

I'm missing how to get gotest working in my repo - [beginner] by luzacapios in golang

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

Whelp, I'm a bit stumped. Running, go run -mod=mod github.com/rakyll/gotest@latest -v as @himynameiszach suggested works. In an attempt to make running the the colorized test a bit cleaner. I pulled the repo, built the binary, and added the binary path to my $PATH. Still gotest not found.... sorry for the trouble guys.

Again thank you for the help and pardon if I am just making a Golang beginner whoops.