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

Bootvis

no profile record

投稿

VolaDynamics/vtz: A C++ timezone library offering performance for date and time

github.com
3 ポイント·投稿者 Bootvis·4 か月前·0 コメント

Ibex – Typed DataFrame DSL

bobjansen.github.io
1 ポイント·投稿者 Bootvis·4 か月前·0 コメント

Ibex: A Typed DataFrame Language with C++ Code Generation

bobjansen.net
5 ポイント·投稿者 Bootvis·5 か月前·0 コメント

Trump's Global Tariffs Struck Down by US Supreme Court

bloomberg.com
7 ポイント·投稿者 Bootvis·5 か月前·1 コメント

Intel and SoftBank Subsidiary Saimemory Collaborate to Advance Next-Gen Memory

community.intel.com
2 ポイント·投稿者 Bootvis·5 か月前·0 コメント

Trump suspends US green card lottery in wake of Brown and MIT shootings

theguardian.com
16 ポイント·投稿者 Bootvis·7 か月前·1 コメント

StackOverflow: AI Assist

stackoverflow.com
3 ポイント·投稿者 Bootvis·7 か月前·0 コメント

14yo won $25k for origami that holds 10k times its weight

businessinsider.com
43 ポイント·投稿者 Bootvis·7 か月前·9 コメント

Incremental Compilation in Recursive‑Descent Parser (Roslyn)

langdev.stackexchange.com
1 ポイント·投稿者 Bootvis·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 Bootvis·9 か月前·0 コメント

コメント

Bootvis
·29 日前·議論
For him, the cost of editing was much larger. Condensing your writing in his time meant rewriting it more concisely, requiring strictly more time than collecting his thoughts as he went.

With LLM's, we are in a new state of the world: it can expand any one sentence off hand remark in an essay.
Bootvis
·先月·議論
It’s a terrible adage. There are thousands of ways to cheat honest people that place bets. For example, they definitely cheated everyone that only placed bets before June.
Bootvis
·2 か月前·議論
He went to prison, served his time, paid his debt to society. There is no need for further punishment.
Bootvis
·2 か月前·議論
But do they use it when their homework is due?
Bootvis
·3 か月前·議論
I do really like the idea.

But pardon my ignorance, but one could quite easily roll this themselves? Script the hooks and fire off a headless agent with a hook specific prompt.
Bootvis
·3 か月前·議論
What is the benefit of realizing the gains for France? They had gold, they still have gold. They don't pay tax on their gold or gains.
Bootvis
·3 か月前·議論
> Nice

< Look at the tasteful colouring. The tasteful thickness of it. Oh my God.
Bootvis
·3 か月前·議論
On the other hand, others don’t have to adopt, use or like your stuff which would be the reasons to publish it.

One big commit definitely doesn’t help with creating confidence in this project.
Bootvis
·4 か月前·議論
Proving her point.
Bootvis
·4 か月前·議論
Also for a * b + c ? I know clang tidy wants me to do this but I think it is overkill.
Bootvis
·5 か月前·議論
From the Stockfish docs at https://official-stockfish.github.io/docs/stockfish-wiki/Sto....

> Rating Stockfish against a human scale, such as FIDE Elo, has become virtually impossible. The gap in strength is so large that a human player cannot secure the necessary draws or wins for an accurate Elo measurement.

[1]: https://computerchess.org.uk/ccrl/4040/
Bootvis
·5 か月前·議論
A large telecommunications satellite operates at about 15kW. A Blackwell GPU consumes 1kW so you would be at 15 Blackwells per satellite. The cooling surface needs to scale linearly so there is little return to scale.

This doesn't sound like a good idea to me.
Bootvis
·5 か月前·議論
There is no relation.
Bootvis
·6 か月前·議論
The phone not being steady matters for sound recording? How?
Bootvis
·6 か月前·議論
The author was frustrated that the error message identified him as an organisation (that was disabled) and mockingly refers to himself as the (disabled) organisation in the post.

At least, that’s my reading but it appears it confuses about half of the commenters here.
Bootvis
·6 か月前·議論
Should have asked Claude how to write it better.
Bootvis
·6 か月前·議論
I understand your logic but I found LLM's to be quite strong at C#. It makes little mistakes and the mistakes seem related to the complexity of what I'm doing, not the language itself.
Bootvis
·6 か月前·議論
This is incorrect. The miner just changes the header of the block and rehashes. The transaction set is fixed for many tries.
Bootvis
·6 か月前·議論
I agree this is easy enough to follow but I'd like to quibble about something else:

Comments should answer the question why you are not using some kind of hash set and do a single pass over the data and why it's OK to reorder the strings. One could reasonable expect that Dedupe shows first occurrences in order.
Bootvis
·6 か月前·議論
This can have another explanation as well: the moment a block is found, the miner starts building on top of the previous block but hasn't constructed a new full block of transactions yet as that costs a bit of time to calculate and distribute. In this period, a new block could be found.