The range is provided in the title. Presumably it's just regularly sampled over that range.
HN user
jph00
Jeremy Howard -- answer.ai and fast.ai; hon professor at University of Queensland.
Wow mucosal innervation was around half in long covid patients - that's super worrying and would have nasty symptoms in practice.
The findings also support the hypothesis that SARS-CoV-2 may cause structural nerve damage, which is perhaps the even bigger worry. :(
Heaven forbid we let poor people use software that helps their kids read.
If they can't afford a tutor, they deserve nothing.
(Am I doing this right?)
It takes a lot of digging to find their cache pricing - it's $0.50, which is unusually expensive.
The vast majority of input tokens are normally cached, so this is actually the price that matters. I wonder why it's so high.
Pythons options are here: https://docs.python.org/3/library/sqlite3.html
SQLite behavior is here: https://sqlite.org/lang_transaction.html . The regular implicit transactions there plus explicit where needed aren’t supported in any python mode.
I'm a big fan of sqlite-utils, but I really don't like how Python (particularly 3.12+) changes how sqlite's transactions work -- the native behavior explained in the sqlite docs is much better IMO. I understand why Python had to change it (to be compatible with other databases) but I don't think it's a good model for sqlite.
Therefore, I created apsw-utils, a port of sqlite-utils to the amazingly-awesome apsw lib -- which is a really idiomatic sqlite lib for python. It's here: https://answerdotai.github.io/apswutils/
I've used it in lots of projects including in significant production stuff, and it's always worked great for me. IMO if you're serious about doing sqlite in python, at some point you'll probably want to check out apsw.
It's both an illogical question and comes from a place of ignorance about a topic which one would expect folks nowadays to have some basic competence in.
First, the illogical part: the statement was about "inequality" to which you asked about wealth generation. These are two separate issues, and inequality is not, logically, necessarily tied to wealth generation. So "How does creating wealth hurt others?" is, at best, a non sequitur.
The ignorance part: there is a lot of empirical research over many decades showing the negative impact of wealth inequality on societies. With Google and AI there's really no good reason to ask such ignorant questions when in a moment you could educate yourself, and then ask an informed and thoughtful question instead.
You seem to have a rather limited understanding of what kinds of concurrency exist and how those needs are best met. Whether something is a server or not is not very relevant to this discussion.
SQLite is an excellent production db for many real world workloads, as has been widely documented. It is very different to Postgres, so requires learning a whole new skill set.
One way to think about it is that SQLite can work well for the parts of your system where there is naturally strong partitioning.
I couldn't find a CPAP mask that worked for me, even after 6 months of trying across 4 different masks.
Then I read studies showing oropharyngeal exercises can help treat sleep apnea. Originally I used https://snoregym.com/ for that, but then I switched to simply chewing gum once a day (being careful to chew on both sides of my mouth roughly equally), and also chewing my food a bit longer.
It totally cured my sleep apnea.
q and ch both exist in pinyin, and have different sounds. The q sound requires placing the tip of the tongue on the teeth, and isn’t an initial consonant we have in English, so we don’t have a way to spell it.
TIL HN still doesn't support rfc3492, 23 years after it was published, and so this domain is not rendered correctly on the site. :( (It should appear as: マリウス.com )
He states in the article that they use LLMs for this purpose and find them extremely useful.
There's always someone making this claim when negative comments about AWS come up.
They almost always come from people that don't have experience running substantive infra at scale without AWS, so they can't make an informed comparison. The complexity of doing so, for a lot of infra, turns out to be lower than using AWS. Also, you end up with transferable skills and a deeper understanding of the foundational protocols and systems. And you save a lot of money, both because you don't have to pay to manage that complexity, and the systems themselves are cheaper.
The statement “there exists a project where zig led to an extremely high amount of crashes/memory bugs” does not imply “all zig projects have an extremely high amount of crashes/memory bugs”.
This is a classic logic problem - eg “there is an orange cat” doesn’t imply “all cats are orange”.
No, you are deeply misunderstanding the issue. Creating a rivalrous good that powers fight over for control, then use violence to maintain control of, creating a global feudalism, is not "existing oppression getting worse". It actually makes the risks of every human everywhere dying far higher, and even if that doesn't happen, decreases global utility by a similar percentage (99%, instead of 100%). It could actually be worse, if average human utility becomes negative.
"already substantially completed" isn't accurate. $450m of the eventual $1.65b cost had been spent at that point - so less than half.
Yeah this has always been the glaring blind spot for most of the "AI Safety" community; and most of the proposals for "improving" AI safety actually make these risks far worse and far more likely.
GPL was created as a workaround for copyright - it wouldn’t have been needed if there wasn’t copyright. There are complex arguments both for and against copyright and there’s no reason to simply assume it must always be just as now even as circumstances change.
Nearly all my coding for the last decade or so has used literate programming. I built nbdev, which has let me write, document, and test my software using notebooks. Over the last couple of years we integrated LLMs with notebooks and nbdev to create Solveit, which everyone at our company uses for nearly all our work (even our lawyers, HR, etc).
It turns out literate programming is useful for a lot more than just programming!
This is exactly the thinking that has characterized responses to new sources of power through history, and has been consistently used to excuse hoarding of that power. In the end, enlightenment thinking has largely won out in the western world, and society has prospered as a result.
Centralizing power is dangerous and leads to power struggles and instability.
In the alternative, asymmetry is guaranteed.
When you only allow gov and big tech access to powerful AI, you create a much more dangerous and unstable world.
Yes there is. Lots of researchers are more interested in making a contribution to societal flourishing than in making incredible sums of money. That’s why there’s still lots of top AI researchers in academia.
llms.txt files have nothing to do with crawlers or big LLM companies. They are for individual client agents to use. I have my clients set up to always use them when they’re available, and since I did that they’ve been way faster and more token efficient when using sites that have llms.txt files.
So I can absolutely assure you that LLM clients are reading them, because I use that myself every day.
It's not a mistake. It's correct, and is a excellent way to present this information.
I don’t know how to trust the author if stuff like this is wrong.
She's not wrong.
A good way to do this calculation is with the log-ratio, a centered measure of proportional difference. It's symmetric, and widely used in economics and statistics for exactly this reason. I.e:
ln(1.2/0.81) = ln(1.2)-ln(0.81) ≈ 0.393
That's nearly 40%, as the post says.
The x.com/twitter "Community Notes" feature is based on this algorithm, BTW.
(Disclaimer: I'm on the board of the org that runs Polis.)
They rarely are IO constrained.
No, your job is to help your reader get to the end of the text. That means writing in a way that most of your audience finds compelling, readable, and not intimidating.
Not all readers are the same, so you will fail at your job for some readers.
But few readers are emotionless automatons that need nothing but dry technical content, unless it’s a topic they are very motivated to understand.
This is not due to slowness of the file system. Native ntfs tools are much faster than Unix ones in some situations. The issue is that running Unix software on windows will naturally have a performance impact. You see the same thing in reverse using Wine on Linux. Windows uses a different design for IO so requires software to be written with that design in mind.
Obviously what matters is how much of the world’s products they produce - especially products that require high energy input. I can’t imagine why you think per capita is the appropriate statistic to compare.
This has already been pointed out to you in this discussion, so it seems you are not actually engaging with the information you’re being provided with for some reason.