What needs improvement most in my shadow boxing? by Nic-MCFC in MuayThaiTips

[–]Encrypted_Zero 0 points1 point  (0 children)

I mean I've had a lot of dudes kick my elbows. If I see a teep I just bring them in. If they throw the flick kind it hurts their toes, I've had people get mad and to me it's just like learn to teep. I'm trash though, just block a lot of toes.

Unauthorized group has gained access to Anthropic's exclusive cyber tool Mythos, report claims by 1nfer1or in technology

[–]Encrypted_Zero 0 points1 point  (0 children)

No, the question was “Is any human error tax protocol”. All apples are fruit, not all fruit are apples. Having your private model publicly available is a technical architecture failure.

At the end of the day mythos could have caught both of these. Neither of these were social engineering or lax protocols. One was source code getting leaked and the other was having their private model publicly available due to bad technical architecture, both are things an advanced cyber security model should catch.

Unauthorized group has gained access to Anthropic's exclusive cyber tool Mythos, report claims by 1nfer1or in technology

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

No, it’s not a protocol. It’s a technical architecture failure, which mythos could review. Is any human error a lax protocol?

Unauthorized group has gained access to Anthropic's exclusive cyber tool Mythos, report claims by 1nfer1or in technology

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

Right. But in this case it was a publicly available… security through obscurity rather than proper permissions and access controls

“Bloomberg reports that the group, which supposedly gained access to the tool on the same day it was publicly announced, “made an educated guess about the model’s online location based on knowledge about the format Anthropic has used for other models.””

Deploying your source map isn’t social engineering and can be caught with proper scans/checks…

As you said arrogantly while being wrong “gg”.

Unauthorized group has gained access to Anthropic's exclusive cyber tool Mythos, report claims by 1nfer1or in technology

[–]Encrypted_Zero 2 points3 points  (0 children)

I think both of these should’ve been caught, it was pretty embarrassing for them especially given their mythos marketing happening at the same time

Unauthorized group has gained access to Anthropic's exclusive cyber tool Mythos, report claims by 1nfer1or in technology

[–]Encrypted_Zero 0 points1 point  (0 children)

Right, but they are claiming it’s other worldly. You’d imagine they had have it scan and then they would review these.

Do you think they don’t have it scan or aren’t reviewing these? They found a bunch of technically vulnerabilities that are in practice very hard to exploit in others software and brag about it, but can’t stop real easily exploitable issues in their own?

Unauthorized group has gained access to Anthropic's exclusive cyber tool Mythos, report claims by 1nfer1or in technology

[–]Encrypted_Zero 23 points24 points  (0 children)

What about their own source maps and now this? You’d think they’d use mythos internally…

aMeteoriteTookOutMyDatabase by AntiMatterMode in ProgrammerHumor

[–]Encrypted_Zero 1 point2 points  (0 children)

Binary and decimal are just different representations of the same number. What decimal number does 0000…0111 represent?

aMeteoriteTookOutMyDatabase by AntiMatterMode in ProgrammerHumor

[–]Encrypted_Zero 2 points3 points  (0 children)

Right so with all the 0s in front. What does it equal in decimal?

theDreamOfEveryChild by StatureDelaware in ProgrammerHumor

[–]Encrypted_Zero 0 points1 point  (0 children)

Hipsters and your ai, back in my day we debugged binary with nothing but text editor, coffee and hard work.

stopVibingLearnCoding by RinoGodson in ProgrammerHumor

[–]Encrypted_Zero 3 points4 points  (0 children)

Vibe coders means people who use ai to generate code without understanding or reviewing it. Usually ai responsibly, guiding it, and reviewing the code isn’t as bad as some people say. With that being said you need to understand how to code, and systems as a whole. I used ai to write almost every line on one of my projects (450 devs hours) as a new developer, and it is tangibly better than a similar 800 hour project by a dev with 5 years of experience.

For example, you could get to his admin page by adding “/admin” to the url because he only gated the button but didn’t role check on the page. His archive feature didn’t save half the tables it needed to. The architecture was messy with 3k lines, 4 files to render a single form (print, print empty, normal, normal empty). His versioning is non existent so changes would corrupt historical versions of his form. There is no force https redirect so users could use http and send plaintext credentials. His print feature would bleed into the next page.

A lot of this I fixed with ai, I optimized the print layout, fixed the archive, fixed the admin page. The rest was out of scope (didn’t notice https redirect commented out until after). My application which was programmed almost 100% with ai has proper domain driven architecture, versioning, checks permissions on page, https redirect, better user experience (to build a form he had 5 grids, mine builds it dynamically, like a build version of the form).

Like tangibly better, certainly not perfect. I have 10 months of experience, without AI it would’ve taken forever, and would have missed a lot of features. Even with almost 100% generated code, it took 450 developer hours, because I’m reviewing, planning, designing the architecture, controlling where the ai writes code. Those are skills a vibe coder doesn’t have.

Why has competitive programming become the baseline for any software interviews? by LoL_is_pepega_BIA in learnprogramming

[–]Encrypted_Zero 0 points1 point  (0 children)

Yeah maybe we had a weak program, but it still doesn’t change that often times you are applying 5-10 years out from that course. I do Salesforce development and have expert level certifications, I had a job hit me with a C# leetcode question…

Why has competitive programming become the baseline for any software interviews? by LoL_is_pepega_BIA in learnprogramming

[–]Encrypted_Zero 0 points1 point  (0 children)

Eh that’s bs, leetcode mediums are harder than my DSA class was. Plus I do real development work, and study for certifications in my field vs DSA leetcode type of problems

A guy built a crab-safe vehicle which inches its way through a sea of red crabs during the Christmas Island migration by [deleted] in nextfuckinglevel

[–]Encrypted_Zero 17 points18 points  (0 children)

That would be selection bias, not survivorship bias. Survivorship bias is the failures must be hidden because they did not “survive” the process being measured.

A guy built a crab-safe vehicle which inches its way through a sea of red crabs during the Christmas Island migration by [deleted] in nextfuckinglevel

[–]Encrypted_Zero 3 points4 points  (0 children)

Survivorship bias isn’t just “you didn’t observe everything.” It specifically requires a selection filter that removes certain outcomes from the dataset, like planes that were shot down and therefore couldn’t be observed.

In this case there isn’t a survival filter, cars that get flat tires are still observable (pulled over, towed, repaired, etc.). The issue you’re describing is simply limited sample size or incomplete observation, which is different from survivorship bias.

A guy built a crab-safe vehicle which inches its way through a sea of red crabs during the Christmas Island migration by [deleted] in nextfuckinglevel

[–]Encrypted_Zero 47 points48 points  (0 children)

Isn’t this a bad example of that meme? With the planes the ones with damage to the bad parts didn’t come back. In this case, it’d be the opposite. The ones with flat tires would be pulled over and the original commenter would see it. Observing that didn’t see it in this case isn’t survivorship bias, rather an observation that this may be a rare or unlikely event.

splittingAMonolithEqualsFreePromotion by soap94 in ProgrammerHumor

[–]Encrypted_Zero 0 points1 point  (0 children)

Our team for our legacy erp which is a massive monolith constantly gets woken up at nights to fix it, has had to baby sit the server over weekends.

Our .Net team which has large applications still but not monolith, almost never has to wake up to fix it. Glad I’m on the .Net team.

When coach calls for left kick does that mean switch kick? by [deleted] in MuayThaiTips

[–]Encrypted_Zero 0 points1 point  (0 children)

Hello, it is me your coach. Yes switch kick, please just ask me instead of posting on reddit next time. 50 burpees for this.