mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#documentation

14 posts11 participants1 post today
Kernel Bob<p><span class="h-card" translate="no"><a href="https://techhub.social/@3dprinting" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>3dprinting</span></a></span> The FilaBilly Dehumidifier's PID controller looks a little under-damped. I tuned it using ESPHome's built-in Ziegler-Nichols tuning. Now I'm going to try to hand tune it a little bit. (I have never tuned a PID controller before. They are black boxes to me.</p><p>It is trying to cycle between 15 minutes at -0.5℃ and 5 minutes at +2℃. That lets it defrost.</p><p>🧵 31/N</p><p><a href="https://chaos.social/tags/FilaBillyHumidor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FilaBillyHumidor</span></a><br><a href="https://chaos.social/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a><br><a href="https://chaos.social/tags/Pages" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pages</span></a></p>
Inautilo<p><a href="https://mastodon.social/tags/Design" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Design</span></a> <a href="https://mastodon.social/tags/Collections" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Collections</span></a><br>Design System Tactics · Tactics to help you make progress at every stage <a href="https://ilo.im/163g01" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/163g01</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/DesignSystems" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DesignSystems</span></a> <a href="https://mastodon.social/tags/Strategy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Strategy</span></a> <a href="https://mastodon.social/tags/Metrics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Metrics</span></a> <a href="https://mastodon.social/tags/Collaboration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Collaboration</span></a> <a href="https://mastodon.social/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a> <a href="https://mastodon.social/tags/DesignProcess" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DesignProcess</span></a> <a href="https://mastodon.social/tags/ProductDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProductDesign</span></a> <a href="https://mastodon.social/tags/UxDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UxDesign</span></a> <a href="https://mastodon.social/tags/UiDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UiDesign</span></a> <a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDesign</span></a></p>
Marcel Wiessler<p>The Needle Engine <a href="https://mastodon.gamedev.place/tags/documentation" class="mention hashtag" rel="tag">#<span>documentation</span></a> is now available in multiple languages:</p><p>Chinese<br />Spanish<br />Portugese<br />French<br />Hindi<br />Japanese<br />Vietnamese <br />and German!</p><p>Docs: <a href="https://engine.needle.tools/docs/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">engine.needle.tools/docs/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.gamedev.place/tags/needle" class="mention hashtag" rel="tag">#<span>needle</span></a> <a href="https://mastodon.gamedev.place/tags/threejs" class="mention hashtag" rel="tag">#<span>threejs</span></a> <a href="https://mastodon.gamedev.place/tags/webdev" class="mention hashtag" rel="tag">#<span>webdev</span></a> <a href="https://mastodon.gamedev.place/tags/ai" class="mention hashtag" rel="tag">#<span>ai</span></a></p>
Linux Is Best<p><span>Re-written to be a little clearer, less wordy in some places.<br><br>I think this one works nicely.</span></p><blockquote><span>NixOS is an operating system. An operating system is the main software that lets you use your computer through a user interface. Examples include Microsoft Windows, Apple macOS, Linux, and BSD.<br><br>NixOS is a Linux-based operating system. Like Windows or macOS, NixOS can have an easy-to-use graphical user interface (GUI). A popular GUI for Linux is called KDE Plasma — it offers a simple, point-and-click environment similar to Windows or macOS. It includes a control panel (called Settings) where you can manage most of your commonly used options.<br><br>But for more advanced settings, NixOS is different from most Linux-based operating systems. In fact, it can be easier to use because NixOS relies on one master file to configure nearly everything. This simplifies things, while common settings are still conveniently controlled through KDE Plasma, as mentioned earlier.<br><br>The master configuration file is located at: /etc/nixos/configuration.nix<br><br>For former macOS users, this file path should be familiar. But for those coming from Microsoft Windows, it might be a bit different. In Windows, a file path would look like this:<br><br>C: \ etc \ nixos \ configuration.nix<br><br>In contrast, Linux (like macOS and BSD) uses a file path structure like:<br><br>/ etc / nixos / configuration.nix<br><br>This means you don't use a drive letter, and instead of a backslash \ you use a forward slash /<br><br>Fun fact: Microsoft Windows is the only mainstream operating system that hasn't fully adopted this universal directory path structure. Even mobile devices like Apple iOS and Android use this format under the hood.<br><br>In Microsoft Windows, you use File Explorer to navigate your folders. In Apple macOS, you use Finder. In NixOS with KDE Plasma, you use Dolphin.<br><br>Additionally, what sets NixOS apart from many other Linux distributions is that it is immutable. This means the root system is protected and can be easily recovered. If something goes wrong, you can simply reboot and select a previous save. It's similar to restoring a saved game with a timestamp from the boot menu. This feature makes NixOS more secure, stable, and easier to recover from problems.</span></blockquote><a href="https://mk.absturztau.be/tags/NixOS" rel="nofollow noopener noreferrer" target="_blank">#NixOS</a> <a href="https://mk.absturztau.be/tags/Nix" rel="nofollow noopener noreferrer" target="_blank">#Nix</a> <a href="https://mk.absturztau.be/tags/Linux" rel="nofollow noopener noreferrer" target="_blank">#Linux</a> <a href="https://mk.absturztau.be/tags/Windows" rel="nofollow noopener noreferrer" target="_blank">#Windows</a> <a href="https://mk.absturztau.be/tags/Documentation" rel="nofollow noopener noreferrer" target="_blank">#Documentation</a><p></p>
Inautilo<p><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/Launches" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Launches</span></a><br>Sandboxes · A repository of 30+ playgrounds for developers <a href="https://ilo.im/163fl8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/163fl8</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://mastodon.social/tags/Coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Coding</span></a> <a href="https://mastodon.social/tags/Playgrounds" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Playgrounds</span></a> <a href="https://mastodon.social/tags/Blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Blog</span></a> <a href="https://mastodon.social/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a> <a href="https://mastodon.social/tags/Education" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Education</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/Frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Frontend</span></a> <a href="https://mastodon.social/tags/Backend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Backend</span></a></p>
Linux Is Best<p><span>Trying to make this "stupid, smart". <br><br>Or, to put it another way, trying to word this in away that a dumb people knowing nothing, can understand this, and feel smart once they have read it. But while trying to keep it really simple, without being overwhelming.</span></p><blockquote><span>NixOS is an operating system, and an operating system is the software user interface that allows you to use your computer. An example would be, Microsoft Windows, Apple macOS, Linux, and BSD. <br><br>NixOS particularly is a Linux-based operating system. NixOS, like Microsoft Windows or Apple macOS, can offer an easy-to-use, graphic user interface (GUI). A common and popular GUI for Linux is called, KDE Plasma. KDE Plasma, offers a very easy-to-use, point and click, environment, similar to Windows or Apple, but not identical, including a control panel (called, Settings), for most of your commonly used settings.<br><br>But for the more in-depth settings, NixOS is not like most Linux-based operating systems. In fact, it can be easier to use because, NixOS uses 1 master file to configure nearly everything, except for the previously mentioned common settings which are still conveniently controlled in KDE Plasma.<br><br>This master configuration file is located at: /etc/nixos/configuration.nix<br><br>For previous Apple macOS users, this file path will be easy to understand. But for those of you coming from Microsoft Windows, unlike, Microsoft Windows, which file path would have been: <br><br>C:\etc\nixos\configuration.nix<br><br>Linux, like macOS and BSD use<br><br>/etc/nixos/configuration.nix<br><br>Meaning, you do not use a drive letter, and instead of a backlash \ you use a forward slash /<br><br>Fun fact: Microsoft Windows, is the only mainstream operating system, which has not yet adapted this universal standard, and under the hood, even mobile devices such as Apple iOS and Android, use this directory path structure.<br><br>Additionally, what separates NixOS from many other Linux developments is it an immutable Linux distribution (distro). Meaning, the root system is protected and also recoverable, meaning if something were to go wrong, you can reboot and select the previous save. This makes NixOS more secure, stable, and easier to recover if anything were to go wrong.</span></blockquote><a href="https://mk.absturztau.be/tags/NixOs" rel="nofollow noopener noreferrer" target="_blank">#NixOs</a> <a href="https://mk.absturztau.be/tags/Nix" rel="nofollow noopener noreferrer" target="_blank">#Nix</a> <a href="https://mk.absturztau.be/tags/Linux" rel="nofollow noopener noreferrer" target="_blank">#Linux</a> <a href="https://mk.absturztau.be/tags/Windows" rel="nofollow noopener noreferrer" target="_blank">#Windows</a> <a href="https://mk.absturztau.be/tags/Documentation" rel="nofollow noopener noreferrer" target="_blank">#Documentation</a><p></p>
katzenberger<p>"So that we won't say we didn't know"</p><p>A <a href="https://tldr.nettime.org/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> project by citizens of <a href="https://tldr.nettime.org/tags/Israel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Israel</span></a> that proves you <u>can</u> know what is going on in <a href="https://tldr.nettime.org/tags/Gaza" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gaza</span></a> and the <a href="https://tldr.nettime.org/tags/WestBank" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WestBank</span></a>, if you care to not close your eyes.</p><p>»The Daily File is an independent voluntary project by Israeli citizens wishing to bring attention to numeric, visual, documentary information about the daily goings-on in the West Bank and in the Gaza Strip, the interface of <a href="https://tldr.nettime.org/tags/Palestinians" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Palestinians</span></a> and the Israeli security forces and colonists.«</p><p><strong>CW / Content warning:</strong></p><p>The linked website also documents photography and videos showing what is happening, including wounded human beings and corpses of all ages.</p><p><a href="https://www.thedailyfile.org/blog/categories/gaza" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">thedailyfile.org/blog/categori</span><span class="invisible">es/gaza</span></a> </p><p><a href="https://tldr.nettime.org/tags/DailyFile" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DailyFile</span></a></p>
Kernel Bob<p><span class="h-card" translate="no"><a href="https://techhub.social/@3dprinting" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>3dprinting</span></a></span> I pushed it to Github. If you're not a speed reader, you can see the slow version here.</p><p><a href="https://github.com/kbob/filabilly-humidor/blob/main/Dehumidifier/Assembly%20Guide/Assembly%20Guide.pdf" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/kbob/filabilly-humi</span><span class="invisible">dor/blob/main/Dehumidifier/Assembly%20Guide/Assembly%20Guide.pdf</span></a></p><p>(Easter egg on the last page...)</p><p>🧵 30/N</p><p><a href="https://chaos.social/tags/FilaBillyHumidor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FilaBillyHumidor</span></a> <a href="https://chaos.social/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a> <a href="https://chaos.social/tags/Pages" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pages</span></a></p>
Kernel Bob<p><span class="h-card" translate="no"><a href="https://techhub.social/@3dprinting" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>3dprinting</span></a></span> Hey, the assembly guide is formatted. I still need to take another half dozen photos, but I'm liking it so far.</p><p>Edit: replaced static image of the cover with a flipbook movie.</p><p>🧵 29/N</p><p><a href="https://chaos.social/tags/FilaBillyHumidor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FilaBillyHumidor</span></a> <a href="https://chaos.social/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a> <a href="https://chaos.social/tags/Pages" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pages</span></a></p>
QUnit<p>Ever wondered how beforeEach works in unit test frameworks? Check out our new lifecycle diagram!</p><p><a href="https://qunitjs.com/lifecycle/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">qunitjs.com/lifecycle/</span><span class="invisible"></span></a></p><p>People generally guess right when it comes to ordering, so why a diagram?</p><p>We want to show that the order is guaranteed, and showcase what's possible when you depend on it.</p><p>Thanks to FND, Jan, and NullVoxPopuli for improving and promoting this work! H/T <span class="h-card" translate="no"><a href="https://hachyderm.io/@FND" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>FND</span></a></span> <span class="h-card" translate="no"><a href="https://hci.social/@simulo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>simulo</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.coffee/@nullvoxpopuli" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nullvoxpopuli</span></a></span> </p><p><a href="https://fosstodon.org/tags/qunit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>qunit</span></a> <a href="https://fosstodon.org/tags/WriteTheDocs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WriteTheDocs</span></a> <a href="https://fosstodon.org/tags/TechnicalWriting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechnicalWriting</span></a> <a href="https://fosstodon.org/tags/SoftwareDocumentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareDocumentation</span></a> <a href="https://fosstodon.org/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> <a href="https://fosstodon.org/tags/TDD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TDD</span></a></p>
Kernel Bob<p><span class="h-card" translate="no"><a href="https://techhub.social/@3dprinting" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>3dprinting</span></a></span> I've written the first draft of the assembly guide for the FilaBilly Dehumidifier. It's a Markdown document. I've got a couple dozen photos that I want to insert into the instructions, and I kind of want to make it look better than Markdown. So I'm thinking about word processors. It's been years since I used one. Maybe Apple Pages?</p><p>Meanwhile, the rest of the IKEA parts are coming this week. So progress is progressing.</p><p>🧵 28/N</p><p><a href="https://chaos.social/tags/FilaBillyHumidor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FilaBillyHumidor</span></a> <a href="https://chaos.social/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a> <a href="https://chaos.social/tags/MarkDown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MarkDown</span></a></p>
Jack C.<p>Perusing the <a href="https://indieweb.social/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> for JPype as it's the translation layer letting me write my <a href="https://indieweb.social/tags/Ghidra" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ghidra</span></a> script in <a href="https://indieweb.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a>, and I'm enjoying the conversational style of the introduction in the user guide </p><p><a href="https://jpype.readthedocs.io/en/latest/userguide.html#case-1-access-to-a-java-library" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jpype.readthedocs.io/en/latest</span><span class="invisible">/userguide.html#case-1-access-to-a-java-library</span></a></p><p><a href="https://indieweb.social/tags/ReverseEngineering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ReverseEngineering</span></a> <a href="https://indieweb.social/tags/Disassembly" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Disassembly</span></a> <a href="https://indieweb.social/tags/Motorola68xx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Motorola68xx</span></a></p>
Aaron Longchamps<p>Finally have Paperless-ngx up and running in the home lab. And now that I have my "core" services running, I should put together a blog post about it.</p><p>Paperless-ngx will be for document management, general files will be in Filebrowser, pictures will be in PiGallery, and the wiki will be in Bookstack. I picked all of them based on how they suited my needs and how cooperative they were.</p><p>For example, immich makes you manually create albums, instead of just using your folder structure, which is what I wanted. PiGallery does this for me.</p><p>These cover a lot of different kinds of media/content, with the fallback being Filebrowser for general purpose files.</p><p><a href="https://infosec.exchange/tags/selfhosted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfhosted</span></a> <a href="https://infosec.exchange/tags/homelab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>homelab</span></a> <a href="https://infosec.exchange/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> <a href="https://infosec.exchange/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a></p>
CubeRootOfTrue<p><span class="h-card" translate="no"><a href="https://mathstodon.xyz/@dougmerritt" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>dougmerritt</span></a></span> <span class="h-card" translate="no"><a href="https://mathstodon.xyz/@AmenZwa" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>AmenZwa</span></a></span> Calling it "vibe-coding" makes me a bit sick to my stomach. Like "refactoring", a word for a concept that doesn't need to exist. Dark matter.</p><p>LLMs are basically manual pages you can ask to write a snippet. There is no "I" in "LLM", but it is a better way to access the manuals for sure. I don't want to have to read all 100 pages just to find the function call I need, I only want to _ask the book._</p><p><a href="https://mathstodon.xyz/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://mathstodon.xyz/tags/manuals" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>manuals</span></a> <a href="https://mathstodon.xyz/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> <a href="https://mathstodon.xyz/tags/darkmatter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>darkmatter</span></a></p>
Mère Teresa<p>Attendez encore plus intéressant, la DOCUMENTATION : <a href="https://swagger.io/docs/specification/v3_0/data-models/inheritance-and-polymorphism/#discriminator" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">swagger.io/docs/specification/</span><span class="invisible">v3_0/data-models/inheritance-and-polymorphism/#discriminator</span></a></p><p><a href="https://mastodon.tetaneutral.net/tags/openApi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openApi</span></a> <a href="https://mastodon.tetaneutral.net/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> <a href="https://mastodon.tetaneutral.net/tags/polymorphism" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>polymorphism</span></a></p>
Karsten Schmidt<p>Just added some new diagrams to describe the internals of the <a href="https://thi.ng/block-fs" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/block-fs</span><span class="invisible"></span></a> block storage &amp; filesystem (incl. some examples) and also added/updated CLI tooling docs...</p><p><a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ThingUmbrella</span></a> <a href="https://mastodon.thi.ng/tags/BlockStorage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BlockStorage</span></a> <a href="https://mastodon.thi.ng/tags/FileSystem" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FileSystem</span></a> <a href="https://mastodon.thi.ng/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.thi.ng/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.thi.ng/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a> <a href="https://mastodon.thi.ng/tags/Diagram" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Diagram</span></a></p>
💧🌏 Greg Cocks<p>GEDTM30 – A Global 1-Arc-Second (~30m) Digital Terrain Model (DTM)<br>--<br><a href="https://github.com/openlandmap/GEDTM30" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/openlandmap/GEDTM30</span><span class="invisible"></span></a> &lt;-- shared GitHub repository<br>--<br><a href="https://techhub.social/tags/GIS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GIS</span></a> <a href="https://techhub.social/tags/spatial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spatial</span></a> <a href="https://techhub.social/tags/mapping" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mapping</span></a> <a href="https://techhub.social/tags/opendata" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opendata</span></a> <a href="https://techhub.social/tags/global" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>global</span></a> <a href="https://techhub.social/tags/DTM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DTM</span></a> <a href="https://techhub.social/tags/GEDTM30" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GEDTM30</span></a> <a href="https://techhub.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> <a href="https://techhub.social/tags/30m" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>30m</span></a> <a href="https://techhub.social/tags/landsurface" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>landsurface</span></a> <a href="https://techhub.social/tags/parameters" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>parameters</span></a> <a href="https://techhub.social/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> <a href="https://techhub.social/tags/hydrology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hydrology</span></a> <a href="https://techhub.social/tags/remotesensing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>remotesensing</span></a> <a href="https://techhub.social/tags/earthobservation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>earthobservation</span></a> <a href="https://techhub.social/tags/slope" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>slope</span></a> <a href="https://techhub.social/tags/geomorphons" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>geomorphons</span></a> <a href="https://techhub.social/tags/hillshade" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hillshade</span></a> <a href="https://techhub.social/tags/geomorphometry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>geomorphometry</span></a> <a href="https://techhub.social/tags/geomorphology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>geomorphology</span></a> <a href="https://techhub.social/tags/topography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>topography</span></a> <a href="https://techhub.social/tags/Equi7" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Equi7</span></a> <a href="https://techhub.social/tags/terrainheight" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>terrainheight</span></a> <a href="https://techhub.social/tags/DigitalTerrainModel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DigitalTerrainModel</span></a> <a href="https://techhub.social/tags/landform" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>landform</span></a></p>
💧🌏 Greg Cocks<p>RiverREM - Generating River Relative Elevation Model (REM) Visualisations <br>--<br><a href="https://github.com/OpenTopography/RiverREM" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/OpenTopography/Rive</span><span class="invisible">rREM</span></a> &lt;-- shared GitHub repository<br>--<br><a href="https://opentopography.github.io/RiverREM/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">opentopography.github.io/River</span><span class="invisible">REM/</span></a> &lt;-- shared documentation<br>--<br><a href="https://opentopography.org/blog/new-package-automates-river-relative-elevation-model-rem-generation" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">opentopography.org/blog/new-pa</span><span class="invisible">ckage-automates-river-relative-elevation-model-rem-generation</span></a> &lt;-- shared Open Topography blog post about RiverREM<br>--<br>H/T Heidi Luchsinger / Open Topography<br>[this post should not be considered as an endorsement of this product aka caveat emptor]<br><a href="https://techhub.social/tags/GIS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GIS</span></a> <a href="https://techhub.social/tags/spatial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>spatial</span></a> <a href="https://techhub.social/tags/mapping" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mapping</span></a> <a href="https://techhub.social/tags/remotesensing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>remotesensing</span></a> <a href="https://techhub.social/tags/earthobservation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>earthobservation</span></a> <a href="https://techhub.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://techhub.social/tags/LiDAR" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LiDAR</span></a> <a href="https://techhub.social/tags/RiverREM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RiverREM</span></a> <a href="https://techhub.social/tags/visualisation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>visualisation</span></a> <a href="https://techhub.social/tags/hydrology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hydrology</span></a> <a href="https://techhub.social/tags/water" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>water</span></a> <a href="https://techhub.social/tags/river" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>river</span></a> <a href="https://techhub.social/tags/rivervalley" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rivervalley</span></a> <a href="https://techhub.social/tags/floodplain" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>floodplain</span></a> <a href="https://techhub.social/tags/terraces" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>terraces</span></a> <a href="https://techhub.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> <a href="https://techhub.social/tags/opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opensource</span></a> <a href="https://techhub.social/tags/opendata" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opendata</span></a> <a href="https://techhub.social/tags/DEM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DEM</span></a> <a href="https://techhub.social/tags/REM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>REM</span></a> <a href="https://techhub.social/tags/model" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>model</span></a> <a href="https://techhub.social/tags/modeling" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>modeling</span></a> <a href="https://techhub.social/tags/RiverRelativeModel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RiverRelativeModel</span></a> <a href="https://techhub.social/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> <a href="https://techhub.social/tags/tutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tutorial</span></a> <a href="https://techhub.social/tags/learning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>learning</span></a> <a href="https://techhub.social/tags/tool" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tool</span></a> <a href="https://techhub.social/tags/elevation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>elevation</span></a> <a href="https://techhub.social/tags/raster" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raster</span></a> <a href="https://techhub.social/tags/sinuosity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sinuosity</span></a> <a href="https://techhub.social/tags/drainage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>drainage</span></a></p>
Frontend Dogma<p>Don’t Use Scores From Automatic Tools in Your Accessibility Statement, by <span class="h-card" translate="no"><a href="https://mastodon.social/@cerovac_a11y" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>cerovac_a11y</span></a></span>:</p><p><a href="https://cerovac.com/a11y/2025/03/dont-use-scores-from-automatic-tools-in-your-accessibility-statement-do-this-instead/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cerovac.com/a11y/2025/03/dont-</span><span class="invisible">use-scores-from-automatic-tools-in-your-accessibility-statement-do-this-instead/</span></a></p><p><a href="https://mas.to/tags/accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>accessibility</span></a> <a href="https://mas.to/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> <a href="https://mas.to/tags/compliance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compliance</span></a> <a href="https://mas.to/tags/tooling" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tooling</span></a></p>
decidim<p>📅 Mark your calendar, grab a coffee ☕ — on April 30 (2–4pm CEST) you're invited to our <a href="https://freeradical.zone/tags/DocsReviewParty" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DocsReviewParty</span></a>!</p><p>After a long road, the <a href="https://freeradical.zone/tags/Decidim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Decidim</span></a> documentation is finally updated to the latest version. Now we need you to help us review it! </p><p>Your feedback on structure, clarity, and content will help improve the docs for everyone — and it's a big step toward our goal of multilingual, community-driven <a href="https://freeradical.zone/tags/documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>documentation</span></a> by 2026.</p><p>🔗 Register: <a href="https://meta.decidim.org/assemblies/eix-comunitat/f/149/meetings/2087?locale=ca" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">meta.decidim.org/assemblies/ei</span><span class="invisible">x-comunitat/f/149/meetings/2087?locale=ca</span></a></p><p>📚 Check the docs: <a href="https://docs.decidim.org/en/v0.29/index.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.decidim.org/en/v0.29/inde</span><span class="invisible">x.html</span></a></p>