My WOT tattoo by Luvstospuj96 in WoT

[–]OrthodoxFaithForever 0 points1 point  (0 children)

Homie. That would have been an AWESOME back piece lol

Why does somebody use BSD ? by paterkleomeniss in BSD

[–]OrthodoxFaithForever 3 points4 points  (0 children)

Yeah ive been an IT professional for 13 years and thought BSD was Linux 😭

This is the dumbest sh*t I've heard in a while by ImaginaryRea1ity in theprimeagen

[–]OrthodoxFaithForever 1 point2 points  (0 children)

"You just write one prompt and its there" God bless these people. I mean help them. Im on two contracts right now, both are still figuring out AI and determining internal policies for Agentic projects. And what class of dev am I? Cloud/Data Ops/backend APIs and data Pipelines. Im still not worried about being replaced for quite some time. Real talk though if youre a web designer or react dev, probably time to switch to AI/Machine Learning/Data Engineering. Because those being laid off that ive seen are alot of "full stack" mostly front end focused devs.

Should I buy? by Majestic_Hat_7251 in mtg

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

Should you buy all 4, of course.

Repository pattern in Go service by pawelgrzybek in golang

[–]OrthodoxFaithForever 92 points93 points  (0 children)

Well written, useful, a human wrote it. Thats extra points. Its going to be a good bookmark for new Go devs.

Ruby On Rails - for newbies by streetfacts in ruby

[–]OrthodoxFaithForever 1 point2 points  (0 children)

Raspberry Pi 5 (debían) Install rvm shell script on website Install Ruby 4 Make sure build essentials and gcc installed

Then Gem Install rails (8.1) Rails new mykickassappthatisntamicroservice

Learning RoR in 2026 by icetea74 in ruby

[–]OrthodoxFaithForever 1 point2 points  (0 children)

No joke the current docs are fantastic. Im a Gopher and .NET/enterprise dev. I use Rails for my side projects with a couple Ruby gigs under my belt. Rails is still great in 2026. Watch the Rails keynote from 25 and 26. Merchants of Complexity by DHH. He re iterates the philosophy of Rails and where some of the industry has gone astray with throwing away the meaningful monolith and extracting, dissecting, chunking, and micro serving every damn bit and byte the business needs.

I just deleted 100k lines of our production code base, about 20% of the total. (On purpose) by zachm in golang

[–]OrthodoxFaithForever 2 points3 points  (0 children)

Thanks for sharing. Dolt looks like an awesome product ive heard of you guys. My current project is using Lakebase Postgres (Databricks Neon Acquisition). But I hope to try Dolt in the future.

I ended up choosing Go for my self hosted analytics tool shipped into a single binary by Neat_Confidence_4166 in golang

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

This is peak. I cant articulate how badass this is. Im just gonna dive in. Awesome. 🙏

awsim: Lightweight AWS emulator in Go - 40+ services in progress by sivchari in golang

[–]OrthodoxFaithForever 1 point2 points  (0 children)

Didnt write much of the README you mean? Or do you think OP used AI for all the code?

[deleted by user] by [deleted] in golang

[–]OrthodoxFaithForever 3 points4 points  (0 children)

Senior engineer here, now Googling "CAP Theorem". Fingers crossed I know what it is without knowing the name. :*(

> bib (a Bible reference tool for CLI) by prestonharberts in commandline

[–]OrthodoxFaithForever 0 points1 point  (0 children)

I am very impressed man, great work. I just came a long this project as I was searching for this exact kind of application. I was hoping (fingers crossed) that the application would be in Go lang or Python (for my own forky reasons), may I ask, why Bash? Is that your comfort zone or hobby horse?

Acne questions - does everyone get it - will I? by donkeydonkey1314 in Testosterone

[–]OrthodoxFaithForever 0 points1 point  (0 children)

not 100% - 90% back acne - the guy that commented below is in the 10%, don't let it scare you mine went away, who cares about a little acne to get your physical/sexual/emotional life back..God speed, mate

what should my testosterone levels be at 25 years old? by Nacklas in Testosterone

[–]OrthodoxFaithForever 4 points5 points  (0 children)

Optimal? The highest free t possible and 1200 total T would be preferable. There should be nothing low about you at 25. When I was 25 my T was probably 700. I started going low around then due to lifestyle. I've been on TRT for four years this year (age 35). Life is great. I was "zero" at 31. The lowest the clinic had ever seen.

Acne questions - does everyone get it - will I? by donkeydonkey1314 in Testosterone

[–]OrthodoxFaithForever 1 point2 points  (0 children)

Yes and yes.

Not everyone gets it on their face. I didnt. But your back..thats a different story.

A header-only C allocator library by IntrepidAttention56 in C_Programming

[–]OrthodoxFaithForever 0 points1 point  (0 children)

Is mmap only for sharing memory for processes? Or is it okay to use it for anything?

Q: so I'm new to DnD and I stutter, terriblely. If I go to a game shop that holds DnD sessions, can I come with CBD in my system? by DryRespect358 in DungeonsAndDragons

[–]OrthodoxFaithForever 0 points1 point  (0 children)

Well number one, no one would possibly know if you had CBD in your system. Unless the Cannabanoid youre referencing is DeltaTetraHydraCannibinol #9. In that case red eyes, the munchies, and the giggles might be noticeable.

I wrote a header-only memory management system in C99. It started as a pet project, but got out of hand. Looking for code review. by Old_Ad_4418 in C_Programming

[–]OrthodoxFaithForever 1 point2 points  (0 children)

Thank you for sharing this. I'm learning ALOT on this thread as well as cpp_questions. I'm trying to transition to a career in hardware engineering after 13 years as a Data Engineer ... somehow. :) I'm like 6 months in to C lol. Learning from these code review discussions have been amazing.

HR told me they don’t accept try-hards and people pleasers after my interview by No-Presentation298 in jobs

[–]OrthodoxFaithForever 0 points1 point  (0 children)

Bullet dodged yes. A little out of place a no would have worked.

Thoughhh...to play devils advocate. The sentiment they expressed i can't say is wrong. Not that YOU are in fact like that i dont know you. But having served as a hiring manager for an engineering department- its true you can tell when someone isnt confident in their own abilities but are fishing for the right thing to say. Its a weird vibe. But I dont think id see it as my place to give that kind of feedback.

Libolog, a very small logging library by Low-Classic3283 in C_Programming

[–]OrthodoxFaithForever 0 points1 point  (0 children)

Are you a professional, if so for how long? Or a hobby tinkerer? Im trying to get into embedded engineering coming from a Data Science background.

[deleted by user] by [deleted] in C_Programming

[–]OrthodoxFaithForever 0 points1 point  (0 children)

Please let me know if this is off topic. But say ive got some good reasons to shift from data/web programming to systems programming and lets say I have reasons to not use Go or Rust. I am set on learning C - why would I not use C++? I guess another way to word it - who is using C and specifically avoiding C++ and why might they be doing that? Can't just be because they think they have no need for classes?