HN user

emu

265 karma
Posts2
Comments65
View on HN
Generation Junk 3 years ago

Baratza also sell replacement parts for their grinders on their web site, and provide clear instructions on how to install them. I am delighted to support a manufacturer that builds repairable products.

No, it is not. That's the sparse fp8 flop number, but you need to ignore sparsity and compare bf16 flops not fp8 flops for the comparison the ancestor post is making.

Yes, we made this more formally supported recently.

We felt that Windows CPU support was important so everyone can run JAX, even if it's not always the most-accelerated version of JAX. And we got some great PRs from the community that helped fix a few open issues.

We ship Windows CPU only at the moment.

We don't support Windows GPU because we haven't had the engineer bandwidth to support it well.

We recommend WSL2 for GPU on Windows at the moment because that is a compromise: it allows CUDA support, without us having to support another release variant.

But we welcome community contributions!

Not true!

We release Windows CPU wheels (https://pypi.org/project/jaxlib/#files). So JAX on CPU works great on Windows.

We don't release Windows GPU wheels at the moment, but that's because we're a small team and none of us use Windows personally. We welcome contributions!

(I verified that the Windows CUDA GPU support built as recently as two weeks ago, but I don't have the ability to test that it works.)

We recommend WSL2 because that's just using our existing Linux CUDA release.

Apple Unveils M2 4 years ago

I enjoyed playing Stellaris on my MacBook M1 pro on a transcontinental flight last night. 4x games work well for passing the time!

My employer withheld California tax on restricted stock grants for me exactly as described here when I moved out of California years ago.

Other states even have forms for you to submit this calculation to them, see for example New York's IT203-F Schedule B. But you still have to apportion the income between states like this whether there's a form to do it on or not.

Yes, the difference between 4k and 8k text is easily noticeable for a 32" monitor, and I'm not particularly eagle-eyed. Text is sharper and finer details are better rendered. For videos and images I don't notice the difference in practice.

I had a 4k 32" monitor at work and found that it simply didn't give sharp, high resolution text, driven by either a Macbook or by a Linux box. And you wouldn't really expect that, either: a 4k 32" monitor is only ~140dpi, which is only marginally higher resolution than the ~100dpi screens we had for many years.

I think the best point of comparison for the Dell UP3218k monitor which I have is a Retina Macbook Pro screen: subjectively, it's a similar experience in terms of text sharpness and legibility (>200 DPI, glossy), just in a 32" form factor.

I suspect 8k at 32" is actually a bit higher resolution than necessary (~280dpi), but there's nothing else on the >30" high resolution monitor market other than Apple's 6k display, which is significantly more expensive.

Be aware that there's no Mac OS support for 8k displays, but Linux and Windows on a desktop with a reasonably modern NVidia GPU work great.

I love using a 32" 8k monitor for working with text/code. To me, as a software engineer who stares at code all day, higher quality text rendering is sufficient justification for 8k.

I tried playing a few games at 8k (just for fun) and found that it simply wasn't worth the frame rate hit, or really even that noticeable an improvement with the assets in the games I tried.

One nice property of 8k resolutions is that they have an integer scaling factor from both 4k (2x) and 1440p (3x), so if you have an 8k monitor you can play games at either of those resolutions with high quality scaling.

Good catch, I missed Trax! Trax is a configuration-driven neural network framework focused on sequence model research, as a successor to Tensor2Tensor.

Comparisons are hard in general and I don't have a good answer for you right now, but keep in mind most of these libraries are from researchers openly sharing the codebases they develop for their own work. We see the role of JAX as analogous to NumPy, that is, a common substrate on which folks can build these sorts of tools.

Hello from the JAX team!

We'd like to take this opportunity to give a shout out to some of the awesome projects folks are building on top of JAX, e.g.,

* Flax, a neural network library for JAX (https://github.com/google/flax)

* Haiku, a neural network library for JAX inspired by Sonnet (https://github.com/deepmind/dm-haiku)

* RLax, a library for building reinforcement learning agents (https://github.com/deepmind/rlax)

* NumPyro, a probabilistic programming library on top of JAX (https://github.com/pyro-ppl/numpyro)

* JAX-MD, a differentiable molecular dynamics package built on top of JAX (https://github.com/google/jax-md)

It's trivially easy to run into counterfeit products on Amazon. Here's an example I pulled up in 2 minutes of searching:

https://www.amazon.com/Apple-A1385-Adapter-Charger-iPhone/dp...

I see two sellers offering an iPhone charger, ostensibly genuine and new, as low as USD 3.19.

Compare with the Apple listing for the same item for USD 19: http://www.apple.com/shop/product/MD810LL/A/apple-5w-usb-pow...

There is no way you can be selling the genuine product at that price and be making a profit. I don't know what Apple's wholesale price for chargers is, but it is presumably more than USD 3.19.

Amazon has lost at least two orders from me recently because I had no confidence that I would receive a genuine product.

The code is up:

https://github.com/tensorflow/tensorflow/commit/1e67c90e2cac...

https://github.com/tensorflow/tensorflow/tree/master/tensorf...

The corresponding documentation hasn't been pushed yet; I'll post a link when it is up.

Note that XLA is work in progress --- we're releasing the code early because we want to get the community involved. The GPU backend is in good shape, and improving by the day. We haven't had as much time to devote to the CPU backend, and it only has limited support for parallelism. Contributions welcome!

Precisely. Just-in-time compilation allows the compiler to specialize the generated code for the shapes of the Tensors that appear at run time. This allows us to generate better code.

XLA also has an experimental ahead-of-time mode, which we think will be particularly interesting for some production and mobile deployments. This is all work in progress though, and we're looking forward to getting the community involved.

Yes. I use the Dell display with a 2015 Macbook Pro, using dual Displayport cables. It works pretty well. I think you need the model with the AMD M370X GPU to drive an external 5k display.

I also use the Dell 5k monitor with a PC with a Geforce 980 GPU; it works surprisingly well in Windows 10. (You can even play some games at 5k ---- Civilization VI is really pretty at 5k!)

Linux support is woefully bad, however. I guess this will change as these HiDPI configurations become more common.

I'm a happy owner of a Dell UP2715K 27" 5k monitor, which is around 220ppi. At 2x scaling, I find it to be a very pleasant pixel density for working with code; text looks gorgeous.

My only complaint is I wish the monitor was a touch larger. I would be very interested in a 32" 8k display when the price drops a little bit; 4k 32" displays just don't have a high enough pixel density for my taste.