Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
10000truths
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
10000truths
2mo ago
Shouldn't the training data be preprocessed to transform time values to a relative coordinate system? I would expect a time-series training pipeline to contain something like: 1. Define {N = context duration, M = forecast duration} upf
32.
▲
by
10000truths
2mo ago
> A few years ago, I began to see the "labor supply" issues of slavery, and how the South was basically an economic powerhouse fueled chiefly by the labor of its enslaved people--so how do you reconcile that after the fact? How
33.
▲
by
10000truths
2mo ago
> I know it's not the same but if you give a sculpture a piece of clay they do not need 10000 options to mold it. Even a carpenter or wood smith don't need that many options. The digital equivalent of those disciplines are only
34.
▲
by
10000truths
2mo ago
A lot of those options are necessary complexity, not incidental. 3D modeling and animation are just very complex series of tasks, you can't condense the options much without sacrificing functionality for some critical workflow. The onl
35.
▲
by
10000truths
2mo ago
If that ends up happening, then the next step would be for the platform to derank listings that contain AI-enhanced photos, to set the proper incentive. That would be up to the platform to enforce, though.
36.
▲
by
10000truths
2mo ago
The ID (and therefore the age) is checked when one goes to pick up their firearm at the local FFL dealer, so an age check on the site doesn't add anything useful.
37.
▲
by
10000truths
2mo ago
Isn't this exactly the kind of problem that tariffs are meant to address?
38.
▲
by
10000truths
2mo ago
I got curious what the wealth distribution looks like when normalized to account for retirement account growth. The historical average of the S&P 500's inflation-adjusted rate of return is ~7%. According to [0], the actual YoY incr
39.
▲
by
10000truths
2mo ago
May I ask where this was? This seems like the kind of thing that would be highly dependent on the wording of the laws of your municipality or state.
40.
▲
by
10000truths
2mo ago
> The UNIX pipe has the (for many systems) undesirable negative property of losing data in the pipe when the receiving process terminates: Anything in the kernel buffer of the pipe gets lost. There are solutions for that, though: * You c
41.
▲
by
10000truths
2mo ago
It all comes down to cost. At scale, testing hardware is appreciably more expensive than testing software. The former requires specialized machinery that costs the soul of your firstborn, and the logistics overhead for each do-over means lo
42.
▲
by
10000truths
3mo ago
While this is true, the unspoken factor here is compatibility. Fixing the design and operational model of Linux (or any Unix derivative) to a sensible default-nothing architecture requires completely changing the semantics of the OS, which
43.
▲
by
10000truths
3mo ago
I'd be interested to see a Linux distribution whose entire shtick is to run well-behaved under a kernel with overcommit disabled. But it would be a huge undertaking. Besides the obvious issue with fork(), there are a lot of programs an
44.
▲
by
10000truths
3mo ago
It's not as ludicrous as you think, for two reasons: 1. Bandwidth requirements scale quadratically with player count, since the state of each player needs to be broadcast to every player. You can optimize this with clever tricks like
45.
▲
by
10000truths
3mo ago
I'm not sure why the author didn't attempt to dive deeper into the error message he saw. amd_vcn_dec sounds like it's an issue with the GPU's video decoding logic. If there's a timeout when trying to process a decod
46.
▲
by
10000truths
3mo ago
> Spamming account creation won't work, because accounts need to have been created in April or earlier. Pre-creating "sleeper" accounts is a common way of circumventing this, though it does require a degree of long term th
47.
▲
by
10000truths
3mo ago
1. For the vast majority of CRUD apps, active sessions will be a very small fraction of the actual storage requirements. A SaaS with 100K MAU may have only 100 or so active users at any given time. 2. Sessions by definition are ephemeral. A
48.
▲
by
10000truths
3mo ago
> The idea of jit compilation of a web server in a small project is pretty terrifying to me. The attack surface here is enormous. Does Spring Boot terrify you, then? Or Lua scripts in nginx? Or PHP? All of these use JIT compilation to ru
49.
▲
by
10000truths
4mo ago
The article has a screenshot of the decompiled code showing that they're just running the downloaded executable immediately, without any additional checks on the content.
50.
▲
by
10000truths
4mo ago
Queues fix throughput volatility (not throughput mismatch) at the cost of added latency. If your widget producer is producing 1000 widgets every half-hour and 0 every other half-hour, and your widget consumer needs to consume 100 widgets
51.
▲
by
10000truths
4mo ago
The government may use as wide of an interpretation of commerce as they can get away with. We've seen this happen before [0]. Sure, Let's Encrypt isn't taking money from the entities they offer certificates to. But the OFAC d
52.
▲
by
10000truths
4mo ago
> That's what favorable tax treatment of long term capital gains is supposed to be for. But that's not what that tax treatment is used for. The minimum duration for that qualification is one year. One year is nowhere near "
53.
▲
by
10000truths
4mo ago
One of the important functions of a government is to act as a backstop for capital-intensive investments with long-term ROIs. The interstate highway system started as Eisenhower's proposal, GPS and the moon mission were funded to one-u
54.
▲
by
10000truths
4mo ago
No. A mistake is unintentional. Go's rejection of a C runtime dependency is a deliberate trade off, and one that has served it well for its design goals.
55.
▲
by
10000truths
4mo ago
That's because of people who treat AI like a magical "give me a finished product" button. Someone whipping up PowerPoint slides tends to care more about saving time than maintaining quality - the (usually watermarked) stock p
56.
▲
by
10000truths
4mo ago
> Inflation is caused by the government, not wealth creation. The US had zero net inflation from 1800-1914, despite incredible amounts of wealth creation. The inflation since 1914 is caused by government deficits. > Government deficit
57.
▲
by
10000truths
4mo ago
The inequality doesn't come from the creation of wealth so much as the destruction of it. Inflation and rising prices of staple goods (there is some covariance, but the latter seems to be outpacing the former) impact poor people dispro
58.
▲
by
10000truths
4mo ago
SQL was designed with tabular data and a relational model in mind, and free-form documents have neither of those properties. You can shoehorn full-text search functionality into SQL - that's what the likes of MySQL/PostgreSQL/
59.
▲
by
10000truths
4mo ago
Perhaps this was the case.
60.
▲
by
10000truths
4mo ago
Sounds like the goal here is to augment search with a sort of query language . One that's more structured than a mere list of keywords? Ribbing aside, the "rethinking" here sounds a lot like an AI-specific spin on the &quo
More ›