

12·
4 months ago@einfach_orangensaft I can tell you most of them are not dead pixels, and you captured the Andromeda Galaxy, just above the dark tree in the lower part of the picture.
Code plumber in a EdTech.
Was teaching coding. Former gamedev.
[fr/en]
interests: #astrophotography #Rust #Haskell #Elixir #FP


@einfach_orangensaft I can tell you most of them are not dead pixels, and you captured the Andromeda Galaxy, just above the dark tree in the lower part of the picture.


deleted by creator
@cx40 @kornel using a macro ensure the format string and the values printed are typed correctly at compile time. It also ensure that most of the parsing is done at compile time and just the bare minimum is done at runtime. It’s a safe and fast way to solve this issue.