HackerTrans
TopNewTrendsCommentsPastAskShowJobs

atsaloli

no profile record

comments

atsaloli
·قبل 12 يومًا·discuss
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
·قبل 14 يومًا·discuss
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
·قبل 18 يومًا·discuss
or ZZ to save and exit
atsaloli
·الشهر الماضي·discuss
thank you for creating gitalias, very useful!
atsaloli
·قبل شهرين·discuss
Yes! I just opened a support case today asking for more fine grained permissions.
atsaloli
·قبل شهرين·discuss
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
·قبل شهرين·discuss
y
atsaloli
·قبل 3 أشهر·discuss
Try https://github.com/ddollar/tmux/blob/master/examples/screen-...
atsaloli
·قبل 3 أشهر·discuss
You can configure the scroll direction on the Mac. So you can have them both go the same way.
atsaloli
·قبل 4 أشهر·discuss
See earlier discussion https://news.ycombinator.com/item?id=47476821
atsaloli
·قبل 4 أشهر·discuss
The "fine" article
atsaloli
·قبل 4 أشهر·discuss
Yes, around 20% of Russia’s long range aviation wiped out by drones.

https://en.wikipedia.org/wiki/Operation_Spiderweb
atsaloli
·قبل 4 أشهر·discuss
The primary condition is giving up nuclear ambitions.
atsaloli
·قبل 5 أشهر·discuss
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 أشهر·discuss
Ruby on Rails tutorial by mhartl et al would be my go to https://www.railstutorial.org/