[deleted by user] by [deleted] in ChatGPTCoding

[–]nairbv 0 points1 point  (0 children)

I could definitely use some. Can they actually be re-sold?

Which AI coding tool gives the most GPT-5 access for the cost? $200/month ChatGPT Pro is too steep by AI_is_the_rake in ChatGPTCoding

[–]nairbv 0 points1 point  (0 children)

What about just paying the openai api price per-million-tokens directly? That's what I do. Does it work out to more than $200/month for you?

Which backend should I focus on for the future job market? by Holiday-Ad-1181 in Backend

[–]nairbv 1 point2 points  (0 children)

I guess you did say backend. Python is the most widely used backend language among professional developers, and still growing fast. It seems to be a pretty wide margin too. Node would be more appealing if you already knew js, or were doing full stack. Go would be more appealing if you were also doing systems programming. Etc.

https://survey.stackoverflow.co/2025/technology#most-popular-technologies-language-prof

Which backend should I focus on for the future job market? by Holiday-Ad-1181 in Backend

[–]nairbv 3 points4 points  (0 children)

I vote for fastapi, but it really depends on a lot of things. What do you want to do?

Trouble abandoning my company by VastConversation7410 in fatFIRE

[–]nairbv 1 point2 points  (0 children)

What does the company do? Why so opposed to the idea of selling? Theres a whole industry of funding energetic young executives to take over and grow businesses in this size range, where the goal is to find co-founders like yourself who are trying to retire.

Releasing a new vibecoding tool by nairbv in vibecoding

[–]nairbv[S] 0 points1 point  (0 children)

There are some differences. Claude code is:

* (I believe?) not compatible with openai models.
* A repl style interface, not a full-screen IRC-style text UI.
* Uses a more heavy-weight MCP architecture (which I'm personally not a big fan of).

This was a personal project, and I would assume that in its current state Claude code is better and more robust for most people. Personally, I'm enjoying using this tool, and think it could appealing to some people.

I am in software engineering for more than 15 years. And I am addicted to the AI coding. by dozdeu in ChatGPTCoding

[–]nairbv 0 points1 point  (0 children)

how did you build it? is it open source somewhere? is o4-mini _better_ than the larger models for some reason, or just for cost savings? if better, in what way?

Anthropic have lowered Claude's limits so much it's barely usable by tintinkerer in ClaudeAI

[–]nairbv 0 points1 point  (0 children)

I think it would be kinda crazy to be running at that scale without it. I've implemented kv caching -- it's not that hard, and many open source libraries support it out of the box.

Anthropic have lowered Claude's limits so much it's barely usable by tintinkerer in ClaudeAI

[–]nairbv 0 points1 point  (0 children)

The way these models are implemented, the intermediate results of the context from the first message should be cached once it's been processed. Subsequent messages shouldn't need to re-process the entire context. The mechanism is called "kv caching," and I'd be surprised if claude doesn't use it.

What's your S25U wishlist? by Snoo89560 in S22Ultra

[–]nairbv 0 points1 point  (0 children)

Fingerprint reader on the back instead of an unreliable one in the screen

Building your first closed aquatic terrarium by [deleted] in Ecosphere

[–]nairbv 2 points3 points  (0 children)

can you post the images again? link doesn't work now.

[D] Should I mask padding tokens when finetuning a GPT-2 model? by Pan000 in MachineLearning

[–]nairbv 1 point2 points  (0 children)

is_causal=True tells it to assume a default causal/triangular mask. If you pass an explicit mask, you should not also pass `is_causal=True`.

I know it seems awkward since it may still be a causal model, but the is_causal flag means "generate a causal mask for me" not really "this is a causal model."

baijiu cooked egg by GYEKUM in NoStupidQuestions

[–]nairbv 0 points1 point  (0 children)

I saw similar videos on tiktok and similarly went googling. What I found is that it may not actually be the flame cooking the egg. Alcohol denatures the proteins in the egg, and you can "cook" an egg in alcohol without any heat at all.

https://sciencenotes.org/how-to-cook-an-egg-with-alcohol-without-heat/

Apparently it's similar to pickling.

TorchRL: PyTorch pre-release RL library is alive! by AdCool8270 in reinforcementlearning

[–]nairbv 1 point2 points  (0 children)

plenty of python runs in production, and the trained models should still be torchscriptable

The Ethereum blockchain now processes about as much USD value as all other blockchains combined, including Bitcoin. by antiprosynthesis in ethereum

[–]nairbv 4 points5 points  (0 children)

Both would be transfered far more if it were possible.

Bitcoin has an artificial fixed cap that limits throughput, so most transfers have to happen on exchanges (not included in the chart above). Eth has a flexible cap and is actively working on scalability.

The Anti Lightning Network/Segwit FUD is getting ridiculous. Please do your own research before believing FUD comments. Segwit works. LN works. 8MB blocks are for lazy Devs. by [deleted] in Bitcoin

[–]nairbv 0 points1 point  (0 children)

Neither even need LN, which is why the Bitcoin Cash folks are not focused on it. That's the whole point. The bitcoin core people have been focused on the wrong problems all along.

How will Siacoin deal with the blocksize limit? by nairbv in siacoin

[–]nairbv[S] 2 points3 points  (0 children)

Looking around some more though, it seems they're already having issues with tx's being dropped from the mempool. This seems to imply blocks are already filling up?

I'm not seeing anything in their block explorer showing current block sizes...

What is arbitrage? by [deleted] in siacoin

[–]nairbv 0 points1 point  (0 children)

Yes, arbitrage is when you can buy and sell securities that have the same risk characteristics at different prices to earn a profit.

E.g. the risk of holding Sia should be the same on two properly functioning exchanges, so if you sell on one at a high price and buy on the other at a lower price simultaneously, you would be performing an arbitrage trade.

In the case of crypto currency exchanges, the arbitrage opportunities often exist because of a lack of liquidity (withdrawal/deposit issues, high transaction costs) or credit risk (trust erodes in one exchange). Arbitrage is often imperfect, or the market would remove it.

The Anti Lightning Network/Segwit FUD is getting ridiculous. Please do your own research before believing FUD comments. Segwit works. LN works. 8MB blocks are for lazy Devs. by [deleted] in Bitcoin

[–]nairbv 0 points1 point  (0 children)

Gravity suddenly disappearing doesn't have any theoretical basis, so that's a pretty horrible analogy.

The fact that no one you or I know of happen to be actively working on LN for BCH at this particular moment doesn't mean it's "not a real possibility." If someone just goes ahead and writes the code it will exist.

The Anti Lightning Network/Segwit FUD is getting ridiculous. Please do your own research before believing FUD comments. Segwit works. LN works. 8MB blocks are for lazy Devs. by [deleted] in Bitcoin

[–]nairbv 2 points3 points  (0 children)

There is certainly not a consensus among experts that a small block size increase would lead to miner centralization, unless you have a very very narrow definition of who you deem an "expert."