HackerTrans
TopNewTrendsCommentsPastAskShowJobs

b5n

no profile record

comments

b5n
·16 days ago·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 days ago·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 days ago·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 months ago·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 months ago·discuss
&>
b5n
·11 months ago·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 years ago·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 years ago·discuss
Quick solution:

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