mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

#javascript

260 posts157 participants35 posts today
GripNews<p>🌘 絕不自行撰寫日期解析函式庫<br>➤ 從Luxon到原生JavaScript,Eleventy優化日期解析的旅程<br>✤ <a href="https://www.zachleat.com/web/adventures-in-date-parsing/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">zachleat.com/web/adventures-in</span><span class="invisible">-date-parsing/</span></a><br>作者Zach Leatherman分享了Eleventy專案中,從採用Luxon日期解析函式庫到最終放棄,改用原生JavaScript的原因。Luxon雖然功能強大,但體積過大,佔用了Eleventy整體資源的22%。經過評估多個替代方案後,發現Day.js雖然體積小巧,但準確性不足。最終,Eleventy決定採用更嚴格的ISO 8601格式,並期待未來JavaScript的Temporal API。<br>+ 很有意思的經驗分享,讓我更瞭解選擇函式庫時需要考量的不僅是功能,還有體積和效能。<br>+ 期待Temporal API的到來,這會是JavaScript處理日期和時間的重要進步。<br><a href="https://mastodon.social/tags/%E7%B6%B2%E9%A0%81%E9%96%8B%E7%99%BC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>網頁開發</span></a> <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/Eleventy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Eleventy</span></a></p>
That HTML Blog & The Spicy Web<p>The Invoker Commands API is the new hotness for a declarative <a href="https://intuitivefuture.com/tags/HTML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HTML</span></a> solution to the problem “click and see something happen!!”</p><p>However…</p><p>If we’re inside shadow DOM and the button being clicked is supposed to do a thing via its host component, then uh, nope. 🤨</p><p>Thankfully there’s always a workaround in the Wide World of the Web, so I’ve written it up and here it is!</p><p>😁 Yay for building directly on top of platform mechanics. 👏 <a href="https://intuitivefuture.com/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://intuitivefuture.com/tags/WebComponents" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebComponents</span></a> <a href="https://intuitivefuture.com/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a></p><p><a href="https://thathtml.blog/2025/07/more-fun-with-invoker-commands-web-components/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">thathtml.blog/2025/07/more-fun</span><span class="invisible">-with-invoker-commands-web-components/</span></a></p>
Yosola :chocorramo:<p>🎯 ¡Nueva actualización de Bulls &amp; Cows!</p><p>✨ Mejoras recientes:</p><p>¡No se permiten dígitos repetidos! (más difícil 😈)</p><p>Las respuestas inválidas no cuentan como intento</p><p>Instrucciones más claras para quienes juegan por primera vez</p><p>¿Te atreves al reto? 🤔</p><p>👉 <a href="https://bulls.yosola.co" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bulls.yosola.co</span><span class="invisible"></span></a></p><p><a href="https://col.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://col.social/tags/DesarrolloWeb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DesarrolloWeb</span></a> <a href="https://col.social/tags/Juegos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Juegos</span></a> <a href="https://col.social/tags/BullsAndCows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BullsAndCows</span></a> <a href="https://col.social/tags/Programaci%C3%B3n" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programación</span></a></p>
Josh “Yoshi” Vickerson<p>“Browsers are evolving to reward simplicity and resilience. They’re building for the kind of web we should have been embracing all along.”</p><p><a href="https://www.jonoalderson.com/conjecture/its-time-for-modern-css-to-kill-the-spa/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">jonoalderson.com/conjecture/it</span><span class="invisible">s-time-for-modern-css-to-kill-the-spa/</span></a></p><p><a href="https://vickerson.me/tags/CSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CSS</span></a> <a href="https://vickerson.me/tags/JS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JS</span></a> <a href="https://vickerson.me/tags/SPA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SPA</span></a> <a href="https://vickerson.me/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://vickerson.me/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a> <a href="https://vickerson.me/tags/PerfMatters" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PerfMatters</span></a></p>
lxsameer<p>I owe a lot to a few programming languages that taught me how to design a language, both from an engineering standpoint and computer science. </p><p><a href="https://mastodon.social/tags/Lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Lisp</span></a> &amp; <a href="https://mastodon.social/tags/haskell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>haskell</span></a> for what a good programming language might look like. </p><p><a href="https://mastodon.social/tags/Agda" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Agda</span></a>, <a href="https://mastodon.social/tags/Idris2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Idris2</span></a>, <a href="https://mastodon.social/tags/lean4" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lean4</span></a> to show me how useful dependent types are.</p><p><a href="https://mastodon.social/tags/C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C</span></a>++, to teach me what to avoid</p><p><a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a>, <a href="https://mastodon.social/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a> to be such giant examples of shitty languages and give me hope that I can do better. 😂</p>
Frontend Dogma<p>Never Write Your Own Date Parsing Library, by <span class="h-card" translate="no"><a href="https://fediverse.zachleat.com/@zachleat" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>zachleat</span></a></span>:</p><p><a href="https://www.zachleat.com/web/adventures-in-date-parsing/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">zachleat.com/web/adventures-in</span><span class="invisible">-date-parsing/</span></a></p><p><a href="https://mas.to/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a> <a href="https://mas.to/tags/libraries" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>libraries</span></a> <a href="https://mas.to/tags/comparisons" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>comparisons</span></a> <a href="https://mas.to/tags/time" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>time</span></a> <a href="https://mas.to/tags/parsing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>parsing</span></a></p>
JavaJobs<br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Full" target="_blank">#Full</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Stack" target="_blank">#Stack</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Development" target="_blank">#Development</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Java" target="_blank">#Java</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Software" target="_blank">#Software</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Architecture" target="_blank">#Architecture</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Spring" target="_blank">#Spring</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Boot" target="_blank">#Boot</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Video" target="_blank">#Video</a><br><br><a href="https://www.freelancer.com/projects/full-stack-development/Full-Stack-Dev-Trainer-Needed.html" rel="nofollow noopener" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=JavaJobs" rel="nofollow noopener" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=2olRlvF4P7EfEXxmCB62nUE6ibg&amp;interestId=JavaJobs" rel="nofollow noopener" target="_blank">Match</a>
David Reed<p>I'm hunting for a <a href="https://floss.social/tags/Markdown" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Markdown</span></a> editor I can drop into a static HTML page to enhance a `textarea` with a single <a href="https://floss.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> file. I'd like a WYSIWYG mode for users who don't know Markdown.</p><p>Suggestions? There are a lot of options, but none I can find that fit that specific bill.</p>
javascript-job-alert<br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/.NET" target="_blank">#.NET</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/.NET" target="_blank">#.NET</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Core" target="_blank">#Core</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/AngularJS" target="_blank">#AngularJS</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Blockchain" target="_blank">#Blockchain</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/C#" target="_blank">#C#</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Programming" target="_blank">#Programming</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/HTML5" target="_blank">#HTML5</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/React.js" target="_blank">#React.js</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/REST" target="_blank">#REST</a><br><br><a href="https://www.freelancer.com/projects/dot-net/Issue-Fixing-Full-Stack-Developer.html" rel="nofollow noopener" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=4eUVIqTXPrsJscvRdfjRaWGeV16&amp;interestId=javascript-job-alert" rel="nofollow noopener" target="_blank">Match</a>
heise online English<p>Popular JavaScript package is: Malware through supply chain attack</p><p>Following a phishing attack on npm-Maintainer, the package is, which is downloaded around 2.7 million times a week, was infected with a malware loader.</p><p><a href="https://www.heise.de/en/news/Popular-JavaScript-package-is-Malware-through-supply-chain-attack-10499964.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">heise.de/en/news/Popular-JavaS</span><span class="invisible">cript-package-is-Malware-through-supply-chain-attack-10499964.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon</span></a></p><p><a href="https://social.heise.de/tags/IT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IT</span></a> <a href="https://social.heise.de/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://social.heise.de/tags/Malware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Malware</span></a> <a href="https://social.heise.de/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a></p>
Alvin Ashcraft 🐿️<p>Dew Drop Weekly Newsletter #442 - Week Ending July 25, 2025.</p><p><a href="https://zc.vg/lPPY0?m=0" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">zc.vg/lPPY0?m=0</span><span class="invisible"></span></a> </p><p><a href="https://hachyderm.io/tags/dewdrop" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dewdrop</span></a> <a href="https://hachyderm.io/tags/newsletter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>newsletter</span></a> <a href="https://hachyderm.io/tags/aspnetcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aspnetcore</span></a> <a href="https://hachyderm.io/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a> <a href="https://hachyderm.io/tags/windev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>windev</span></a> <a href="https://hachyderm.io/tags/windowsappsdk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>windowsappsdk</span></a> <a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://hachyderm.io/tags/unoplatform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>unoplatform</span></a> <a href="https://hachyderm.io/tags/csharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csharp</span></a> <a href="https://hachyderm.io/tags/ai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ai</span></a> <a href="https://hachyderm.io/tags/devops" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devops</span></a> <a href="https://hachyderm.io/tags/agile" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>agile</span></a> <a href="https://hachyderm.io/tags/mobiledev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mobiledev</span></a> <a href="https://hachyderm.io/tags/gamedev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gamedev</span></a> <a href="https://hachyderm.io/tags/IoT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IoT</span></a> <a href="https://hachyderm.io/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://hachyderm.io/tags/m365" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>m365</span></a> <a href="https://hachyderm.io/tags/sqlserver" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlserver</span></a> <a href="https://hachyderm.io/tags/windows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>windows</span></a> <a href="https://hachyderm.io/tags/powershell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>powershell</span></a></p>
Alvin Ashcraft<p>Dew Drop Weekly Newsletter #442 - Week Ending July 25, 2025. <a href="https://buff.ly/Br2zhNR" rel="nofollow noopener" target="_blank">buff.ly/Br2zhNR</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23dewdrop" target="_blank">#dewdrop</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23newsletter" target="_blank">#newsletter</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23aspnetcore" target="_blank">#aspnetcore</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23javascript" target="_blank">#javascript</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23windev" target="_blank">#windev</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23windowsappsdk" target="_blank">#windowsappsdk</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23dotnet" target="_blank">#dotnet</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23unoplatform" target="_blank">#unoplatform</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23csharp" target="_blank">#csharp</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23ai" target="_blank">#ai</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23devops" target="_blank">#devops</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23agile" target="_blank">#agile</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23mobiledev" target="_blank">#mobiledev</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23gamedev" target="_blank">#gamedev</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23IoT" target="_blank">#IoT</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23database" target="_blank">#database</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23m365" target="_blank">#m365</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23sqlserver" target="_blank">#sqlserver</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23windows" target="_blank">#windows</a> <a class="hashtag" rel="nofollow noopener" href="https://bsky.app/search?q=%23powershell" target="_blank">#powershell</a><br><br><a href="https://zc.vg/lPPY0?m=0" rel="nofollow noopener" target="_blank">Dew Drop Weekly Newsletter 442...</a></p>
Deutschland<p><a href="https://www.europesays.com/de/292667/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">europesays.com/de/292667/</span><span class="invisible"></span></a> Beliebtes JavaScript-Paket is: Malware durch Supply-Chain-Angriff <a href="https://pubeurope.com/tags/Deutschland" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Deutschland</span></a> <a href="https://pubeurope.com/tags/Germany" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Germany</span></a> <a href="https://pubeurope.com/tags/IT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IT</span></a> <a href="https://pubeurope.com/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://pubeurope.com/tags/Malware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Malware</span></a> <a href="https://pubeurope.com/tags/npm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>npm</span></a> <a href="https://pubeurope.com/tags/Science" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Science</span></a> <a href="https://pubeurope.com/tags/Science" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Science</span></a>&amp;Technology <a href="https://pubeurope.com/tags/SupplyChain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SupplyChain</span></a> <a href="https://pubeurope.com/tags/Technik" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Technik</span></a> <a href="https://pubeurope.com/tags/Technology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Technology</span></a> <a href="https://pubeurope.com/tags/Wissenschaft" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Wissenschaft</span></a> <a href="https://pubeurope.com/tags/Wissenschaft" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Wissenschaft</span></a>&amp;Technik</p>
heise Developer<p>Beliebtes JavaScript-Paket is: Malware durch Supply-Chain-Angriff</p><p>Nach einem Phishing-Angriff auf npm-Maintainer war das Paket is, das auf etwa 2,7 Millionen wöchentliche Downloads kommt, mit einem Malware-Loader infiziert.</p><p><a href="https://www.heise.de/news/Beliebtes-JavaScript-Paket-is-Malware-durch-Supply-Chain-Angriff-10499614.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">heise.de/news/Beliebtes-JavaSc</span><span class="invisible">ript-Paket-is-Malware-durch-Supply-Chain-Angriff-10499614.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon</span></a></p><p><a href="https://social.heise.de/tags/IT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IT</span></a> <a href="https://social.heise.de/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://social.heise.de/tags/Malware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Malware</span></a> <a href="https://social.heise.de/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a></p>
Rémi Eismann<p>Generation of four sequences decomposed into weight × level + jump (log(weight), log(level), log(jump)) - three.js animation:<br>🧵⬇️</p><p>1: The natural numbers (A000027) ➡️ <a href="https://decompwlj.com/3DgraphGen/Natural_numbers.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">decompwlj.com/3DgraphGen/Natur</span><span class="invisible">al_numbers.html</span></a></p><p><a href="https://mathstodon.xyz/tags/decompwlj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>decompwlj</span></a> <a href="https://mathstodon.xyz/tags/math" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>math</span></a> <a href="https://mathstodon.xyz/tags/mathematics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mathematics</span></a> <a href="https://mathstodon.xyz/tags/maths" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maths</span></a> <a href="https://mathstodon.xyz/tags/sequence" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sequence</span></a> <a href="https://mathstodon.xyz/tags/OEIS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OEIS</span></a> <a href="https://mathstodon.xyz/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://mathstodon.xyz/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://mathstodon.xyz/tags/graph" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graph</span></a> <a href="https://mathstodon.xyz/tags/3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>3D</span></a> <a href="https://mathstodon.xyz/tags/threejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>threejs</span></a> <a href="https://mathstodon.xyz/tags/webGL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webGL</span></a> <a href="https://mathstodon.xyz/tags/triangular" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>triangular</span></a> <a href="https://mathstodon.xyz/tags/numbers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>numbers</span></a> <a href="https://mathstodon.xyz/tags/primes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>primes</span></a> <a href="https://mathstodon.xyz/tags/PrimeNumbers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PrimeNumbers</span></a> <a href="https://mathstodon.xyz/tags/palindromes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>palindromes</span></a> <a href="https://mathstodon.xyz/tags/animation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>animation</span></a> <a href="https://mathstodon.xyz/tags/FundamentalTheoremOfArithmetic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FundamentalTheoremOfArithmetic</span></a> <a href="https://mathstodon.xyz/tags/sequences" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sequences</span></a> <a href="https://mathstodon.xyz/tags/NumberTheory" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NumberTheory</span></a> <a href="https://mathstodon.xyz/tags/classification" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>classification</span></a> <a href="https://mathstodon.xyz/tags/integer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>integer</span></a> <a href="https://mathstodon.xyz/tags/decomposition" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>decomposition</span></a> <a href="https://mathstodon.xyz/tags/number" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>number</span></a> <a href="https://mathstodon.xyz/tags/theory" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>theory</span></a> <a href="https://mathstodon.xyz/tags/equation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>equation</span></a> <a href="https://mathstodon.xyz/tags/graphs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphs</span></a> <a href="https://mathstodon.xyz/tags/sieve" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sieve</span></a> <a href="https://mathstodon.xyz/tags/fundamental" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fundamental</span></a> <a href="https://mathstodon.xyz/tags/theorem" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>theorem</span></a> <a href="https://mathstodon.xyz/tags/arithmetic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>arithmetic</span></a> <a href="https://mathstodon.xyz/tags/research" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>research</span></a></p>
javascript-job-alert<br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Debugging" target="_blank">#Debugging</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Development" target="_blank">#Development</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Express" target="_blank">#Express</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/JS" target="_blank">#JS</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Node.js" target="_blank">#Node.js</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Software" target="_blank">#Software</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Architecture" target="_blank">#Architecture</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Software" target="_blank">#Software</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Development" target="_blank">#Development</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Software" target="_blank">#Software</a><br><br><a href="https://www.freelancer.com/projects/development/Node-version-Sandbox-Setup-Budget.html" rel="nofollow noopener" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=0dwUCISXx8bIjxMT3tmRuYrR1kW&amp;interestId=javascript-job-alert" rel="nofollow noopener" target="_blank">Match</a>
DSLC Videos<p>Recent <span class="h-card" translate="no"><a href="https://fosstodon.org/@DSLC" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>DSLC</span></a></span> club meetings:</p><p>:rstats: Fundamentals of Data Visualization: Coordinate systems and axes <a href="https://youtu.be/EwnXav4JH04" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/EwnXav4JH04</span><span class="invisible"></span></a> <a href="https://fosstodon.org/tags/RStats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStats</span></a> <a href="https://fosstodon.org/tags/PyData" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PyData</span></a> <a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DataViz</span></a></p><p>From the <span class="h-card" translate="no"><a href="https://fosstodon.org/@DSLC" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>DSLC</span></a></span> :rstats:​chives:</p><p>:rstats: Modelado Tidy con R - Extra. Explorando los Pingüinos de Palmer <a href="https://youtu.be/v8aZTWPE--8" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/v8aZTWPE--8</span><span class="invisible"></span></a> <a href="https://fosstodon.org/tags/RStats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStats</span></a></p><p>:rstats: :javascript: JS4R: Custom Inputs <a href="https://youtu.be/8Ojnl-NSxJs" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/8Ojnl-NSxJs</span><span class="invisible"></span></a> <a href="https://fosstodon.org/tags/RStats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStats</span></a> <a href="https://fosstodon.org/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a></p><p>Visit <a href="https://dslc.video" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">dslc.video</span><span class="invisible"></span></a> for hours of new <a href="https://fosstodon.org/tags/DataScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DataScience</span></a> videos every week!</p>
えいいち(E.C.H)<p>dailycoding - 20250725 / graphic<br><a href="https://fedibird.com/tags/p5js" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>p5js</span></a> <a href="https://fedibird.com/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a> <a href="https://fedibird.com/tags/Processing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Processing</span></a> <a href="https://fedibird.com/tags/generativeart" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeart</span></a> <a href="https://fedibird.com/tags/creativecoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>creativecoding</span></a> <a href="https://fedibird.com/tags/dailycoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dailycoding</span></a><br>code : <a href="https://openprocessing.org/sketch/2695414" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">openprocessing.org/sketch/2695</span><span class="invisible">414</span></a></p>
Miguel Torrellas<p>You don't need <a href="https://mastodon.org.uk/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a> for your web searches.</p><p>Use<br><a href="https://ddg.gg/html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ddg.gg/html</span><span class="invisible"></span></a><br><a href="http://frogfind.com" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">http://</span><span class="">frogfind.com</span><span class="invisible"></span></a></p>
Ronnie / Rekkerd.org<p>Dreamtonics updates Synthesizer V Studio 2 Pro to v2.1.1 <a href="https://rekkerd.org/dreamtonics-updates-synthesizer-v-studio-2-pro-to-v2-1-1/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">rekkerd.org/dreamtonics-update</span><span class="invisible">s-synthesizer-v-studio-2-pro-to-v2-1-1/</span></a></p><p><a href="https://mastodon.social/tags/Dreamtonics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Dreamtonics</span></a> <a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/Lua" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Lua</span></a> <a href="https://mastodon.social/tags/Synthesizer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Synthesizer</span></a> <a href="https://mastodon.social/tags/vocals" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vocals</span></a></p>