HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cvcount

no profile record

comments

cvcount
·2 months ago·discuss
> hardly anyone else uses DRM these days anymore

I thought that all the major ebook stores had DRM on most purchases, and it was just a few indie publishers choosing to be DRM-free. Has that changed?
cvcount
·4 months ago·discuss
The devices themselves can't read epubs (last time I checked anyway), but the "Send to Kindle" service will convert epubs to Kindle-formatted files.
cvcount
·6 months ago·discuss
Somewhat tangential, but from what I can see, the idea that "the blood of the covenant..." is the full version of the saying is a fairly modern invention.
cvcount
·6 months ago·discuss
I have bad memories of Netscape 4 and IE4 (I think those were the versions) which both allowed invalid HTML but had different rules for doing it. Accidentally missed off a closing table tag once, and one browser displayed the remainder of the page, but the other didn't.
cvcount
·10 months ago·discuss
Dictionaries - at least the ones I checked - mark the "very good" meaning of "egregious" as archaic. I'm only aware of the "very bad" meaning (in UK English), and was quite surprised, when studying maths, to learn of Gauss's "Theorema Egregium", and that the word could have positive connations.
cvcount
·2 years ago·discuss
Perhaps this will help? https://mathstodon.xyz/@tao/112557249982780815
cvcount
·3 years ago·discuss
On the ZX Spectrum, numeric values were saved as both text, and in a five-byte floating point format. So making lines shorter often involved using keywords to avoid that: NOT PI, SGN PI, VAL "2" etc.
cvcount
·4 years ago·discuss
There doesn't seem to be any good reason to believe it did: the authors of the book don't even back up the anecdote particularly strongly.

https://www.theguardian.com/media/mediamonkeyblog/2015/oct/0...

"The thing to point out about that story is that there is no need for burden of proof on a colourful anecdote where we’re quite upfront about our own reservations about whether to take it seriously."
cvcount
·4 years ago·discuss
Just wanted to call out a couple of moments where this manual is far better than it needs to be, considering the target audience.

(from page 130) a description of calculating how long your ZX Spectrum has been powered on includes a discussion of the problem of a race condition when the counter ticks over

(from page 117) a program illustrating that the RND function uses a pseudo-random number generator