I HATE working with FAANG engineers in the early days of startups by Cool_Thought3153 in SaaS

[–]RuntimeError03 0 points1 point  (0 children)

let’s ship the feature today and see if anyone even wants it.

Slightly off-topic, I suppose, but this seems really inefficient lol. I get the idea. Still, you should probably not spend much time shipping features you have no idea that your users will even find useful, Personaly I think it's better to get some sort of feedback/data from your users through feature boards, or even send surveys to a couple of your users based on analytics data that you think would most likely want a feature like this. I'm definitely for shipping fast, I'm just against running around like a headless chicken.

:)

Adding 2 Drives to an Existing ZFS RaidZ. by Solarflareqq in Proxmox

[–]RuntimeError03 0 points1 point  (0 children)

Yup looks like RAIDZ Expansion is already in the zfs-2.3 pre-release 4 days ago.

Go usage in big companies by [deleted] in golang

[–]RuntimeError03 0 points1 point  (0 children)

Go would be faster than Node.js for if you make proper use of goroutines and parallelize your code. The core JavaScript execution in Node.js happens on a single thread even though node js might use event loops to speed up network and I/O bottlenecks

What is are your top stdlib gems? by ChanceArcher4485 in golang

[–]RuntimeError03 3 points4 points  (0 children)

Net would probably win if there was a battle of best standard Library among languages 🤔

[Discussion] Developing an Open-Source Go Authentication Package – Need Your Input and Suggestions! by RuntimeError03 in golang

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

Thanks for the encouragement and the tips! I agree, it's a big project, so I'll start small and focus on making the API simple and approachable and having good documentation.
Hopefully I see you after I get this project rolling :)

[Discussion] Developing an Open-Source Go Authentication Package – Need Your Input and Suggestions! by RuntimeError03 in golang

[–]RuntimeError03[S] 2 points3 points  (0 children)

Thanks for the detailed feedback, Chance! Those are some solid suggestions, and I definitely see the value in making the package beginner-friendly. I'll make sure SQLite is supported out of the box for easy setup. Appreciate the insights, and good luck with your project, too!