Invitation sent. Let me know if you haven't received it.
HN user
abetusk
https://abetusk.github.io
abetusk@mechaelephant.com
Invitation sent. Let me know if you didn't get it.
Invitation sent. Let me know if you didn't receive it.
Invite sent. Let me know if you didn't get it.
Thanks, this is really embedded in the documentation and is not at all even hinted at in the above documentation.
This seems like a huge DoS security hole.
I encourage you to write a blog post about this. It seems especially relevant.
Could you go into more detail about this issue and provide some links to the documentation?
I'm absolutely no expert, I'm just reading about it now, but from the SQLite WAL documentation [0]:
7. There is the extra operation of checkpointing which, though automatic by default, is still something that application developers need to be mindful of.
and from their "checkpointing" documentation [1]:
By default, SQLite does a checkpoint automatically when the WAL file reaches a threshold size of 1000 pages.
I'm only skimming but I see no mention of waiting for an idle time window.
Have you been successful in DoS'ing lobste.rs?
Give your email or send me a message (abetusk@mechaelephant.com) so I can send the invite.
Provide an email or email me (abetusk@mechaelephant.com) so I can get yours for the invite.
I was given my invite from a decent person who, I believe, basically has an "open door" policy. I'm happy to pay it forward and give you an invite if you want it. abetusk@mechaelephant.com
These look really nice and I love the idea.
Does anyone have a resource for something like this but under a libre/free license?
Yeah, that is odd. Maybe a mistake?
I don't think this is what's going on here but CC0 was expressly created because not every jurisdiction had a concept of "public domain", so a special license was needed to make sure it acted as if it were in the public domain for those cases.
From a CC0 FAQ [0]:
Do I have to attribute the person who applied CC0 to their work?
No, there is no legal requirement that you attribute the affirmer ...
From a Berlin Universities Publishing FAQ [1]:
... Since a waiver of copyright protection is not possible under German copyright law, CC0 is equivalent to a waiver of all possible rights and legal claims by the creator.
But, regardless, public domain or CC0 doesn't need attribution whether it's in the US or Germany.
[0] https://wiki.creativecommons.org/wiki/CC0_FAQ#What_is_the_di...
[1] https://www.berlin-universities-publishing.de/en/beratung/li...
Anything the US government publishes directly is in the public domain, including the contents of climate.gov, when it was online. One of the reasons the migration could happen without legal repercussions is precisely because the information was public domain.
From the article:
This is possible because US government data is public domain by law.
From the FAQ on the new climate.us [0]:
Can I re-use this data/product/image/video?
Yes! Any content dated prior to June 30, 2025 and credited to NOAA Climate.gov is in the public domain can be freely re-used with proper attribution.
Any content after June 30, 2025 and credited to Climate.us, is under the Creative Commons license: CC BY-SA 4.0 Attribution-ShareAlike 4.0 International.
Population estimates for that era (2,000 BC to 1,000 BC) are anywhere from about 25M to 150M [0].
[0] https://en.wikipedia.org/wiki/Estimates_of_historical_world_...
OK, their methodology is pretty concrete [0]:
This list ranks ... the dollar value their companies generated for shareholders ...
If one defines "share holder" as "general population", then maybe my pithy remark holds.
Linus Torvalds - $8.8T [0]
Maybe Stallman deserves to be on that line as well.
I do wonder where on the list people like Fabrice Bellard and other folks of the FOSS community would sit.
[0] https://www.hbs.edu/ris/Publication%20Files/24-038_51f8444f-...
There are many articles extolling the virtues of Lisp. I would like to see some articles that have a level-headed criticisms or critique of Lisp, it's ideas and it's place in the ecosystem of languages.
Articles like this, and the PG articles it references, amount to "if you know, you know". I understand the appeal and I understand the explicit and implicit arguments this article is making.
Computer programming has matured quite a bit in the past 60 years. I would like to see more articles that are more considered in their examination.
I certainly don't have deep knowledge in this area but my understanding is that the cartridge is basically a cavity with a small hole at the bottom and a piezo electric element at the top to sputter liquid down. The tolerances are tight but considering how advanced manufacturing is, I would imagine someone competent could design and prototype it with the tools and manufacturing ecosystem that's available now.
There's at least one project that has tried to design an actual DIY/open-source inkjet printer [0], along with inkjet print heads [1].
The ink most likely need some special sauce? But I imagine there's many organizations that can specialize in making the ink so that it can be treated close to a commodity. If not, maybe this can also be engineered?
From their FAQ:
Open Printer is distributed under the Creative Commons BY-NC-SA 4.0 license.
The non-commercial clause makes it non-open by the commonly accepted term of "open" in this context.
I agree with a lot of this sentiment but it assumes a level of stability so that standardization can be effective. Standardization before stabilization has the potential to cripple efficiency with inefficient abstractions.
One benefit of a programming paradigm is that it can allow for an increase in speed of software development at a marginal cost of run-time efficiency, but if the paradigm is so out of step with the underlying hardware, the run-time efficiencies can be orders of magnitude slower than a bespoke way.
Standardization and abstraction are most effective when there is data about which bespoke ways work the best. Choosing standardization and abstraction before experimenting on the solution space rarely works well.
Concurrency is a programming abstraction that conceptually allows multiple independent processes to run at the same time using scheduling. For example, running ten programs at once with only a single CPU. Concurrency is effectively CPU scheduling with maybe some other concepts of communication between processes for coordination.
Parallelism is running processes at the same time.
The driving motivation behind concurrency, as far as I can tell, is that it's a concept that can help reason about complex tasks with the added benefit of being able to take advantage of parallelism.
My problem with Pike's advocacy for concurrency, and Golang in particular, is that it's an abstraction that imposes a world view on what's a good programming paradigm and, more practically, how to take advantage of parallelism, both of which have limited utility compared with considering parallelism directly.
My opinion rather than some abstraction that imposes a world view on how to take advantage of parallelism, it's better to use how people actually take advantage of parallelism as a basis for abstraction.
I think Golang is a fine language but we now have 14+ years of hindsight to see how well it's fared and how much it's influenced the compute landscape. In my opinion, the "concurrency not parallelism" misses the simple issue that we want things to go fast. Which has had more influence, Golang's idea of concurrency or taking advantage of GPU parallelism? I think the answer is clearly taking advantage of GPU parallelism.
There's a long history of proving results like this.
NP-Completeness is the norm, not the exception. Any system that's complex enough is almost surely NP-Complete. For similar reasons, Turing Machine Equivalence is also the norm, not the exception.
These results are interesting but not unexpected. A more interesting question is under what conditions is the problem difficult to find solutions for. Many NP-Complete instance ensembles turn out to effectively have polynomial time solutions (3-SAT w/ uniform clause variable choice, Hamilton Cycles in Erdos-Renyi random graphs), so proving NP-Completeness is not a death knell for approximation.
There is a GitHub page, but it's pretty sparse: https://github.com/ThatDetroitAndy/mutiny
Ron Maimon uses an argument that relies purely on symmetry, which circumvents the standard explanations, including many in this thread. In some sense, this is the simplified version of Noether's theorem (as far as I understand it).
As an aside, I believe Ron Maimon's account was suspended after he challenged the character of someone who was soliciting votes for a moderator position. Ron Maimon's stance was that if someone was running for an elected position, discussing their character was valid. The SO site had/has a strict challenge-the-question-not-the-person policy, which the moderators used to ban him permanently.
At the time, I remember seeing some posts by Ron talking about how the SO sites were corrupted by their policies and that it was a matter of time before they ceased to provide value. I think this was late 2000s or early 2010s. Looking back it's hard not to feel like his stance was prescient.
I was careful to say "Moore's law-like". Moore's law is stated as "transistor count per area doubles about every 2 years." [0] As stated, then yes, this might be true but, while important, that's not really the quantity we care about.
As you point out it's really cost per transistor or cost per flop that we mostly care about. I'm finding it hard to find a succinct and clear plot, but I believe one is provided by Our World In Data on "GPU computational performance per dollar" [1] which, to my eyes, clearly shows exponential growth in computational power per dollar.
The picture for storage is a little more muddied but if you squint just right you might still be able to recover an uninterrupted exponential growth [2].
In my view, it's pretty clear that advances in AI have progressed so quickly because GPUs have been keeping up with the exponential growth of computational power (per unit cost).
Exponential growth in this area is usually characterized by "S-curves", where one technology gets saturated but the exponential increase in power or decrease in cost is picked up by another, adjacent, technology, that allows the growth to continue. For compute it's CPUs to GPUs. For storage it's platter drives that are now being overtaken by SSDs.
The more general phenomena is called Wright's law, or experience curve effects [3].
[0] https://en.wikipedia.org/wiki/Moore%27s_law
[1] https://ourworldindata.org/grapher/gpu-price-performance?ySc...
[2] https://ourworldindata.org/grapher/historical-cost-of-comput...
Moore's law or one of its generalizations still holds, so it will only be a short matter of time before a $1k computer will be able to train and run a powerful enough model.
I appreciate where the author is coming from, as we often have much more context because of training that have since atrophied a bit, but in defense of the dynamic programming solution, this generalizes very well.
As stated, the choose(2n,n) solution of course works but as soon as you deviate from a square, things can get more complicated. What if it's a rectangle? An arbitrary shape? One with holes? The dynamic programming solution takes all of this in stride (assuming, of course, that the conditions of only going right and down still hold).
Pascal's triangle is, after all, a dynamic programming solution. It just so happens that there's a "closed form" solution to their entries.
I'm all for clever tricks but I also appreciate much more a solution that generalizes well and gives more insight into a class of problems.
Can you give some context or references as to what the "universal separability signal" is?
You may also want to add it to the vercel.app page.
Very cute idea.
This is like a modern form of "I could do that in a weekend". Try reading the article before making such statements.
There's a lot of pre-processing, experimentation and validation that went into this project. The training data collection and sanitization alone is a big undertaking.
As for the blog post itself, from the article:
Note: This blog post is 100% written by me. No AI has been used whatsoever.
Put another way: You can ask the LLM yourself to do this project? Please do, share your prompt, I'd like to see it.
As others mentioned, the link is broken. A quick look at the author's GitHub or HN profile doesn't have anything jump out at me.
I will mention that there was a paper from 2017 on "Bounds on the Satisfiability Threshold for Power Law Distributed Random SAT" that constructed what looks very nearly like a phase diagram for satisfiable instances of SAT.