HN user

justanotherc

168 karma
Posts0
Comments91
View on HN
No posts found.

The article covered CBDC is about two sentences and then moved on about regulating bitcoin for the rest of the article. Two separate topics, amd the title isn't really at all what the author spent time writing about.

"Modern steel technology" is not what tanks boast as their primary defense these days. Armour technology uses reactive armour on top of steel armour, which can repel conventional explosives.

But shoulder fired anti-tank weapons have moved on from conventional explosives as well -- javelins for example contain 2 warheads -- one to predetonate the reactive armour, and a second charge to penetrate the regular armour.

Its a continual arms race, neither tank nor ATGM can claim dominance, and one hasn't moved beyond the other in a meaninful manner yet.

I tend to agree with him. It takes too long to tell that story. In a boardroom meeting type environment people don't have time or the attention span to settle in for story time. You need to be able to illustrate your point in 3 sentences or less.

Yeah probably tough and expensive to transition existing neighbourhoods to this model... but is abandoning the current infrastructure and starting fresh more expensive than maintaining the already expensive existing infrastructure? Don't know.

I do know London, England is build on top of many many layers of obsolete sewer systems from a millenium of city living. Sometimes its best to abandon and rebuild.

I'm not talking about everyone moving to the country. I'm talking about localizing power/sewer/water infrastructure in medium density areas like suburbs. If you read the article you understand that its the suburban sprawl that is the expensive areas to maintain. High density downtown cores fund themselves just fine.

I'm not talking about everyone moving to the country, I'm talking about bringing localized infrastructure to suburban sprawl. I doubt that would work in high density urban areas, but why could it not work in suburbs where every house is sitting on a 60x120ft lot?

Its those areas that the article describes as the expensive areas because everything is so spread out.

Why don't we just stop building all this infrastructure, and move to a micro-community or individual model?

My parents' farm is on a well and septic, and a dirt road. Water purification is done with a UV filter. The infrastructure costs are almost nil.

We are in an age now where houses don't even need to be on the power grid -- a set of solar panels and a lithium battery makes traditional power distribution obsolete.

If it costs a typical suburban house $10k a year to maintain infrastructure, that's outrageous. Move to individually or community based infrastructure.

We started putting armed police in schools to defend against school shootings. Not to intimidate students.

Tell that to the 8yr old who had his elbows cuffed painfully behind his back by the school officer because he misbehaved.

PHP the Wrong Way 6 years ago

Maybe, but non-abstracted code is not DRY, becomes difficult to maintain, and is time consuming to write.

So a good programmer will start to abstract those things, and at that point you're going down the road of creating your own framework.

PHP the Wrong Way 6 years ago

So you just have one giant file full of unrelated procedural utility functions that you include to your new projects?

"Crypto is not magic."

"Don't roll your own crypto because its basically magic and you'll screw it up unless you're a cryptographer".

Umm... ok...

Yeah, I don't see having a monoculture as really that terrible, depending on the type of work being done. It can be more efficient and have less interpersonal conflict than a workplace where everyone has a different perspective, gets offended by things the other person doesn't intend to be offensive, requires more communication to get on the same page, etc.

As you sarcastically pointed out, diversity for diversity sake is a false virtue IMO.

Lol, my question to that would have been how do you get the 747 on the aircraft carrier?

That's actually a harder question than getting the weight of one... which makes the entire exercise ridiculous.

I agree. The shell, just like all other programming languages, allows you to trade the time spent learning a domain specific skill for an easier method of doing things.

Using the batch operations example -- if you know shell scripting, you can save yourself time doing things manually -- but you need to have already traded in the time to learn Shell scripting.

GUIs allow you to reduce time spent learning a domain specific skill at the expense of overall efficiency.

I think he's partially right, and you're also partially right.

Learning to code is an extremely high barrier to wntry, but its also highly transferable. If you can write Python, there's tons of jobs you can get writing Python, and with a little extra work, you can pretty easily transition to another language with a whole other world of opportunity.

The problem with these "visual" languages, is its a lower barrier to entry, but its still takes a detail oriented person, and ends up being very specialized, so there's less opportunity to leverage that to another job. So if you're a person than can learn a visual language effectively, you might as well go the extra 30% and learn to code in a "real" language.

Modals are good for when you need to show a new blocking state without losing the current state. There are many valid reasons for that scenario. Even for modal inception.

Use them for that purpose, no need to swear them off completely.