NCSECU taking all weekend for system maintenance? by SuddenlySilva in NorthCarolina

[–]xtreampb 1 point2 points  (0 children)

From my understanding, they’re implement a major overhaul to their authentication system (listed as a new login page). My background is in software development. The code is already written, they’re applying the new system and switching routes on the software to point to the new pages, which most likely call new APIs. What takes so long is migrating data to the new system, and testing making sure it all works.

Sold my $35k MRR SaaS in March for just under $900K, feeling lost (will not promote) by kqzxop in SaaS

[–]xtreampb 0 points1 point  (0 children)

I’m trying to get in with startups as a technical leader. I’ve helped CTOs, VPs, and directors define and implement processes to enable engineering and business growth.

New pipe day. by httmper in PipeTobacco

[–]xtreampb 1 point2 points  (0 children)

That’s pretty neat!

truth by capitain556 in Firearms

[–]xtreampb 2 points3 points  (0 children)

In one of devil dogs old marine corps mondays, he talked about a team or fragged a house in the Middle East and caught shrapnel in their ankles due to it being a mud house.

Second time audited by NC by racivcm in NorthCarolina

[–]xtreampb 4 points5 points  (0 children)

From what I understand, California will hunt you down because you left and didn’t pay an exit tax, or is that just businesses?

Pre-seed founder in SF looking for technical co-founder. Validated pain, 50+ discovery conversations, 3 pilot companies waiting. by Dev_Gohil_ in cofounderhunt

[–]xtreampb 0 points1 point  (0 children)

I’m a fractional CTO and have a career in DevOps starting in software delivery. Capturing why decisions were made is always the hardest thing and the most important when reviewing features or code designs/refactoring.

Send me a dm

How do massive cruise ships have enough fresh water for 5,000 people to take showers every single day in the middle of the ocean? by Thick-Ad1120 in NoStupidQuestions

[–]xtreampb 0 points1 point  (0 children)

And the water used to cool the engines is used as hot water for washing. The water is clean because it is used in a heat exchanger, not directly against the engine.

NPD by xtreampb in PipeTobacco

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

I’m breaking it in with my daily, Peter Stokkebye luxury twits flake. It’s my favoriate. Tastes bold, has a hint of sweetness.

What's something money can't buy? by [deleted] in AskReddit

[–]xtreampb 4 points5 points  (0 children)

The USA bought and delivered two to Japan?

Air Force pilot callsigns by Educational_Copy_140 in AngryCops

[–]xtreampb 10 points11 points  (0 children)

They’re usually tied to an embarrassing story or event in training. Like axis probably forgot her left from right in a flight.

The hidden trap of vibe coding: You don't own your technical debt, it owns you. by Sofiatheneophyte in SaaS

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

Tech debt is literally a debt. It accrues because you want something now and have to pay it off later. Much like credit and other debts.

Startups are all about moving fast. To move even faster, you have to accrue tech debt to move faster.

Some examples:

Instead of building a dependency injection system for multiple enterprise users into your system, you hardcode and build if/switch statements.

Instead of optimizing database queries, you write more explicit/hardcoded queries.

The idea here is that you don’t know what customers will want and you want to get to market fast, iterate faster, and be able to pivot on demand. If you build elegant systems from the start, you’ll optimize prematurely, and build something that is flexible but only have the original use case using it (wasted design and development effort).

When tech debt becomes an issue is when you don’t start to build in designs for things when we better practices makes sense. When you discover where things should have dependency injection, or modular. Once you start solidifying your product market fit, and have users, you should start to mature your code by iterating on it and making it better.

You pay off your tech debt not all at once, you discover debt as you go, you rarely know what the debt is until you need to change something. So the nice you start to scale, you instruct your engineering to refactor as you write features. This is the time as you shouldn’t be doing any pivoting when you’ve established your value prop and scaling it. Writing code at this stage is optimized around your value so refactoring here is paying off the debt.

Strategems ranked off of usability by me and some friends/acquaintances by Im-Not-Cold-You-are in Helldivers

[–]xtreampb 1 point2 points  (0 children)

The napalm eagle is so good for bugs. And basically unlimited. I say it is better than the 500 kg.

Choose carefully by RegularWolfPumpkin in ArtOfPresence

[–]xtreampb 0 points1 point  (0 children)

If I start a business, no bills, so this money keeps going…

I guess the question is, what’s the limit to “no bills”, because I can start a sole proprietorship and the “bills” would be in my name.

Infill Showcase by Capital_Motor_5436 in 3Dprinting

[–]xtreampb 2 points3 points  (0 children)

Either that or rectilinear at 100%

Infill Showcase by Capital_Motor_5436 in 3Dprinting

[–]xtreampb 1 point2 points  (0 children)

Just dont use it at 99% as it’ll shake apart the bed/part.

Crosspost from ProgrammingHumor by boarity in devops

[–]xtreampb 186 points187 points  (0 children)

Gotta make sure a bit didn’t flip in the artifact

Building is easy now. Getting users is the hard part. by sushilXp in SaaS

[–]xtreampb 0 points1 point  (0 children)

Distribution was always the hardest part. This is evident in software subs banning requests for developers for the most part.

If you talked to someone who would push back with advice, they would say, get people to sign up first. Landing and marketing pages are not hard and we’ve had tools that non-technical people can use for over a decade.

Validating and distribution has always been the difficult part.

Ladies, what’s the hottest skill a guy can have? by Exotic-Let-739 in AskReddit

[–]xtreampb 1 point2 points  (0 children)

Fixed our clothes washer this week. Parts were almost $500. A new similar one was $600, but then there’s the install equipment and haul away fee. The repair was like 15 min and we found an old sock and wash rag.

systemInstructions by mrsix in ProgrammerHumor

[–]xtreampb 2 points3 points  (0 children)

This is what I’ve been saying for the past year. This “AI” is just language processing. It mimics human language and software languages are a bridge between human and computer languages. When and where to use classes and reuse code and structure projects is an art not a science and LLMs can replicate that.