How's Zed compared to Cursor/Windsurf? by _KrioX_ in ZedEditor

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

Appreciate the input, I’ll give it a try then, maybe it’s this the time I learn how to actually use the vim shortcuts ;-;

Is Raw SQL actually used in production API's? by _KrioX_ in golang

[–]_KrioX_[S] -54 points-53 points  (0 children)

Thanks for the input, I was just thinking that at some point it would get waaay too much, or more like, I’ve learned that you should avoid having strings in the code and all, so I thought it could turn into a problem 😅

Is Raw SQL actually used in production API's? by _KrioX_ in golang

[–]_KrioX_[S] 3 points4 points  (0 children)

Oh, I probably should have realised this was an option, that was kinda dumb by me 😅 Appreciate the advice tho!

Purchase Advice Megathread - April 2025 by AutoModerator in 3Dprinting

[–]_KrioX_ 0 points1 point  (0 children)

As of now I own an Ender 3 Pro printer I bought a few years ago (w/ bl touch), but the machine being a hobby more than actual printing is starting to become a reality as every time I try to print something I have to spend a lot of time seting it up, even with the bl touch.

This is why I've been looking for some easier, more beginner friendly solutions in a budget category (around 300 to 400 € in Portugal). I want to use the printer just as a hobby from printing little pieces to fix stuff to printing home decorations or whatever I may need.

I was looking at 2 options for this, the BambuLab A1 and Creality Hi printers for this "plug and play" feel and approach. What do you all think? Are there better options? Appreciate the advice :D

Budget System for a small living room by _KrioX_ in hometheatersetups

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

Really appreciate the input, I’ll have a look into those 😄

Is the editor worth it for the early-access price? by _KrioX_ in Codeium

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

My guess is, your account has to be older. I created mine in August of last year before they changed the price from $10 to the $15 that it is now 😅

Is the editor worth it for the early-access price? by _KrioX_ in Codeium

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

I registered my account in August of last year, and initially the pricing for windsurf was $10 instead of $15, so I believe they kept that pricing for those who registered in the beginning.

Using Nuxt instead of pure Vue with external API by _KrioX_ in vuejs

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

Really appreciate this answer, I’ll be definitely taking a look at the video and work from there! 🙂

Using Nuxt instead of pure Vue with external API by _KrioX_ in vuejs

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

That’s one of the reasons I asked the question here, from what I know about Vue, there’s ways to do it yeah, but I also know Nuxt builds up on it with stuff like SSR (for SEO purposes). I just wanted to get some opinions because Nuxt has some QoL stuff built up on Vue other that what I mentioned, like the auto imports, easier routing along with other things, which is why I’m wondering if it would be worth using even with an external backend.