HackerTrans
TopNewTrendsCommentsPastAskShowJobs

b5n

no profile record

comments

b5n
·16 дней назад·discuss
How dare those nasty, dirty, unemployed live their lives under likely desperate circumstance. They are so much worse than corrupt oligarchs pumping and dumping their way into the greed hall of fame.
b5n
·23 дня назад·discuss
Why even use `emacs` if you're not willing to learn the basics? There are plenty of alternatives that cater to that preference.
b5n
·23 дня назад·discuss
These are all trivial to implement?

`treesitter` grammars _are_ easy to install.

`eglot` is available OOTB, `lsp-mode` is easy to install and configure if you prefer.

`gptel` is easy to install and configure.
b5n
·4 месяца назад·discuss
All the extra steps serve as some type of verification + data collection.

The devs know how to make the experience better, but they get paid to implement some mbas mining scheme.

The future is ok but mostly sucks.
b5n
·4 месяца назад·discuss
&>
b5n
·11 месяцев назад·discuss
`use-package` has pretty much simplified everything:

  ;; c
  (use-package c-mode
    :ensure nil
    :defer t
    :mode "\\.cu?\\'"
    :config (setq c-default-style "gnu"
                  c-basic-offset 2)
    :hook ((c-mode . lsp)
           (c-mode . bmacs-ide)))
b5n
·3 года назад·discuss
It's worth considering that this is the same attorney general who recently doxed all law abiding concealed carry permit holders, applicants, and others (including but not limited to home address, phone, DL number, etc.) many of whom are victims of domestic violence, stalking, and sexual assault.
b5n
·3 года назад·discuss
Quick solution:

    parallel -j 10 curl 2> /dev/null \
        ::: $(for i in {1..10};do echo 'https://whatever.com';done)