HN user

milesrout

185 karma
Posts0
Comments806
View on HN
No posts found.

It is also the consensus position for a lot of bad reasons though.

There is an assumption that belief in, or even reasonable agnosticism towards, any other theory can only be motivated by racism.

There are many people that believe OOA because they want to believe it, because they want to believe we are all more similar than we are different, etc.

Multiregional hypotheses are perfectly plausible. We have very limited information one way or another. Out of Africa may be more likely but it is far from certain.

In what sense are domestic car manufacturers "important"? They're inefficient if they're being outcompeted by China.

Landlords are an excellent thing, as anyone that cannot afford, or does not want, to simply buy a house could tell you.

Set up is a phrasal verb and omitting the space is incorrect, yes, but only an annoying pedant would point it out.

It recommends Debian and says:

I make my guides on this site for Debian 11. If you use another OS, just know that your [mileage] may vary in terms of you might need to change some instructions here minorly.

If you were going to complain about bad grammar, that sentence is a much better target, and yet it is still quite easily understandable.

None of what you said is true. The Judicial Committee of the House of Lords was renamed the Supreme Court and moved to a different building (but otherwise essentially unchanged) in 2005 under Tony Blair's Labour government.

There is a huge difference in the quality of workers in fast food. Some people are slow. They are inefficient. They let things burn, they count change slowly, they are clumsy. They can't multi-task.

It is cognitively simple for you, because you aren't thick. But for people of well-below average intelligence, flipping burgers and doing something else at the time is just not possible.

No. IDE-specific ignore lists should go in $CONFIG/git or .git/info/exclude (or whatever the path is).

(git config --global core.excludesfile "$CONFIG/git/ignore")

.gitignore is committed to the repository and should be for files created by the repository that shouldn't appear in 'git status' like build/, etc.

Nobody said it isn't debt. The difference is that it is debt that makes sense: you can't realistically buy land without it, and houses tend to appreciate so the interest costs are less of a problem - they just represent the time value of money.

Most other debts people incur personally are to buy things they could save for, which go down in value. Like cars.

I'm not sure that is actually true about tailors. My understanding is that most clothing was homemade. I assume people didnt generally make their own shoes but they made their own textiles and basic garments and most people didnt have many garments.

Maybe there is a specific time period you are referring to where this was common but as I understand it, pre-industrially there were very few artisans selling products for money. Clothes were made largely by women and girls for their families.

CSS Zen Garden 1 year ago

The structure of the markup is dependent on the semantic structure of the content that is marked up. The CSS is styling that structure.

The markup shouldn't need to change over time in a way that makes the CSS layouts not work because it just reflects the semantic structure of the document, which shouldn't really need to change. If it does you have quite a different document and so of course it will need CSS changes too.

I was always much more afraid of touching ad-hoc CSS that was written alongside HTML, because it ends up having all these classes and elements that have no semantics and it becomes very unclear what anything actually means. The very worst is the "tailwind" styling where classes etc mean nothing, just styling.

Also it makes no sense to say there is no evidence of them existing, given that we are discussing precisely that: evidence of them existing.

Why would the sources that were put together to form the Bible be discounted when the whole point of putting it together was to collect the best evidence into one source?

How is it misogynistic for more than one woman to have the same name? They aren't made up characters that people decided to all call Mary in some fit of misogyny.

There is no question that Jesus existed and was crucified. Nobody seriously questions that. If we can't accept that happened then we can't accept most of history. It is one of the best-documented events of history and nobody has any reason or means to make it up.

Plenty of incorrect code compiles. It is a very bad sign that people are making comments like "Then the code won't compile".

As for my editor saying it is invalid..? That is just as untrustworthy as an LLM.

I "trust" LLM's more than tutorials, there's so much garbage out there.

Yes, rubbish generated by AI. That is the rubbish out there. The stuff written by people is largely good.

No you don't. There is a narrow range of abilities at each level if students are properly held back when they haven't mastered the material.

Their interests are built by what they are taught. "Socioeconomic background" is a tautology. Their backgrounds are irrelevant.

The history of English is taught in English classes. Historical context is important and interesting. You don't really understand a subject without knowing a bit of its history.

My favourite classes were those where we didn't just get taught facts and theorems but we also got taught a bit about who proved the theorem for the first time, who discovered this fact, what this algorithm was first used for, etc. So much easier to remember too.

This is one of the best things about studying law: the very nature of it makes it impossible to teach it without the historical context.

This is a myth. Computer science absolutely is about programming. The science that makes computers work is called physics.

There are theoretical parts of computer science, but it is fundamentally a practical subject. All of it is in service to programming. Type systems are about typing programs. Algorithms are implemented using programs. Data structures are for use in programs.

The very worst computer science lecturers are those that forget it is a practical subject and try to teach it like abstract mathematics, because they believe (whether they realise they believe it or not) that it is more prestigious to teach abstract concepts than practical concrete things.

It is the same in mathematics, where unfortunately there has developed a tradition since Bourbaki of trying to teach abstract notions as fundamental while concrete problem solving is left to the engineers. The result is that many engineers are much stronger mathematicians than many mathematically-trained students, and those students have to relearn the practical foundations of the subject before they can make progress at the graduate level. If they don't, they get stuck doing what looks like maths, but is actually just abstract roleplaying.