HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ansonhoyt

no profile record

comments

ansonhoyt
·เดือนที่แล้ว·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 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·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 ปีที่แล้ว·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 ปีที่แล้ว·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 ปีที่แล้ว·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 ปีที่แล้ว·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 ปีที่แล้ว·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 ปีที่แล้ว·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 ปีที่แล้ว·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...