HackerTrans
TopNewTrendsCommentsPastAskShowJobs

copirate

no profile record

comments

copirate
·3개월 전·discuss
Why do these tools never have the equivalent of sketch contraints in FreeCAD? That's how I build my models and it avoids a lot of math.

I'd really like a "CAD as code" tool that's basically the FreeCAD Part Design workflow but with code. I know FreeCAD has a python interface but it's far from developer friendly.
copirate
·4개월 전·discuss
One thing I love about NixOS is how easy it is to run packages from different sources. For example, I needed an old package that's been removed from nixpkgs several years ago. To run it I just had to add an old release of nixpkgs as input to my flake.nix and add the package from this input. It pulls all its dependencies from that old release and there's zero conflict with the other packages.
copirate
·4개월 전·discuss
So if I have to reinstall my phone it won't be usable for 24h because I won't be allowed to install my F-Droid apps?
copirate
·4개월 전·discuss
> After all, real humans – even geniuses – are trained on much much less data than the whole Internet.

It's certainly different data, but one could argue that real humans have been trained on 3.5 billion years of evolution data.
copirate
·5개월 전·discuss
I'm not saying they invented anything. I'm saying it's a different workflow than what what I've seen on HN.

I don't care about Visual Studio, I don't use it, but the page you've linked seems to describe yet another workflow (not very detailed).
copirate
·5개월 전·discuss
Making the model write a research file, then the plan and iterate on it by editing the plan file, then adding the todo list, then doing the implementation, and doing all that in a single conversation (instead of clearing contexts).

There's nothing revolutionary, but yes, it's a workflow that's quite different from other posts I've seen, and especially from Boris' thread that was mentioned which is more like a collection of tips.
copirate
·5개월 전·discuss
A detailed workflow that's quite different from the other posts I've seen.
copirate
·5개월 전·discuss
They are different Boris. I was using the names already used in this thread.
copirate
·5개월 전·discuss
But the author's workflow is actually very different from Boris'.

#6 is about using plan mode whereas the author says "The built-in plan mode sucks".

The author's post is much more than just "planning with clarity".
copirate
·6개월 전·discuss
Sure, I was not talking about Signal. Something like Bitmessage[1] can.

[1] https://en.wikipedia.org/wiki/Bitmessage
copirate
·6개월 전·discuss
It can protect the identity of the members, though.
copirate
·6개월 전·discuss
There's also this issue[1] with about 300 participants about limits being reached much more quickly since they stopped the 2x limit for the holidays. A few people from Anthropic joined the conversation but didn't say much. Some users say they solved the issue by creating a new account or changing their plan.

[1] https://github.com/anthropics/claude-code/issues/16157
copirate
·6개월 전·discuss
If it's the same author they can reuse the code. They can copy the code but they can't link it.
copirate
·6개월 전·discuss
But my config files (/etc, ~/.config, etc.) are either managed by nix (and no program can modify them), or they are not and in that case nix will never touch them. In what situation would nix overwrite a file?
copirate
·6개월 전·discuss
This problem may be specific to Darwin because on NixOS I've never had a file overwritten by nix (even with home manager). When a file is managed by nix it's a symlink to a read-only filesystem (/nix/store), so no program can overwrite it. If the symlink is replaced by a regular file, nix refuses to reapply.
copirate
·6개월 전·discuss
No, I'm saying it's not clear at all who is in a better position. I'd even argue that the miner hiding his block is in a worse position.

But I'll stop discussing that with you. It's pointless and you're way too condescending.
copirate
·6개월 전·discuss
But yesterday's jackpot is still running, here. If you find a block on the public chain while the other miner kept their block secret, your block becomes the main chain. If they publish their block after you, both blocks compete for the head, but it's usually the first published one that wins.
copirate
·6개월 전·discuss
What advantage does it provide vs not withholding? If you don't keep your first block secret and find a 2nd block, you get the same rewards.

On the other hand, if someone finds a block while you're keeping yours secret, it's very likely you'll lose the reward of your block.

So, you get a chance to discard the block of another miner, but you have to put your own block at risk of being discarded. Maybe there's a gain here, but it's not clear.
copirate
·6개월 전·discuss
Yes, but when you find that block you don't know whether you will be 10 blocks ahead in the future. You have to make the decision to put the reward of this block at risk before you know you'll be able apply your strategy. That's what I meant here. It is very costly on average because of the potential loss of the withheld blocks.
copirate
·6개월 전·discuss
Mining on the hidden chain is not necessarily a head start. It would be if it was certain that this hidden chain will become the main chain. But if it doesn't, then mining on it was a waste, not a head start. Of course you don't know in advance, but that's exactly my point. If you don't know whether you're on the right track, you can't say you have a head start. And in the described situation, it's not guaranteed at all that the hidden chain will become the main chain.

The hidden chain can easily be discarded if the miner of the hidden chain doesn't find a 2nd block and if the miners on the public chain find a block and propagate it before the hidden chain is published. In that case, the public chain and hidden chains will be 2 competing heads, and other miners will decide which one wins. They will generally take the first block they saw, so most likely not the (previously) hidden chain. In that situation, mining on the hidden chain was a waste, not a head start. We could even say that the miners on the public chain had a head start. That's why I say there's no such thing as a head start.