HackerTrans
トップ新着トレンドコメント過去質問紹介求人

atsaloli

no profile record

コメント

atsaloli
·13 日前·議論
Who delivers a 50K per head training? Who pays for such a thing?

How many people were in the class?

I had a small training company, shuttered during COVID, and I used to charge 5K per day, for a group of up to 12 people. 5 days training = 25K. This is double, wow.

I would love to get back into training but getting enough volume to live and support a family on has been a challenge.
atsaloli
·15 日前·議論
You are welcome! I’m happy to hear it!

I teach a vi basics tutorial and I get that a lot. :)

http://vitutorial.org/

The tutorial is based on Bill Joy’s original paper introducing the vi editor.

Maybe you’ll find something else new there. :)
atsaloli
·19 日前·議論
or ZZ to save and exit
atsaloli
·先月·議論
thank you for creating gitalias, very useful!
atsaloli
·2 か月前·議論
Yes! I just opened a support case today asking for more fine grained permissions.
atsaloli
·2 か月前·議論
You can have multiple user accounts with UID 0. They will all be priveleged superusers.

Back in umpteen-umpty-umph, we used to have multiple accounts like that for different departments each with their own password. So you could track use of superuser accounts by department for some degree of accountability.

This was on Solaris 2.something but I don't see why it wouldn't work like that on other UNIX systems. It's the UID of 0 that makes an account a superuser, not the username.
atsaloli
·2 か月前·議論
y
atsaloli
·3 か月前·議論
Try https://github.com/ddollar/tmux/blob/master/examples/screen-...
atsaloli
·3 か月前·議論
You can configure the scroll direction on the Mac. So you can have them both go the same way.
atsaloli
·4 か月前·議論
See earlier discussion https://news.ycombinator.com/item?id=47476821
atsaloli
·4 か月前·議論
The "fine" article
atsaloli
·4 か月前·議論
Yes, around 20% of Russia’s long range aviation wiped out by drones.

https://en.wikipedia.org/wiki/Operation_Spiderweb
atsaloli
·4 か月前·議論
The primary condition is giving up nuclear ambitions.
atsaloli
·5 か月前·議論
I can't address all your points, but if you add your linter as a pre-commit hook, the AI won't be able to open a PR if it doesn't pass your linter. That could catch the tabs-versus-spaces issue.
atsaloli
·6 か月前·議論
Ruby on Rails tutorial by mhartl et al would be my go to https://www.railstutorial.org/