HackerLangs
TopNewTrendsCommentsPastAskShowJobs

dimava

no profile record

comments

dimava
·20 ngày trước·discuss
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 resources to support it
dimava
·tháng trước·discuss
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 option.

2. Stock valuation and money are not the same thing. As you could've noticed from the recent Bitcoin price drop, the moment you start selling it it starts to worth less. Tesla is bubble-priced, so it's sell price is at least 5 times less then valuation

3. Even if you get the money, distribution is much harder problem then you think after agreeing with this sensense. IIRC it was Musk who said "So you say you can fix the world hunger for $nnn? Bring me the plan how you are going to do it. Noone brought me a plan so far".
dimava
·tháng trước·discuss
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                 (* return value *)
    END;                   (* end of function *)
    
    FOR N FROM 0 TO 6 ::
       ? "FACT(", N, ") = ", FACT(Н)   (* print *)
    DONE;
dimava
·2 tháng trước·discuss
If it's purely bot traffic, then Anubis could help

You could have seen it on some websites already

https://anubis.techaro.lol/
dimava
·4 tháng trước·discuss
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 those numbers themselves were a leak rather then an official statement
dimava
·4 tháng trước·discuss
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
dimava
·4 tháng trước·discuss
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

    type A = { bark: fn, meow?: never } | { bark?: never, meow: fn }
    type B = { species: "dog", bark: fn } | { species: "cat", meow: fn }
    or use instanceof with a class
dimava
·4 tháng trước·discuss
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

Other OSS stuff like Copilot or JetBrains costs to providers much less, $100/yr most (licenses are not expenses, only inference is)

Anthropic may get $500(average total for all 6mo) per user of just inference costs

6 months is because this is experimental and they have no idea what to expect

(their devrel department is meh as you could've noticed already), when they see it working they'll make it autorenew or something

ESR (Eric S.Raymond) asked OpenAI to match and got one, so the same offer from OpenAI will likely follow soon[tm]
dimava
·5 tháng trước·discuss
Also check the https://botblock.ai/ , AI extension to detect AI replies on twitter
dimava
·5 tháng trước·discuss
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 is Claude Opus, which costs ~1/10 if not less in Claude Code that doesn't have that price multiplier
dimava
·7 tháng trước·discuss
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 waaay faster then anything you can make at home
dimava
·7 tháng trước·discuss
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 AND read in one round trip It may read 15 files, and then make small edits in all 15 files at once
dimava
·7 tháng trước·discuss
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/auto-draftify as example
dimava
·7 tháng trước·discuss
$30 in API pricing

> I was running this against my $20/month ChatGPT Plus account
dimava
·8 tháng trước·discuss
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 pointing at it out loud
dimava
·9 tháng trước·discuss
DeepSeek on GPUs is like 5x cheaper then GPT

And TPUs are like 5x cheaper then GPUs, per token

Inference is very much profitable
dimava
·10 tháng trước·discuss
Except 12:01 is in 24-hour clock which doesn't have 12:00 problem in the first place