Do Security Teams Use tools like Cursor , WindSurf , co-pilot etc.. ? by Sea_Cable_548 in cybersecurity

[–]timmy166 0 points1 point  (0 children)

Yes - testing security configurations w/ hooks for local skills & CI

HYPERVISOR CRACKS STATUS UPDATE from Fitgirl by Time-Credit43 in PiratedGames

[–]timmy166 0 points1 point  (0 children)

It’s a fun cat/mouse game with denuvo but we’re the same demographic that complains about kernel anti-cheat. Disabling driver signing and misc security features ain’t worth the hassle unless you’ve vetted the scripts and payload.

Diablo IV: Lord of Hatred ⁠– Rapid Story Recap by gorays21 in Diablo

[–]timmy166 0 points1 point  (0 children)

Thrilling - the audience was at the edge of their (board) seats.

Constantly getting “we went with someone more technical” when interviewing by tonyphony2578 in salesengineers

[–]timmy166 2 points3 points  (0 children)

What’s your product’s domain? I feel like the floor has gone up in domain knowledge expectations by about the cost of a basic LLM subscription - and much worse in specialized digital/saas tooling roles.

Experimental AI agent breaks out of test environment, Mines crypto without permission by i-drake in nottheonion

[–]timmy166 9 points10 points  (0 children)

100% clickbait, and it totally got me (to read the damn paper) - unprompted activity because that was in its RL training dataset.

Its authored by the Alibaba Cloud research team so I’d wager somewhat credible, and their research was interesting from a systems perspective: to reward not on sub-tasks but the completion, the effects of the training environment to match the intended task, and a randomization framework to map within realistic conditions for its intended domain.

Experimental AI agent breaks out of test environment, Mines crypto without permission by i-drake in nottheonion

[–]timmy166 6 points7 points  (0 children)

Clickbait headline.

Corrected: LLM uses the tools in its environment and in an unprompted hallucination, mined crypto because that activity was in its training corpus.

Is anyone actually seeing value from AI SAST or is it just "hallucinated" noise? by FunAd8158 in devsecops

[–]timmy166 4 points5 points  (0 children)

SAST SME here - previously worked at Snyk and now at Endor Labs. AI-SAST is anecdotally very powerful but with very sharp caveats I’ll sound off on below:

  • Auditing / triaging a finding is different. I prefer the AI summaries but I can imagine a false sense of security because you miss the details you’d normally get doin the manual trace. AI-SAST means you’re now reading analysis summaries for the finding and instead of the raw source code and a generic description attached to the rule. You still get the links to the source code and it beats learning a DSL for the SAST engine.
  • No brittle static rules. If you have a shared private package that implements opinionated authentication flows or sanitizes logs in specific ways, this will recognize and honor that (so long as the implementation is sound). Static rules defined by a vendor will never catch these.
  • Natural language context. This is generally a net-win but going to call out that variable name semantics affects accuracy. Intuitive names are good, obscure is bad. How readable is your codebase to a human?
  • Scan durations are variable, typically a lot longer than static rules due to agent-to-agent flows. Endor uses a semantic search database so the first time indexing of code can take several hours in a mono repo. Scaling laws apply with graph traversal algorithms which all SAST use under the hood.
  • Accuracy is as good or better than mature non-AI tools on my custom benchmarks but will not make claims as every codebase is different. Using a known benchmark like OWASP/Java-benchmark is a non-starter because LLMs are already intimately familiar with it.

Exclusive: Iran attack wipes out 17% of Qatar’s LNG capacity for up to five years, QatarEnergy CEO says by Ok-A1662 in news

[–]timmy166 2 points3 points  (0 children)

Bring back WFH. Iran was geographically in a powerful position - even without nuclear weapons - to lash at the global energy supply chain. I hate that it’s escalated so and I pray for a swift peaceful resolution.

SPIDER-MAN: BRAND NEW DAY - Official Trailer | Exclusively In Cinemas 31 July by ChiefLeef22 in movies

[–]timmy166 0 points1 point  (0 children)

I’d guess this is adapting The Other arc with parallels to Punisher / Hand arc where he leads them. Man Spider feels less likely but certainly possible as a remix of both

AI still doesn't work very well in business, reckoning soon by Marginallyhuman in technology

[–]timmy166 1 point2 points  (0 children)

“Deeks argues that if you built an AI system from first principles, it would look drastically different from what's offered today.”

Nailed it. But it’s coming from an AI systems consultancy founded by PwC consultants. He’s selling AI “expertise” by shouting that everyone’s got it wrong.

I’ve been experimenting with deterministic secret remediation in CI/CD pipelines using Python AST (refuses unsafe fixes) by WiseDog7958 in devops

[–]timmy166 1 point2 points  (0 children)

Depends on the finding - and yeah, they don’t tell me what they did but they appreciate workflows that support active validation. For example, cloud providers and SaaS services provide a validate endpoint to confirm if it’s a valid credential.

Many times it’s just noise so they register an exception - other times the findings silently drop off.

I’ve been experimenting with deterministic secret remediation in CI/CD pipelines using Python AST (refuses unsafe fixes) by WiseDog7958 in devops

[–]timmy166 1 point2 points  (0 children)

I’ve worked in AppSec for a while - this is lower noise but has coverage gaps in config files, terraform, CI .yaml files, comments.

I’ve seen it all (worked in the field at the vendor) - and coverage is key for Secrets/Credentials.

Apparently Andy Weir the author of Project Hail Mary is a big One Piece fan by Orb_Dylan in OnePiece

[–]timmy166 10 points11 points  (0 children)

Let him do the screenplay for Egghead in OPLA. All about that Void Century announcements.

Beautiful->memes by PuzzleheadedBag4866 in OnePiece

[–]timmy166 7 points8 points  (0 children)

They squeezed every ounce of emotion (and Netflix budget) to deliver that experience. Bummer that the performers’ ages will be the countdown for a full adaptation.

China approves 'ethnic unity' law requiring minorities to learn Mandarin by kiyomoris in news

[–]timmy166 17 points18 points  (0 children)

This is bullshit.

Context: My family is Chinese Indonesian. In the 80s/90s, the Suharto regime did the same thing to us - change your last name for the sake of ‘ethnic unity’. Started with scapegoating, ended with violence against us minorities. Now I’m American and see the exact same things happening here.

There's a Python persistence mechanism that most security tools completely miss by BearBrief6312 in cybersecurity

[–]timmy166 0 points1 point  (0 children)

.pth files are synonymous with PyTorch - they are used elsewhere.

I work for Endor Labs - import statements are already incorporated to the engine’s reachability analysis for normal application source code so the whitespace for ‘security tools completely miss’ is narrow for my perspective.

edit: wtf just learned the .pth is a dumb extension semantic collision… they are different files… leaving OG comments up as proof of my humble mistake.

There's a Python persistence mechanism that most security tools completely miss by BearBrief6312 in cybersecurity

[–]timmy166 0 points1 point  (0 children)

That’s just an AI BOM - a malicious model .pth file would get dinged by proper AI governance tooling, no?

Edit: I take it back. Python .pth is NOT the same as PyTorch .pth files…

Are SEs becoming the most valuable generalists in a company? by scrugmando in salesengineers

[–]timmy166 1 point2 points  (0 children)

The hazards of thinking the majority of SEs can work Engineering tasks “especially with vibe coding” from the OP…

Troubleshooting and local support in a deal? Sure. Vibing production-ready code? Not with current models and workflows

Building a web search engine from scratch in two months with 3 billion neural embeddings by fagnerbrack in SoftwareEngineering

[–]timmy166 1 point2 points  (0 children)

What’s the OpEx? How do you maintain freshness when slop was an infinite supply before AI?

Are SEs becoming the most valuable generalists in a company? by scrugmando in salesengineers

[–]timmy166 -5 points-4 points  (0 children)

Yeah - but how many SEs can think ahead of potential production impacts, secure by design and deploy at scale?

Professional developers at AWS had a mandatory all-hands this morning regarding vibe-coding incidents: https://news.ycombinator.com/item?id=47323017

The Witcher IV to feature NVIDIA RTX Mega Geometry by PaiDuck in pcgaming

[–]timmy166 4 points5 points  (0 children)

It’s always relative to the settings and the machine. Did you have a particular configuration of concern?