HackerTrans
トップ新着トレンドコメント過去質問紹介求人

CorrectHorseBat

1,414 カルマ登録 6 年前

コメント

CorrectHorseBat
·5 日前·議論
If you prefer the term person to avoid confusion, fine by me. But then also don't use the term "experimenting on humans", because the meaning of that is experimenting on persons against their will.

There is nothing extra magical about conception that makes the creation of a human (or a person if you prefer that), all of the DNA already existed before and nothing that defines a person is yet present.
CorrectHorseBat
·5 日前·議論
Testing on early stage embryos is a thing yes. They have no brain, no heartbeat, feel no pain. Yes, they could potentially develop into a human being, but I wouldn't call it a live human yet. I understand your repulsion, but to other people it's no different than testing on sperm, eggs or other human tissues. And as the other guy said, these were discarded embryos from IVF, they would never become humans.
CorrectHorseBat
·20 日前·議論
Here in Belgium it's the other way around. we've had IPv6 for over 10 years for basically all home internet, but mobile is still ipv4 only. Not sure why since it's all the same companies.
CorrectHorseBat
·26 日前·議論
No Korea and Japan? Aren't most of the big non-Chinese battery companies Korean and Japanese?
CorrectHorseBat
·先月·議論
It is far from solved in IC, synthesis tools sometimes still do really stupid things and there's still quite a lot of hand-holding required to get to a working chip.
CorrectHorseBat
·2 か月前·議論
I can't imagine humanity, let alone any company or the stock market survive runaway AI.
CorrectHorseBat
·3 か月前·議論
Median doesn't say anything about the extremes and income isn't wealth.
CorrectHorseBat
·3 か月前·議論
Bicycle bells can be used to warn other cyclists
CorrectHorseBat
·3 か月前·議論
Real hardware has clock trees. Wouldn't all (most?) problems with delta cycles go away if the HDL understood the concept of clocks and clock balancing?
CorrectHorseBat
·3 か月前·議論
In a way is further away, but in another way it's actually closer to how real hardware works: Clock (and reset) trees are real physical things which exist on all digital chips.
CorrectHorseBat
·3 か月前·議論
Is it really if you restrict yourself to sensible design practices? You generally want to simulate simple clocked Logic with a predefined clock, most of the time anything else is a mistake or bad design. So just if rising edge clk next_state <= fn(previous_state, input) . It seems to me VHDL and verilog are simply at the wrong abstraction level and by that they make simulation needlessly complicated and design easy to do wrong. To me it seems that if they had the concept of clocks instead none of this would be necessary and many bugs avoided (but I'm no expert on simulator design, so I might be missing something...)
CorrectHorseBat
·3 か月前·議論
I'm not sure if you are trolling. 99.999% of digital design is "if rising edge clk new_state <= fn(old_state, input)", with an (a)sync reset. The language should make that the default and simple to do, and anything else out of the ordinary hard. Now it's more the other way around.
CorrectHorseBat
·3 か月前·議論
Those are analog circuits, if you put them in your digital design you are doing something wrong.
CorrectHorseBat
·3 か月前·議論
The real question is, why do we even need this? Why don't VHDL and Verilog just simulate what hardware does? Real hardware doesn't have any delta cycles or determinism issues due to scheduling. Same thing with sensitivity lists (yes we have */all now so that's basically solved), but why design it so that it's easy to shoot in your own foot?
CorrectHorseBat
·4 か月前·議論
Don't you need to register and actively defend you trademark for it to apply?
CorrectHorseBat
·4 か月前·議論
I think we'll be soon at the point where articles are written by asking AI to extend a three point bullet list to 30 pages, and read by asking AI to summarize articles into a three point bullet list.
CorrectHorseBat
·4 か月前·議論
Another possible benefit I've heard of is it can stop some kinds of voter intimidation:

Someone gets hand of an empty ballot, they fill in the ballot and give it to you and tell you to come back with another empty ballot. Rinse and repeat. Of course, with today's smartphones there are simpler ways to do this. Also moot if you can vote by mail, which is why voting by mail is a really bad idea.
CorrectHorseBat
·4 か月前·議論
If the maintainers are already bandwidth limited, how is first asking annoying questions not also a drain on that bandwidth?
CorrectHorseBat
·4 か月前·議論
I can understand drive-by features can be a net burden, but what is wrong with a drive-by bugfix?
CorrectHorseBat
·4 か月前·議論
I configure it in the firmware of my keyboard with QMK