2 points, 0 comments on Hacker News
Source: [Hacker News](https://corvi.careers/blog/ai_jobs_aug_2026/)
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
The European Union's AI Act will make a new set of transparency obligations enforceable from 2 August 2026 . Article 50 requires clear disclosures in several common AI scenarios, including when people interact with chatbots, encounter AI-generated or manipulated content, or are exposed to emotio...
2 points, 0 comments on Hacker News
Since it appears to be retrocomputing day on HN, I thought I'd post my pet project. It's a collection of modern peripherals for retrocomputers. I started collecting a list of upgrades for my ideal dream Mac SE/30 and grew from there.
At some point most of us write a class that wraps an HTTP API. The constructor takes the things that do not change between calls: the base URL, the credentials, the timeout, a few defaults. The methods are the endpoints.