| Personal Website | https://type-zero.tech |
| https://www.instagram.com/typezero303/ | |
| Post | https://post.news/typezero |
| BlueSky | typezero.bsky.social |
| Personal Website | https://type-zero.tech |
| https://www.instagram.com/typezero303/ | |
| Post | https://post.news/typezero |
| BlueSky | typezero.bsky.social |

We wrote this checklist to help journalists prepare for transit through a U.S. port of entry while preserving the confidentiality of your most sensitive information, such as unpublished reporting materials or source contact information. It’s important to think about your strategy in advance, and begin planning which options in this checklist make sense for you.
I’ve been working toward this for years, and it finally happened.
Canada now has a parliamentary petition to require secure coding in federal software. If you care about cybersecurity, public safety, and better government tech, please sign:
👉 https://twp.ai/4iwCiP
1/2
Canada is one step closer to mandatory secure coding in government software.
Petition e-7115 is live!
If you can sign, please do it today:
👉 https://twp.ai/4ivPjj
This is how we make real change. 🙏
I fear of the world, where leadership replaces knowledge and experienced based information from their SMEs; with what ChatGPT tells them - And act as an authority on the content.
They already wanted short quips to make their decisions, now the computer is the sycophant.
This scares me.
The Shocking Case That's Rocking the Cybersecurity Industry In a stunning turn of events that reads like a cybercrime thriller, three former employees of cybersecurity incident response companies have been indicted for allegedly conducting the very ransomware attacks they were supposedly hired to prevent. The case has sent shockwaves through
“Hi! Your OS here! See that red badge demanding your attention?”
"What is it?”
"It's sports news! Isn't that great?”
"I don't give a shit about sports. How do I turn it off?”
"If you're not interested in sports, you can customize the alerts to show something you ARE interested in.”
"I'm interested in an OS that does what I tell it. One that works for me. That doesn't track me or try to ‘maximize engagement’ or sell me crap or nag me about using AI or whatever. Got anything for that?”
“…”
Wait, are you telling me that if I want a linked-cloneable Win11 VM, I need to create a Win10 VM and then upgrade it to Win11? That sounds silly. Can't I just use Rufus to achieve the same goal?
Of course it is silly. But also silly (IMO) is that Rufus doesn't have a "Save as ISO" option. You must have a physical USB drive. But fear not, we can achieve the same goal in a couple of steps:
MBR / BIOS (or UEFI-CSM) options in Rufus.E: drive):robocopy E:\ C:\rufus_iso_root /E /XD "System Volume Information"
oscdimg.exe from the ADK.oscdimg -m -o -u2 -udfver102 -bootdata:2#p0,e,bC:\rufus_iso_root\boot\etfsboot.com#pEF,e,bC:\rufus_iso_root\efi\microsoft\boot\efisys.bin C:\rufus_iso_root C:\tmp\Win11_25h2_noprereqs.iso
Enjoy your installable Windows 11 ISO without the requirements you don't want.