Readit News logoReadit News
oritsnile commented on US Court nullifies FTC requirement for click-to-cancel   arstechnica.com/tech-poli... · Posted by u/gausswho
mrtksn · 2 months ago
Any examples of American company having worse customer experience than European ones?

I will give you 2 for the opposite: Amazon and Apple do no question asked refunds all the time. Much higher bar than European regulators require.

oritsnile · 2 months ago
The same is true for Europe. I've never had an issue returning items on Amazon, whether they're for personal or business use (where you don't have the right to return items). The same goes for local and European chains.
oritsnile commented on Rye: A Vision Continued   lucumr.pocoo.org/2024/2/4... · Posted by u/ksbrooksjr
oritsnile · 2 years ago
I really like Rye and have used it a lot. Lately I've been using pixi more and more because of its cross-platform locking support, since I develop on Mac and deploy mostly to Linux. It also supports all cobda packages, which can be a big advantage.
oritsnile commented on Compressing Text into Images   shkspr.mobi/blog/2024/01/... · Posted by u/edent
crazygringo · 2 years ago
Oh wow, so that's basically a way of getting around the fact that JavaScript doesn't have built-in zip/gz/deflate support, but browsers do have built-in PNG support? Clever.
oritsnile · 2 years ago
There is the Compression Streams API which hast gzip and deflate support, but it pretty new. Firefox supports it since halfe a year.

https://developer.mozilla.org/en-US/docs/Web/API/Compression...

oritsnile commented on Deno 1.39: The Return of WebGPU   deno.com/blog/v1.39... · Posted by u/oritsnile
kiwicopple · 2 years ago
This is exciting

> The WebGPU API gives developers a low level, high performance, cross architecture way to program GPU hardware from JavaScript. It is the effective successor to WebGL on the Web. The spec has been finalized and Chrome has already shipped the API. Support is underway in Firefox and Safari.

Interestingly, the Deno team previously attempted[0] this and rolled it back due to instability. Once this is stable, it means that ML/AI workloads will be accessible to JS developers:

> These days, most neural networks are defined in Python with the computation offloaded to GPUs. We believe JavaScript, instead of Python, could act as an ideal language for expressing mathematical ideas if the proper infrastructure existed. Providing WebGPU support out-of-the-box in Deno is a step in this direction. Our goal is to run Tensorflow.js on Deno, with GPU acceleration. We expect this to be achieved in the coming weeks or months.

[0] https://deno.com/blog/v1.8#experimental-support-for-the-webg...

oritsnile · 2 years ago
Just yesterday I was looking to play around with webGPU and found the 1.8 release page. I had no idea it was removed. I hope that webGPU will gain adaptation as the best cross platform system. The incompatibility between platforms for openGL or Vulkan always made me not want to learn it.
oritsnile commented on Make Apps for Linux   makealinux.app... · Posted by u/jay-barronville
oritsnile · 2 years ago
I recently tried to create an executable from a Python script, Mac and Windows worked wonderfully, on Linux I had massive problems when I tried to run it in a different system then it was packaged. Linux caused the most problems, in the end I decided it was not worth it, 99% use Windows or Mac anyway.
oritsnile commented on You can now mix conda and PyPI packages   prefix.dev/blog/pypi_supp... · Posted by u/jaimergp
oritsnile · 2 years ago
Looks pretty awesome. I'm currently using rye for locking, but unfortunately it only creates a lock file for the current OS. Which makes it not ideal for cross-platform Python development. Torch, for example, has different dependencies on Mac and Linux.

u/oritsnile

KarmaCake day154January 26, 2019View Original