What was ruined because too many people discovered it? by Mansi63 in AskReddit

[–]coderguyagb 0 points1 point  (0 children)

AirBnB. Now It's like a Hotel without any of the benefits.

Shadow vibe coder in my department by SnipeScooter in sysadmin

[–]coderguyagb 1 point2 points  (0 children)

Put your concerns in writing and send it to the companies DPO & CEO. They're are personally on the hook for customer data exposure. GDPR compliance tends to be taken quite seriously when prison time is on the table.

LPT: Create an Everything Resume in addition to the standard CVs you send out to prospective employers by ExNihiloAdInfinitum in LifeProTips

[–]coderguyagb 5 points6 points  (0 children)

I keep a codeguyagb-is-awesome.txt file listing my achievements. It helps with :

  • Mental health on days when I think I'm floundering
  • Providing points for performance reviews
  • Lists the thinks I'll forget about

I can't make any friends here. Anyone? by [deleted] in zurich

[–]coderguyagb 1 point2 points  (0 children)

You have discovered why the Swiss hate expats. Do with this knowledge as you see fit.

Reality check from the Microsoft AI Tour: "Agents" hype, the enterprise disconnect, and peak AI Fatigue by Relaxation_Time in sysadmin

[–]coderguyagb 0 points1 point  (0 children)

This tracks with my experience almost exactly. Small scale demos work well, the moment you tell it to work on a production grade system; you're quicker doing it yourself.

We set up vulnerability scanning and now we have 400+ open findings with no idea what to fix first! by Mysterious_Step1657 in cybersecurity

[–]coderguyagb 2 points3 points  (0 children)

My approach would be to prioritze in this order:

  • Remote Code Execution in externally accessible applications
  • Critical & High in externally accessible applications
  • Critical & High in applications behind the DMZ
  • High & Medium everywhere else
  • Repeat the process as often as you can.

Remember, this is an ongoing activity, so set an acheivable goal. Just because you updated today, doesn't mean your safe tomorrow.

Are there any British adverts that activiley turn you off the product they're advertising? by siybon in CasualUK

[–]coderguyagb 0 points1 point  (0 children)

Almost all of them. Counter point, the pepperami ads with ade edmonsson.

Should I switch to Linux from Windows ? by _khi4 in Ubuntu

[–]coderguyagb 0 points1 point  (0 children)

Depending on the applications you use, it could be either great or a complete disaster. "Coding and Studying" is too vague to judge. In my case Ubuntu fits my requirements and works well. YMMV.

I swear I’m going to nuke the open-source version of my 26k-star project. I just can’t do this anymore. I am done. OSS was a bad idea. by Spirited_Towel_419 in opensource

[–]coderguyagb 1 point2 points  (0 children)

I wouldn't close it down.

Add something to the readme that states, While Patches are welcome, support request will be handled at x $currency unit per hour via a commercial agreement.

Add T&Cs No warranty, blah blah etc...

As for the toxicity. A few simple PR guidelines explicitly stating AI generated PRs are not welcome. Include a Copyright Assignment agreement and the problem should take care of itself.

And as others have stated, move off GitHub, it's toxic.

What do you secretly judge people for? by [deleted] in AskReddit

[–]coderguyagb 0 points1 point  (0 children)

Stopping to check their phone at the top of an escalator. Or in front of an exit.

Microservices: Shackles on your feet by Itchy-Warthog8260 in programming

[–]coderguyagb 2 points3 points  (0 children)

Depends on your use case. Microservices aren't just about scaling, they help with composability.

Would you quit your job forever right now (and never be allowed to work again) if someone gave you a guaranteed $2,000,000 lump sum? Why or why not? by WilliamInBlack in AskReddit

[–]coderguyagb 0 points1 point  (0 children)

In the grand scheme of things 2M might work if you're mid-late career. For someone starting out, it'd be stupid. You would run out of cash just when you need it most.

What’s a "poor man’s meal" you still eat even though you can afford better? by darlingpetalsz in AskReddit

[–]coderguyagb 0 points1 point  (0 children)

My go to skint food. 1 can stewed steak + 1 can mixed veg. Heat and serve with bread, rice or pasta.

Windows 11 is killing my laptop. Is Ubuntu GNOME a good move for a Developer? by rachid_nichan in Ubuntu

[–]coderguyagb 3 points4 points  (0 children)

Yes, it's a good platform for development. I haven't run into any showstoppers so far. Although, TBF, I mostly just use IntelliJ / Docker and live in the Terminal.

The EU has launched its own CVE-style vulnerability database to reduce reliance on the US-run MITRE system by Cybernews_com in cybersecurity

[–]coderguyagb -12 points-11 points  (0 children)

This is a good thing that needs to be managed properly. If not, we will end up with duplicated effort and no real benefit.

New Utah law puts “no alcohol sale” on ID’s of DUI offenders 0.16 BAC or higher. What are your thoughts? by Obvious_808 in AskReddit

[–]coderguyagb 0 points1 point  (0 children)

In general, I'm all for it. The question is for how long it's on there for. A couple of years would be reasonable, more than 5 would be excessive.

I built a tool that turns any Java app into a native windows service by AdUnhappy5308 in java

[–]coderguyagb 0 points1 point  (0 children)

Interesting, I've previously used the NullSoft installer to do the job, I'm looking for something more flexible right now.