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

codydkdc

no profile record

コメント

codydkdc
·昨年·議論
If I'm understanding correctly GitHub Projects solve your concerns with using GitHub Issues
codydkdc
·昨年·議論
this is a general convention in technical documentation as well
codydkdc
·昨年·議論
people don't use local editors? it's weird to lock people into workflows like that
codydkdc
·昨年·議論
I really want Google to launch a Claude Code/OpenAI Codex CLI alternative. also if they included a small VM in one of these subscriptions I'd seriously consider it!
codydkdc
·昨年·議論
> Firstly, there’s the environmental impact. Models require massive amounts of electricity and water (to cool servers). An AI chatbot contributes more to the climate crisis than a Google search.

I really dislike the "people should be better and use less energy" argument for solving macro-problems like this

> My naive optimism led me to believe that technology would help us fight climate change. I was wrong: AI and Crypto are net negatives in this regard.

...why? why would technology that specifically requires a lot of energy help "fight climate change"?

this entirely article is missing any point to me -- it's very vague and speaking in generalities.

> “If you’re going to use generative tools powered by large language models, don’t pretend you don’t know how your sausage is made.”

why? if you generate code with a LLM, then read and deeply understand the code, what's wrong?

> I can’t help but feel the web would be a better place if the technology had never existed in the first place.

if we didn't invent the wheel, we wouldn't have so many cars/trucks polluting the planet
codydkdc
·昨年·議論
if only there were some simple solution to host a static website without cookies and other garbage

https://cloud.google.com/storage/docs/hosting-static-website + pick your favorite OSS CMS
codydkdc
·昨年·議論
I'm witnessing...something!
codydkdc
·昨年·議論
how long is an age?
codydkdc
·昨年·議論
Herodotus, the famously accurate historian
codydkdc
·昨年·議論
y is this on the front page
codydkdc
·昨年·議論
we basically use the same as above, but for reviews. you can use AI to help with reviews, but you're signing off when you approve the PR
codydkdc
·昨年·議論
this is a bad argument in the abstract. "drivers are fully capable of navigating intersections without Daddy Goverment getting involved" so we shouldn't have traffic laws and stop lights

the evidence says otherwise. I agree an outright ban probably isn't the best solution
codydkdc
·昨年·議論
the only one of these points I personally care about is:

> The protocol has a very LLM-friendly interface, but not always a human friendly one.

similar to the people asking "why not just use the API directly", I have another question: why not just use the CLI directly? LLMs are trained on natural language. CLIs are an extremely common solution for client/server interactions in a human-readable, human-writeable way (that can be easily traversed down subcommands)

for instance, instead of using the GitHub MCP server, why not just use the `gh` CLI? it's super easy to generate the help and feed it into the LLM, super easy to allow the user to inspect the command before running it, and already provides a sane exposure of the REST APIs. the human and the LLM can work in the same way, using the exact same interface
codydkdc
·昨年·議論
"more time shorter letter"
codydkdc
·昨年·議論
an agent is software that does something on behalf of someone (aka software)

I personally strongly prefer the term "bots" for what most of these frameworks call "agents"
codydkdc
·昨年·議論
without locking you into a single cloud vendor ;)
codydkdc
·昨年·議論
lol
codydkdc
·昨年·議論
m8 they shared their database with the entire world: https://www.wiz.io/blog/wiz-research-uncovers-exposed-deepse...