Skip to main content

Amazon CISO: Iranian hacking crews ‘on high alert’ since Israel attack

3 months ago
Meanwhile, next-gen script kiddies are levelling up faster thanks to agentic AI

Interview  Iran's state-sponsored cyber operatives and hacktivists have all increased their activities since the military conflict with Israel erupted last week – but not necessarily in the way that Amazon chief information security officer CJ Moses expected.…

Jessica Lyons

Field Notes Went From Side Project To Cult Notebook

3 months ago
Field Notes, the analog notebook company that began as designer Aaron Draplin's side project 20 years ago, has sold over 10 million notebooks and operates in 2,000 stores worldwide, co-founder Jim Coudal told Fast Company. The Chicago-based company, which Coudal says just completed its best year for sales and revenue with 2025 tracking to exceed those numbers, has grown from selling 13 notebooks on its launch day to producing quarterly edition runs of 30,000 to 60,000 packs. The brand's subscription model, launched in 2009 with 1,500-pack print runs, now encompasses 67 limited editions and provides both predictable cash flow and regular customer engagement opportunities for the company.

Read more of this story at Slashdot.

msmash

CodeSOD: Stop Being So ####

3 months ago

Many a network admin has turned to the siren song of Perl to help them automate managing their networks. Frank's predecessor is no exception.

They also got a bit combative about people critiquing their Perl code:

# COMPLEX SUBNET MATH # Looking up a value in an array was faster than any mathematical solution. Yes, it's hard coded, but these values won't ever change anyway. Stop being so #### about it. $Subnets = @("0.0.0.0","128.0.0.0","192.0.0.0","224.0.0.0","240.0.0.0","248.0.0.0","252.0.0.0","254.0.0.0","255.0.0.0","255.128.0.0","255.192.0.0","255.224.0.0","255.240.0.0","255.248.0.0","255.252.0.0","255.254.0.0","255.255.0.0","255.255.128.0","255.255.192.0","255.255.224.0","255.255.240.0","255.255.248.0","255.255.252.0","255.255.254.0","255.255.255.0","255.255.255.128","255.255.255.192","255.255.255.224","255.255.255.240","255.255.255.248","255.255.255.252","255.255.255.254","255.255.255.255")

I believe them when they say that the lookup array is faster, but it leaves me wondering: what are they doing where performance matters that much?

I don't actually think this ascends to the level of a WTF, but I do think the defensive comment is funny. Clearly, the original developer was having a time with people complaining about it.

Frank notes that while Perl has a reputation as a "write only language," this particular set of scripts was actually quite easy to read and maintain. So yes, I guess we should stop being so #### about it.

[Advertisement] Plan Your .NET 9 Migration with Confidence
Your journey to .NET 9 is more than just one decision.Avoid migration migraines with the advice in this free guide. Download Free Guide Now!
Remy Porter

Google's unloved plan to fix web permissions gathers support

3 months ago
Mozilla, at least, has warmed to the Chocolate Factory's attempt to improve mic, camera, and location permissions

Google has been testing a new way for websites to ask permission to access sensitive browser controls, such as the microphone and camera, despite longstanding opposition from Mozilla and Apple. Following recent refinements to the proposal, Mozilla now appears to be warming to the changes.…

Thomas Claburn