-
Notifications
You must be signed in to change notification settings - Fork 0
/
personal-software.html
72 lines (61 loc) · 4.44 KB
/
personal-software.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta id="keywords" name="keywords" content="">
<link id="stylesheet" rel="stylesheet" type="text/css" href="https://oskipa.github.io/theme/css/code.css"></link>
<link id="stylesheet" rel="stylesheet" type="text/css" href="https://oskipa.github.io/theme/css/site.css"></link>
</head>
<body>
<header class="header">
<h1 class="site-name">
<a class="home-link" href="https://oskipa.github.io">Dada</a><br />
|> Structures<br />
|> Algorithms</h1>
<nav>
<menu class="minimal-menu">
<li><a href="https://oskipa.github.io/pages/today-i-learned.html">til</a></li>
<li><a href="https://oskipa.github.io/pages/now.html">now</a></li>
<li><a href="https://oskipa.github.io/short_index.html">index</a></li>
<!--
<li><a href="category/log.html">web log<a></li>
<li><a href="">about<a></li>
<li><a href="">site map<a></li>
-->
</menu>
</nav>
</header>
<div class="container">
<div class="row">
<div class="col-md-8">
<h2>Personal Software</h2>
<h3>Creating small sofware for personal use, again, with existing systems</h3>
<label>12 February, 2022</label>
<p>I have been writing personal software recently, <a href="https://small-tech.org/about/#easy-to-use">small tech</a>. Software that solves my problems in ways that adaps to how I think and work. </p>
<p>It is unpretentious software. It doesn't want to become a framework. Often, it doesn't want to become a library either. It most definitely won't become a start up. It doesn't need to run on kubernetes. It will use least amount of resources it can possibly get away with.</p>
<p>Personal software is small. It is free to grow however it wants. It doesn't need to follow team conventions. It can try new things. It can change its mind. </p>
<p>Because it is small, personal software is hackable. You can look at the source, see how it works, and change it to fit your needs. You can keep those changes if you want. You can share it with your friends if they can be helpful.</p>
<p>Personal software can be quirky. It can have silly names. It can use strange computer languages. It can have a personality.</p>
<p>Personal software is deeply human. It is literally a hand crafted tool that you use and share with others. It is not meant to be mass produced. Like crafts, it can be sold, but it is usually shared.</p>
<p>Personal software is usually shared by the creator showing people who to use it. When it has documentation, it is useful because it is a labor of love.</p>
<p>Personal software has existed for a long time. Unix was personal software. Small shell scripts are personal software. The Access forms that your cousin made for your uncle's shop is personal software. Hand-made personal websites are personal software. The minecraft mod that your buddy shared with your is personal software. The arduino sweater that lights up is personal software.</p>
<p>When we build tools for ourselves and share it with others, we are encouraging others to make their own tools too. They will want to share too. We are a sharing species.</p>
<p>What can we use? We can use Python. We can use Ruby. We can use Smalltalk Pharo. If you use it and you share it, people will do it to. As long as it is relatively easy to install and run, and you are willing to teach those who are interested, people will do it.</p>
<p>After writing this entry, I found that I was most likely inspired by <a href="https://small-tech.org/">small tech</a>.</p>
<h1>References</h1>
<p><a href="https://small-tech.org/about/#easy-to-use">Small Tech</a></p>
</div>
</div>
</div>
<footer class="footer">
<!-- <p class="about"><a href="http://hugoestr.github.io/blog/manifesto.html">About</a> --> <a href="https://oskipa.github.io/pages/about.html" >I am</a> a software developer. I code in Python, Ruby, Lisp, and many other languages. I like poetry, museums, and ukuleles. I try to guide my life on principles of dadaism and nonviolence.</p>
<p>
<a href="feeds/all.atom.xml">atom</a>
<!-- <a href="http://github.com/oskipa/">github</a> -->
</p>
<p>Artisanally built with <a href="https://blog.getpelican.com/">Pelican</a>. Content handcrafted in <a href="https://www.vim.org/" >Vim</a>. All hallucinations are human. 100% AI Free.</p>
</footer>
</body>
</html>