firedevil @firedevil
Cybersecurity | IOT | Sci-Fi India Joined November 2008-
Tweets369
-
Followers35
-
Following725
-
Likes930
If you're new to exploit development, reverse engineering or vulnerability research, bookmark this before buying another course. Blackstorm Security has published 1,600+ pages of research for FREE. Windows kernel exploitation. Driver reversing. Patch diffing. Chrome / V8 / WebAssembly. Hyper-V. macOS / iOS internals. Modern mitigation bypasses. Real CVEs taken from root cause to working exploitation. Their CVE-2024-30085 series alone spans hundreds of pages and multiple exploitation strategies. This is the kind of material that teaches you how vulnerability researchers actually think, not just how to run tools. 19 research papers. 1,657 pages. Free. Start here: blackstormsecurity.com/research/ Author: @ale_sp_brazil Focus on the techniques not the tools (X64DBG, GHIDRA/IDA, WINDBG, GDB GEF) #ExploitDevelopment #ReverseEngineering #VulnerabilityResearch
Interesting project worth checking out: GhostRedRecon 📡 AI-assisted red team audit platform for authorized Wi-Fi, Bluetooth, IoT, and camera security assessments. github.com/GhostRedRecon/…�
Although the iAPX 432 was a commercial flop, the design lineage was appealing to unique, military applications. Huges Aircraft used 35 i960 MXs (a rad-hard RISC chip birthed from the 432) for the main avionics of the F22. The equivalent of 2 Cray super-computers on a single aircraft! If you’d like to learn more about this unique ISA, check out Ken Shirriff’s blog. He goes into great detail about the history of the i960 design, and the 432 roots: righto.com/2023/07/the-co…
Iran has told mediators it will continue to limit the number of ships allowed to cross the Strait of Hormuz and charge tolls for the remaining period of the cease-fire, officials familiar with the matter said. - WSJ wsj.com/livecoverage/i…
In 2019, MIT professor Patrick Winston gave a legendary 1-hour lecture called “How to Speak.” It has 18M+ views for a reason. His frameworks: • Your ideas are like your children • The 5-minute rule for job talks • Why jokes fail at the start 15 lessons on communication:
Can AI replace security platforms? I asked Claude to build a CrowdStrike replacement. Claude: "I have to be straightforward: building a replacement for CrowdStrike isn't something I can do here. CrowdStrike is a massive platform built by thousands of engineers over a decade-plus. Its core capabilities include real-time kernel-level endpoint monitoring across millions of devices, a proprietary threat intelligence graph built from trillions of security events...That's not something you can replicate with a script — it's an infrastructure product." If you want to create AI, you need GPUs. If you want to deploy AI, you need security. That's not a hallucination – it's a fact. Watch the demo → youtube.com/watch?v=ilVWaT…
🚨 Anthropic just dropped a complete guide on how to build Skills like a pro. And if you’re building AI agents, this is required reading. It’s a 30+ page deep dive called The Complete Guide to Building Skills for Claude and it quietly shifts the conversation from “prompt engineering” to real execution design. Here’s the big idea: A Skill isn’t just a prompt. It’s a structured system. You package instructions inside a SKILL.md file, optionally add scripts, references, and assets, and teach Claude a repeatable workflow once instead of re-explaining it every chat. But the real unlock is something they call progressive disclosure. Instead of dumping everything into context: • A lightweight YAML frontmatter tells Claude when to use the skill • Full instructions load only when relevant • Extra files are accessed only if needed Less context bloat. More precision. They also introduce a powerful analogy: MCP gives Claude the kitchen. Skills give it the recipe. Without skills: users connect tools and don’t know what to do next. With skills: workflows trigger automatically, best practices are embedded, API calls become consistent. They outline 3 major patterns: 1) Document & asset creation 2) Workflow automation 3) MCP enhancement And they emphasize something most builders ignore: testing. Trigger accuracy. Tool call efficiency. Failure rate. Token usage. This isn’t about clever wording. It’s about designing an execution layer on top of LLMs. Skills work across Claude.ai, Claude Code, and the API. Build once, deploy everywhere. The era of “just write a better prompt” is ending. Anthropic just handed everyone a blueprint for turning chat into infrastructure.
🚨BREAKING: Someone just solved Claude Code's biggest problem. It's called Claude-Mem and it gives Claude persistent memory across sessions. - You can use up to 95% fewer tokens each time. - Make 20 times more tool calls before reaching limits. 100% Opensource.
I show how malicious Claude Code skills can spread across infrastructure. Approve one skill → it gets shell access → copies itself to every host in your SSH config. Skills are code. Treat them that way. blog.lukaszolejnik.com/supply-chain-r…
INCREDIBLE Someone on r/LocalLLaMA did an incredibly practical thing They took a tiny 0.6B model that was trash at task (Text2SQL) Created a knowledge distiliation agent with a Claude Code skill And made the 0.6B model behave like a specialist using 100 examples The problem > Small Language Models are “generally helpful” > but specialized tasks are “exact or you die” > you ask: “Which artists have >1M album sales?” > the model answers: “check if genre is NULL” The old way to fix this > Finetune the model: > collect + clean data > build training pipeline > tune hparams > rerun when it’s wrong > accidentally become the unpaid > intern of your own experiment The new way > Knowledge distillation via a Claude skill > use a strong teacher (DeepSeek-V3) > generate synthetic pairs from a small seed set > train a tiny student to imitate the teacher on your task > ship it as GGUF / HF / LoRA > run it locally Distillation isn’t “creating skill” It’s compressing skill THE REAL HACK: agent-as-interface > They wrapped the whole distillation loop in an agent “skill”: > picks task type (QA / classification / tool calling / RAG) > converts messy inputs into clean JSONL > runs teacher eval first > kicks off distillation + monitors progress > packages weights for you to run locally This is the quiet unlock Why “teacher eval first” is elite behavior > distillation amplifies competence and incompetence > if the teacher is wrong, the student learns wrong faster > garbage in -> efficient garbage out Adult supervision, but for models The run breakdown: > seed: ~100 raw conversation traces > teacher (LLM-as-judge): ~80% > base 0.6B: ~36% > distilled 0.6B: ~74% > output: ~2.2GB GGUF > runs locally with llama.cpp Before vs after (the entire reason you do this) > before: wrong tables, wrong logic, nonsense SQL > after: correct JOINs, GROUP BY, HAVING > aka “this query actually executes and answers the question” What this really means (bigger than Text2SQL) You don’t need a giant model for every job You need tiny specialists that understand your world: > internal schemas > service / OS logs > tool outputs > company-specific workflows TL;DR > “fine-tuning is hard” is mostly “the pipeline is annoying” > distillation skill turns 10–100 examples into a real specialist > the agent wrapper turns the whole thing into a conversation > this is how you get practical local SLMs > without becoming an MLOps monk Small & Specialized models > High-leverage > Boringly effective > Exactly where this is going The future is Local inference Lower latency Fewer secrets leaving the building
BREAKING 🚨 TESLA HAS PATENTED A "MATHEMATICAL CHEAT CODE" THAT FORCES CHEAP 8-BIT CHIPS TO RUN ELITE 32-BIT AI MODELS AND REWRITES THE RULES OF SILICON 🐳 How does a Tesla remember a stop sign it hasn’t seen for 30 seconds, or a humanoid robot maintain perfect balance while carrying a heavy, shifting box? It comes down to Rotary Positional Encoding (RoPE)—the "GPS of the mind" that allows AI to understand its place in space and time by assigning a unique rotational angle to every piece of data. Usually, this math is a hardware killer. To keep these angles from "drifting" into chaos, you need power-hungry, high-heat 32-bit processors (chips that calculate with extreme decimal-point precision). But Tesla has engineered a way to cheat the laws of physics. Freshly revealed in patent US20260017019A1, Tesla’s "MIXED-PRECISION BRIDGE" is a mathematical translator that allows inexpensive, power-sipping 8-bit hardware (which usually handles only simple, rounded numbers) to perform elite 32-bit rotations without dropping a single coordinate. This breakthrough is the secret "Silicon Bridge" that gives Optimus and FSD high-end intelligence without sacrificing a mile of range or melting their internal circuits. It effectively turns Tesla’s efficient "budget" hardware into a high-fidelity supercomputer on wheels. 📉 The problem: the high cost of precision In the world of self-driving cars and humanoid robots, we are constantly fighting a war between precision and power. Modern AI models like Transformers rely on RoPE to help the AI understand where objects are in a sequence or a 3D space. The catch is that these trigonometric functions (sines and cosines) usually require 32-bit floating-point math—imagine trying to calculate a flight path using 10 decimal places of accuracy. If you try to cram that into the standard 8-bit multipliers (INT8) used for speed (which is like rounding everything to the nearest whole number), the errors pile up fast. The car effectively goes blind to fine details. For a robot like Optimus, a tiny math error means losing its balance or miscalculating the distance to a fragile object. To bridge this gap without simply adding more expensive chips, Tesla had to fundamentally rethink how data travels through the silicon. 🛠️ Tesla's solution: the logarithmic shortcut & pre-computation Tesla’s engineers realized they didn't need to force the whole pipeline to be high-precision. Instead, they designed the Mixed-Precision Bridge. They take the crucial angles used for positioning and convert them into logarithms. Because the "dynamic range" of a logarithm is much smaller than the original number, it’s much easier to move that data through narrow 8-bit hardware without losing the "soul" of the information. It’s a bit like dehydrating food for transport; it takes up less space and is easier to handle, but you can perfectly reconstitute it later. Crucially, the patent reveals that the system doesn't calculate these logarithms on the fly every time. Instead, it retrieves pre-computed logarithmic values from a specialized "cheat sheet" (look-up storage) to save cycles. By keeping the data in this "dehydrated" log-state, Tesla ensures that the precision doesn't "leak out" during the journey from the memory chips to the actual compute cores. However, keeping data in a log-state is only half the battle; the chip eventually needs to understand the real numbers again. 🏗️ The recovery architecture: rotation matrices & Horner’s method When the 8-bit multiplier (the Multiplier-Accumulator or MAC) finishes its job, the data is still in a "dehydrated" logarithmic state. To bring it back to a real angle theta without a massive computational cost, Tesla’s high-precision ALU uses a Taylor-series expansion optimized via Horner’s Method. This is a classic computer science trick where a complex equation (like an exponent) is broken down into a simple chain of multiplications and additions. By running this in three specific stages—multiplying by constants like 1/3 and 1/2 at each step—Tesla can approximate the exact value of an angle with 32-bit accuracy while using a fraction of the clock cycles. Once the angle is recovered, the high-precision logic generates a Rotation Matrix (a grid of sine and cosine values) that locks the data points into their correct 3D coordinates. This computational efficiency is impressive, but Tesla didn't stop at just calculating faster; they also found a way to double the "highway speed" of the data itself. 🧩 The data concatenation: 8-bit inputs to 16-bit outputs One of the most clever hardware "hacks" detailed in the patent is how Tesla manages to move 16-bit precision through an 8-bit bus. They use the MAC as a high-speed interleaver—effectively a "traffic cop" that merges two lanes of data. It takes two 8-bit values (say, an X-coordinate and the first half of a logarithm) and multiplies one of them by a power of two to "left-shift" it. This effectively glues them together into a single 16-bit word in the output register, allowing the low-precision domain to act as a high-speed packer for the high-precision ALU to "unpack". This trick effectively doubles the bandwidth of the existing wiring on the chip without requiring a physical hardware redesign. With this high-speed data highway in place, the system can finally tackle one of the biggest challenges in autonomous AI: object permanence. 🧠 Long-context memory: remembering the stop sign The ultimate goal of this high-precision math is to solve the "forgetting" problem. In previous versions of FSD, a car might see a stop sign, but if a truck blocked its view for 5 seconds, it might "forget" the sign existed. Tesla uses a "long-context" window, allowing the AI to look back at data from 30 seconds ago or more. However, as the "distance" in time increases, standard positional math usually drifts. Tesla's mixed-precision pipeline fixes this by maintaining high positional resolution, ensuring the AI knows exactly where that occluded stop sign is even after a long period of movement. The RoPE rotations are so precise that the sign stays "pinned" to its 3D coordinate in the car's mental map. But remembering 30 seconds of high-fidelity video creates a massive storage bottleneck. ⚡ KV-cache optimization & paged attention: scaling memory To make these 30-second memories usable in real-time without running out of RAM, Tesla optimizes the KV-cache (Key-Value Cache)—the AI's "working memory" scratchpad. Tesla’s hardware handles this by storing the logarithm of the positions directly in the cache. This reduces the memory footprint by 50% or more, allowing Tesla to store twice as much "history" (up to 128k tokens) in the same amount of RAM. Furthermore, Tesla utilizes Paged Attention—a trick borrowed from operating systems. Instead of reserving one massive, continuous block of memory (which is inefficient), it breaks memory into small "pages". This allows the AI5 chip to dynamically allocate space only where it's needed, drastically increasing the number of objects (pedestrians, cars, signs) the car can track simultaneously without the system lagging. Yet, even with infinite storage efficiency, the AI's attention mechanism has a flaw: it tends to crash when pushed beyond its training limits. 🔒 Pipeline integrity: the "read-only" safety lock A subtle but critical detail in the patent is how Tesla protects this data. Once the transformed coordinates are generated, they are stored in a specific location that is read-accessible to downstream components but not write-accessible by them. Furthermore, the high-precision ALU itself cannot read back from this location. This one-way "airlock" prevents the system from accidentally overwriting its own past memories or creating feedback loops that could cause the AI to hallucinate. It ensures that the "truth" of the car's position flows in only one direction: forward, toward the decision-making engine. 🌀 Attention sinks: preventing memory overflow Even with a lean KV-cache, a robot operating for hours can't remember everything forever. Tesla manages this using Attention Sink tokens. Transformers tend to dump "excess" attention math onto the very first tokens of a sequence, so if Tesla simply used a "sliding window" that deleted old memories, the AI would lose these "sink" tokens and its brain would effectively crash. Tesla's hardware is designed to "pin" these attention sinks permanently in the KV-cache. By keeping these mathematical anchors stable while the rest of the memory window slides forward, Tesla prevents the robot’s neural network from destabilizing during long, multi-hour work shifts. While attention sinks stabilize the "memory", the "compute" side has its own inefficiencies—specifically, wasting power on empty space. 🌫️ Sparse tensors: cutting the compute fat Tesla’s custom silicon doesn't just cheat with precision; it cheats with volume. In the real world, most of what a car or robot sees is "empty" space (like clear sky). In AI math, these are represented as "zeros" in a Sparse Tensor (a data structure that ignores empty space). Standard chips waste power multiplying all those zeros, but Tesla’s newest architecture incorporates Native Sparse Acceleration. The hardware uses a "coordinate-based" system where it only stores the non-zero values and their specific locations. The chip can then skip the "dead space" entirely and focus only on the data that matters—the actual cars and obstacles. This hardware-level sparsity support effectively doubles the throughput of the AI5 chip while significantly lowering the energy consumed per operation. 🔊 The audio edge: Log-Sum-Exp for sirens Tesla’s "Silicon Bridge" isn't just for vision—it's also why your Tesla is becoming a world-class listener. To navigate safely, an autonomous vehicle needs to identify emergency sirens and the sound of nearby collisions using a Log-Mel Spectrogram approach (a visual "heat map" of sound frequencies). The patent details a specific Log-Sum-Exp (LSE) approximation technique to handle this. By staying in the logarithm domain, the system can handle the massive "dynamic range" of sound—from a faint hum to a piercing fire truck—using only 8-bit hardware without "clipping" the loud sounds or losing the quiet ones. This allows the car to "hear" and categorize environmental sounds with 32-bit clarity. Of course, all this high-tech hardware is only as good as the brain that runs on it, which is why Tesla's training process is just as specialized. 🎓 Quantization-aware training: pre-adapting the brain Finally, to make sure this "Mixed-Precision Bridge" works flawlessly, Tesla uses Quantization-Aware Training (QAT). Instead of training the AI in a perfect 32-bit world and then "shrinking" it later—which typically causes the AI to become "drunk" and inaccurate—Tesla trains the model from day one to expect 8-bit limitations. They simulate the rounding errors and "noise" of the hardware during the training phase, creating a neural network that is "pre-hardened". It’s like a pilot training in a flight simulator that perfectly mimics a storm; when they actually hit the real weather in the real world, the AI doesn’t "drift" or become inaccurate because it was born in that environment. This extreme optimization opens the door to running Tesla's AI on devices far smaller than a car. 🚀 The strategic roadmap: from AI5 to ubiquitous edge AI This patent is not just a "nice-to-have" optimization; it is the mathematical prerequisite for Tesla’s entire hardware roadmap. Without this "Mixed-Precision Bridge", the thermal and power equations for next-generation autonomy simply do not work. It starts by unlocking the AI5 chip, which is projected to be 40x more powerful than current hardware. Raw power is useless if memory bandwidth acts as a bottleneck. By compressing 32-bit rotational data into dense, log-space 8-bit packets, this patent effectively quadruples the effective bandwidth, allowing the chip to utilize its massive matrix-compute arrays without stalling. This efficiency is critical for the chip's "half-reticle" design, which reduces silicon size to maximize manufacturing yield while maintaining supercomputer-level throughput. This efficiency is even more critical for Tesla Optimus, where it is a matter of operational survival. The robot runs on a 2.3 kWh battery (roughly 1/30th of a Model 3 pack). Standard 32-bit GPU compute would drain this capacity in under 4 hours, consuming 500W+ just for "thinking". By offloading complex RoPE math to this hybrid logic, Tesla slashes the compute power budget to under 100W. This solves the "thermal wall", ensuring the robot can maintain balance and awareness for a full 8-hour work shift without overheating. This stability directly enables the shift to End-to-End Neural Networks. The "Rotation Matrix" correction described in the patent prevents the mathematical "drift" that usually plagues long-context tracking. This ensures that a stop sign seen 30 seconds ago remains "pinned" to its correct 3D coordinate in the World Model, rather than floating away due to rounding errors. Finally, baking this math into the silicon secures Tesla's strategic independence. It decouples the company from NVIDIA’s CUDA ecosystem and enables a Dual-Foundry Strategy with both Samsung and TSMC to mitigate supply chain risks. This creates a deliberate "oversupply" of compute, potentially turning its idle fleet and unsold chips into a distributed inference cloud that rivals AWS in efficiency. But the roadmap goes further. Because this mixed-precision architecture slashes power consumption by orders of magnitude, it creates a blueprint for "Tesla AI on everything". It opens the door to porting world-class vision models to hardware as small as a smart home hub or smartphone. This would allow tiny, cool-running chips to calculate 3D spatial positioning with zero latency—bringing supercomputer-level intelligence to the edge without ever sending private data to a massive cloud server.
Motion detection using Wi-Fi signals github.com/francescopace/…
Since certain companies boast about wanting to rewrite their whole code, maybe it’s time to point the next generation of engineers towards this classic: joelonsoftware.com/2000/04/06/thi… (It‘s been 25 years. People seem to have forgotten.)
How a single tree affects an entire forest Suzanne Simard has fundamentally reshaped how we understand forests. Through decades of field research, she demonstrated that trees are linked by vast underground networks of mycorrhizal fungi. These symbiotic partnerships allow trees to exchange carbon, nutrients, water, and chemical signals—sometimes over great distances and across species lines. Her landmark 1997 paper in Nature provided the first clear evidence that paper birch and Douglas-fir seedlings transfer carbon to one another through fungal connections, with the flow shifting depending on which tree is shaded and needs resources most. This directly challenged the prevailing view of forests as arenas of relentless competition. Instead, Simard’s work revealed cooperative dynamics: older, hub-like trees—what she calls “Mother Trees”—are the most highly connected nodes in the network. They recognize their genetic kin, allocate more resources to their own seedlings, and even bolster unrelated young trees, enhancing overall forest resilience. The scientific community now widely refers to these fungal linkages as the “Wood Wide Web.” Today, her work has inspired everything from Avatar to the Pulitzer Prize-winning novel "The Overstory." Her memoir, "Finding the Mother Tree," became a global bestseller and is now being adapted into a film starring Amy Adams. On the ground in British Columbia, Simard partners with Indigenous communities to design logging practices that spare Mother Trees and old-growth networks. Early results show these areas store more carbon, retain more biodiversity, and regenerate decades faster than conventionally clear-cut sites. Some researchers caution against terms like “mother” or “communication,” preferring strictly neutral language. Simard maintains that the underlying phenomena—resource sharing, kin recognition, and chemical alarm signals—are rigorously documented, and evocative words help people care about forests they might otherwise see only as timber. In her words: “These forests can recover their complexity and strength, but only if we start managing them as living, connected systems”
The program was called Bell Labs’ One Year On Campus (OYOC) and offered to newly grads. Full read here (writer Elizabeth Van Nostrand interviews her dad about the program): substack.com/inbox/post/179…
Anthropic's internal prompting style is completely different from what most people teach. I spent 3 weeks analyzing their official prompt library, documentation, and API examples. Here's every secret I extracted 👇
Hi @myntra there is a fake website claiming to be Myntra. All items at 80% off. trendalya.in They are using your logo
Finding vulnerabilities in DJI drones: reverse engineering, firmware decryption, and dynamic analysis (fuzzing). 👨💻❯❯🛸🫨🪲 More details on: LinkedIn: linkedin.com/posts/dlaskov_… Substack: it4sec.substack.com/p/finding-vuln…
YARA is great at string (or byte chain) matching. It’s not great at juggling hashes and loops in conditions. This rule from a public demo loops over export offsets, reads 14 bytes at each offset, hashes them, and compares to an MD5. Yeah… no. - String matching in YARA is highly optimized (Aho-Corasick) and scales well across many rules - But the condition of each rule has to be evaluated separately - That means hashes, loops, and complex logic add up quickly across large rule sets - And importing any module (not just hash) has a significant performance impact Use YARA’s strengths: string matching. A better way to write this? Include the 14-byte pattern in the strings: section, then check if it matched at the offset. Done. Also: - Avoid import unless you really need it - If you must import a module once, fine – reuse it. The performance hit comes with the first import, not the second use. In large rulesets with hundreds or thousands of rules, condition evaluation doesn’t scale well. String matching does. More info: YARA Performance Guidelines github.com/Neo23x0/YARA-P… The impact of importing a module x.com/cyb3rops/statu… Performance impact of condition evaluation x.com/cyb3rops/statu…
We @nextronsystems maintain a huge set of 20k YARA rules for our compromise assessment scanner It may be interesting for you to see that the condition evaluation takes just as long as the string matching (don't know if you'd expect that) @Avast's article engineering.avast.io/yarang-reinven…
Hey @grok, who was the most famous person to visit my profile? It doesn't need to be a mutual, don't tag them, just say who it was
Alastair Horne @althepcman
759 Followers 2K Following He/Him. Threat Analyst II by day, father and husband at night. NQ Cowboys supporter and TTRPG player/DM. My opinions are my own.
Ghost @GhostRedRecon
9 Followers 8 Following
Alice Kenneth @AliceKennedflp
84 Followers 709 Following
Rose @coey8byin
205 Followers 3K Following Drink a beer while cutting onions, it wont prevent you from crying, but it tastes awesome!
J @jeannlii
3 Followers 102 Following
M5Stack @M5Stack
49K Followers 953 Following Leading the way in modular and open-source IoT hardware for scalable innovation.
FISSURE @FissureRF
544 Followers 211 Following FISSURE - The RF and reverse engineering framework for everyone. Follow and ⭐ to show your support! Account managed by Chris Poore
Ahmed @Mawg0ud
4K Followers 3K Following
Mike Kelman @MikeKelman7
258 Followers 4K Following
Cyber Security Tips @CodesealerTips
368 Followers 3K Following Invisible end-to-end web security solution. Gartner recognized. Secured 54+Billion critical web sessions. Ultra-low impact end-user security.
Chris Brown @chitownckb
1K Followers 3K Following Chicago guy, living in the PNW, USN vet, FBI retired, anti-fascist, pro-immigration
vincent zimmer @vincentzimmer
3K Followers 1K Following Engineer working on UEFI, BIOS, firmware, coreboot, slimbootloader, embedded systems, security, networking...These are my opinions, not those of my employer
ΜΔDΞRΔS @hackermaderas
21K Followers 14K Following Home of #CyberpunkisNow. Hacker, researcher, writer, creating original #Technology #InfoSec #OSINT #Privacy content & analysis.
courtney besss @courtneybesss
1 Followers 116 Following
Larry Kim @larrykim
680K Followers 527K Following CEO @CustomersAI, Founder @WordStream; Acquired by USA Today for $150M - Columnist @Inc, @Medium. Popularized Unicorns in Marketing. Engineering @uWaterloo.
Sick Focus @SickFocus
114 Followers 854 Following
Frida @fridadotre
14K Followers 2K Following Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.
Sean Harris @InfoSecHotSpot
103K Followers 46K Following OT Cyber/ Digital Transformation | yacht rock snob
Machine Learning & Se... @mlsec_book
202 Followers 966 Following Official twitter account for the @OReillyMedia book authored by Clarence Chio (@cchio) and David Freeman.....@OReillySecurity
Jscrambler @Jscrambler
1K Followers 1K Following Client-Side Security Platform Control Where Digital Business Executes.
Sayyad Shaha Hassan A... @ShahaAbidi
0 Followers 14 Following
Daniel Compton @commonexploits
10K Followers 8K Following I work as a professional penetration tester. commonexploits is there to share knowledge and tools with other security professionals in the industry.
Thinkst Canary @ThinkstCanary
13K Followers 11K Following Most companies only realise they are breached when informed by a 3rd party. This is a stupid problem! Thinkst Canary. Know. When it Matters.
Mc'Omito @MikeOmito
140 Followers 1K Following When you have confidence, you can have a lot of fun. And when you have fun, you can do amazing things.
RFSPΔCΞ @rfspace
6K Followers 4K Following
SQR Sec Solutions @SQRgroup
5K Followers 5K Following Security, Quality and Reliability. Security solutions & consultancy with international training centres promoting excellence in the security industry.
Francisco Müller Ama... @famato
11K Followers 9K Following Co-Founder @faradaysec & @ekoparty security conference. #Evilgrade https://t.co/RaqeRoSaRm $home 🌍🇦🇷 Merlo Valley
Brian Knopf @DoYouQA
10K Followers 3K Following Gen AI AppSec at AWS. GICSP. PKI redesign creator. Father, hacker, drummer. Tweets are my own opinions. Star Wars & LEGO fan.
Ezra Penland @EzraPenland
72K Followers 81K Following Ezra Penland Actuarial Recruitment works with actuaries (actuary), actuarial analysts, catastrophe risk modelers, predictive modelers and executive roles.
Greg Linares (Laughin... @Laughing_Mantis
39K Followers 2K Following 20+ yrs in Infosec. Malware Influencer. I turn Malware into Art and Music. Art @MalwareArt. 4x Pwnie Nominee. 𝕍𝕏. GameDev. Autistic.
Matt Brown @nmatt0
10K Followers 1K Following Principal Consultant @ Brown Fine Security | IoT Security Researcher | Soli Deo Gloria
Alastair Horne @althepcman
759 Followers 2K Following He/Him. Threat Analyst II by day, father and husband at night. NQ Cowboys supporter and TTRPG player/DM. My opinions are my own.
Tony Meehan @snowboardvstree
1K Followers 5K Following VP of Engineering @CrowdStrike. Former CTO/co-founder @prequel_dev, @Elastic Security, @EndgameInc, and NSA/TAO.
𝗧𝗶𝗺𝗲𝗹�... @Hoang_HQ
466K Followers 4K Following 🎶 💥Classic music & 50s-90s | 📽️ Retro movies | 🎨 Vintage art #TimelessMusic #movie #paint #art #70sVibes #80sVibes #VintageVibes #ClassicHits #RetroMusic
Sushant Vohra @sushantv94
1K Followers 373 Following Industrial designer shipping culture defining hardware. 10+ years designing. Clients: PlayStation, Logitech, Ford. Co-founder : https://t.co/3MJNRjpzeC
Logan Graham @logangraham
23K Followers 9K Following Head of the Frontier Red Team @anthropicai. 🌎 Make things radically good.
Niels Provos @NielsProvos
4K Followers 547 Following Security/Privacy (M-F). Bladesmithing/Videographing (S-S). Producing music (Activ8te). My tweets are my own. mastodon: @[email protected]
Pieter Ibelings @ibelings
18K Followers 11K Following Physicist, N4IP, Antennas, Space Systems, SDR, RF, RADAR , Phased Arrays, Satellites, Solar Power, PCB Design, AI - Build, baby, build! 🇺🇸🇪🇸
Pliny the Liberator �... @elder_plinius
241K Followers 1K Following ⊰•-•⦑ latent space steward ❦ prompt incanter 𓃹 hacker of matrices ⊞ breaker of markov chains ☣︎ ai danger researcher ⚔︎ bt6 ⚕︎ architect-healer ⦒•-•⊱
This Hour Has 22 Minu... @22_Minutes
141K Followers 2K Following The longest-running comedy show on Canadian television. Watch Tuesdays at 8pm on @CBC & @CBCGem! 💥
Dmitry Sklyarov @_Dmit
2K Followers 4 Following Don't worry what your followers think of you. They are too concerned about thoughts of people they following :)
Maxim Goryachy @h0t_max
7K Followers 254 Following Hardware/Software/Firmware/IntelME Researcher. Opinions are my own and not the views of my employer. [email protected] | https://t.co/A58bubMUjJ
Car and Driver @CARandDRIVER
1.3M Followers 943 Following Car and Driver is the worldwide leader in providing objective test results and expert vehicle reviews. Follow us for the latest automotive reviews and news!
Anthropic @AnthropicAI
1.7M Followers 2 Following We're an AI safety and research company that builds reliable, interpretable, and steerable AI systems. Talk to our AI assistant @claudeai on https://t.co/FhDI3KQh0n.
Claude @claudeai
1.8M Followers 2 Following Claude is an AI assistant built by @anthropicai to be safe, accurate, and secure. Talk to Claude on https://t.co/ZhTwG8d1e5 or download the app.
The Conversation Glob... @_TCglobal
8K Followers 350 Following The world's leading publisher of research-based news and analysis. A unique collaboration between academics and journalists. Free to read and republish.
geoff @GeoffreyHuntley
86K Followers 2K Following pondering the ponderoos about using AI in unhinged ways and verifying outcomes @antithesishq. i created the “ralph loop” and “loop engineering” i guess. 😂
INSV Kaundinya @INSVKaundinya
8K Followers 0 Following INSV Kaundinya is a recreation of a 5th century Indian ship using the ancient stitching technique. It is now part of the Indian Navy fleet
flux @0xfluxsec
4K Followers 1K Following Senior Security Research Engineer @elastic | Opinions are my own | Rust | Ex-Red Team | Security & Systems Dev | https://t.co/QIih2B7vya https://t.co/VC3xsm0Wvq
Pavel Yosifovich @zodiacon
16K Followers 917 Following Windows Internals expert, author, and trainer. Teaching system programming & debugging at TrainSec. Check out my books & courses! 🚀 #WindowsInternals #TrainSec
The Hacker's Choice (... @hackerschoice
23K Followers 68 Following The Hacker's Choice (1995). https://t.co/pmC7cCP0Nq + https://t.co/HOCeUVpS6b
TrendAI Zero Day Init... @thezdi
89K Followers 18 Following TrendAI Zero Day Initiative™ (ZDI) is a program designed to reward security researchers for responsibly disclosing vulnerabilities.
Down To Earth @down2earthindia
95K Followers 1K Following India’s voice on #newsthatmatters. Follow us for the latest on all things science and environment. Subscribe here : https://t.co/iNz7GVVAaG
Pavel Zhovner @zhovner
14K Followers 792 Following Founder of Flipper Devices — https://t.co/UATfFiWYtZ | Telegram channel https://t.co/a0I9smaFNt
GNU Radio Project @gnuradio
12K Followers 11 Following Official account of the GNU Radio Project, a free & open source toolkit for software radio used by scientists, engineers, and hobbyists. @[email protected]
SpaceXAI @SpaceXAI
2.1M Followers 6 Following
LILYGO @lilygo9
21K Followers 1K Following LILYGO designs, develops, and manufactures open-source IoT hardware for developers, makers, and engineers.
Radio World @radioworld_news
4K Followers 976 Following A career resource for radio broadcast professionals that focuses on technology, regulation and trends • Subscribe to our newsletter https://t.co/rpXMqTOXf7
𝙐𝙎𝘼 𝙎𝙖... @usa_satcom
13K Followers 445 Following Satellite Communications. GOES (HRIT/GRB/SUVI), HRPT, Inmarsat, L/S/X/Ku-Band, DSN, Astronomy, Whiskey, Endurance Running, Adventure Racing, Climbing.
Ministry of Defence, ... @SpokespersonMoD
907K Followers 172 Following The Official Account of Directorate of Public Relations, Ministry of Defence
Alex Prompter @alex_prompter
282K Followers 1K Following Sharing AI Prompts, Systems, Tips & Tricks Human + AI = ⚡Superpowers
RE//verse @REverseConf
4K Followers 30 Following A conference for all things in the reverse engineering universe... https://t.co/X54VHq2eD4
Sandy Petersen 🪔 @SandyofCthulhu
91K Followers 1K Following Game Designer and Father of Lovecraftian gaming. CEO of Petersen Games. Also Doom, Age of Empires, etc. Subscribe for exclusive game insights & history!
Christopher Stanley @cstanley
113K Followers 486 Following {title: "Security Engineering", company: 〚"@SpaceX", "@X", “@xAI”〛, education: "M.S Computer Science // Cyber Security"}
DeepSeek @deepseek_ai
1.1M Followers 0 Following Unravel the mystery of AGI with curiosity. Answer the essential question with long-termism.


































