HackerTrans
TopNewTrendsCommentsPastAskShowJobs

billyzs

no profile record

Submissions

Defeating the Training-Inference Mismatch via FP16

arxiv.org
1 points·by billyzs·8 miesięcy temu·0 comments

Commonwealth Fusion Systems to Build First Commercial Fusion Plant in VA

cfs.energy
1 points·by billyzs·2 lata temu·0 comments

comments

billyzs
·w zeszłym roku·discuss
I already prefer using pipe as separator in logging; now you're telling me there is a chance that my logs can be automatically ingested as tabular data? Sign me up for this branch of the multiverse :)
billyzs
·2 lata temu·discuss
You might be interested in https://draradech.github.io/jigsaw/index.html

Used its output with a laser cutter and plywood, result was neat
billyzs
·2 lata temu·discuss
To me the chess AI example he used was perhaps not the most apt. Human players may not be able to reason on as far a horizon as AI and therefore find some of AI's moves perplexing, but they can be more or less sure that a Chess AI is optimizing for the same goal under the same set of rules with them. With Reasoners, alignment is not given. They may be reasoning under an entirely different set of rules and cost functions. On more open ended questions, when Reasoners produce something that human don't understand, we can't easily say whether it's a stroke of genius, or misaligned thoughts.
billyzs
·2 lata temu·discuss
if kernel is updated the OS would have to be rebooted anyway unless live patching is configured. Rebooting after an update is probably more common & less annoying than one would think.
billyzs
·2 lata temu·discuss
> a2, c = a2+c, c+2 > is faster than > a2 += c > c += 2 > My guess is that in the first case the two evaluations and assignments can happen in parallel, and so may happen on different cores

Not sure I follow, isn't Python single threaded by default? Changes to GIL is coming but does it change how the interpreter uses CPU?
billyzs
·3 lata temu·discuss
> I just wish we had something like Matplotlib in R

plotly could be worth a try, i use its python bindings and much prefer it to matplotlib, but i don't know much about the quality of it's R API
billyzs
·3 lata temu·discuss
There used to a standalone Firefox Password app for mobile but it got the axe.
billyzs
·3 lata temu·discuss
Yeah, let’s not forget https://www.thebureauinvestigates.com/stories/2021-12-06/swi...

I’m not under any illusion that there’s any “Swiss exceptionalism” when it comes to privacy.
billyzs
·3 lata temu·discuss
RDI for added sugar itself is 24-36 grams which a single 12oz can of Coke exceeds. Measuring in Calories, it's recommended to limit daily intake from added sugar to below 100-150 Calorie. [0]

% of Caloric RDI isn't the whole story. A can of Coke is less of a blip on the radar as you suggested.

[0] https://www.hsph.harvard.edu/nutritionsource/carbohydrates/a...
billyzs
·3 lata temu·discuss
I use worktrees, but some builds which uses git hash will fail in worktree checkouts, thinking that "it's not a git directory" (forgot the exact error, it's been a while); haven't found a solution to this