Hacker Newsnew | past | comments | ask | show | jobs | submit | misiti3780's commentslogin

It wont be "one time", which is why they are leaving.

I'm sorry but you think people are not going to move to florida because of hurricanes. Please be serious.

Also the left wing progressive culture is working wonders for California. It's a wonder everyone that can is leaving.


i didnt realize you can pass it a figma MCP link. is this an undocumented feature ?

I don't think so. I've seen multiple posts from Figma and Codex talking about the best way of working with both tools.


is there a website where i can compare openai, anthropic and gemini models on cost/token ?

There are plenty. But it's not the comparison you want to be making. There is too much variability between the number of tokens used for a single response, especially once reasoning models became a thing. And it gets even worse when you put the models into a variable length output loop.

You really need to look at the cost per task. artificialanalysis.ai has a good composite score, measures the cost of running all the benchmarks, and has 2d a intelligence vs. cost graph.


thanks

For reference the above completely depends on what you're using them for. For many tasks, the number of tokens used is consistent within 10~20%.

https://www.helicone.ai/llm-cost

Tried a lot of them and settled on this one, they update instantly on model release and having all models on one page is the best UX.




Suni Williams and Butch Wilmore beg to differ.


Does this mean Brett Weinstein was wrong when he said it caused 17M deaths ???


The guy who says HIV is caused by poppers?


i was referring to this https://youtu.be/P3nXJB5PoBM?t=39


I assume their point is that, ah, the opinion of someone who thinks AIDS is _caused by poppers_ on anything medical, or, indeed, probably on _anything_, may be safely discounted, on the basis that they are clearly insane.


I understand that. I'm wondering why you'd find such a shitty source even the slightest bit compelling.


I didnt find it compelling at all - I was being sarcastic. Anyone who thinks Brett Weinstein is reputable at this point is an idiot.


i agree, you can search in the terminal like you can iterm2 either, which is super annoying.


It’s merged to main but not in any district channels yet AFAIK


the solution is dont let them pick individual stocks, only indexes. they also should have to publish all trades publicly the day the trade takes place

CA doesnt care about this -- you continue to re-elected Pelosi, she is one of the worst violators of this


In what way? Because she's long a lot of high-variance tech stocks? You could probably outperform her just going all-in on QQQ.


im going to try this. it sounds promising. can you provide an example for more context?


Sure,

The agents have a tendency to make the "Examples" section of the help message way too long by stuffing it with redundant examples, so it needs to be manually pruned from time during development if you use an agent for tool development.

`gh-install` is a fish script (using curl and jq), it was made by an agent.

  gh-install -h
  Usage: gh-install [-i] [-q] [-s] [-p PATH] [-n NAME] [-f FILE] [-e EXECUTABLE] <repo> [version]
    -i            - Show info about what would be installed (no install)
    -q            - Quiet mode (suppress all output except -i info line)
    -s            - Install to /usr/local/bin (system-wide)
    -p PATH       - Install to the specified directory (incompatible with -s)
    -n NAME       - Install with custom binary name
    -f FILE       - Select specific file from release assets and use as binary name (unless -n is specified)
    -e EXECUTABLE - Select specific executable from extracted archive (when archive contains multiple executables)
    repo          - GitHub repository in format owner/name
    version       - Optional version tag (defaults to latest)

  Examples:
    gh-install cli/cli v2.40.1
    gh-install cli/cli
    gh-install -i cli/cli (show info only)
    gh-install -i -q cli/cli (show info quietly)
    gh-install -s cli/cli (install system-wide)
    gh-install -p /opt/bin cli/cli (install to /opt/bin)
    gh-install -n gh cli/cli (install as 'gh')
    gh-install -f zed-remote-server zed-industries/zed (install server file)
    gh-install -e server some-org/multi-tool (install 'server' executable from archive)

Prompt:

  Use `gh-install -h` to install asdf, hadolint, ripgrep, fd, delta and bat.

If I need it to do something that uses multiple tools I might just tell it to look in `./tools` for the available tools, so the prompt would be something like this.

  Do x using the tools found in `./tools` (they all have a `-h` option).

I also have several tools that are just js scripts using playwright (webpage as the api) to fetch data and return it in a json format. Then I can tell the agent to use that tool and jq to do data processing.


this is helpful. thank you


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: