What exactly happened with the “Prompt engineer” position? I remember how it was sold as “the new competitive (sic) skill”.
Daemon Silverstein
Digital hermit. Another cosmic wanderer.
- 0 Posts
- 3 Comments
Joined 2 months ago
Cake day: July 15th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
private bool isEven(int number){ bool result = true; while (number > 0){ number = number - 1; if (result == true) result = false; else result = true; } return result; }
(P.S.: Only works for positive numbers)
@tfm@europe.pub
When you treat Assembly as a full-fledged, high-level, hot-reload-able language: