HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ansonhoyt

no profile record

comments

ansonhoyt
·mese scorso·discuss
Is there a way to `brew trust` inside my Brewfile? That'd be nice for the handful of formulas I install from github repos via `brew bundle --global`.
ansonhoyt
·5 mesi fa·discuss
Jeff Geerling's classic, "Ansible for DevOps", since naturally you'll be configuring PF on lots of servers.

[1] https://leanpub.com/ansible-for-devops
ansonhoyt
·11 mesi fa·discuss
Found brief details: https://docs.x.ai/docs/models/grok-code-fast-1

text-only, 256k context, $0.20/$1.50 1M tokens (but 0.25x via CoPilot Pro)
ansonhoyt
·2 anni fa·discuss
Possibly:

> This button is available for about an hour after you try to open the app.

https://support.apple.com/guide/mac-help/open-a-mac-app-from...
ansonhoyt
·2 anni fa·discuss
Apple changed this to be a little more annoying with Sequoia: System Settings > Privacy & Security > "Security" heading > "Open Anyway" button.

- https://support.apple.com/guide/mac-help/open-a-mac-app-from...
ansonhoyt
·2 anni fa·discuss
The latest issue of Fine Woodworking agrees and explains why this is true:

* "The Best Food-Safe Finish May Be None at All", https://www.finewoodworking.com/2024/10/10/the-best-food-saf...

TLDR; unfinished wood that is rinsed and dried on all sides will naturally trap and kill bacteria as it dries. Any finish interferes with this process.
ansonhoyt
·2 anni fa·discuss
Pretty true, though I'm ordering one as a family computer. Pretty colors, tidy package and lack of portability make it perfect.
ansonhoyt
·2 anni fa·discuss
The Babylon Bee covered it over the weekend: https://babylonbee.com/news/the-babylon-bee-has-announced-we...

> The Babylon Bee Has Announced We Will Lend Struggling Satire Site 'The Onion' One Of Our Two Jokes
ansonhoyt
·2 anni fa·discuss
I just read two posts, same topic, same day, same first name. Fun!

Yesterday, Jeff Geerling explained his .txt file TODO list: https://www.jeffgeerling.com/blog/2024/my-todo-list-txt-file...
ansonhoyt
·3 anni fa·discuss
Check out VSCode's "Ruby in Visual Studio Code" page [1].

Ruby LSP already does quite a bit and started gaining go-to method abilities last month [2], though it isn't complete quite yet [3]. It's build on Prism, so promises to be more robust than past attempts. Shopify has been moving fast on improving things here.

The Rdbg integration works great too [4]. Just add a `launch.json` and VSCode can hook into the very nice capabilities Koichi Sasada has been adding to the official `debug` gem.

[1]: https://code.visualstudio.com/docs/languages/ruby

[2]: https://github.com/Shopify/ruby-lsp/releases/tag/v0.12.4

[3]: https://github.com/Shopify/ruby-lsp/issues/899

[4]: https://marketplace.visualstudio.com/items?itemName=KoichiSa...
ansonhoyt
·3 anni fa·discuss
Perhaps if the software is more isolated? Many good points here, and I absolutely can avoid a lot of maintenance by my choice of languages and libraries, BUT just being online (or even on-network) forces quite a bit of maintenance.

I'm generally writing web apps, requiring me to keep up with a stream of security updates just to stay online: browsers deprecated TLS 1.0 and 1.1 [1], browsers require TLS certificates to be renewed ~annually, languages only fix security vulnerabilities for the last few releases, etc. Even linux kernels are getting shorter support going forward. [3]

[1] https://security.stackexchange.com/questions/237688/when-wil...

[2] https://www.digicert.com/faq/public-trust-and-certificates/h...

[3] https://www.linuxjournal.com/content/linux-kernel-reduction-...
ansonhoyt
·3 anni fa·discuss
The ARRL Ham Radio License Manual, 3rd edition, section 1.1 explains the term:

> How did “amateur” become “ham”? The real answer is unknown! Even before radio, telegraphers referred to a poor operator as a ham. Perhaps this was derived from a poor operator being “ham-fisted” on the telegraph key — an operator’s “fist” referred to his or her distinctive style over the wires. With all radio stations sharing the same radio spectrum in the early days, commercial and military operators would sometimes refer to amateurs as hams when there was interference. Regardless, amateurs adopted the term as a badge of honor and proudly refer to each other as “hams” today.

While you'd buy the latest 5th edition from the ARRL [1] to prepare for the exam, the older 3rd edition is freely available online [2].

[1] https://www.arrl.org/ham-radio-license-manual

[2] https://macaloney.blogspot.com/2019/06/how-to-prepare-for-ha...
ansonhoyt
·3 anni fa·discuss
There's an open issue [1]. A scripting interface has since been added [2], and updated [3], so there's progress.

[1] https://github.com/hashicorp/vagrant/issues/12518

[2] https://github.com/hashicorp/vagrant/issues/12518#issuecomme...

[3] https://github.com/hashicorp/vagrant/issues/12518#issuecomme...