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

In case you didn't make it to FOSDEM (or didn't manage to get in the packed room), the recording of our talk is now available!

@adz and @tbernardTobias Bernard are talking about our broader goals and the ongoing work on p2panda and Reflection.

fosdem.org/2026/schedule/event

0
0
1
0
0
0
0
0
5
0
0
0
0
1

I have not done any vibe coding and have a question for those who have.

Suppose you request a change, adding features, changing things around based on learning and testing, which is generally what happens after you've been working on something new.

Here's the question. What happens when you ask for a change that requires the codebase to be reorganized.

How did that go? Do the AIs know that's possible or do they just pile on special cases?

0
0
0
0
0
0
0
1
0
0
1
1
0
0
6
0
0
1
0
0
3
0
0
0
0
0
0
0
0
2
0
0
0
1
0
0

@marie마리 compile -> rust
```
use std::os::raw::{c_int, c_void};

extern "C" {
fn write(fd: c_int, buf: *const c_void, count: usize) -> isize;
}

fn main() {
let bytes: [u8; 15] = [
234, 179, 160, 235, 160, 164,
235, 140, 128,
237, 149, 153,
234, 181, 144,
];

unsafe {
write(1, bytes.as_ptr() as *const c_void, bytes.len());
write(1, b"\n".as_ptr() as *const c_void, 1);
}
}
```

0
0
0

„Damit werden elektronische Patientenakten grundsätzlich auch für EU-Strafverfolgungsbehörden wie Staatsanwaltschaften, Steuerfahndung oder Zoll zugänglich“

Und? Wurden die Versicherten über diese Umstände von ihren Krankenkassen bereits aufgeklärt?
Nein?

Das Prinzip der informierten Einwilligung - ein zentraler Baustein von Patient*innen-Rechten - fehlt bei der ePA in aktueller Form vollständig:

• opt-out-Prinzip == ohne Zustimmung
• keine Überprüfung, ob die Informationen der Krankenkassen die Versicherten so erreichen, dass sie als informiert betrachtet werden können.
• wesentliche Konsequenzen der Datenspeicherung werden erst nach Anlage der Akte von Dritten entdeckt und öffentlich thematisiert. Die zur vollständigen Information Verpflichteten (Krankenkassen) erfüllen ihre Pflichten nicht.

#ePA-Daten: #Psychotherapeuten warnen vor Zugriff – Deutsches Ärzteblatt https://www.aerzteblatt.de/archiv/epa-daten-psychotherapeuten-warnen-vor-zugriff-fc0355f7-a5a7-442e-bab3-2ceb2cf1d238

0

there’s a George Carlin bit about how “[other people’s] stuff is shit and your shit is stuff”. sometimes i feel this way about other people’s math (especially mechanized). the math that i wrote down? a perfect encapsulation of pure thought. the math someone else wrote down? inscrutable pile of symbols, intentional obfuscation meant to gatekeep etc.

0
1

@ivoIvo 🗯️
Wer da bei der Zuckersteuer aufklären soll weiß ich nicht. Habe nur die gefühlte Absurdität dieser Nachrichtenmeldung wiedergegeben, nicht den Parteitag verfolgt.

Wenn es dir um Alterskontrollen / Social-Media-Verbote geht: Statt das Problem toxischer Plattformen zu stabilisieren, indem statt etwas gegen die eigentlichen Probleme zu unternehmen zu sagen 'dann dürfen junge Menschen da nicht hin und die Plattformen machen was sie wollen'' könnten wir ja auch was gegen die Plattformen machen.

0