Anderson Nascimento

Anderson Nascimento

@andersonc0d3.bsky.social

Director & Security Researcher @alleleintel.com Blog: https://blog.andersonc0d3.io

202 Followers 547 Following 412 Posts Joined Oct 2024
1 week ago
Preview
Threat Hunter Greg Linares on the modern ransomware playbook (Presented by TLPBLACK - High-fidelity threat intelligence and research tools for modern security teams. From curated Passive DNS and real-time C2 monitoring to actionable IOC feeds and daily malware ...

Threat Hunter Greg Linares on the modern ransomware playbook

securityconversations.fireside.fm/greg-linares...

81: From Zero to Polish: Building Meta Ray-Ban Display

insidefacebookmobile.libsyn.com/81-from-zero...

0 0 0 0
1 week ago

FES 41: Lean e Verificação de Software com Leonardo de Moura (AWS)

creators.spotify.com/pod/profile/...

Interview with Professor Leonardo de Moura, Creator of Lean Programming Language

creators.spotify.com/pod/profile/...

0 0 1 0
1 week ago
Post image Post image

Good easy long run today. Mostly Z1 and 3.5 podcast episodes.

0 0 1 0
2 weeks ago
Post image

That post from @amatcama has stuck with me and hasn't left my mind.

I'm glad to have finally settled the matter (for now), thanks to solid arguments from knowledgeable people like David Bessis, Nassim Taleb, Sean McClure, and many others.

3 0 0 0
2 weeks ago

Even smart people I know personally hold the belief that they could never do something important like the stars in our field.

1 0 1 0
2 weeks ago

In my friends' circle, and I believe this is fairly common in Brazil, people are strong believers in the idea that genetics are the only thing that matters. It's very easy to hear someone say, "I wasn't born for it." They give up so easily!

2 0 1 0
2 weeks ago

I've argued about this with friends for almost my entire life. Back then, I didn't have the foundational knowledge I have today, and I can't trace the sources of my earlier arguments. But I never accepted that I couldn't do serious work in vulnerability research just because I wasn't "born for it."

1 0 1 0
2 weeks ago
Preview
Beyond nature and nurture How mathematics changed my view on talent

Beyond nature and nurture

How mathematics changed my view on talent

davidbessis.substack.com/p/beyond-nat...

3 0 0 1
2 weeks ago
Post image Post image Post image

Announcing Systing 1.0

josefbacik.github.io/kernel/systi...

0 1 0 0
2 weeks ago

Is it normal for an iPhone’s analytics data to be wiped out?

0 0 0 0
2 weeks ago
Making sure you're not a bot!

[v2,0/5] Additions to "save" command
patchwork.sourceware.org/project/gdb/...

1 0 0 0
2 weeks ago

GDB will now have a save history command to save the command history to a file whenever you want.

This is cool as I usually need to manually copy-paste commands anyway because GDB tends to crash during my debugging sessions.

3 1 1 0
2 weeks ago
Post image Post image Post image

EP19 The Art of Deconstructing Problems: Tools, Tactics, and the ScatterBrain Obfuscator with Nino Isakovic
podcasts.apple.com/br/podcast/b...

ScatterBrain: Unmasking the Shadow of PoisonPlug's Obfuscator
cloud.google.com/blog/topics/...

2 1 0 0
2 weeks ago
Post image

The patch series had a fatal issue. The discussion here is interesting.

[GIT PULL] kmalloc_obj treewide refactor for v7.0-rc1
lore.kernel.org/all/20260221...

0 0 0 0
2 weeks ago
Post image

clang.llvm.org/docs/Languag...

0 0 0 0
2 weeks ago
Preview
How the Intel 8087 FPU Knows Which Instructions to Execute Hackaday Article

How the Intel 8087 FPU Knows Which Instructions to Execute

23 6 1 0
2 weeks ago
Post image

Bug in Clang noticed by Kees Cook while working on kmalloc() to kmalloc_obj() conversion.

git.kernel.org/pub/scm/linu...

0 0 2 0
2 weeks ago
Post image Post image

[Clang][CodeGen] Fix __builtin_counted_by_ref for nested struct FAMs

github.com/llvm/llvm-pr...

Using __builtin_counted_by_ref on a struct defined within another struct crashes Clang
github.com/llvm/llvm-pr...

0 0 1 0
2 weeks ago
YouTube
Gran Turismo 7 - Daytona Road Course - GTcup Gr.3 - 1st Place YouTube video by Anderson Nascimento

It took me a year to win this race. This game is amazing.

youtu.be/7xgODo0Qoxc

0 0 0 0
2 weeks ago
Post image Post image
0 0 0 0
3 weeks ago
Spotify – Web Player

Tread Lightly Running Podcast - Episode 16: What Runners Need to Know About Iron
open.spotify.com/episode/1rPd...

People I (Mostly) Admire - Ninety-Eight Years of Economic Wisdom (Replay)
freakonomics.com/podcast/nine...

0 0 1 0
3 weeks ago
YouTube
"Discipline" is Really Just One's Environment | NonTrivial YouTube video by NonTrivial Podcast

NonTrivial Podcast - "Discipline" is Really Just One's Environment
youtu.be/XPpMyp8zcTU?...

0 0 1 0
3 weeks ago

I loved the Freakonomics podcast episode with Robert Solow. He was 98 years old at the time and he seemed to have had an interesting life. He served in the military, worked on signals intelligence during the Second World War, spoke fluent German, and was a Nobel laureate.

0 0 1 0
3 weeks ago

Good to be able to do an easy long run again. I ran today for 1 hour 48 minutes and listened to three full podcast episodes.

2 0 1 0
1 month ago
Post image Post image

Attention is all we have

A conjectural theory of cognitive inequality

davidbessis.substack.com/p/attention-...

0 0 0 0
1 month ago
Slabs, sheaves, and barns The kernel's slab allocator is responsible for the allocation of small (usually sub-page) chunk [...]

Slabs, sheaves, and barns

lwn.net/Articles/101...

Update on the SLUB allocator sheaves

fosdem.org/2026/events/...

0 0 0 0
1 month ago
Post image Post image

The end of a good time

slab: remove struct kmem_cache_cpu
git.kernel.org/pub/scm/linu...

slab: remove cpu (partial) slabs usage from allocation paths
git.kernel.org/pub/scm/linu...

1 1 1 0
1 month ago

A security researcher is like a fuzzer. When your code coverage increases, you improve.

0 0 0 0
1 month ago

"Implement compiler-driven static analysis locking context checking, using the upcoming Clang 22 compiler's context analysis features."

git.kernel.org/pub/scm/linu...

Documentation/dev-tools/context-analysis.rst
github.com/torvalds/lin...

Thread Safety Analysis
clang.llvm.org/docs/ThreadS...

2 1 0 0
1 month ago
Post image Post image Post image

Linux kernel is adding support for a new mechanism to validate lock usage during compile-time. It depends on a new Clang feature called Thread Safety Analysis.

3 1 1 0