<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ernst03</title>
    <description>The latest articles on DEV Community by Ernst03 (@ernst_zero).</description>
    <link>https://dev.to/ernst_zero</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1071719%2F7a30b6a6-0964-45b3-a693-f3c110b19d96.jpg</url>
      <title>DEV Community: Ernst03</title>
      <link>https://dev.to/ernst_zero</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ernst_zero"/>
    <language>en</language>
    <item>
      <title>From Hobbyist programmer to a Physics Project worker?</title>
      <dc:creator>Ernst03</dc:creator>
      <pubDate>Tue, 02 May 2023 15:10:11 +0000</pubDate>
      <link>https://dev.to/ernst_zero/from-hobbyist-programmer-to-a-physics-project-worker-366o</link>
      <guid>https://dev.to/ernst_zero/from-hobbyist-programmer-to-a-physics-project-worker-366o</guid>
      <description>&lt;p&gt;Hello friends.&lt;/p&gt;

&lt;p&gt;I am of the age where the Government starts sending me checks. A minimum guaranteed income of sorts. &lt;br&gt;
 So in my 20s' I knew what I liked at once when I opened the box on a brand new &lt;a href="https://en.wikipedia.org/wiki/TI-99/4A"&gt;TI-99 4a&lt;/a&gt; and read the included booklet on &lt;a href="https://en.wikipedia.org/wiki/TI_BASIC_(TI_99/4A)"&gt;TI BASIC&lt;/a&gt;&lt;br&gt;
 The booklet included with that &lt;a href="https://en.wikipedia.org/wiki/Texas_Instruments"&gt;Texas Instruments&lt;/a&gt; home computer, introduced me to iterative functions in the BASIC way that many in my age group started off with.&lt;br&gt;
 It was called a for-loop. It doesn't get any simpler then that. The fact that logic and other "stuff" could be done inside this loop was the North-Star of my programming life.&lt;br&gt;
 So, as a semi-retiree I'm looking at a mathematical object discovered along this life's way with following one's North-Star and I realize that it spins to-and-fro. DUO demonstrates the properties of full-spin and half-spin under logic operations with appropriate bit-position observation. &lt;br&gt;
So, friends, the path before me, is that the object can be considered a &lt;a href="https://en.wikipedia.org/wiki/Point_particle"&gt;"point-Particle"&lt;/a&gt; "&lt;em&gt;With Benefits&lt;/em&gt;" (pun intended). &lt;br&gt;
 I ask this community if anyone knows of any mathematical object that can be our "Point-Particle-Object" of Physics lore.&lt;br&gt;
 I was rather good at Community College level Algebra and I sure reached for the Moon when writing my paper but I never fancied myself a student of Physics proper. This is where the age of the Internet will be of help for my generation. We have access to a knowledge base today that was in the realm of Science-Fiction in the days of my childhood.&lt;br&gt;
 So, this is part story and part introduction for me here on DEV. &lt;br&gt;
 The Story is of one man who was a wide eyed boy living his life who has been living the dream he saw on the original run of Star-Trek with Spock and the Onboard Computer. So Cool! So young...&lt;br&gt;
 First off, I an very happy to be among those who are the young and who have their best in hand, looking towards their own "North-Stars.", I like that a lot. The (Creative) Muse has a young love. That is for sure. An Aside: I believe in the &lt;a href="https://en.wikipedia.org/wiki/Muses"&gt;Muse&lt;/a&gt;!&lt;br&gt;&lt;br&gt;
 So this spinning mathematical object has properties and, I hope to see it made into a open-source project because at the heart of the mathematics the object is a datatype and a kind of number. It sure looks like a candidate for a point particle.&lt;br&gt;
Numbers cannot be patented and so open-source seems right. Your thoughts?&lt;/p&gt;

&lt;p&gt;So, friends being a green sprout here and also having a Developer coming-out with the planned first public project, I welcome your comments, fellowship and guidance. It may be a wonderful adventure and we all need those. &lt;br&gt;
 Consider this a story proper except it is not finite in the classic sense.&lt;br&gt;
 Honestly, I am not sure how DEV intends the flow of activity to go so guidance on that is welcome too. &lt;/p&gt;

&lt;p&gt;The object I am referring to is &lt;a href="https://arxiv.org/abs/1405.2846"&gt;Dynamic Unary&lt;/a&gt; Object (DUO)&lt;/p&gt;

&lt;p&gt;Hey, Gotta get it done before I die "ya-know!" :) &lt;/p&gt;

&lt;p&gt;To start I kick off with Github; is it the right move to start with?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Learning the Ropes</title>
      <dc:creator>Ernst03</dc:creator>
      <pubDate>Mon, 01 May 2023 20:53:09 +0000</pubDate>
      <link>https://dev.to/ernst_zero/learning-the-ropes-2dlg</link>
      <guid>https://dev.to/ernst_zero/learning-the-ropes-2dlg</guid>
      <description>&lt;p&gt;Everyone starts someplace.&lt;br&gt;
I know of a mathematical object that has the qualities of spin. That is, the binary pattern changes each time the algorithm is applied. &lt;br&gt;
 The initial or starting pattern completes an orbit, meaning the original bit-pattern is seen again, and this object scales from one bit to infinite bits. The thing is it's always a finite length of bit-space or as I like to call it State-Space but any length is just fine. Length is how this object scales and not by value.&lt;br&gt;
 I wrote a paper and put it on arXiv in 2014 but I never published any code or made it easy to use this datatype. I followed an example of an accomplished cryptographer and left the coding as an exercise for the reader.&lt;br&gt;&lt;br&gt;
 So, in reading an email invite to post here, I am coming out. I have the idea of making an include library and formalize this object as a datatype that runs on our current computers.&lt;br&gt;
 I'm starting here.&lt;/p&gt;

&lt;p&gt;Your thoughts? I am an absolute Github newbie and also I have never presented an opensource project to the public let alone worked a project for public consumption.&lt;br&gt;
 So, your helpful comments are welcomed.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
