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:

790
active users

#interpreted

0 posts0 participants0 posts today
Kevin Karhan :verified:<p>What <span class="h-card" translate="no"><a href="https://linuxmom.net/@vkc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>vkc</span></a></span> <a href="https://linuxmom.net/@vkc/113669649759242573" rel="nofollow noopener noreferrer" target="_blank">said</a>:</p><p><a href="https://infosec.space/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> is a <a href="https://infosec.space/tags/ProgrammingLanguage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProgrammingLanguage</span></a>. Just because it's a <a href="https://infosec.space/tags/Markup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Markup</span></a> &amp; directly <a href="https://infosec.space/tags/interpreted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interpreted</span></a> languague doesn't make it <em>less</em> valid!</p><ul><li>Otherwise <a href="https://infosec.space/tags/BASIC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BASIC</span></a> and all the <a href="https://infosec.space/tags/Shells" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Shells</span></a> (like <a href="https://infosec.space/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> &amp; <a href="https://infosec.space/tags/fish" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fish</span></a>) ain't programming languagues eiter.</li></ul><p>I'd go so far as to say that <a href="https://infosec.space/tags/Markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Markdown</span></a> and <a href="https://infosec.space/tags/BBcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BBcode</span></a> also qualify as sub- and supersets of <a href="https://infosec.space/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> just like <a href="https://infosec.space/tags/Sass" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sass</span></a> for <a href="https://infosec.space/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a>. </p><ul><li>For a <a href="https://infosec.space/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://infosec.space/tags/Languague" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Languague</span></a> it's irrelevant if they need a compiler and/or interpreter as the reason to use them is to have a <a href="https://infosec.space/tags/HumanReadable" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HumanReadable</span></a> &amp; -editable codebase and not some <a href="https://infosec.space/tags/Apple1" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Apple1</span></a>-Style <em>"shoving binary data to a certain adress and hit run"</em> kinda situation.</li></ul><p>Even <a href="https://infosec.space/tags/COBOL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>COBOL</span></a> on <a href="https://infosec.space/tags/PunchCards" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PunchCards</span></a> is <a href="https://infosec.space/tags/ProgrammingCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProgrammingCode</span></a>!</p>
C.<p><span class="h-card" translate="no"><a href="https://infosec.exchange/@Walker" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Walker</span></a></span> </p><p><a href="https://mindly.social/tags/Compiled" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Compiled</span></a> vs. <a href="https://mindly.social/tags/interpreted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interpreted</span></a> doesn't explain memory usage. For example, there are systems implemented in high-level languages (<a href="https://mindly.social/tags/Lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Lisp</span></a> and <a href="https://mindly.social/tags/Smalltalk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Smalltalk</span></a> come to mind) from the hardware right up to the UI that ran just fine on hardware that is today trivially tiny. It's more system design and what is being <a href="https://mindly.social/tags/optimized" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>optimized</span></a> for, I think. When main memory was a few thousand iron doughnuts or the surface of a spinning drum, you optimized for every word of memory.</p><p>1/2</p>
Walker<p>Random thought. Is the widespread use of <a href="https://infosec.exchange/tags/interpreted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interpreted</span></a> languages the cause for software and operating systems needing so much ram?</p><p>What if all applications were compiled / low level? It would use less <a href="https://infosec.exchange/tags/RAM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RAM</span></a> since it doesn't need an interpreter. And run faster as a low level language. It would require more upfront coding and testing for all environments. And the <a href="https://infosec.exchange/tags/code" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>code</span></a> would not be portable. </p><p>Or another question, how can some <a href="https://infosec.exchange/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> flavors run on ancient hardware without any RAM. I imagine it is running C or something close to the hardware. </p><p><a href="https://infosec.exchange/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a> <a href="https://infosec.exchange/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://infosec.exchange/tags/c" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>c</span></a>++</p>
☮ ♥ ♬ 🧑‍💻<p>listening to “Running <a href="https://ioc.exchange/tags/interpreted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interpreted</span></a> languages in WebAssembly” </p><p><a href="https://ioc.exchange/tags/WasmIO2023" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WasmIO2023</span></a> / <a href="https://ioc.exchange/tags/wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasm</span></a> / <a href="https://ioc.exchange/tags/WASMIO" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WASMIO</span></a> / <a href="https://ioc.exchange/tags/RafaelFernandez" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RafaelFernandez</span></a> / <a href="https://ioc.exchange/tags/AsenAlexandrov" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AsenAlexandrov</span></a> &lt;<a href="https://youtube.com/watch?v=DKLAeBRQqRM" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtube.com/watch?v=DKLAeBRQqR</span><span class="invisible">M</span></a>&gt;</p>
Susan Larson ♀️🏳️‍🌈🏳️‍⚧️🌈<p>A major consideration is that <a href="https://mastodon.online/tags/constitutional" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>constitutional</span></a> <a href="https://mastodon.online/tags/amendments" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>amendments</span></a> are enacted based on the <a href="https://mastodon.online/tags/OrderOfEffect" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OrderOfEffect</span></a>, not the <a href="https://mastodon.online/tags/OrderOfPrecedence" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OrderOfPrecedence</span></a>. So the <a href="https://mastodon.online/tags/1stAmendment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>1stAmendment</span></a> is not any more important under the <a href="https://mastodon.online/tags/Constitution" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Constitution</span></a> than the <a href="https://mastodon.online/tags/14thAmendment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>14thAmendment</span></a>. </p><p>Indeed being <a href="https://mastodon.online/tags/UnrestrictedInScope" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnrestrictedInScope</span></a> when ratified, the 14th modifies the <a href="https://mastodon.online/tags/Constitution" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Constitution</span></a>, the <a href="https://mastodon.online/tags/BillofRights" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BillofRights</span></a>, the first 13 <a href="https://mastodon.online/tags/Amendments" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Amendments</span></a>, <a href="https://mastodon.online/tags/federallaw" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>federallaw</span></a>, and <a href="https://mastodon.online/tags/statelaws" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>statelaws</span></a>. It adds the <a href="https://mastodon.online/tags/dictate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dictate</span></a> that they must be <a href="https://mastodon.online/tags/interpreted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interpreted</span></a> to ensure <a href="https://mastodon.online/tags/equalprotection" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>equalprotection</span></a> under the <a href="https://mastodon.online/tags/law" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>law</span></a>. (2/8)</p>
PSiReN-X<p><span class="h-card"><a href="https://vmst.io/@selzero" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>selzero</span></a></span> </p><p><a href="https://vmst.io/tags/OfCourse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OfCourse</span></a>; <a href="https://vmst.io/tags/ContextIsEverything" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ContextIsEverything</span></a> and <a href="https://vmst.io/tags/AllContextsMatter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AllContextsMatter</span></a>... </p><p>The <a href="https://vmst.io/tags/Principle" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Principle</span></a> of <a href="https://vmst.io/tags/Accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Accessibility</span></a> is a <a href="https://vmst.io/tags/Laudable" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Laudable</span></a> one; <a href="https://vmst.io/tags/IT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IT</span></a>'s not to be <a href="https://vmst.io/tags/Interpreted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Interpreted</span></a> as a <a href="https://vmst.io/tags/SlavishObsession" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SlavishObsession</span></a>... </p><p><a href="https://vmst.io/tags/IT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IT</span></a> doesn't <a href="https://vmst.io/tags/TakeMuch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TakeMuch</span></a> to <a href="https://vmst.io/tags/TriggerPeople" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TriggerPeople</span></a>... </p><p>🧙⚔️🤖🐺🤖⚔️🧙 | 🪐🦹🚀🦄🚀🦹🪐</p>