@mttaggart Do not let perfect stand in the way of good.
Notices by Bill (sempf@infosec.exchange)
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Monday, 09-Mar-2026 04:21:29 JST
Bill
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Saturday, 07-Mar-2026 10:31:24 JST
Bill
Uhyup
h/t @SheHacksPurple
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Sunday, 01-Feb-2026 03:34:10 JST
Bill
@horse Camera adds a few inches.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Sunday, 25-Jan-2026 12:35:47 JST
Bill
@horse Need to recharge.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Friday, 16-Jan-2026 19:05:53 JST
Bill
Did I mention the incredibly talented and handsome @horse? #codemash
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Friday, 16-Jan-2026 02:15:49 JST
Bill
@horse Well, yeah kinda
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Friday, 16-Jan-2026 02:15:22 JST
Bill
Does anyone else do the urinal kata in their head every time they go to the bathroom at a developer con? Just me? #codemash
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Monday, 29-Dec-2025 23:42:01 JST
Bill
@palefailmel @stux In general, I love the idea of "parental controls" are for the mid-aged to control what their parents can see online.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Sunday, 28-Dec-2025 07:13:30 JST
Bill
@horse I personally think it reads worse than it is.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Sunday, 28-Dec-2025 06:32:39 JST
Bill
There is a non-zero chance someone took the gpg source to meet Claude. I'll leave validation to the reader.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Saturday, 27-Dec-2025 09:50:13 JST
Bill
One thing I do miss about old infosec Twitter is that I had people there who would yell at me for coiling up ethernet cables. Those were the days.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Thursday, 25-Dec-2025 14:51:41 JST
Bill
@stux What gets me is shop.com and the like who recognise me by cc number and then send receipts to the last email they saw. That was fun this Christmas for gift buying. I've never set up an account or installed an app ner nuttin.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Tuesday, 23-Dec-2025 07:29:58 JST
Bill
@requiem You'll be coding in Perl soon. Godspeed.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Thursday, 11-Dec-2025 23:25:11 JST
Bill
Here we go, @cR0w this should make your day. Why LLMs are Less Intelligent than Crows
https://hackaday.com/2025/12/10/why-llms-are-less-intelligent-than-crows/
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Thursday, 04-Dec-2025 11:08:00 JST
Bill
@horse Something like that.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Thursday, 04-Dec-2025 11:06:04 JST
Bill
Aah, iseethe thawed Buble out for the season.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Thursday, 27-Nov-2025 18:48:25 JST
Bill
Threat intel is utterly impossible. Look at this. All from a fake browser update. One person, just clicking on a website causes all of this. How do you create a threat model for this shit?
https://thehackernews.com/2025/11/romcom-uses-socgholish-fake-update.html?m=1
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Wednesday, 26-Nov-2025 04:36:05 JST
Bill
@jerry I gotta come up woth a solution for this shit. Problem is, we are bumping up against human nature. "Tough programming problem? Here, take this free code that will solve it for you!"
But we can't live like that. I said it when we started, what, 20 years ago. I was right. But now what the fuck do we do? I'm stuck for ideas.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Wednesday, 26-Nov-2025 04:36:04 JST
Bill
@creativegamingname So far as my actual answer is concerned, we already have something similar to this basic concept with the idea of code signing. Code signing is really common in binaries, but we need to be signing the hashes of JavaScript components and stuff as well.
That doesn't solve the problem straight up because if the attacker is altering the underlying code, that hash won't save you. What the hash will do, though, is confirm that you're running the right version—the not vulnerable version—of the code. That would be a step in the right direction, and we already have the pattern in place for code signing.
-
Embed this notice
Bill (sempf@infosec.exchange)'s status on Wednesday, 26-Nov-2025 04:36:03 JST
Bill
@creativegamingname FINE JUST BE A DOWNER!
No, you are exactly right. I dunno how we are gonna do it. Though, we have set standards with the IEEE and W3C and like that so maybe it is possible that way. Not enforced, just standard. Better than nothing.