mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

857
active users

#functions

1 post1 participant0 posts today
Frontend Dogma<p>The Problem With Indirections, by <span class="h-card" translate="no"><a href="https://mastodon.social/@danrot" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>danrot</span></a></span>:</p><p><a href="https://archive.fo/w7Z9s" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">archive.fo/w7Z9s</span><span class="invisible"></span></a></p><p><a href="https://mas.to/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mas.to/tags/variables" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>variables</span></a> <a href="https://mas.to/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a> <a href="https://mas.to/tags/presentationalcss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>presentationalcss</span></a> <a href="https://mas.to/tags/statemanagement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>statemanagement</span></a></p>
Francis 🏴‍☠️ Gulotta<p>Low Latency (&lt;2ms) process execution in a VM via a hypervisor, not a sandbox!?</p><p>I'm not going to pretend to understand all the limitations of a sandbox but I believe that we have solid hypervisors.</p><p><a href="https://opensource.microsoft.com/blog/2024/11/07/introducing-hyperlight-virtual-machine-based-security-for-functions-at-scale/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">opensource.microsoft.com/blog/</span><span class="invisible">2024/11/07/introducing-hyperlight-virtual-machine-based-security-for-functions-at-scale/</span></a></p><p><a href="https://toot.cafe/tags/wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasm</span></a> <a href="https://toot.cafe/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://toot.cafe/tags/hypervisor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hypervisor</span></a> <a href="https://toot.cafe/tags/serverless" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>serverless</span></a> <a href="https://toot.cafe/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a></p>
Programming Quotes<p>Functions should do one thing. They should do it well. They should do it only.</p><p> — Robert C. Martin</p><p><a href="https://mastodon.social/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a></p>
∞ 𝕁uan ℂarlos<p>Looking for an <a href="https://mathstodon.xyz/tags/open" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>open</span></a>-<a href="https://mathstodon.xyz/tags/source" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>source</span></a>, <a href="https://mathstodon.xyz/tags/interactive" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interactive</span></a>, <a href="https://mathstodon.xyz/tags/resource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>resource</span></a> to visualize the <a href="https://mathstodon.xyz/tags/geometry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>geometry</span></a> of <a href="https://mathstodon.xyz/tags/complex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>complex</span></a> <a href="https://mathstodon.xyz/tags/numbers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>numbers</span></a> and complex <a href="https://mathstodon.xyz/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a>? Check this out:</p><p><a href="https://complex-analysis.com/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">complex-analysis.com/</span><span class="invisible"></span></a></p><p>More projects coming soon! Check my Patreon for more information:</p><p><a href="https://www.patreon.com/posts/bringing-vector-115648637?utm_medium=clipboard_copy&amp;utm_source=copyLink&amp;utm_campaign=postshare_creator&amp;utm_content=join_link" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">patreon.com/posts/bringing-vec</span><span class="invisible">tor-115648637?utm_medium=clipboard_copy&amp;utm_source=copyLink&amp;utm_campaign=postshare_creator&amp;utm_content=join_link</span></a></p>
Programming Quotes<p>Sometimes, the elegant implementation is just a function. Not a method. Not a class. Not a framework. Just a function.</p><p> — John Carmack</p><p><a href="https://mastodon.social/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a></p>
Alex Boisvert<p>We use scalasql at work (yes, I'd recommend) and we had a bug where we mistakenly created nested transactions (which scalasql doesn't support -- but it does support savepoints). </p><p>Anyway, we found a clever way to statically prevent nesting transactions using macros, which I thought I'd share as an illustration of the helpfulness of macros<br><a href="https://gist.github.com/aboisvert/c716c9e08f6d91c2b427fd855e3b4645" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gist.github.com/aboisvert/c716</span><span class="invisible">c9e08f6d91c2b427fd855e3b4645</span></a></p><p><a href="https://techhub.social/tags/scala" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>scala</span></a> <a href="https://techhub.social/tags/macros" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>macros</span></a> <a href="https://techhub.social/tags/context" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>context</span></a> <a href="https://techhub.social/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a> <a href="https://techhub.social/tags/joy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>joy</span></a></p>
Md Anwar Hussain<p><a href="https://mastodon.social/tags/Human" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Human</span></a> <a href="https://mastodon.social/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> – <a href="https://mastodon.social/tags/Launch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Launch</span></a> <a href="https://mastodon.social/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://mastodon.social/tags/Humans" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Humans</span></a> <a href="https://mastodon.social/tags/That" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>That</span></a> <a href="https://mastodon.social/tags/Talk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Talk</span></a> #&amp; <a href="https://mastodon.social/tags/Interact" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Interact</span></a> <a href="https://mastodon.social/tags/Real" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Real</span></a> -<a href="https://mastodon.social/tags/Time" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Time</span></a> . <a href="https://mastodon.social/tags/Users" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Users</span></a> <a href="https://mastodon.social/tags/utilize" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>utilize</span></a> <a href="https://mastodon.social/tags/the" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>the</span></a> <a href="https://mastodon.social/tags/human" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>human</span></a> <a href="https://mastodon.social/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://mastodon.social/tags/software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>software</span></a> <a href="https://mastodon.social/tags/platform" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>platform</span></a> <a href="https://mastodon.social/tags/to" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>to</span></a> <a href="https://mastodon.social/tags/develop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>develop</span></a> <a href="https://mastodon.social/tags/digital" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>digital</span></a> <a href="https://mastodon.social/tags/human" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>human</span></a> <a href="https://mastodon.social/tags/agents" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>agents</span></a> <a href="https://mastodon.social/tags/which" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>which</span></a> <a href="https://mastodon.social/tags/provide" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>provide</span></a> <a href="https://mastodon.social/tags/real" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>real</span></a> -time <a href="https://mastodon.social/tags/interaction" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interaction</span></a> <a href="https://mastodon.social/tags/through" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>through</span></a> <a href="https://mastodon.social/tags/realistic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>realistic</span></a> <a href="https://mastodon.social/tags/natural" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>natural</span></a> <a href="https://mastodon.social/tags/communication" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>communication</span></a> <a href="https://mastodon.social/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a> <a href="https://mastodon.social/tags/Through" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Through</span></a><br><a href="https://surl.li/akdxrk" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">surl.li/akdxrk</span><span class="invisible"></span></a></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/Techniques" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Techniques</span></a><br>More readable JavaScript with named parameters · “Named parameters can drastically improve your code.” <a href="https://ilo.im/16211p" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/16211p</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/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <a href="https://mastodon.social/tags/Readability" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Readability</span></a> <a href="https://mastodon.social/tags/Maintainability" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Maintainability</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>
OSTechNix<p>How to Use the declare Command in Bash Scripts <a href="https://floss.social/tags/declare" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>declare</span></a> <a href="https://floss.social/tags/Bashscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bashscripting</span></a> <a href="https://floss.social/tags/Shellscript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Shellscript</span></a> <a href="https://floss.social/tags/Bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bash</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxhowto</span></a> <a href="https://floss.social/tags/Variables" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Variables</span></a> <a href="https://floss.social/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <br><a href="https://ostechnix.com/bash-declare-command-usage/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/bash-declare-com</span><span class="invisible">mand-usage/</span></a></p>
OSTechNix<p>How to Manage Functions in Fish Shell on Linux: A Complete Guide <a href="https://floss.social/tags/Fish" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fish</span></a> <a href="https://floss.social/tags/Shell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Shell</span></a> <a href="https://floss.social/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxbasics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxbasics</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxhowto</span></a> <br><a href="https://ostechnix.com/manage-fish-functions-linux/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/manage-fish-func</span><span class="invisible">tions-linux/</span></a></p>
OSTechNix<p>How To Change Directory And List Files In One Command In Fish Shell <a href="https://floss.social/tags/Fish" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fish</span></a> <a href="https://floss.social/tags/Shell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Shell</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Linuxbasics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxbasics</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linuxhowto</span></a> <a href="https://floss.social/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <a href="https://floss.social/tags/Cdls" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cdls</span></a> <br><a href="https://ostechnix.com/change-directory-and-list-files-in-one-command-in-fish-shell/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/change-directory</span><span class="invisible">-and-list-files-in-one-command-in-fish-shell/</span></a></p>
Kevin Karhan :verified:<p>[<a href="https://infosec.space/tags/TLDR" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TLDR</span></a>: JUST TELL ME <em>IF</em> YOUR TABLET CAN DO <a href="https://infosec.space/tags/CALLS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CALLS</span></a>!]</p><p><a href="https://infosec.space/tags/DearVendors" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DearVendors</span></a> of <a href="https://infosec.space/tags/Android" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Android</span></a>-<a href="https://infosec.space/tags/Tablets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tablets</span></a>:</p><p>Off all the <a href="https://infosec.space/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> you can put into a <a href="https://infosec.space/tags/Specifications" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Specifications</span></a> Sheet of your Devices there's one you should <em>ALWAYS answer clearly</em> on your <a href="https://infosec.space/tags/Website" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Website</span></a>:</p><p><em>DOES YOUR TABLET [with <a href="https://infosec.space/tags/4G" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>4G</span></a> / <a href="https://infosec.space/tags/5G" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>5G</span></a> / …) SUPPORT MAKING PHONE CALLS?</em></p><ul><li><p><em>NOT</em> "It can run <a href="https://infosec.space/tags/WhatsApp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WhatsApp</span></a>" (or <em>whatever shitty <a href="https://infosec.space/tags/CCSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CCSS</span></a> for <a href="https://infosec.space/tags/VoIP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VoIP</span></a></em> you think of)...</p></li><li><p><em>NOT</em> "It can do <a href="https://infosec.space/tags/CSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSD</span></a> / <a href="https://infosec.space/tags/HSCSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HSCSD</span></a> / <a href="https://infosec.space/tags/2G" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>2G</span></a> / <a href="https://infosec.space/tags/3G" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>3G</span></a> /..."</p></li><li><p><em>But</em> DOES IT SUPPORT <a href="https://infosec.space/tags/GSM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GSM</span></a>-<a href="https://infosec.space/tags/Calls" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Calls</span></a> (and/or <a href="https://infosec.space/tags/VoLTE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VoLTE</span></a>)??</p></li></ul><p>Like: <em>IS IT TOO MUCH TO ASK TO HAVE THAT INFO IN THE SPECSHEETS?</em></p><p>You're obviously able to list all the <a href="https://infosec.space/tags/Codecs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Codecs</span></a> natively supported and the user-available storage as well as supported Frequency Bands, WWAN modes, WiFi channel width and the Display Glass vs. Panel dimensions including DPI of the latter and whether or not it has a hall effect sensor to detect your overpriced 1st party tablet covers!</p><p>Now some folks may ask: <em>"WHY does this matter?"</em> or outright dismiss this as a problem.</p><p>Listen: <br>Not everyone is able or willing to carry <em>two</em> devices when 1 <em>SHOULD BE ENOUGH</em> and also some places (i.e. <a href="https://infosec.space/tags/Turkey" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Turkey</span></a>) have <a href="https://infosec.space/tags/ImportRestrictions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ImportRestrictions</span></a> re: <a href="https://infosec.space/tags/MobileDevices" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MobileDevices</span></a>, so having more than 1 <a href="https://infosec.space/tags/IMEI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IMEI</span></a> is already a <em>"NOPE!"</em> by the authorities.</p><ul><li>Also this isn't something one can <em>"fix"</em> post-purchase like installing <a href="https://infosec.space/tags/VLC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VLC</span></a> to decode some obscure file format in Software: Either <em>the <a href="https://infosec.space/tags/Baseband" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Baseband</span></a> and <a href="https://infosec.space/tags/ROM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ROM</span></a> support <a href="https://infosec.space/tags/PhoneCalls" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PhoneCalls</span></a> or they don't!</em></li></ul><p>So why do <em>NONE</em> of the <a href="https://infosec.space/tags/Tablet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tablet</span></a> manufacturers allow to <a href="https://infosec.space/tags/search" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>search</span></a> or <a href="https://infosec.space/tags/filter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>filter</span></a> for that???</p><ul><li>Bonus points if you have lazy fucks like <a href="https://infosec.space/tags/HMD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HMD</span></a> (aka. <a href="https://infosec.space/tags/Nokia" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nokia</span></a>) who literally copy the <a href="https://infosec.space/tags/Safety" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Safety</span></a> &amp; <a href="https://infosec.space/tags/Useage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Useage</span></a> information for all <a href="https://infosec.space/tags/Smartphones" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Smartphones</span></a> and <a href="https://infosec.space/tags/Tablets" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tablets</span></a> and don't even bother to change <em>"Mobile Phone"</em> for <em>"Tablet"</em>.</li></ul><p><em>NO</em>, instead one has to download an <em>obscenely huge <a href="https://infosec.space/tags/PDF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PDF</span></a></em> just to then <a href="https://downloadcenter.samsung.com/content/UM/202410/20241010132004137/SM-X11X_X21X_UM_Open_UU_Ger_Rev.1.2_240925.pdf" rel="nofollow noopener noreferrer" target="_blank">read on page 34</a> that for any <em>"<a href="https://infosec.space/tags/telephony" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>telephony</span></a>"</em> function you <em>NEED YET ANOTHER DEVICE FROM THE SAME MANUFACTURER AND HAVE TO SIGNUP WITH AN ACCOUNT</em> and even that level of <a href="https://infosec.space/tags/abuse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>abuse</span></a> WON'T GUARANTEE THAT IT WORKS...</p><ul><li>I mean, come on, this <em>ain't</em> some <em>obscure functionality</em> like <a href="https://infosec.space/tags/OMAPI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OMAPI</span></a> to do some <em>"evil sourcery"</em> like <em>managing an <a href="https://infosec.space/tags/eSIM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>eSIM</span></a> that is in a <a href="https://infosec.space/tags/SIM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SIM</span></a>-Card form factor</em>!</li></ul><p>Pretty shure <em>A LOT</em> of other folks have the same question and ain't willing to get <em>yet another device &amp; <a href="https://infosec.space/tags/SIM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SIM</span></a></em> just to recieve <em>the occasional call</em> because <a href="https://infosec.space/tags/TechIlliterates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechIlliterates</span></a> can't be assed to send an <a href="https://infosec.space/tags/eMail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>eMail</span></a> or learn <a href="https://infosec.space/tags/XMPP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XMPP</span></a>+<a href="https://infosec.space/tags/OMEMO" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OMEMO</span></a> to message one...</p><ul><li>Obviously they same manufacturers are <em>able and willing</em> to specify <em>f-stops</em> of the built-in cameras and list <em>EVERY SINGLE <a href="https://infosec.space/tags/WEARABLE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WEARABLE</span></a></em> they made and certify as <em>'compatible'</em> with, as if <em>anyone</em> is gonna take their non-<a href="https://infosec.space/tags/waterproof" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>waterproof</span></a> <a href="https://infosec.space/tags/Tablet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tablet</span></a> for a marathon or god forbid triathlon...</li></ul><p><a href="https://infosec.space/tags/Rant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rant</span></a> <a href="https://infosec.space/tags/TechSupport" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TechSupport</span></a> <a href="https://infosec.space/tags/Technology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Technology</span></a> <a href="https://infosec.space/tags/Support" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Support</span></a> <a href="https://infosec.space/tags/Sysadmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sysadmin</span></a> <a href="https://infosec.space/tags/Procurement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Procurement</span></a> <a href="https://infosec.space/tags/IT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IT</span></a> <a href="https://infosec.space/tags/SpecSheet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SpecSheet</span></a> <a href="https://infosec.space/tags/Tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tech</span></a></p>
Aral Balkan<p>Oh my goodness, how did I miss that in ES7 you can use a closure as a method. Goodbye `bind()`, you will not be missed :)</p><p>e.g.,</p><p>```js<br>class A {<br> b = () =&gt; console.log(this)<br>}</p><p>const a = new A()<br>a.b() // A { b: [Function: b] }</p><p>const c = a.b<br>c() // A { b: [Function:b] }<br>```</p><p>Nice! :)</p><p>**Edit**: Be careful with this. See this note by <span class="h-card" translate="no"><a href="https://mastodon.social/@marsup" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>marsup</span></a></span>: <a href="https://mastodon.social/@marsup/113799934325782596" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mastodon.social/@marsup/113799</span><span class="invisible">934325782596</span></a></p><p><a href="https://mastodon.ar.al/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.ar.al/tags/EcmaScript7" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EcmaScript7</span></a> <a href="https://mastodon.ar.al/tags/ES7" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ES7</span></a> <a href="https://mastodon.ar.al/tags/closures" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>closures</span></a> <a href="https://mastodon.ar.al/tags/classes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>classes</span></a> <a href="https://mastodon.ar.al/tags/methods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>methods</span></a> <a href="https://mastodon.ar.al/tags/bind" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bind</span></a> <a href="https://mastodon.ar.al/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a></p>
∞ 𝕁uan ℂarlos<p>All you need is infinite <a href="https://mathstodon.xyz/tags/math" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>math</span></a> love! ∞❤️ @geogebra </p><p><a href="https://www.geogebra.org/m/akcsa4cd" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">geogebra.org/m/akcsa4cd</span><span class="invisible"></span></a></p><p><a href="https://mathstodon.xyz/tags/mathart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mathart</span></a> <a href="https://mathstodon.xyz/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a></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/Explorations" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Explorations</span></a><br>I cannot wait for the CSS <span class="h-card" translate="no"><a href="https://mastodon.social/@function" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>function</span></a></span> · How it would enhance an excellent CSS trick <a href="https://ilo.im/161lp5" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/161lp5</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/ModernCSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ModernCSS</span></a> <a href="https://mastodon.social/tags/Accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Accessibility</span></a> <a href="https://mastodon.social/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <a href="https://mastodon.social/tags/Mixins" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mixins</span></a> <a href="https://mastodon.social/tags/Framework" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Framework</span></a> <a href="https://mastodon.social/tags/Library" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Library</span></a> <a href="https://mastodon.social/tags/Browser" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Browser</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/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a></p>
EVSHIFT<p><a href="https://www.evshift.com/315416/switch-it-up-check-out-the-amazing-functions-on-your-mini/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">evshift.com/315416/switch-it-u</span><span class="invisible">p-check-out-the-amazing-functions-on-your-mini/</span></a> Switch it Up: Check out the Amazing Functions on your <a href="https://channels.im/tags/MINI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MINI</span></a>. <a href="https://channels.im/tags/amazing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>amazing</span></a> <a href="https://channels.im/tags/car" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>car</span></a> <a href="https://channels.im/tags/CARS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CARS</span></a> <a href="https://channels.im/tags/Check" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Check</span></a> <a href="https://channels.im/tags/ElectricCars" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ElectricCars</span></a> <a href="https://channels.im/tags/ElectricVehicles" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ElectricVehicles</span></a> <a href="https://channels.im/tags/EV" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EV</span></a> <a href="https://channels.im/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <a href="https://channels.im/tags/mini" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mini</span></a> <a href="https://channels.im/tags/switch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>switch</span></a></p>
EVSHIFT<p><a href="https://www.evshift.com/315337/id-buzz-exterior-camera-functions/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">evshift.com/315337/id-buzz-ext</span><span class="invisible">erior-camera-functions/</span></a> ID. Buzz Exterior Camera Functions <a href="https://channels.im/tags/buzz" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>buzz</span></a> <a href="https://channels.im/tags/camera" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>camera</span></a> <a href="https://channels.im/tags/ElectricCars" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ElectricCars</span></a> <a href="https://channels.im/tags/ElectricVehicles" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ElectricVehicles</span></a> <a href="https://channels.im/tags/EV" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EV</span></a> <a href="https://channels.im/tags/exterior" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>exterior</span></a> <a href="https://channels.im/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <a href="https://channels.im/tags/volkswagen" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>volkswagen</span></a> <a href="https://channels.im/tags/VolkswagenUsa" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VolkswagenUsa</span></a></p>
Stefan<p>[Request for Help with WordPress]</p><p>Hey there Folks of WordPress, </p><p>exist there a somewhat easy Solution as a Code-Snippet for the "functions.php" to automatically generate and set the Title for a new Post out of the first Line of Text? </p><p>Examples or Links to working Code on Forums or repositorys are appreciated. 😉</p><p>Like the original called P2Theme did it back in the Days, before it was made into it's own Platform within Automattic. </p><p><a href="https://quasselkopf.de/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://quasselkopf.de/tags/Code" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Code</span></a> <a href="https://quasselkopf.de/tags/Snippet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Snippet</span></a> <a href="https://quasselkopf.de/tags/Title" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Title</span></a> <a href="https://quasselkopf.de/tags/Help" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Help</span></a> <a href="https://quasselkopf.de/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a></p>
Damian Garbus<p>Support for PowerShell 7.2 in Azure Functions ended on November 8, 2024. Follow this guide to upgrade your existing Azure PowerShell Function Apps to PowerShell 7.4</p><p><a href="https://techhub.social/tags/Powershell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Powershell</span></a> <a href="https://techhub.social/tags/Azure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Azure</span></a> <a href="https://techhub.social/tags/Functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Functions</span></a> <a href="https://techhub.social/tags/Automation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Automation</span></a></p><p><a href="https://github.com/Azure/azure-functions-powershell-worker/wiki/Upgrading-your-Azure-Function-Apps-to-run-on-PowerShell-7.4" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Azure/azure-functio</span><span class="invisible">ns-powershell-worker/wiki/Upgrading-your-Azure-Function-Apps-to-run-on-PowerShell-7.4</span></a></p>
∞ 𝕁uan ℂarlos<p>What is domain coloring? Visualizing <a href="https://mathstodon.xyz/tags/complex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>complex</span></a> <a href="https://mathstodon.xyz/tags/functions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>functions</span></a> <br><a href="https://youtu.be/MpxA1YIoEyA" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/MpxA1YIoEyA</span><span class="invisible"></span></a></p>