HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwaway525142

no profile record

comments

throwaway525142
·3 lata temu·discuss
I agree that this could be viewed as bad. However, this is way less of an issue than Google taking choice away, which is what the great-grandparent comment was about.
throwaway525142
·3 lata temu·discuss
Permalink: https://github.com/bytecodealliance/wasmtime/blob/8eccc63c46....
throwaway525142
·3 lata temu·discuss
`git remote`?
throwaway525142
·5 lat temu·discuss
> you get the natural numbers, the integers, ... but even before the natural numbers come the prime numbers. Primes are the most fundamental set of numbers in mathematics, from which you can generate the natural numbers.

I don't really see how you can define prime numbers before the natural numbers.
throwaway525142
·5 lat temu·discuss
I remembered it being 11 characters, and indeed: https://www.youtube.com/watch?v=dQw4w9WgXcQ.
throwaway525142
·5 lat temu·discuss
Reading byte-by-byte using `getchar()` is probably quite slow.
throwaway525142
·5 lat temu·discuss
There's Firefox for Android which supports uBlock Origin.
throwaway525142
·5 lat temu·discuss
> They also say openly that they cooperate with everyone to take down certain illegal material from channels and open groups.

Can you provide a link for that? I could only find that they'd hand over your personal account info if they get a court order claiming that you're a terror suspect (from https://telegram.org/privacy):

> 8.3. Law Enforcement Authorities

> If Telegram receives a court order that confirms you're a terror suspect, we may disclose your IP address and phone number to the relevant authorities. So far, this has never happened. When it does, we will include it in a semiannual transparency report published at: https://t.me/transparency.
throwaway525142
·5 lat temu·discuss
What does "targeting any glibc version" mean? Is it the solution to the problem where you have to compile on an ancient Debian version to produce a binary that works on all Linux distributions because it otherwise links to too-new symbol versions in glibc?

Can I use that outside of Zig, for compiling C++ code?
throwaway525142
·5 lat temu·discuss
What do you mean with "Rusts std lib indeed cannot stat ."? I wasn't able to find something related to this on the web.
throwaway525142
·5 lat temu·discuss
I think Facebook isn't covered because the uploader needs to give Facebook all rights over the image which they can't.
throwaway525142
·5 lat temu·discuss
You're not saying anything new as far as I can tell. Your grandparent already said what you said. I only disputed the "this costs next to nothing" part, which you don't seem to comment on.
throwaway525142
·5 lat temu·discuss
Squashing for example allows me to have a history where each commit builds. This has been very useful for bisecting for me. I wouldn't call it "next to nothing".

The "greater detail" part can cost me a lot of time.