HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Bootvis

no profile record

Submissions

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

github.com
3 points·by Bootvis·4 माह पहले·0 comments

Ibex – Typed DataFrame DSL

bobjansen.github.io
1 points·by Bootvis·4 माह पहले·0 comments

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

bobjansen.net
5 points·by Bootvis·5 माह पहले·0 comments

Trump's Global Tariffs Struck Down by US Supreme Court

bloomberg.com
7 points·by Bootvis·5 माह पहले·1 comments

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

community.intel.com
2 points·by Bootvis·5 माह पहले·0 comments

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

theguardian.com
16 points·by Bootvis·7 माह पहले·1 comments

StackOverflow: AI Assist

stackoverflow.com
3 points·by Bootvis·7 माह पहले·0 comments

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

businessinsider.com
43 points·by Bootvis·7 माह पहले·9 comments

Incremental Compilation in Recursive‑Descent Parser (Roslyn)

langdev.stackexchange.com
1 points·by Bootvis·8 माह पहले·0 comments

[untitled]

1 points·by Bootvis·9 माह पहले·0 comments

comments

Bootvis
·29 दिन पहले·discuss
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
·पिछला माह·discuss
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 माह पहले·discuss
He went to prison, served his time, paid his debt to society. There is no need for further punishment.
Bootvis
·2 माह पहले·discuss
But do they use it when their homework is due?
Bootvis
·3 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
> Nice

< Look at the tasteful colouring. The tasteful thickness of it. Oh my God.
Bootvis
·3 माह पहले·discuss
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 माह पहले·discuss
Proving her point.
Bootvis
·4 माह पहले·discuss
Also for a * b + c ? I know clang tidy wants me to do this but I think it is overkill.
Bootvis
·5 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
There is no relation.
Bootvis
·6 माह पहले·discuss
The phone not being steady matters for sound recording? How?
Bootvis
·6 माह पहले·discuss
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 माह पहले·discuss
Should have asked Claude how to write it better.
Bootvis
·6 माह पहले·discuss
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 माह पहले·discuss
This is incorrect. The miner just changes the header of the block and rehashes. The transaction set is fixed for many tries.
Bootvis
·6 माह पहले·discuss
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 माह पहले·discuss
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.