index.html (3011B)
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 </div> 52 <header class="page-header"> 53 <h1 class="page-title">Development and Support</h1> 54 </header> 55 <div class="page-content"> 56 <p> 57 New idea? Interested in the development of an application? Get in 58 touch 💬 59 </p> 60 <table> 61 <tr> 62 <td>XMPP</td> 63 <td><a href="https://chat.in0rdr.ch/#/guest?join=p0c@conference.in0rdr.ch">p0c@conference.in0rdr.ch</a></td> 64 </tr> 65 <tr> 66 <td>IRC</td> 67 <td><a href="https://web.libera.chat/gamja/#p0c">libera/#p0c</a></td> 68 </tr> 69 <tr> 70 <td>Fediverse</td> 71 <td><a href="https://m.in0rdr.ch/users/in0rdr">m.in0rdr.ch</a></td> 72 </tr> 73 </table> 74 <p>Swag we do! Send us a DM and support us with free swag <3 </p> 75 <img alt="p0c stickers" src="http://0x0.in0rdr.ch/a.jpg"/> 76 <p> 77 <script src="https://liberapay.com/in0rdr/widgets/button.js"></script> 78 <noscript> 79 <a href="https://liberapay.com/in0rdr/donate"> 80 <img alt="Donate using Liberapay" 81 src="https://liberapay.com/assets/widgets/donate.svg"> 82 </a> 83 </noscript> 84 </p> 85 </div> 86 </div> 87 88 </section>