p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | Pull requests | README | LICENSE

index.html (2494B)


      1 ---
      2 layout: default
      3 title: Home
      4 ---
      5 
      6 {% include intro.html %}
      7 
      8 <section class="post-list">
      9   <div class="container">
     10     <ul class="applist">
     11       <li class="diary"><a href="https://diary.p0c.ch">Diary</a></li>
     12       <li class="myheats"><a href="https://myheats.p0c.ch">MyHeats</a></li>
     13       <li class="hivedav"><a href="https://hivedav.p0c.ch">HiveDAV</a></li>
     14     </ul>
     15     <header class="page-header">
     16       <h1 class="page-title">Proof of concepts for fun and profit</h1>
     17     </header>
     18     <div class="page-content">
     19       <p>I love playing with code. It starts with an idea 💡 and a green field.
     20       Include the necessities. Work processes should shape the tools 🛠️ we use,
     21       not the other way around.</p>
     22       <p>Approach to software:</p>
     23       <ul>
     24         <li>
     25 	  <a href="https://en.wikipedia.org/wiki/Form_follows_function#Software_engineering">
     26             Form follows function
     27 	  </a> (e.g., programming language)</li>
     28         <li>Minimal, but serves the purpose.
     29             <a href="https://en.wikipedia.org/wiki/Batteries_Included">
     30 	      Batteries 🔋 included.
     31 	     </a>
     32 	</li>
     33 	<li>Stop at <a
     34 			href="https://en.wikipedia.org/wiki/Pareto_principle#Computing">Pareto</a>.
     35 		Use the remaining time to have coffee ☕ and build the next
     36 		thing.</li>
     37 	<li>Performance matters, avoid dependencies where possible</li>
     38 	<li>Reasonably secure</li>
     39 	<li>Privacy aware. Keep in control of your data.</li>
     40       </ul>
     41     </div>
     42     <header class="page-header">
     43       <h1 class="page-title">Future ideas</h1>
     44     </header>
     45     <div class="page-content">
     46       <ul>
     47         <li>Curlable scrum poker</li>
     48         <li>CIDR range calculator</li>
     49         <li>Speed dating app</li>
     50       </ul>
     51     <header class="page-header">
     52       <h1 class="page-title">Contact and support</h1>
     53     </header>
     54     <div class="page-content">
     55       <p>Have an idea? Get in touch on IRC
     56          <a href="https://web.libera.chat/gamja/#p0c">#p0c</a> or on
     57          <a href="https://m.in0rdr.ch/@in0rdr">Mastodon</a>.
     58       </p>
     59       <p>Swag we do! Send us a DM and support us with free swag &lt;3 </p>
     60       <img alt="p0c stickers" src="http://0x0.in0rdr.ch/a.jpg"/>
     61     <p>
     62       <script src="https://liberapay.com/in0rdr/widgets/button.js"></script>
     63       <noscript>
     64         <a href="https://liberapay.com/in0rdr/donate">
     65 	  <img alt="Donate using Liberapay"
     66 	       src="https://liberapay.com/assets/widgets/donate.svg">
     67 	</a>
     68       </noscript>
     69     </p>
     70    </div>
     71   </div>
     72 
     73 </section>