back
user profile
dmitrygr
13,816karma·4,955submissions·March 28, 2012
about
I make things and I break things for fun.
me@dmitry.gr
https://dmitry.gr/ long ago: http://palmpowerups.com/
Places we might have crossed paths: VMWare, Google, Apple
recent activity (4,955 total)
comment
mem bw between cores matters for .... literally all workloads that are not single-core (read: all). And FP8 matters not at all cause inference on cpu is too slow to be of any use whatsoever in the day…
comment
> Purpose-Built for Agentic AI From the "fridge purpose-built for storing only yellow tomatoes" and "car only built for people whose last name contains the letter W" series. Whe…
comment
> I have a 40min walk to it or 10min bus ride Sounds like you are taking 80 minutes away from your family every day. I would not be so proud of that. And you'll likely regret it on your deathb…
comment
> For those who have been in the industry longer, why do you think it’s still important to stay strong in CS fundamentals? Dictionaries have made me feel like studying languages is pointless. Peopl…
comment
> Should art not of a point of view? It can, sure. However, I will not pay to be lectured to on topics I have no interest getting lectured on. I'll keep my money, they can keep the sermon. Let…
comment
> most of the arguments against it are moot points or simply falsehoods. Ah the “I am sure we can all agree … that I’m right” argument. In actuality, there are plenty of very good arguments against…
comment
Yes it does. LPCAMM path is still dozens of millimeters. Soldered on is one mm or less.
comment
> So many problems would go away if Writing it like you did implies that a magical solution exists and we are all maliciously withholding it from you. It does not and we are not.
comment
https://randomaugustine.medium.com/on-apple-exclaves-d683a2c... https://9to5mac.com/2024/06/03/m4-ipad-pro-security-feature-... …
comment
> Because the Neo’s only camera-in-use indicator is in the menu bar, that seems obviously possible to circumvent via software. Not as obvious as the author implies. Apple has some docs out, IIRC, e…
comment
ANDI is not 1-extended (though that would be nice) it is 0-extended. MIPS only has 2 extension modes for immediates - sign extended and zero-extended. all logical ops are 0-extended, all arith ops are…
comment
IF you care to read the article, they indeed do not blame the architecture but the available silicon implementations.
comment
Entirely disagreed. In a simple step by step emulator it can be as much as 30% of the time spent. In a jit indeed it is less of an effect.
comment
MIPS (the arch of which RISCV is mostly a copy) is even easier to emulate, unlike RV it does not scatter immediate bits al over the instruction word, making it easier for an emulator to get immediates…
comment
You know, I'm something of a raccoon myself
comment
And do what, what buggy whip unions did?
comment
I think it is insane to name that as a benchmark with no details. That phrase could mean anything and nothing and everything.
comment
> and general social well-being. Your question was sane and sounded like it was genuine until that. That is an invisible goalpost that can be moved by the question-asker at will to negate any disli…
comment
Oh, FFS, who asked for this? Why not fix perf issues, or autofill randomly breaking requiring a restart?
comment
aarch64 is not an extension. It is a whole new architecture having NOTHING in common with ARMv7 and below. Nothing!
comment
Graviton, Apple M-series... That variable-length encoding and strongly ordered memory model will do x86 in sooner and not later.
comment
> Subaru Outback It had more margin and manufacturer squeezed it to keep prices. If you want to see real prices look at cheapest cars. Those are no-margin. And that is why their prices are up. This…
comment
I like this, but a bigger problem exists that needs to be solved. I suggest: any business that accepts money for services MUST have a way to reach a human & any email from them that is not purely …
comment
And that may be true, but the point remains: it is illegal to make cheap cars due to regulations requiring a lot of features that cost a lot of money to implement.
comment
it is all the new cameras and processing required by things like FMVSS127 and its predecessors
comment
> Many new models come with parking sensors, forward-looking radar and cameras, and blind-spot monitoring. > While those devices make driving safer, they also raise the cost of repairing cars. I…
comment
I disagree. This feature protects people who do not know better. Those who do, instead of raising their blood pressure by writing rants, can simply disable this feature.
comment
> for functions where it's deemed too costly to inline, but which aren't externally visible
in LTO mode, gcc does