nerdculture.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Be excellent to each other, live humanism, no nazis, no hate speech. Not only for nerds, but the domain is somewhat cool. ;) No bots in general. Languages: DE, EN, FR, NL, ES, IT

Administered by:

Server stats:

1.2K
active users

#progamming

2 posts2 participants1 post today
Venkatesh-Prasad Ranganath<p>While object destructuring in <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> is great, do we really have to abuse it to avoid chaining? For example,<br>const { a: { b } } = c;<br>vs<br>const b = c.a.b;</p><p><a href="https://mastodon.social/tags/progamming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>progamming</span></a></p>
Olly 👾<p>A Game Boy Speedometer, just because you can.</p><p>The “world’s worst digital dash”, a Nintendo Game Boy as a digital speedometer. Interfacing the handheld with the vehicle’s CAN bus system, this project has something to offer.</p><p>🖇️Check my Image Description’s🖇️</p><p><a href="https://github.com/JohnSutley/Worlds-Worst-Digital-Dash" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/JohnSutley/Worlds-W</span><span class="invisible">orst-Digital-Dash</span></a></p><p><a href="https://nerdculture.de/tags/diy" class="mention hashtag" rel="tag">#<span>diy</span></a> <a href="https://nerdculture.de/tags/retro" class="mention hashtag" rel="tag">#<span>retro</span></a> <a href="https://nerdculture.de/tags/gameboy" class="mention hashtag" rel="tag">#<span>gameboy</span></a> <a href="https://nerdculture.de/tags/speedometer" class="mention hashtag" rel="tag">#<span>speedometer</span></a> <a href="https://nerdculture.de/tags/car" class="mention hashtag" rel="tag">#<span>car</span></a> <a href="https://nerdculture.de/tags/canbus" class="mention hashtag" rel="tag">#<span>canbus</span></a> <a href="https://nerdculture.de/tags/system" class="mention hashtag" rel="tag">#<span>system</span></a> <a href="https://nerdculture.de/tags/it" class="mention hashtag" rel="tag">#<span>it</span></a> <a href="https://nerdculture.de/tags/engineer" class="mention hashtag" rel="tag">#<span>engineer</span></a> <a href="https://nerdculture.de/tags/artist" class="mention hashtag" rel="tag">#<span>artist</span></a> <a href="https://nerdculture.de/tags/media" class="mention hashtag" rel="tag">#<span>media</span></a> <a href="https://nerdculture.de/tags/maker" class="mention hashtag" rel="tag">#<span>maker</span></a> <a href="https://nerdculture.de/tags/tech" class="mention hashtag" rel="tag">#<span>tech</span></a> <a href="https://nerdculture.de/tags/art" class="mention hashtag" rel="tag">#<span>art</span></a> <a href="https://nerdculture.de/tags/progamming" class="mention hashtag" rel="tag">#<span>progamming</span></a> <a href="https://nerdculture.de/tags/news" class="mention hashtag" rel="tag">#<span>news</span></a></p>
Codified<p>Everything was going well up to this point "Chapter 5". Got a little more complicated with callbacks and reducers and there's a definite bug with the original code.</p> <p>Could be due to my version of react/node.js so I'll give it a pass</p> <p><a href="https://books.ignifi.social/hashtag/6" rel="nofollow noopener noreferrer" target="_blank">#programming</a> <a href="https://books.ignifi.social/hashtag/3" rel="nofollow noopener noreferrer" target="_blank">#web</a> <a href="https://books.ignifi.social/hashtag/4" rel="nofollow noopener noreferrer" target="_blank">#react</a> <a href="https://books.ignifi.social/hashtag/5" rel="nofollow noopener noreferrer" target="_blank">#node</a> <a href="https://books.ignifi.social/hashtag/2" rel="nofollow noopener noreferrer" target="_blank">#javascript</a></p><p>(comment on <a href="https://books.ignifi.social/book/10930" rel="nofollow noopener noreferrer" target="_blank"><i>React Projects - Second Edition</i></a>)</p>
Somē<p>I've been trying out C interop with Common Lisp lately, since I tried C Interop with Zig and that was juicy nice. </p><p>With CL, it's nice too, but the process is a bit more involved. I had to build C2FFI, but that's painless since I already had Clang and LLVM on my system. There was a small fiffy where it couldn't find Clang but you could just pass a custom -I dir. </p><p>Generating bindings for a small library is easy. Generating bindings for a big library like SDL3 is not 😭 Been trying to do that since last night with cl-autowrap but I'm just not well-versed enough in this corner to understand the compiler messages. Currently stuck on `Class is not yet defined or was undefined: _IO_FILE` . </p><p><a href="https://hachyderm.io/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a> <a href="https://hachyderm.io/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a> <a href="https://hachyderm.io/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> <a href="https://hachyderm.io/tags/sdl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sdl</span></a> <a href="https://hachyderm.io/tags/ffi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffi</span></a> <a href="https://hachyderm.io/tags/progamming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>progamming</span></a> <a href="https://hachyderm.io/tags/interop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interop</span></a></p>
Frank Müller 🌻<p>Always wondering why so many actual <a href="https://mastodon.social/tags/progamming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>progamming</span></a> languages need <a href="https://mastodon.social/tags/metadata" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>metadata</span></a> inside their code.</p>
bbₜᵤₓᵢ<p><a href="https://burningboard.net/tags/progamming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>progamming</span></a></p>
Mazzo<p>...when contmeplating ones own existence while <a href="https://chaos.social/tags/progamming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>progamming</span></a> 🤔 </p><p><a href="https://chaos.social/tags/derProgrammierteWitz" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>derProgrammierteWitz</span></a> 😂</p>
Zizaco<p>Hi 👋, it's <a href="https://techhub.social/tags/introduction" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>introduction</span></a> time!</p><p>I'm Zizaco! I live somewhere in Europe helping people build reliable <a href="https://techhub.social/tags/software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>software</span></a>. I love to write code and explore new tech.</p><p>&gt;15 years working in <a href="https://techhub.social/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a>. An unexpected journey took me through software engineering, product ownership, engineering management, and now solutions architecture.</p><p>I'm a hobbyist <a href="https://techhub.social/tags/gamedev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gamedev</span></a> in my spare time! </p><p>Enjoyments: <a href="https://techhub.social/tags/PCGaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PCGaming</span></a> <a href="https://techhub.social/tags/progamming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>progamming</span></a> <a href="https://techhub.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://techhub.social/tags/rpg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rpg</span></a> <a href="https://techhub.social/tags/music" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>music</span></a> <a href="https://techhub.social/tags/metalcore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>metalcore</span></a> <a href="https://techhub.social/tags/cinema" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cinema</span></a> <a href="https://techhub.social/tags/art" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>art</span></a> <a href="https://techhub.social/tags/drawing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>drawing</span></a> <a href="https://techhub.social/tags/painting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>painting</span></a> <a href="https://techhub.social/tags/psicology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>psicology</span></a></p>