<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://folk.computer/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://folk.computer/feed.php">
        <title>Folk Computer - folkarc</title>
        <description></description>
        <link>https://folk.computer/</link>
        <image rdf:resource="https://folk.computer/_media/logo.png" />
       <dc:date>2026-06-04T04:17:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://folk.computer/folkarc/kit?rev=1725495689&amp;do=diff"/>
                <rdf:li rdf:resource="https://folk.computer/folkarc/orbitalkit?rev=1699041116&amp;do=diff"/>
                <rdf:li rdf:resource="https://folk.computer/folkarc/septschool2023?rev=1696022523&amp;do=diff"/>
                <rdf:li rdf:resource="https://folk.computer/folkarc/touch?rev=1726427512&amp;do=diff"/>
                <rdf:li rdf:resource="https://folk.computer/folkarc/uploads?rev=1718135189&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://folk.computer/_media/logo.png">
        <title>Folk Computer</title>
        <link>https://folk.computer/</link>
        <url>https://folk.computer/_media/logo.png</url>
    </image>
    <item rdf:about="https://folk.computer/folkarc/kit?rev=1725495689&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-05T00:21:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kit</title>
        <link>https://folk.computer/folkarc/kit?rev=1725495689&amp;do=diff</link>
        <description>Thoughts on a Folk Kit

Things to provide:

	*  Nice quality cables
	*  A 4k projector
		*  UST? or just an AAXA?

	*  A (modded) brio 4k?
	*  Some sort of fun little box computer, whatever works at our price level
		*  Maybe provide multiple SKUs? Could be complex to manage though.</description>
    </item>
    <item rdf:about="https://folk.computer/folkarc/orbitalkit?rev=1699041116&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-03T19:51:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>orbitalkit</title>
        <link>https://folk.computer/folkarc/orbitalkit?rev=1699041116&amp;do=diff</link>
        <description>ORBITALKIT

[ An instance of ORBITALKIT]

Current issues:

	*  The speed which the actual circle orbits rotate at are really off

Source


# ORBITALKIT - CC0 2023 Arcade Wise
# Create a planet using &quot;Claim $this is Earth&quot;
# Create a satellite using &quot;Claim $this is a satellite&quot;
 
 
proc orbitalVelocityAroundEarth {radius} {
    set EarthMass [expr {5.972168 * (10 ** 18)}]
    set G [expr {6.67430 * (10.0 ** (-11.0))}]
 
    return [expr {sqrt(($G * $EarthMass) / $radius)}]
} 
 
 
When /someone/ c…</description>
    </item>
    <item rdf:about="https://folk.computer/folkarc/septschool2023?rev=1696022523&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-29T21:22:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>septschool2023</title>
        <link>https://folk.computer/folkarc/septschool2023?rev=1696022523&amp;do=diff</link>
        <description>Innovation Academy Sept. 2023

Here&#039;s a couple videos! I took my normal hardware, so the beelink, the aaxa, the tension rod.  

I hooked it into a school printer using a USB-B cable! It&#039;s a super easy thing to do, as long as you turn on the printer :-?</description>
    </item>
    <item rdf:about="https://folk.computer/folkarc/touch?rev=1726427512&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-15T19:11:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>touch</title>
        <link>https://folk.computer/folkarc/touch?rev=1726427512&amp;do=diff</link>
        <description>Tablet-based touch input

Use this and navigate your tablet to /tablet


# Tablet Touch Handler 9000 - Revamped live at folk0 on Jun 11 2024
Wish the web server handles route &quot;/tablet&quot; with handler {
    html {
&lt;html&gt;
 
&lt;body &gt;
&lt;span id=&quot;status&quot;&gt;Status&lt;/span&gt;
&lt;img src=&quot;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDBtbSIgaGVpZ2h0PSIxMDBtbSIgdmlld0JveD0iMCAwIDEwMCAxMDAiPgo8cGF0aCBzdHlsZT0iZmlsbDojZmZmZmZmOyBzdHJva2U6bm9uZTsiIGQ9Ik0wIDBMMCAxMEwyMCAxMEwy…</description>
    </item>
    <item rdf:about="https://folk.computer/folkarc/uploads?rev=1718135189&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-11T19:46:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uploads</title>
        <link>https://folk.computer/folkarc/uploads?rev=1718135189&amp;do=diff</link>
        <description>File Upload handling!

Make sure you have the `~/folk-uploads` created.


# File uploads - Arcade Jun 11 2024

Wish the web server handles route &quot;/upload&quot; with handler {
    html {
&lt;html&gt;

&lt;body &gt;
    &lt;span id=&quot;status&quot;&gt;Status&lt;/span&gt;
    &lt;input id=&quot;file&quot; type=&quot;file&quot;/&gt;
    &lt;button id=&quot;button&quot;&gt; UPLOAD!! &lt;/button&gt;
&lt;/body&gt;
&lt;script&gt;
 
const program = &quot;file-upload-handler-&quot; + ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c =&gt; (c ^ crypto.getRandomValues(new Uint8Array(1))[0] &amp; 15 &gt;&gt; c / 4).toString(16…</description>
    </item>
</rdf:RDF>
