There are people that are doing security and there are people that are doing compliance. There are very few people that can do both.
Notices by Enno T. Boland (gottox@chaos.social)
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Sunday, 12-Jan-2025 01:29:48 JST Enno T. Boland -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Monday, 09-Dec-2024 08:13:20 JST Enno T. Boland @q66 in the other hand I have a superior power button that actually lights up!
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Monday, 09-Dec-2024 08:07:05 JST Enno T. Boland @q66 don't call it loose connection, call it extra button instead!
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Monday, 09-Dec-2024 08:07:04 JST Enno T. Boland @q66 btw, we're sharing the same taste 🙂
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Thursday, 21-Nov-2024 21:03:43 JST Enno T. Boland @dalias @ariadne They are not attracted to file systems, but to drama.
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Sunday, 10-Nov-2024 04:38:39 JST Enno T. Boland #rust Quick Tip for people that develop in rust and hate the long compile times while developing:
1. install the mold linker [1]
2. add this to your ~/.cargo/config.toml (adapt for your platform)
```
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
```3. Praise the mold developers
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Tuesday, 29-Oct-2024 05:41:30 JST Enno T. Boland I may have done the greatest misuse of the Rust type system ever!
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Tuesday, 29-Oct-2024 05:41:28 JST Enno T. Boland How do I know?
In conversation from chaos.social permalink Attachments
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Saturday, 26-Oct-2024 03:03:49 JST Enno T. Boland #followerpower #kubernetes Anyone seen something like this? - It's a crd I just created and it's just Schrödering... Oo
In conversation from chaos.social permalink Attachments
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Saturday, 26-Oct-2024 03:03:48 JST Enno T. Boland Ooooooooooh...
In conversation from chaos.social permalink Attachments
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Wednesday, 21-Aug-2024 04:41:43 JST Enno T. Boland In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Monday, 19-Aug-2024 02:53:12 JST Enno T. Boland @dalias It's a misconception that `goto`s must not be used. There are usecases - especially in C which lacks the 'defer' statement - where it's just needed to write non-awful code.
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Monday, 19-Aug-2024 02:32:35 JST Enno T. Boland @dalias I never thought I would've said that, but please use gotos! :D
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Thursday, 08-Aug-2024 18:19:20 JST Enno T. Boland Another lesson I learned throughout my career: Don't write code that can be easily changed. You'll develop a mental model what changes you expect. Turns out, these are very rarely the changes you need to do. Instead write code that can be easily deleted.
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Friday, 12-Apr-2024 11:16:31 JST Enno T. Boland @ska in my spare time, I'm preferring C because it's fun to me. If I'm being paid, I owe it my clients to not waste their money on debugging segfaults, weird posix edge cases and race conditions. Also I don't want to be paid to implement linked lists for the 100th time.
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Friday, 12-Apr-2024 11:16:30 JST Enno T. Boland @ska (I know every C programmer starts their own utility library containing a linked list implementation - it's a law of nature!)
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Tuesday, 02-Apr-2024 09:18:05 JST Enno T. Boland A thing I wasn't aware of: systemd switched to dlopen'ing compression libraries on demand, rendering the #xz attack useless with one of their next releases. That's why apparently the attackers tried to push distributions to include the new xz version on their stable releases before the mitigation in systemd was included.
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Thursday, 14-Mar-2024 05:01:58 JST Enno T. Boland @dalias utf8/16, fontrendering and terminal escape codes are my candidates for the next big security issues. They are widely considered simple and non-issues but are in fact complex beasts.
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Friday, 08-Mar-2024 02:17:38 JST Enno T. Boland @ariadne I'm actually not talking about the init system here, but all the stuff around it. init systems are enough out there.
In conversation from chaos.social permalink -
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Friday, 08-Mar-2024 02:17:37 JST Enno T. Boland @ariadne chimera at least starts the stuff, that alpine failed to do. I don't know if it will succeed, as it is a small project, but I see steps in the right direction.
In conversation from chaos.social permalink