HackerTrans
TopNewTrendsCommentsPastAskShowJobs

OddMerlin

no profile record

comments

OddMerlin
·6 maanden geleden·discuss
"Should know" and expecting a logical outcome is wishful.
OddMerlin
·6 maanden geleden·discuss
Why not use Claude App in GitHub (if your code is in GitHub)?

I kick off a prompt as a GitHub issue, Claude fires away on this issue, provides updates as comments and a PR is created for me at the end for review.

It also notifies me throughout, and I can look at the pipelines to see the thinking behind the action.
OddMerlin
·7 maanden geleden·discuss
I recently purchased an iPad Air and am blown away at how bad the UX is. Notes is incredibly buggy, the iOS is not optimized for the pencil pro (seems like it delivers very little value outside of visual arts programs), the Siri +gpt experience is laughable, and I can go on…

I’m a long time Apple user and I’m concerned with the state of things.

Im considering returning this piece of junk.
OddMerlin
·10 maanden geleden·discuss
How is this any different from just using claude-cli? The example on the npm page is something you could easily do from within claude-cli...? Sorry, I must be missing the point on this??
OddMerlin
·vorig jaar·discuss
I'm with you. I think it's great that Mozilla is trying/tried to extend their value beyond just the browser.

I found pocket immensely useful. Having the ability to have my kobo e-reader sync pocket articles to read off-line was such a useful feature.

I don't understand the Mozilla hate on this board. I think it's wildly overblown.
OddMerlin
·vorig jaar·discuss
Also check out The Rebel sell by Joseph Health and Andrew Potter. Another great read in the same vein https://en.wikipedia.org/wiki/The_Rebel_Sell.
OddMerlin
·2 jaar geleden·discuss
I’m genuinely curious how people have time to do this. I feel less and less sure of my abilities the more I see wonderful stuff like.

I can’t imagine the effort involved in this. Someone did mention this takes advantage of prior work just rerendering in ascii and mapping to procs but that’s not a negligible amount of work. How long did this take? I feel like I know nothing and I’ve been in this industry for more than I’d like to say.

This is awesome but I feel incredibly stupid.
OddMerlin
·2 jaar geleden·discuss
I’m with you on the usecase. Simple server deployment on a VM, bash script is fine, in fact I recommend it. It’s when you start dealing with 5+ VMs that I would start looking into using a tool like Ansible.
OddMerlin
·2 jaar geleden·discuss
Why not use Ansible for something like this?

Don’t get me wrong, I love bash scripts like any other old hat, but Ansible scratches this exact itch.

You’ve got playbooks that can execute shell, provide logging, better management, history of execution, fleet management, and it’s light weight. And there’s a robust community of shared modules, etc.