HN user

RandomRandy

20 karma
Posts0
Comments13
View on HN
No posts found.

I can understand banning laptops during exams, but why would you ban them in class? I was at a big university with pretty much all my classes having more than 100 students, so most of my lectures consisted of the prof presenting slides with little to no interaction from students. The only advantage of having a laptop was that you could annotate the slides easier

One advantage over using fetch is that the WebAssembly approach seems to bypass CORS

If you inspect the devtools network tab of your browser, you see that everything happens over a single WebSocket to wss://ws.r-universe.dev. The browser is not making the HTTP requests, in fact this would not even be possible because we download the files from a host that does not enable CORS.

I think that part of the issue is the split between CDNA for data centers [1] and RDNA for consumer products [2] with AMD only having the money to focus on the bigger data center market. There are rumors that both architectures will be merged into UDNA in the future, which will hopefully improve ROCm support, but for now it's lacking

[1] https://www.amd.com/en/technologies/cdna.html [2] https://www.amd.com/en/technologies/rdna.html

Wouldn't a GDPR request regarding the right to erasure have the same effect and be free (if the company respects the GDPR)?

I think that they are saying that the output space, i.e. the list of all possible hashes, is too small. Thus, IDs 1234 and 5678 lead to the same hash.

The collision is not in the insertion into the hash map but rather in the look up.