Martin Uecker
uecker@mastodon.social
<p>Computer Science and Biomedical Engineering<br />Graz University of Technology</p>
Posts
-
Post #4242086
Looking a bit more into FPGAs... Made me realize again what blessing to the world gcc was (and is).
-
Post #4242085
I can&#39;t buy a train ticket with Deutsche Bahn because &quot;my browser acts like a bot&quot;. Would be nice of something just works for a change.
-
Post #4242084
apt-get install clang-21 831 MB
-
Post #4171400
Trying to avoid using any google account on my new Android phone... Let's see how far I can withstand. The Google lock-in is at least as bad as the Microsoft lock-in of the past. Quite a pitiful situation.
-
Post #2339417
&quot;... the addition `cap + bits_per_storage() - 1` wraps around to a very small value... This leads to an undersized heap allocation. ...&quot; CVE-2026-44983
-
Post #2339416
Debian will require reproducible builds!This is a huge milestone. https://lists.debian.org/debian-devel-announce/2026/05/msg00001.html #Debian #reproduciblebuilds
-
Post #1739802
Our paper describing a simple shield suppressing capacitively coupled electrical interference in low-field MRI is publsihed. https://doi.org/10.1002/nbm.70287 @jupfi #MRI #imaging #opensource #openscience
-
Post #1611410
ISO C Meeting: So it was decided that three more UBs will be removed from the C standard (#11, #18, #71), const variables of integer types initialized by an integer const expression become named contants (n3693), we want the elvis operator ?: (n3804), and also various wording clarifications (in particular: discarded). And defer is on its way to becoming a TS. (edit: and also bitints are now allowed as underlying type for enum)
-
Post #897570
I am switching all my projects to Rust. Or C++. I haven&#39;t decided yet. Build times are a major motivation. Although we tried with macros, C is simply not able to keep up in this regard with these more modern languages.Also it is impossible to build proper abstractions in C, so it will never be possible to implement complex software such as a kernel, a compiler, a sophisticated editor in C.