skybert's recent activity

  1. Comment on Boost Emacs productivity with OpenAI, ChatGPT and Copilot in ~comp

    skybert
    Link Parent
    You better try it and and see ;-)

    You better try it and and see ;-)

    1 vote
  2. Comment on Boost Emacs productivity with OpenAI, ChatGPT and Copilot in ~comp

    skybert
    Link
    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.

    1 vote
  3. Comment on What programming/technical projects have you been working on? in ~comp

    skybert
    Link
    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).
  4. 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
    Link
    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.

    1 vote
  5. Comment on Harden your Linux server using SSH keys (and turn off password auth) in ~comp

    skybert
    Link Parent
    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.

    1 vote
  6. Comment on Harden your Linux server using SSH keys (and turn off password auth) in ~comp

    skybert
    Link Parent
    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 prefer ed25519 keys over the default rsa-sha2-512. It's even a shorter line to copy and past over IM ;-)

    Cheers for mentioning ssh-audit, I'll have a look.

    1 vote
  7. Comment on Harden your Linux server using SSH keys (and turn off password auth) in ~comp

    skybert
    Link Parent
    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 off root login (that should be the default IMO).

    1 vote
  8. Comment on Emacs as your terminal multiplexer in ~comp

  9. Comment on Show your Emacs shortcuts in colour when giving presentations in ~comp

    skybert
    Link Parent
    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 this interaction-log-mode is a well hidden gem.

    1 vote
  10. Comment on Emacs as your terminal multiplexer in ~comp

    skybert
    Link
    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 - before tmux starting crashing on me. In this video, I show you how I've replaced tmux 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 with multi-vterm
    2 votes
  11. Comment on Show your Emacs shortcuts in colour when giving presentations in ~comp

    skybert
    Link
    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 screencast

    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 screencast

    2 votes
  12. Comment on The bashtop resource monitor is a work of art in ~comp

    skybert
    Link Parent
    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.

    2 votes