toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

278
active users

#clang

4 posts4 participants1 post today
Felix Palmen :freebsd: :c64:<p>I need help. First the question: On <a href="https://mastodon.bsd.cafe/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeBSD</span></a>, with all ports built with <a href="https://mastodon.bsd.cafe/tags/LibreSSL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreSSL</span></a>, can I somehow use the <a href="https://mastodon.bsd.cafe/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://mastodon.bsd.cafe/tags/thread" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>thread</span></a> <a href="https://mastodon.bsd.cafe/tags/sanitizer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sanitizer</span></a> on a binary actually using LibreSSL and get sane output?</p><p>What I now observe debugging <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swad</span></a>:</p><p>- A version built with <a href="https://mastodon.bsd.cafe/tags/OpenSSL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSSL</span></a> (from base) doesn't crash. At least I tried very hard, really stressing it with <a href="https://mastodon.bsd.cafe/tags/jmeter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jmeter</span></a>, to no avail. Built with LibreSSL, it does crash.<br>- Less relevant: the OpenSSL version also performs slightly better, but needs almost twice the RAM<br>- The thread sanitizer finds nothing to complain when built with OpenSSL<br>- It complains a lot with LibreSSL, but the reports look "fishy", e.g. it seems to intercept some OpenSSL API functions (like SHA384_Final)<br>- It even complains when running with a single-thread event loop.<br>- I use a single SSL_CTX per listening socket, creating SSL objects from it per connection ... also with multithreading; according to a few sources, this should be supported and safe.<br>- I can't imagine doing that on a *single* thread could break with LibreSSL, I mean, this would make SSL_CTX pretty much pointless<br>- I *could* imagine sharing the SSL_CTX with multiple threads to create their SSL objects from *might* not be safe with LibreSSL, but no idea how to verify as long as the thread sanitizer gives me "delusional" output 😳</p>
voxel<p>c/c++ devs of fediverse, what does your debugging workflow look like? I've used gdb manually a bit but it's quite laborious to set up each session. I need to be able to do step-through debugging with variable inspection.</p><p>[VS]Code and studio are very good for step through debugging once they're set up, but I'd rather avoid them altogether if possible, especially since you have to jump through a series of flaming hoops to get c debugging working in the non-telemetry open source version of code.</p><p>Any/all suggestions appreciated, other than 'use rust' <a href="https://merveilles.town/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://merveilles.town/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://merveilles.town/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a></p>
Peter N. M. Hansteen<p>clang(1)/llvm/lld(1) updated to version 19 <a href="https://www.undeadly.org/cgi?action=article;sid=20250612123207" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">undeadly.org/cgi?action=articl</span><span class="invisible">e;sid=20250612123207</span></a> <a href="https://mastodon.social/tags/openbsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openbsd</span></a> <a href="https://mastodon.social/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://mastodon.social/tags/llvm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>llvm</span></a> <a href="https://mastodon.social/tags/lld" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lld</span></a> <a href="https://mastodon.social/tags/development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>development</span></a> <a href="https://mastodon.social/tags/compiler" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compiler</span></a> <a href="https://mastodon.social/tags/update" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>update</span></a></p>
Paolo Amoroso<p>Fabien Sanglard published a blog series on driving C compilers, i.e. running the compiler toolchain to build executable programs:</p><p><a href="https://fabiensanglard.net/dc/index.php" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fabiensanglard.net/dc/index.ph</span><span class="invisible">p</span></a></p><p>More recently Julia Evans <span class="h-card" translate="no"><a href="https://social.jvns.ca/@b0rk" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>b0rk</span></a></span> posted on the related topic of using Make to compile C programs, which nicely complements Fabien's series:</p><p><a href="https://jvns.ca/blog/2025/06/10/how-to-compile-a-c-program/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jvns.ca/blog/2025/06/10/how-to</span><span class="invisible">-compile-a-c-program/</span></a></p><p><a href="https://oldbytes.space/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://oldbytes.space/tags/gcc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gcc</span></a> <a href="https://oldbytes.space/tags/compilers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compilers</span></a></p>
datenwolf<p>All I want is just a collection of <a href="https://chaos.social/tags/binutils" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>binutils</span></a>, <a href="https://chaos.social/tags/GCC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GCC</span></a>, <a href="https://chaos.social/tags/llvm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>llvm</span></a>+<a href="https://chaos.social/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a>, <a href="https://chaos.social/tags/glibc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>glibc</span></a> and <a href="https://chaos.social/tags/musl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>musl</span></a> that are "free standing" / relocatable, which I can pack into a <a href="https://chaos.social/tags/squashfs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>squashfs</span></a> image to carry around to my various development machines.</p><p>You'd think that for something as fundamental as compiler infrastructure with over 60 years of knowledge, the whole bootstrapping and bringup process would have been super streamlined, or at least mostly pain free by now.</p><p>Yeah, about that. IYKYK</p>
Nick Gully<p>I wonder how long until people skip the language / compiler entirely, and teach an <a href="https://mefi.social/tags/llm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>llm</span></a> to emit <a href="https://mefi.social/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> IR or jvm bytecode from a prompt</p>
Jonathan Arnold 🇺🇦<p>I had a couple of pretty fun days in the <a href="https://indieweb.social/tags/SaltMine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SaltMine</span></a>. On Friday, I set up a <a href="https://indieweb.social/tags/Jenkins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Jenkins</span></a> server so that one of my projects can support Jenkins as well as <a href="https://indieweb.social/tags/Gitlab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gitlab</span></a>. I always love learning new packages. Yesterday, I spent a lot of time in the <a href="https://indieweb.social/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> compiler's source code trying to figure out some problems with their static analysis, either their static analysis or my understanding of it.</p>
Anders Stenberg<p>Ok help me out here. I've got two computers with the same version of<br>clang, MSVC build tools, and Windows SDK.</p><p>C++ code that calls std::pow is built with clang. Binary built on one computer calls implementation that (RAD debugger says) comes from "oss/arm-software/optimized-routines/20.05.00/src/math/exp2f.c"</p><p>Binary built on the other calls "minkernel/crts/ucrt/src/appcrt/tran/_exp2.h"</p><p>Unless I've missed something, command lines etc are the same.</p><p>How do I figure out why?</p><p><a href="https://mastodon.gamedev.place/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.gamedev.place/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a></p>
arabiccola<p>I am getting into writing PostgreSQL functions in the C language and I am particularly interested in ordered-set aggregate functions.</p><p>Is there anyone out here who can direct me in the right direction?</p><p><a href="https://mastodon.social/tags/postgresql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postgresql</span></a> <a href="https://mastodon.social/tags/sql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sql</span></a> <a href="https://mastodon.social/tags/aggregate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aggregate</span></a> <a href="https://mastodon.social/tags/function" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>function</span></a> <a href="https://mastodon.social/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Royal Apps GmbH<p>🚀&nbsp;We're hiring! Are you a passionate Kotlin Developer for Android and ready to help shape the future of tech? ➡️&nbsp; <a href="https://royalapps.com/jobs" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">royalapps.com/jobs</span><span class="invisible"></span></a> 💻</p><p>🇦🇹 Remote-friendly | 🕒 Flexible hours | 💡 Ownership of projects</p><p><a href="https://dotnet.social/tags/vienna" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vienna</span></a> <a href="https://dotnet.social/tags/kotlin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kotlin</span></a> <a href="https://dotnet.social/tags/android" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>android</span></a> <a href="https://dotnet.social/tags/dev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dev</span></a> <a href="https://dotnet.social/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://dotnet.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> <a href="https://dotnet.social/tags/java" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>java</span></a> <a href="https://dotnet.social/tags/hire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hire</span></a> <a href="https://dotnet.social/tags/DeveloperJobs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DeveloperJobs</span></a> <a href="https://dotnet.social/tags/TechCareers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechCareers</span></a> <a href="https://dotnet.social/tags/fedihire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedihire</span></a></p>
pancake :radare2:<p>2025 and clang-format still can't enforce a space before function calls <a href="https://releases.llvm.org/20.1.0/tools/clang/docs/ClangFormatStyleOptions.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">releases.llvm.org/20.1.0/tools</span><span class="invisible">/clang/docs/ClangFormatStyleOptions.html</span></a> <a href="https://infosec.exchange/tags/llvm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>llvm</span></a> <a href="https://infosec.exchange/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://infosec.exchange/tags/format" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>format</span></a></p>
Dr. Brian Callahan<p>A new <a href="https://bsd.network/tags/blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blog</span></a> post appears!</p><p>I built a native GCC 14.2.0 for Mac OS X 10.4 Tiger PowerPC.</p><p><a href="https://briancallahan.net/blog/20250329.html" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">briancallahan.net/blog/2025032</span><span class="invisible">9.html</span></a></p><p><a href="https://bsd.network/tags/macos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macos</span></a> <a href="https://bsd.network/tags/macosx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macosx</span></a> <a href="https://bsd.network/tags/tiger" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tiger</span></a> <a href="https://bsd.network/tags/powerpc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>powerpc</span></a> <a href="https://bsd.network/tags/power" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>power</span></a> <a href="https://bsd.network/tags/unix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unix</span></a> <a href="https://bsd.network/tags/bsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bsd</span></a> <a href="https://bsd.network/tags/freebsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freebsd</span></a> <a href="https://bsd.network/tags/openbsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openbsd</span></a> <a href="https://bsd.network/tags/netbsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>netbsd</span></a> <a href="https://bsd.network/tags/dragonflybsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dragonflybsd</span></a> <a href="https://bsd.network/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://bsd.network/tags/solaris" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>solaris</span></a> <a href="https://bsd.network/tags/illumos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>illumos</span></a> <a href="https://bsd.network/tags/gcc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gcc</span></a> <a href="https://bsd.network/tags/llvm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>llvm</span></a> <a href="https://bsd.network/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://bsd.network/tags/compiler" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compiler</span></a> <a href="https://bsd.network/tags/compilers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compilers</span></a> <a href="https://bsd.network/tags/assembler" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>assembler</span></a> <a href="https://bsd.network/tags/linker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linker</span></a> <a href="https://bsd.network/tags/toolchain" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>toolchain</span></a> <a href="https://bsd.network/tags/freesoftware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freesoftware</span></a> <a href="https://bsd.network/tags/opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opensource</span></a> <a href="https://bsd.network/tags/gnu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gnu</span></a></p>
deadprogram<p>Want to see what you can do with computer vision and WebAssembly? Come to my talk next week at WASM I/O...</p><p><a href="https://social.tinygo.org/tags/wasmio25" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasmio25</span></a> <a href="https://social.tinygo.org/tags/wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasm</span></a> <a href="https://social.tinygo.org/tags/webassembly" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webassembly</span></a> <a href="https://social.tinygo.org/tags/computervision" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>computervision</span></a> <a href="https://social.tinygo.org/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://social.tinygo.org/tags/tinygo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tinygo</span></a> <a href="https://social.tinygo.org/tags/rustlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rustlang</span></a> <a href="https://social.tinygo.org/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a></p><p><a href="https://2025.wasm.io/sessions/seeing-eye-to-eye-computer-vision-using-wasmvision/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">2025.wasm.io/sessions/seeing-e</span><span class="invisible">ye-to-eye-computer-vision-using-wasmvision/</span></a></p>
分 Bifurkatus<p><a href="https://dresden.network/tags/TIL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TIL</span></a> about <a href="https://dresden.network/tags/snac" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>snac</span></a>, a Mastodon compatible server implemented in C:</p><p><a href="https://codeberg.org/grunfink/snac2" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">codeberg.org/grunfink/snac2</span><span class="invisible"></span></a></p><p><a href="https://dresden.network/tags/mastodon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mastodon</span></a> <a href="https://dresden.network/tags/activitypub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>activitypub</span></a> <a href="https://dresden.network/tags/homeserver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>homeserver</span></a> <a href="https://dresden.network/tags/fediverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fediverse</span></a> <a href="https://dresden.network/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a> <a href="https://dresden.network/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a></p>
thedæmonI'm just going to leave this here.<br><a href="https://hj.9fs.net?t=rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#rust</a> <a href="https://hj.9fs.net?t=rustlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#rustlang</a> <a href="https://hj.9fs.net?t=c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#c</a> <a href="https://hj.9fs.net?t=clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#clang</a><br>
Nils Goroll 🕊️:varnishcache:<p>I am amazed, <a href="https://fosstodon.org/tags/neovim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>neovim</span></a> with <a href="https://fosstodon.org/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://fosstodon.org/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a> is GREAT, I just learned how to enable inlay hints and found a nice signature help plugin. A big THANK YOU to everyone making this possible. <a href="https://fosstodon.org/tags/llvm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>llvm</span></a></p>
Evangelos🏴<p>no way to prevent this <a href="https://libretooth.gr/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a> <a href="https://libretooth.gr/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a><br><a href="https://xeiaso.net/shitposts/no-way-to-prevent-this/CVE-2024-9632/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">xeiaso.net/shitposts/no-way-to</span><span class="invisible">-prevent-this/CVE-2024-9632/</span></a></p>
deadprogram<p>Both of my talks from <span class="h-card" translate="no"><a href="https://fosstodon.org/@fosdem" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fosdem</span></a></span> last weekend are now available online.</p><p>"Return To Go Without Wires" about using Go/TinyGo to make your own AirTags without any Apple hardware:</p><p><a href="https://cuddly.tube/w/p/2H3BJMkJZEJRUSUGkAaYGw?playlistPosition=13&amp;resume=true" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cuddly.tube/w/p/2H3BJMkJZEJRUS</span><span class="invisible">UGkAaYGw?playlistPosition=13&amp;resume=true</span></a></p><p>"Seeing Eye to Eye: Computer Vision using wasmVision" in the first ever WebAssembly dev room at FOSDEM: </p><p><a href="https://video.fosdem.org/2025/k4601/fosdem-2025-5902-seeing-eye-to-eye-computer-vision-using-wasmvision.av1.webm" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">video.fosdem.org/2025/k4601/fo</span><span class="invisible">sdem-2025-5902-seeing-eye-to-eye-computer-vision-using-wasmvision.av1.webm</span></a></p><p><a href="https://social.tinygo.org/tags/fosdem" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fosdem</span></a> <a href="https://social.tinygo.org/tags/fosdem2025" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fosdem2025</span></a> <a href="https://social.tinygo.org/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://social.tinygo.org/tags/tinygo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tinygo</span></a> <a href="https://social.tinygo.org/tags/wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasm</span></a> <a href="https://social.tinygo.org/tags/computervision" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>computervision</span></a> <a href="https://social.tinygo.org/tags/wasmvision" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasmvision</span></a> <a href="https://social.tinygo.org/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://social.tinygo.org/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://social.tinygo.org/tags/webassembly" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webassembly</span></a> <a href="https://social.tinygo.org/tags/fosdem" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fosdem</span></a> <a href="https://social.tinygo.org/tags/fosdem2025" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fosdem2025</span></a> <a href="https://social.tinygo.org/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://social.tinygo.org/tags/tinygo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tinygo</span></a> <a href="https://social.tinygo.org/tags/bluetooth" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bluetooth</span></a> <a href="https://social.tinygo.org/tags/airtag" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>airtag</span></a></p>
C:\KKJ\>:idle:<p>Posting here for Pebble.</p><p>Pebble is back to the roots. I got OG pebble and to this day *NONE* of the competition got even close to the experience. It died (screen), company died so I moved to Xiaomi, then Garmin. All has terrible UI and unneeded features that no one was asking for. </p><p>Also as a programmer the pebble OS API/library was super easy and fun to use (pure C).</p><p><a href="https://repebble.com/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">repebble.com/</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/smartwatch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>smartwatch</span></a> <a href="https://fosstodon.org/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a> <a href="https://fosstodon.org/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a> <a href="https://fosstodon.org/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>retrocomputing</span></a></p>
TinyGo<p>Another video from <span class="h-card" translate="no"><a href="https://fosstodon.org/@fosdem" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fosdem</span></a></span> featuring TinyGo "WebAssembly-powered game console" about <span class="h-card" translate="no"><a href="https://fosstodon.org/@fireflyzero" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fireflyzero</span></a></span> is available:</p><p><a href="https://video.fosdem.org/2025/k4601/fosdem-2025-4509-webassembly-powered-game-console.av1.webm" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">video.fosdem.org/2025/k4601/fo</span><span class="invisible">sdem-2025-4509-webassembly-powered-game-console.av1.webm</span></a></p><p><a href="https://mastodon.social/tags/wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasm</span></a> <a href="https://mastodon.social/tags/tinygo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tinygo</span></a> <a href="https://mastodon.social/tags/fireflyzero" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fireflyzero</span></a> <a href="https://mastodon.social/tags/games" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>games</span></a> <a href="https://mastodon.social/tags/hardware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hardware</span></a> <a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://mastodon.social/tags/clang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clang</span></a></p>