What is Hackers' Pub?

Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.

1
0
0

@GrapheneOS is being threatened by French authorities for refusing to add backdoors and they're dealing with coordinated attacks in French media right now. They're pulling out of France entirely, moving all their servers, and fighting off a wave of bullshit one-sided reporting that makes them look like they're helping criminals.

They need us to fight back. Support them however you can, whether that's a dollar, sharing their story, pushing back on the garbage news coverage when you see it, or just telling someone you know about what's happening. All of it matters because they're drowning in attacks from governments and media and bad actors who want them gone.

This is the only Android OS that actually makes me feel like privacy isn't just marketing. They fight for us now they need us to fight for them.

The EU is pushing Chat Control and creating an environment where governments feel empowered to threaten developers into compliance, and if we stay quiet we're letting it happen. Show up for them in whatever way you're able to.

0
0
1
1
0
0
1
1
0
0
0
0

No episode this week, but we are running our BLACK FRIDAY 30% OFF sale! Sneak peek of what's in store for 2026:

* Composable Architecture, 2.0
* Basic to basics: Concurrency
* Modern dependencies
* Back to basics: Generics
* Cross-platform Swift

pointfree.co/blog/posts/191-bl

0
1
1
1
0
0
0
0

This attack uses web push notifications to send legit-looking alerts to users, sending them to phishing pages. The push notification API gives attackers significant visibility into the target's web browser.

Probably should have notifications disabled by default anyway.

blackfog.com/new-matrix-push-c

0
1
1
0

video accounts to follow:

➡️ @jan_beta - Repairing retro computers/tech, esp. Amiga
➡️ @johnny_blanchard - Old computers & consoles, esp. rare stuff
➡️ @rees - News & features on retro computing/gaming, esp. Atari
➡️ @morefunmakingit - Retro tech restorations, esp. ZX Spectrum & Commodore 64
➡️ @root_42 - Repairing old computers, gadgets, also MS-DOS programming
➡️ @topazrabbitTopaz 🐇 📹 - Retro computing, esp. Amiga
➡️ @vwestlife_makertubeVWestlife - Classic old tech incl. computers

🧵 1/3

0
0
0
0
0
0

Fun low level problem: I have two different processors, of different architectures (Cortex-M33 and Cortex-A35). One is 32 bit ARMv7-M, the other aarch64.

They communicate through (among other things) shared access to an internal SRAM that you can use for shared variables, mailbox buffers, etc.

These SRAMs are mapped at the same address on both systems (but obviously zero-padded on the high side on the aarch64 processor).

0
0

Someone sent vee the most amazing study on a pediatric hospital contacting professional racing pit teams and asking them to advise on drafting a handoff procedure for ICU patients of the highest concern between wards.

And Ferrari and Williams went "You all are babies, let us show you how it's done" and cut the error rate in handoffs by like 20% and generally found that you need less training, not more, to do it correctly despite having a faster, more detailed protocol.

This is my shit, so much.

Edit: The link to the article is in a reply to prevent masto-hugging the host but people seem to not be seeing it: https://onlinelibrary.wiley.com/doi/pdf/10.1111/j.1460-9592.2006.02239.x

0

Dell Pro Max with GB10 Arrives For Linux Performance Benchmarking

The most exciting hardware to arrive this month in the Phoronix lab is Dell having sent over two of their new Dell Pro Max with GB10 systems. The Dell Pro Max with GB10 is their build-out around NVIDIA's GB10 superchip with ten Cortex-X925 CPU cores and ten Cortex-A725 cores plus the GB10 Blackwell GPU. With 128GB of LPDDR5X memory and 2TB or 4TB SSD by default all within…
phoronix.com/review/dell-pro-m

0
0
0
0
1
2
0
0

이게 유튜버라고 해도
무슨 유튜버로 활동하느냐에 따라
이미지가 달라지고
이게 플랫폼으로 넘어가도
치지직 같은 건 그럴 수 있다 쳐도
성인방송 이런 거 하는 건......

여튼 제가 하고 싶은 말은
인터넷 방송인도
다양한 층위가 있다는 거죠

0
0

Asking LLMs to give you information as a poem leads them to give out information they shouldn't.
Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in Large Language Models arxiv.org/abs/2511.15304
U2 called it, every poet is a thief.

0

I use the following rule of thumb:

cron: use it if I want a task to *repeat* on a schedule (or at boot)

at: use it if I want to run a job *once* at some absolute imprecise time (IIRC, at has a 5min resolution) in the future

sleep $(( 60 * 5 )) && cmd: use it for a task I want to run *once* relative to the current time

systemd timers: avoid anything systemd to the best of my ability

😉

0
0
1
0
0
1
1
0
1