Live data from Hacker News

Viewing profile — dimava

dimava

HN member
Joined
Fri, May 05, 2023, 10:21 PM UTC
HN karma
115
Public activity
69 items

About dimava

No profile information was provided.

Recent public activity

  1. comment
    Comment #49082017

    "Claude did implement multithreading in JS but we don't want to mantain a fork of WebKit" - jared apparently

  2. story
  3. comment
    Comment #48789524

    Just @AGENTS.md should be enough, as @s is CLAUDE.md are inlined (and !`ls` are executed)

  4. comment
    Comment #48614284

    The ones who accept rewrites are expected to support it indefinitely. That's why Jared didn't consider using it for Bun even if it's undeniably better, they don't have human resour…

  5. comment
    Comment #48420979

    1. Owning your own company stock is not having money, it's merely ability to control the company. Elon tries to be BDFL of his companies, so selling the stock is not really an opti…

  6. comment
    Comment #48307257

    Since I know russian well, here's a proper translation for y'all FUNC FACT (N); NAMES: P; (* variable names *) 1 -> P; FOR I FROM 1 TO N :: P * I -> P DONE (* endif *) RET: P (* re…

  7. comment
    Comment #48155583

    If it's purely bot traffic, then Anubis could help You could have seen it on some websites already https://anubis.techaro.lol/

  8. comment
    Comment #47544038

    The amount of compute you get is not documented anywhere. Cursor docs do say "You get $70 of api priced tokens on $60 tier" Anthropic limits were 8.33x with free cached tokens, but…

  9. comment
    Comment #47320476

    Cursor may be losing money only on $200 sub people who do over $200 of usage (it grants $400) Everyone else pays them at API prices

  10. comment
    Comment #47286345

    And then you have a const CatDog = { bark(){}, meow(){} } and const TreeCat = { bark: "oak", meow(){} } and your code stops working To make types discriminatable you need either ty…

  11. comment
    Comment #47188030

    Just to reiterate ANTHROPIC IS GIVING EVERY DECENTLY LARGE MAINTAINER $1000 WORTH OF INFERENCE (~x8 that in API prices) They likely made a marketing budget for this of $1M or so Ot…

  12. comment
    Comment #47102365

    Also check the https://botblock.ai/ , AI extension to detect AI replies on twitter

  13. comment
    Comment #46836279

    Open source models costs are determined only by electricity usage, as anyone can rent a GPU qnd host them Closed source models cost x10 more just because they can A simple example …

  14. comment
    Comment #46367121

    Tokens will cost same on Mac and on API because electricity is not free And you can only generate like $20 of tokens a month Cloud tokens made on TPU will always be cheaper and waa…

  15. comment
    Comment #46334714

    When other models would grep, then read results, then use search, then read results, then read 100 lines from a file, then read results, Composer 1 is trained to grep AND search AN…

  16. comment
    Comment #46312643

    Just ask LLM to write one on top of OpenRouter, AI SDK and Bun To take your .md input file and save outputs as md files (or whatever you need) Take https://github.com/T3-Content/au…

  17. comment
    Comment #46306556

    $30 in API pricing > I was running this against my $20/month ChatGPT Plus account

  18. comment
    Comment #45783205

    refined title: ArXiv CS requires peer review for surveys amid flood of AI-written ones - nothing happened to preprints - "summarization" articles always required it, they are just …

  19. comment
    Comment #45450117

    DeepSeek on GPUs is like 5x cheaper then GPT And TPUs are like 5x cheaper then GPUs, per token Inference is very much profitable

  20. comment
    Comment #45097116

    Except 12:01 is in 24-hour clock which doesn't have 12:00 problem in the first place

  21. comment
    Comment #44720923

    Can you make a variant for relative passing time? You probably barely remember anything up to around 10, and then each doubling of age adds one logarithmical unit So 10 is 1, 20 is…

  22. comment
    Comment #44713115

    Aka VSCode DevContainer? Could work I think (be wary of sending .env to the web though)

  23. comment
    Comment #44688371

    Edit: it got fixed, thanks to the author I think with majority of TypeScript projects using Prettier, 2 is more likely to be the default[0] The linked page literally says to ignore…

  24. comment
    Comment #44639938

    They had tools to prevent this, but the tools were still in development They have since unrolled prod/dev db split and dB snapshots And restored that user's db from backup ofc

  25. comment
    Comment #44605636

    There's an ESLint rule with autofixes for that (annotating type imports) One for extension should exist somewhere too