HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bibstha

no profile record

コメント

bibstha
·先月·議論
Europe has plenty of dollar store equivalent.
bibstha
·3 か月前·議論
> Yak Milk Gruyère

> If a Nepali dairy cooperative partnered with an Alpine affineur, this could be extraordinary — dense, butterscotch-rich, with a savory depth that cow milk can't match.

I believe Himalayan French Cheese is doing this already. https://www.facebook.com/himalayanfrenchcheese/
bibstha
·3 か月前·議論
Me and partner are both on iPhone 14 Pro. And this is more than powerful and sufficient for our daily use, except the battery is around 82%. I'd happily replace the battery right now for a more powerful one.
bibstha
·3 か月前·議論
I actually quite enjoy the OpenClaw. Although the recent CC crackdown has caused me to try different LLM providers which aren't that reliable but anyways, here are few things I do with it, in all separate groups.

* Telegram Health Group, created an agent to help me track sleep, recommend my supplements based on my location, remind me in the morning and evening to monitor my food. I send it images of what I eat and it keeps track of it. * Telegram Career Group, I randomly ask it to find certain kind of job posts based on my criteria. Not scheduled, only when I like to. * Telegram Coder Group, gave it access to my github account. It pulls, runs tests and merges dependabot PRs in the mornings. Tells me if there are any issues. I also ask it to look into certain bugs and open PRs while I'm on the road. * Telegran News Group, I gave it a list of youtube videos and asked it to send me news every day at 10am similar to the videos.

So far, it's a super easy assistant taking multiple personas. But it's getting a bit painful without CC subscription
bibstha
·4 か月前·議論
Which mount do you have? I've got a 24" as well and I've never imagined I'd fit 2 monitors.
bibstha
·4 か月前·議論
You don't need a coding version of model from Qwen? the 3.5 works?
bibstha
·4 か月前·議論
Nice. One more benefit of this is when using LLM tools like Claude Code or Codex to do something and run tests on a worktree, this solution would work seamlessly.
bibstha
·10 か月前·議論
It's free now, they released it for free in most recent Railsconf.
bibstha
·2 年前·議論
This will answer your question: https://github.com/rails/rails/pull/52335#issuecomment-22395...

> I think there can be some overlap between rake tasks and one-off scripts and opinions may vary. In the related discussion Okura Masafumi mentions that rake tasks are one way but they can be executed multiple times, and I tend to agree, leaving rake tasks for code that is intended to be run multiple times.

> So script/ can hold one-off scripts, for example Basecamp uses script/migrate which I am guessing they use for updating data, and we had a similar folder at my previous company.

> But script/ is not only for one-off scripts, it can hold more general scripts too, for example rails generate benchmark already generates benchmarks in script/benchmarks, and at my previous company we had script/ops which had a bunch of shell scripts and ruby scripts for various ops-related things.

So really not so clear description. It caters to those who feel like they have a script that doesn't really fit in the Rake file.
bibstha
·2 年前·議論
Very much. I still heavily use rails generators as the defaults do quite a bit already. Generates nice forms, models, migrations, jobs, scripts, and test files. It doesn't feel much, like it's just generating a bunch of files with basic defaults in the right folder, but when you do that quite a bit overtime, you appreciate how little you have to think about those things.
bibstha
·2 年前·議論
I recently moved from Kitty+Tmux to Tmux only setup. I think the maintainer has implemented most of the features in tmux like split panes, switching, changing layouts etc and is probably why says what he says.

For me, I've found Kitty quite configurable enough to have everything except the remote server thing. I used this as my guide: https://www.reddit.com/r/KittyTerminal/comments/z2p2sh/ditch...