preciz
Last year I had this idea to stop practicing touch typing with gibberish and start
using repositories from GitHub as the source of the text I have to type. (for ex. Phoenix, Elixir)
I wrote a small script to do exactly that.
1: You configure a GitHub repo.
2: It starts randomly showing you files, you select a file and start typing.
This way you can practice touch typing with the best quality code out there in topics you are interested in.
I think a webpage where you can select a GitHub repository and start typing in the browser would be great.
What do you think about the core idea?
(The code I’m using is on my GitHub but it’s just a hastily written Ruby script. https://github.com/preciz/tct
Trending in Other Resources
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 2- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
malloryerik
It’s a very cool idea. I wonder if the order in which code finishes on a page is necessarily the best order for inputting it. With that in mind, one idea for your typing tutor could be to allow the typist to input code irrespective of order. So, in one way of doing this, it’d be OK to input line 23 before line 12, with the goal of allowing the typist to think conceptually about the code while typing it in.
francob411
Might want to check out Speedcoder