HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ansonhoyt

no profile record

comments

ansonhoyt
·letzten Monat·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
·vor 5 Monaten·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
·vor 11 Monaten·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
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 2 Jahren·discuss
Pretty true, though I'm ordering one as a family computer. Pretty colors, tidy package and lack of portability make it perfect.
ansonhoyt
·vor 2 Jahren·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
·vor 2 Jahren·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
·vor 3 Jahren·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...