HackerTrans
TopNewTrendsCommentsPastAskShowJobs

phoebefactorial

no profile record

comments

phoebefactorial
·قبل 4 سنوات·discuss
Back in college I saw that all of my professors were suffering from varying degrees of RSI, and resolved not to succumb myself.

My final changes were, in order of effectiveness:

- Put Ctrl on Alt, next to the space bar. Use thumb to press. This saves a huge amount of pinky and wrist contorting.

- Put Alt on Win, next to the now Ctrl key. Also use thumb to press. With both of these my pinkies have way less to do.

- Put Backspace on CapsLock. Though this does use a pinky finger, it is much easier to type than the normal backspace location requiring a hand full stretch.

- Use the Dvorak layout. Much less finger travel since more is on the home row compared to Qwerty.

- In Vim, use Ctrl+C instead of Escape to leave insert mode. Though not exactly identical, Ctrl+C is almost the same as escape and especially with the above changes is much easier to type than hitting the actual escape key.

I have been typing for 15 years since and I have zero hand pain.
phoebefactorial
·قبل 4 سنوات·discuss
I do Django freelancing and have had a fair amount of small clients with relatively few users. Adding workers and a message broker adds a lot of complexity over just a single Django server. I even had the thought to build something like this but looks like someone already did! Thanks for sharing this, looks like a great tool to know about.
phoebefactorial
·قبل 4 سنوات·discuss
What if you dedicated yourself to becoming enlightened as quickly as possible for the benefit of all beings?
phoebefactorial
·قبل 4 سنوات·discuss
I've been very excited to see Django embrace asyncio, and your package looks like a great way to do async task queues.

I've built a lot of very low traffic Django sites that are all behind user login for only a few users (think company internal-only CRUD tooling) and being able to use a task queue without having to set up a Redis thing is a big bonus for me.

Excited to see how this evolves, thank you for sharing it!