Hacker Newsnew | past | comments | ask | show | jobs | submit | Analemma_'s commentslogin

Invoking Atlas Shrugged and "the government is punishing the most productive, wealth-generating members of society!" when you run a shitcoin startup is hysterical. Musk is a scumbag but at least he builds real rockets and electric cars. The author of this article lets people arbitrage monkey JPEGs and has the gall to complain about being taxed on it.

Musk doesn't build anything. By all accounts he is incompetent as an engineer and managed to fail upwards into the right subsidies to save his businesses multiple times. All of his ventures have relied on government funding. SpaceX and even Tesla almost died multiple times and were barely rescued by massive bailouts by the government (aka us. our taxpayer money).

If you hire competent people and get billions in support, you'd have to be massively incompetent to not end up with an actual product.

See for yourself how much we've paid him:

https://subsidytracker.goodjobsfirst.org/parent/tesla-inc

https://subsidytracker.goodjobsfirst.org/parent/space-explor...

Not to mention the limitless violations he's faced little to no consequences for

https://violationtrackerglobal.goodjobsfirst.org/parent/spac...

https://violationtracker.goodjobsfirst.org/violation-tracker...

https://violationtracker.goodjobsfirst.org/?parent=tesla-inc...


Every single person I've seen trying to defend the government's actions in this case has carefully elided the difference between "not awarding them a contract" (which would've been fine) and "using the law to try and destroy their business". The fact that almost nobody on the government's side has actually spoken honestly about the facts of the case makes it pretty obvious who is in the right and wrong here.

Django + Postgres on the backend plus a frontend of HTMX + alpine.js for a light touch of interactivity where needed is a killer combination. Claude is very good at it, and with the right instructions actually keeps things concise and modular without spilling into spaghettification. I would recommend this as a first option to anyone looking to spin up a new web stack if you’re not absolutely sure you need the heavyweight of React.

I use the same stack. Single codebase, no build step. It’s so refreshing.

A lot of font foundries are switching from one-time payments to pay-per-use licensing schemes, to try and get huge payouts from e.g. companies which serve web pages trillions of times, and those companies are mostly responding by just commissioning their own fonts instead.

I understand the complaint but a lot of these suggested improvements aren't great either, especially the ones that are close to the name of the app and so would be right next to the app name which is itself a menu header. "Password" right next to "1Password" and "Automation" right next to "Automator" would drive me batty.

Maybe the real fix is to consider if you need a File menu at all, and whether most of what has been shoved in there should go under the app name menu bar item instead.


I've banged on about this before, but every state needs to adopt a law where allegations of illegal behavior by cops are always handled by a Special Prosecutor, never the local DA. The incentives are too fucked for a DA to ever be trusted to handle it properly.

I don't have a super-wide gamut of experience here and numerical analysis isn't my specialty, but nearly all trig implementations I've looked into (in both software and hardware) make heavy use of lookup tables and other shortcuts. I've never seen a Taylor series used in a general implementation - not saying it doesn't exist anywhere, but in most cases that I'm familiar with you could support turns just as easily with a different lookup table.

If you're being technical, it's usually not a Taylor series, it's a minimax series. (The difference is that Taylor series minimize error at a given value, whereas minimax is trying to minimize maximum error in a range).

In most general math library implementations (e.g., the library in glibc, musl, etc.), the implementation of sin, as with most functions, is going to be a polynomial evaluation. See, e.g., https://github.com/kraj/musl/blob/kraj/master/src/math/__cos... for the implementation in musl, or https://github.com/bminor/glibc/blob/master/sysdeps/ieee754/... for glibc's implementation.

Of course, if you're not using a standard math library implementation, you're probably preferring speed over accuracy, and so you might use a lookup table and linear interpolation to get a very coarse approximation instead.


Our favorite WebAssembly is an example! It specifically excludes trigonometry from the spec, because real hardware doesn't produce exactly the same results.

So mathematical libraries in WASM reimplement the trigonometric functions using series.

Example: https://github.com/WebAssembly/wasi-libc/blob/2e6fb9d8ee0cdf...


I've used Taylor series in numerical optimization. A function we were implementing needed to be differentiable (for automatic differentiation), but its definition had a special case, so we used a couple terms of the Taylor series in the special case.

edit: Sorry, to clarify, this was a function involving trigonometry but not simply vanilla sine or cosine. However, angular values being represented in radians did help in the same way I described in the parent post.


I have used the Taylor series approximations to produce the LUT over a defined interval. This may be generated pre-complication or at startup with a defined precision depending on the destination signed type.

Tend to use radians because we're moving from written proofs or simulations into embedded code in such systems. The code needs to read and work the same as those.


No, it’s not a reasonable feature. If I take a screenshot, I want the image to include what is displayed on my fucking screen, period. What is so difficult about this?

Im saying the feature is reasonable from Apple's UI elements, i wasnt saying the way Bluesky is using it is reasonable...

There's nothing in this article supporting the claim that rare books are being destroyed, it just has a link to a paywalled article from 404 Media.

Do you really think they aren't? Do you think Amazon are carefully culling rare books from the list?

Although, we have to face the fact that the 'indie' book industry isn't necessarily preserving stuff either. I was recently in an old fashioned book shop in Charing Cross road, and they were selling old pictures as well as books. I was going to buy one as a present until I realised that they were pages that had been cut out of some book, because they could get more selling them separately.


The figure I've heard quoted is that 640,000 tons of used books (not 640,000 books, 640,000 tons of books) are shredded/pulped every year for lack of finding a buyer. I assume that very few of these are rare books.

I think in the situation where the background rate is 640,000 tons of books being destroyed per year, the burden of proof is on the one making the claim that Amazon is destroying rare books, and doing so at a higher rate than they're being destroyed already.


DRAM fabs are multi-billion dollar investments which take years to come online. That's the whole reason we're in this situation, there is no quick fix available.

Surely the chinese are spinning up fabs as we speak?

DDR4, and from some comments I have seen around here of only marginally acceptable reliability. It may still take a few years if until they have all the production processes fully under control.

I thought CXMT is selling DDR5 now?

They are, I have some in my system. They are fairly common in Australia.

China is making central decisions for its RAM makers (and who can complain now that the US isn't a legitimate free trade defender). I think their strategy could go in any direction to either get a small portion of still gouging or a large portion of a market with somewhat stale specs.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: