skybert's recent activity
-
Comment on Boost Emacs productivity with OpenAI, ChatGPT and Copilot in ~comp
-
Comment on Boost Emacs productivity with OpenAI, ChatGPT and Copilot in ~comp
skybert In this video I show you how c3po.el/ChatGPT and copilot.el/Copilot helps me in both research and coding.In this video I show you how c3po.el/ChatGPT and copilot.el/Copilot helps me in both research and coding.
-
Boost Emacs productivity with OpenAI, ChatGPT and Copilot
7 votes -
Truly understand your BASH programs with these debugging techniques
1 vote -
App of the fortnight: ksnip
2 votes -
Comment on What programming/technical projects have you been working on? in ~comp
skybert Rewrite a Java webapp from servlets and JSP to DropWizard microservice and HTML/JS. Biggest challenge was handling the dependency graph of the finished app, figuring out what had to be excluded in...- Rewrite a Java webapp from servlets and JSP to DropWizard microservice and HTML/JS. Biggest challenge was handling the dependency graph of the finished app, figuring out what had to be excluded in order to have our (old) app run on DW.
- Emacs-lisp to generate a Bitbucket URI corresponding to the repo, file and line number I'm currently looking at (the
git-link
package didn't work for me).
-
Create a Slack wizard app in Python that answers all your questions
2 votes -
Comment on Manchester United is pleased to confirm that Christian Eriksen has joined the club, signing a contract until June 2025 in ~sports.football
skybert They're lucky to have him. A pity he didn't go back to Spurs, though.They're lucky to have him. A pity he didn't go back to Spurs, though.
-
Comment on Harden your Linux server using SSH keys (and turn off password auth) in ~comp
skybert I didn't know about Endlessh, thanks. Nice.I didn't know about Endlessh, thanks.
The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.
Nice.
-
Comment on Harden your Linux server using SSH keys (and turn off password auth) in ~comp
skybert Hi Tony, thanks for the comment. I also run fail2ban and these days prefer ed25519 keys over the default rsa-sha2-512. It's even a shorter line to copy and past over IM ;-) Cheers for mentioning...Hi Tony, thanks for the comment. I also run
fail2ban
and these days prefered25519
keys over the defaultrsa-sha2-512
. It's even a shorter line to copy and past over IM ;-)Cheers for mentioning
ssh-audit
, I'll have a look. -
Comment on Harden your Linux server using SSH keys (and turn off password auth) in ~comp
skybert Thanks for the feedback. I tried to keep the video simple, but perhaps I should've covered more. For the record, I too run sshd on a non-standard port, and turn off root login (that should be the...Thanks for the feedback. I tried to keep the video simple, but perhaps I should've covered more.
For the record, I too run
sshd
on a non-standard port, and turn offroot
login (that should be the default IMO). -
Harden your Linux server using SSH keys (and turn off password auth)
8 votes -
Comment on Emacs as your terminal multiplexer in ~comp
-
Comment on Show your Emacs shortcuts in colour when giving presentations in ~comp
skybert You're welcome. It seems to me most folks use command-log-mode, so this interaction-log-mode is a well hidden gem.You're welcome. It seems to me most folks use
command-log-mode
, so thisinteraction-log-mode
is a well hidden gem. -
Comment on Emacs as your terminal multiplexer in ~comp
skybert Ever considered using Emacs instead of tmux? Neither did I - before tmux starting crashing on me. In this video, I show you how I've replaced tmux with Emacs: named, dedicated shell buffers for...Ever considered using Emacs instead of
tmux
? Neither did I - beforetmux
starting crashing on me. In this video, I show you how I've replacedtmux
with Emacs:- named, dedicated shell buffers for specific apps with shell-mode
- running rich TUI apps like top and vim inside Emacs using
vterm
- having multiple
vterm
buffers withmulti-vterm
-
Emacs as your terminal multiplexer
10 votes -
Comment on Show your Emacs shortcuts in colour when giving presentations in ~comp
skybert Many people have asked me about what mode I use for showing Emacs shortcuts and the answer is: interaction-log-mode. I can never remember the name, so I created a wee screencastMany people have asked me about what mode I use for showing Emacs shortcuts and the answer is:
interaction-log-mode
.I can never remember the name, so I created a wee screencast
-
Show your Emacs shortcuts in colour when giving presentations
5 votes -
EmacsConf 2020 videos are out
9 votes -
Comment on The bashtop resource monitor is a work of art in ~comp
skybert Thanks for the list, I haven't heard nor tried out even half of them :-) On my laptop, I prefer one that includes lots of info, like battery. Performance is an issue, though. The performance...Thanks for the list, I haven't heard nor tried out even half of them :-) On my laptop, I prefer one that includes lots of info, like battery. Performance is an issue, though. The performance monitor shouldn't be a top (no pun intended) contender in its own list of the most resource hungry processes on your system.
You better try it and and see ;-)