HackerTrans
TopNewTrendsCommentsPastAskShowJobs

b5n

no profile record

comments

b5n
·vor 17 Tagen·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
·vor 23 Tagen·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
·vor 23 Tagen·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
·vor 4 Monaten·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
·vor 4 Monaten·discuss
&>
b5n
·vor 11 Monaten·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
·vor 3 Jahren·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
·vor 3 Jahren·discuss
Quick solution:

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