Thank you, I learned a few things!
I didn't check thoroughly, but the first one I happened to grep out was not on that list: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)…
I just put Anubis in front of my self-hosted forge this morning because AmazonBot had helped itself to 750 GiB (!) of traffic to my public repos this month! At least, it claimed to be AmazonBot…
Parent's article says > Starting from version 6.6 of the Linux kernel, [CFS] was replaced by the EEVDF scheduler.[citation needed]
It’s <= a Radeon 7600 GPU (28 CUs RDNA3 vs 32), so I’m not sure I’d have advertised it as a 4k60 machine. Then again I’m not a marketer so what do I know. 4k60 is a flexible target with FSR I suppose.
What coordinate in the space is furthest from any named color? It looks like there are some relatively large voids in the blue/purple boundary area but it’s hard to say.
I think I’d buy something with Strix Halo or Strix Point if there was official ROCm support. As of 6.4.1 from earlier this month there’s still not, as I understand it. I’d be delighted to be corrected on this matter.
The article goes on to say what the author thinks is bad about this: > We’re not raising emotionally intelligent kids. We’re raising kids to navigate human unpredictability as if it’s a design flaw. Because when you…
I compiled it for Ampere and counted 6834 actual F32 operations in the SASS after optimizations. I only counted FFMA, FADD, FMUL, FMNMX, and MUFU.RSQ after eyeballing the SASS code, so there might even be more. It's…
I basically have an even simpler version of something like this for my own personal use too. I found it pretty easy to write in Go and my area of expertise is decidedly not web frontend/backend. I’d recommend it as a…
The Ars Technica article: https://arstechnica.com/tech-policy/2025/02/youtube-briefly-... (PS: Ars Technica is a bit sluggish for me this evening. Not sure why.)
Since you asked for “all the feedback,” there’s a typo on your landing page: “The Meha API utilizes it's home-grown” -> “its” Also, I got a relay access denied error when I tried to email you at info@meha.ai
My reading of OP is that it’s less about whether zopfli is technically the best way to achieve a 5% reduction in package size, and more about how that relatively simple proposal interacted with the NPM committee. Do you…
Yeah, we really just try to come up with very loose bounds since the analysis is hard. Even so, it does occasionally stop us from getting things way way wrong.
I have worked on a performance-portable math library. We implement BLAS, sparse matrix operations, a variety of solvers, some ODE stuff, and various utilities for a variety of serial and parallel execution modes on x86,…
Here’s a blog that breaks down how large different pieces of CUDA are: https://carlpearson.net/post/20231023-cuda-releases/
It’s been a long time since I worked on FPGAs, but it sounds like FPGAs! What do you see as the main differences?
Your impression is correct. Peer review would never catch this. Peer review basically assumes the counter party is operating in good faith, and as a result a thorough peer review basically is the following: * is the…
DOE HPC people are not having this problem with AMD GPUs: here’s a paper that reports 1.36 TB/s on one GCD of an MI250x (theoretical is 1.6TB/s). https://dl.acm.org/doi/pdf/10.1145/3624062.3624203 Table 6
One of my colleague's Ph.D. thesis was on how to achieve high-performance CPU implementations for bulk-synchronous programming models ("GPU programming") http://impact.crhc.illinois.edu/shared/Thesis/dissertation-h...
It’s far from what I do now, but as an undergrad I built an automatic guitar tuner. It had a PIC32 microcontroller that read the sound waves on GPIO pins and did some cross-correlations to figure out the frequency (sort…
In my line of US government coding (no relationship with this project), NDA is orthogonal to security. NDA is used to protect confidential vendor information. For example: that they have a contract with the government…
Interpolate: to alter or corrupt by inserting foreign matter; but I have only seen it used this way for text
From my perspective, it seems two main things limit LLM adoption in my area of the Department of Energy. I'm not in management, so I don't have any particular insight in the procurement process. 1. Information…
I achieved my quickest, simplest, most pleasant customer service interaction yet with an airline by writing a letter explaining what they did (with transaction IDs, confirmation numbers, etc), and what they should have…
Thank you, I learned a few things!
I didn't check thoroughly, but the first one I happened to grep out was not on that list: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)…
I just put Anubis in front of my self-hosted forge this morning because AmazonBot had helped itself to 750 GiB (!) of traffic to my public repos this month! At least, it claimed to be AmazonBot…
Parent's article says > Starting from version 6.6 of the Linux kernel, [CFS] was replaced by the EEVDF scheduler.[citation needed]
It’s <= a Radeon 7600 GPU (28 CUs RDNA3 vs 32), so I’m not sure I’d have advertised it as a 4k60 machine. Then again I’m not a marketer so what do I know. 4k60 is a flexible target with FSR I suppose.
What coordinate in the space is furthest from any named color? It looks like there are some relatively large voids in the blue/purple boundary area but it’s hard to say.
I think I’d buy something with Strix Halo or Strix Point if there was official ROCm support. As of 6.4.1 from earlier this month there’s still not, as I understand it. I’d be delighted to be corrected on this matter.
The article goes on to say what the author thinks is bad about this: > We’re not raising emotionally intelligent kids. We’re raising kids to navigate human unpredictability as if it’s a design flaw. Because when you…
I compiled it for Ampere and counted 6834 actual F32 operations in the SASS after optimizations. I only counted FFMA, FADD, FMUL, FMNMX, and MUFU.RSQ after eyeballing the SASS code, so there might even be more. It's…
I basically have an even simpler version of something like this for my own personal use too. I found it pretty easy to write in Go and my area of expertise is decidedly not web frontend/backend. I’d recommend it as a…
The Ars Technica article: https://arstechnica.com/tech-policy/2025/02/youtube-briefly-... (PS: Ars Technica is a bit sluggish for me this evening. Not sure why.)
Since you asked for “all the feedback,” there’s a typo on your landing page: “The Meha API utilizes it's home-grown” -> “its” Also, I got a relay access denied error when I tried to email you at info@meha.ai
My reading of OP is that it’s less about whether zopfli is technically the best way to achieve a 5% reduction in package size, and more about how that relatively simple proposal interacted with the NPM committee. Do you…
Yeah, we really just try to come up with very loose bounds since the analysis is hard. Even so, it does occasionally stop us from getting things way way wrong.
I have worked on a performance-portable math library. We implement BLAS, sparse matrix operations, a variety of solvers, some ODE stuff, and various utilities for a variety of serial and parallel execution modes on x86,…
Here’s a blog that breaks down how large different pieces of CUDA are: https://carlpearson.net/post/20231023-cuda-releases/
It’s been a long time since I worked on FPGAs, but it sounds like FPGAs! What do you see as the main differences?
Your impression is correct. Peer review would never catch this. Peer review basically assumes the counter party is operating in good faith, and as a result a thorough peer review basically is the following: * is the…
DOE HPC people are not having this problem with AMD GPUs: here’s a paper that reports 1.36 TB/s on one GCD of an MI250x (theoretical is 1.6TB/s). https://dl.acm.org/doi/pdf/10.1145/3624062.3624203 Table 6
One of my colleague's Ph.D. thesis was on how to achieve high-performance CPU implementations for bulk-synchronous programming models ("GPU programming") http://impact.crhc.illinois.edu/shared/Thesis/dissertation-h...
It’s far from what I do now, but as an undergrad I built an automatic guitar tuner. It had a PIC32 microcontroller that read the sound waves on GPIO pins and did some cross-correlations to figure out the frequency (sort…
In my line of US government coding (no relationship with this project), NDA is orthogonal to security. NDA is used to protect confidential vendor information. For example: that they have a contract with the government…
Interpolate: to alter or corrupt by inserting foreign matter; but I have only seen it used this way for text
From my perspective, it seems two main things limit LLM adoption in my area of the Department of Energy. I'm not in management, so I don't have any particular insight in the procurement process. 1. Information…
I achieved my quickest, simplest, most pleasant customer service interaction yet with an airline by writing a letter explaining what they did (with transaction IDs, confirmation numbers, etc), and what they should have…