HackerTrans
TopNewTrendsCommentsPastAskShowJobs

atsaloli

no profile record

comments

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

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