<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7319&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / A programmer should be a touch typist ?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7319</link>
		<description><![CDATA[The most recent posts in A programmer should be a touch typist ?.]]></description>
		<lastBuildDate>Wed, 30 Jul 2025 12:08:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56989#p56989</link>
			<description><![CDATA[<p>It would be interesting to learn the touch-typing skill of programmers and hackers that are wellknown. For example Dennis Ritchie ,Ken Thompson , Torvald , Stallman&#160; etc.. Also i think in the pdp era you would call that skill possibly <a href="https://www.youtube.com/watch?v=XV-7J5y1TQc" rel="nofollow">@</a>(4.25)touch-flipping since you had to constantly flip switches to enter a program to the memory.</p><p>Speaking of Stallman is documented the impact that hacking had in his hands and his general health. On the other hand Torvald seems he avoided serious health issues (although i remember a video of his room showing him coding standing). Maybe he was more aware of the negative consequences of such skills?</p><p>In the batch processing punchedcard era knowing that in case of error you would have to create (type) your program from start wouldnt make you very cautious and thus touchtyping would be considered maybe not so helpfull ?</p><p>The RSI argument should also be taken in consideration . There are many angles. From a personal angle i want to be able to type (assuming other input tech are not inhand) until late age. An objective like that surely would lower the ceiling of what would be acceptable touch-typing performance (from my view) .Assuming that keeping a highly touch-typing performance stresses my neuron more . On the other hand if i want to type only in my job until 60s then i could increase that performance thinking that damaged hand neurons is not a top priority..</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Wed, 30 Jul 2025 12:08:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56989#p56989</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56983#p56983</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Code contains relatively large numbers of non-alphabet characters, which are not as easy to type.</p></div></blockquote></div><p>Yes, and code tends to not contain complete sentences. How useful is 120 wpm when typing out this random excerpt from the Linux kernel?</p><div class="codebox"><pre><code>u64 dma_direct_get_required_mask(struct device *dev)
{
	phys_addr_t phys = (phys_addr_t)(max_pfn - 1) &lt;&lt; PAGE_SHIFT;
	u64 max_dma = phys_to_dma_direct(dev, phys);

	return (1ULL &lt;&lt; (fls64(max_dma) - 1)) * 2 - 1;
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (SteveM)]]></author>
			<pubDate>Tue, 29 Jul 2025 15:57:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56983#p56983</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56981#p56981</link>
			<description><![CDATA[<p>Some comments from the J.Atwood post that offer contrary insights:</p><div class="quotebox"><blockquote><div><p>typing speed is only relevant if it obstructs your flow of thinking.</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>With modern IDE typing code is more like playing game, than like typing full words. You are constantly using shortcuts, choosing things from menus, and copying stuff. Also tabulation is completely different (and more important) in code, than in English (or any other language).</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>i’ve found that I’m more productive, when I type slower, and stops often to think about what I want to type next</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>So I don’t think fast typing is required for programmer. It’s rather the other way around - when somebody can’t write fast he is less probably a good programmer, because that means he probably hasn’t been programming a lot.</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>A good programmer won’t need to type fast since their code will be succinct and compact. it doesn’t matter if you type half as fast if your program is 4 times smaller than the fast typist’s…</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>In College, a professor said don’t learn to type. His reasoning was that you need you hands for your whole career and typing fast will bring on rsi, secondly by typing fast you will avoid coming up short cuts for doing repetitive tasks and being more creative.</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>I think you are wrong. What you are basically saying is: An artist, how can’t paint a wall very fast, will never produce nice paintings. How can this be right? Of course if the artist is exceptionally slow, he will never finish his painting - but ultimately mechanical speed is of less matter…</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>Code contains relatively large numbers of non-alphabet characters, which are not as easy to type.</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>Teaching someone to type is a lot easier than teaching someone to program effectively. What you are trying to do is to equate the entire profession to the easiest part of it. It degrades and lessens the profession to say that we are just typists.</p></div></blockquote></div><p>In favor of touch-typing : </p><div class="quotebox"><blockquote><div><p>Non-typists won’t get this: typists write, while non-typists type and write. Typists don’t know they’re typing.<br />Would you ride with a driver who had to look at his hands every few seconds to find the wheel?</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>The root of it is that typing is an abstraction layer for what we’re really doing. The less barrier we have between our real task, and our conscious mind, the better.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Tue, 29 Jul 2025 08:58:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56981#p56981</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56979#p56979</link>
			<description><![CDATA[<p>enjoyed Jeff Atwood&#039;s post enough to repeat the link visually accurately:</p><p><a href="https://blog.codinghorror.com/we-are-typists-first-programmers-second/" rel="nofollow"> https://blog.codinghorror.com/we-are-typists-first-programmers-second/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Tue, 29 Jul 2025 01:44:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56979#p56979</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56976#p56976</link>
			<description><![CDATA[<p>Strange i keep finding relevant info : <br /><a href="http://xahlee.info/kbd/programer_keyboarding_advice.html" rel="nofollow">@</a> Bad Keyboard Advice from Programers by xahlee.info<br /><a href="http://xahlee.info/kbd/touchtype_rsi.html" rel="nofollow">@</a> To touch or not to touch-type , pros and cons by Xeh Lee.</p><div class="quotebox"><blockquote><div><p>Do not listen to programers for typing advice<br />If you are a programer, you probably have seen programers talk about keyboard, or how to press the control key.<br />It&#039;s all WRONG!<br />If you want good advice for healthy and efficient typing, ask professional data-entry clerks, not programers.</p></div></blockquote></div><p>So encouraging touch-typing and bigger speeds without taking into account ergonomics could be a mistake. Meaning health considerations should atleast put a maximum time frame in which a programmer should exercise his/her touch-typing skills.<br />But interstingly Xeh Lee thinks that for a programmer of a blogger contrary to jobs as dataclerks it happens this :</p><div class="quotebox"><blockquote><div><p>Your whole day&#039;s keystrokes probably can be done in less than 30 minutes if you just type continuously</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 28 Jul 2025 15:28:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56976#p56976</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56971#p56971</link>
			<description><![CDATA[<p>Another argument again the importance of touch typing is that assuming the programming is a form of communication surely there is programming analogous to the blather (as to &#039;talk rapidly without making much sense&#039;).I&#039;ve heard the argument that human (especially women) when socializing talk too much for various topics but that non-sensical talk acts as a socia-glue and it&#039;s very important (but in the social context not communicating with machinces!)</p><p>But again.. i&#039;ve read stories of RMS being in nirvana codding state hacking teco and other programs in his mit ailab eden back in the 1970s where he seemingly was programming like talking to the machine.</p><p>And i think (sorry if i repeated that argument) that the idea-image of a programmer touch-typing-programming it has manager-wetdreams vibes. As a manager i would like to see my payed workforce sweat and be productive. And maybe that is the easies but perhaps the most erroneous way to judge programming productivity by expecting your programmers to touch-typing constantly like crazies.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 28 Jul 2025 12:43:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56971#p56971</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56963#p56963</link>
			<description><![CDATA[<p>Links to related blogposts: </p><ul><li><p><a href="https://blog.codinghorror.com/coding-its-just-writing/" rel="nofollow">@</a> Coding: It’s Just Writing by&#160; Jeff Atwood (2008)</p></li><li><p><a href="https://blog.codinghorror.com/we-are-typists-first-programmers-second" rel="nofollow">@</a>&#160; We Are Typists First, Programmers Second&#160; by&#160; Jeff Atwood(2008)</p></li><li><p><a href="https://steve-yegge.blogspot.com/2008/09/programmings-dirtiest-little-secret.html" rel="nofollow">@</a> Programming&#039;s Dirtiest Little Secret by Steve Yegge (2008)</p></li><li><p><a href="http://xahlee.info/kbd/programer_keyboarding_advice.html" rel="nofollow">@</a> Bad Keyboard Advice from Programers by&#160; Xah Lee (2011)</p></li><li><p><a href="http://xahlee.info/kbd/touchtype_rsi.html" rel="nofollow">@</a> To touch or not to touch-type , pros and cons by Xeh Lee.(2022) </p></li></ul>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 27 Jul 2025 22:02:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56963#p56963</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56962#p56962</link>
			<description><![CDATA[<p>golinux thanks for correcting my misplaced forum post .</p><p>As for your latest response. if you refer to the spiritual side i think you are right for the need of a spiritual awakening.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 27 Jul 2025 21:22:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56962#p56962</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56961#p56961</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>chomwitt said: &quot;I think i&#039;ve made a mistake . I should have posted this post in Offtopic. Can be transferred there?. Sorry.&quot;</p></div></blockquote></div><p>DONE!</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 27 Jul 2025 21:11:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56961#p56961</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56959#p56959</link>
			<description><![CDATA[<p>Many species are tool makers. Sadly, the tools/solutions that humans create often prove to be more destructive than beneficial. We just keep bumbling along without much of a clue, following our whims (and profits) and more or less making it up as we go along. The fashions change. Tools change. Challenges change. But we never seem to learn that the solution is not OUT THERE or with the latest gizmo. The solution is internal for each and every one of us to discover.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 27 Jul 2025 15:33:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56959#p56959</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56957#p56957</link>
			<description><![CDATA[<p>golinux&#160; . Arent we humans tool-makers and thus by extension machine-makers? Isnt that the part of our nature that elevated us above dinosaurs and thus making us capable of protecting earth from meteorites and other life-extiction events? Your logic gives me Dr. Stephen Falken vibes from the film WarGames.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 27 Jul 2025 14:10:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56957#p56957</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56956#p56956</link>
			<description><![CDATA[<p>Or . . . you could turn off the machine and wander through a forest and understand that the machine is about to create an unlivable environment for our species.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 27 Jul 2025 14:01:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56956#p56956</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56955#p56955</link>
			<description><![CDATA[<p>stargate thanks for the links. I found some interesting.</p><p>I think i&#039;ve made a mistake <strong>.I should have posted this post in Offtopic</strong>. Can be transferred there?. Sorry. </p><p>Anyway i think the elevation of the touchtyping skill to a necessity (especially the way it was presented by it&#039;s original author) misses entirely the ergonomics and health issues side. The hands needs protection. And i forgot to mention that touch-typing could become obselete not by LLM-AI but by LLM-powered-speech assistant </p><p>I think programmers should support and try that tech . I imagine my self dictating code by voice to my computer even when my hands&#039;s nerves would become too fragile. </p><p>I propose a separate subforum for ergonomics and health issues of Devuan admins - users- programmers. The subforum would cover also accessability aspects of devuan. (elderly,disabilities etc).</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 27 Jul 2025 13:53:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56955#p56955</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56954#p56954</link>
			<description><![CDATA[<p>@stargate-sg1-cheyenne-mtn . . . I found <a href="https://www.vhemt.org/" rel="nofollow">https://www.vhemt.org/</a> many years ago . . . possibly even before Devuan existed!&#160; I know I posted a link to that site somewhere on this forum but alas, atm my search fu sucks. The VHEMT message was not new to me. I had figured that out in the 70s and did not contribute the exploding population. We are definitely the most destructive species on the planet.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 27 Jul 2025 13:48:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56954#p56954</guid>
		</item>
		<item>
			<title><![CDATA[Re: A programmer should be a touch typist ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56948#p56948</link>
			<description><![CDATA[<p>imagine what the planet would be like today if ALL the humans on the ENTIRE planet lived like the americans(mostly referring to the _earth_destroying_level_of_consumerism_ with a side-dish of several hundred years of global murder and mayhem)</p><p>_who_would_jesus_nuke_</p><p><a href="https://en.wikipedia.org/wiki/Atomic_bombings_of_Hiroshima_and_Nagasaki" rel="nofollow"> https://en.wikipedia.org/wiki/Atomic_bombings_of_Hiroshima_and_Nagasaki</a></p><p>_slavery_is_alive_and_well_</p><p><a href="https://en.wikipedia.org/wiki/Kristian_Williams" rel="nofollow"> https://en.wikipedia.org/wiki/Kristian_Williams</a></p><p>also see:</p><p><a href="https://en.wikipedia.org/wiki/Voluntary_Human_Extinction_Movement" rel="nofollow"> https://en.wikipedia.org/wiki/Voluntary_Human_Extinction_Movement</a></p><p>the whales can&#039;t wait til we&#039;re gone:</p><p><a href="https://en.wikipedia.org/wiki/History_of_whaling" rel="nofollow"> https://en.wikipedia.org/wiki/History_of_whaling</a></p><p>or:</p><p><a href="https://www.youtube.com/watch?v=8tIdCsMufIY" rel="nofollow"> https://www.youtube.com/watch?v=8tIdCsMufIY</a></p><p>and:</p><p><a href="https://en.wikipedia.org/wiki/Balfour_Declaration" rel="nofollow"> https://en.wikipedia.org/wiki/Balfour_Declaration</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Sun, 27 Jul 2025 08:53:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56948#p56948</guid>
		</item>
	</channel>
</rss>
