HN user

breischl

1,890 karma
Posts4
Comments590
View on HN
How uv got so fast 7 months ago

I read the article as saying it ignores all upper-bounds, and 4.0 is just an example. I could be wrong though - it seems ambiguous to me.

But if we accept that it currently ignores any upper-bounds checks greater than v3, that's interesting. Does that imply that once Python 4 is available, uv will slow down due to needing to actually run those checks?

He's calculating EV above cost. If you look at the calculation, the first term is -1000 to account for the initial investment. So the final value is tell you that you got back the initial money plus 900 more.

I feel like the process of editing my own stuff is at least as important as getting it down. That's when I go back through it and realize all the conclusions I leapt to, things I didn't thoroughly consider, and other flaws. I think people really undervalue writing as a focus tool. But maybe that's just me, YMMV.

I think the same thing about a lot of code, too. Sometimes you really are just hammering out boilerplate. But a lot of times even writing test code is a great opportunity to realize the main code could be improved. But the LLM probably won't tell you that.

They also mined by tearing apart mountains, and threw noticeable amounts of lead into the air doing it.

Roman-era mining activities increased atmospheric lead concentrations by at least a factor of 10, polluting air over Europe more heavily and for longer than previously thought, according to a new analysis of ice cores taken from glaciers on France's Mont Blanc.

A lot less than modern technology manages, but a lot more than nothing. And that with a much smaller population.

https://phys.org/news/2019-05-roman-polluted-european-air-he... https://en.wikipedia.org/wiki/Ruina_montium

There are recycling pilot projects out there, but yeah it's a problem.

Do you also wonder how we'll get rid of used coal power plants, massive piles of toxic fly ash, and tons of pollutants from natural gas plants? Because so far the answer is not good.

I wouldn't say the planet "barely" supported life before the oxygenation event. Otherwise we wouldn't have as much fossil evidence as we have.

I believe you're talking about Earth, and the person you're responding to was talking about Mars. At least I don't think Mars had an oxygenation event or fossils?

Banner blindness 2 years ago

Definitely a thing. Just yesterday I was annoyed by my auto mechanic's credit card fee, and said they should've told me up front.

She pointed out it was on a sign on the counter that I was looking at that moment, and had also been there when I dropped the car off the day before.

The Reddits 2 years ago

Isn't the local equivalent of Reddit just NextDoor? Which seems to mostly be worse, from what I can tell.

If I understood the article correctly, you can get a feed that isn't moderated by their team. So I'm not sure what your complaint is? That other people can get moderation if they choose to?

Since they're mostly not public, I'd say probably very few.

From TFA:

To make things even more complex, many of these large companies are not traded publicly on the stock market, meaning their total number of holdings is not easily available to the public. Because Invitation Homes is publicly traded

I think you're missing that person's point though. This evolution implied in the thread was:

1. Write "logging" data (observability, whatever) 2. Someone else starts using that to drive behavior 3. Change your logging, because it's just logging right? And stuff breaks.

To state it another way, anything you're emitting, _even internal logging_, is part of your API/contract, and therefore can't be changed carelessly. That problem is the same no matter what technology you use.

If your management is waving off the waste of something so immediately convertible into dollars as their (probably) highly-paid engineers' time, then they're idiots.

Usually the hard part is collecting the numbers and defending their validity.

I haven't followed the AV much, but I did mess around with using Oculus for work a fair amount, including trying that app and others. tl;dr, it's not super great.

A few random reasons:

- The Oculus goggles become uncomfortable and sweaty fairly quickly

- They use Fresnel lenses and (I think...) foveated rendering, which means you really only get sharp view straight in front of you. Not where your eyes are looking, where your head is pointing. So looking at the other screen, or even scanning text, means moving your head.

- The awareness of your surroundings is basically zero so it's easy to "lose" your mouse. Or, in my case I was using a wireless keyboard, and I could misplace it. There is a passthrough mode, but the resolution is garbage and it's annoying to get in and out of (in theory you can tap the headset, in practice it works maybe 50% of the time)

Probably some other stuff I'm forgetting...

Anyway, all that said I think there's potential that AV could do it significantly better. No idea if they actually did do it better, though.

You seem to be thinking specifically about documentation for one particular project, eg API docs. And in that context I'd agree.

But Wikis are useful for things that are shared, or that are not tied to a particular product, or don't exist in the product yet. eg - "What's the temporary workaround for this bug?" - "How do I get started as a new employee?" - "What information do we need on customer requests?" - "What's the team process for handling escalations?" - "Here's the preliminary design for this new feature"

You still need someone to update those docs, but it's nice if, eg, the manager (or product/project manager) who isn't in Git all day can do it easily instead of asking a dev to do it.

V2G/H is more than likely to be a thing in the near future further putting the EV batteries to work stabilizing the grid.

Yes. Even before we get to full V2G, managed charging provides a helpful degree of flexibility.

An EV is a giant battery (several times the size of a Tesla PowerWall, for example) that happens to move sometimes. The battery can be used for other things when the car isn't moving - and it will be.

Works if you live in a first-floor, street-facing unit and can reliably park in front of it. Otherwise it can be tough.

It's unfortunate that EVs make the most immediate sense in high-density urban settings, but those same settings have lots of people who can't use the simple kinds of charging infrastructure (eg, Level 1/2 chargers).

The Enchippening 2 years ago

at one point just the cost of the frame for keeping the cell integrity (specially under wind loads etc.) would start dominating costs

Pretty sure I've seen that the cells themselves are already a minority of the total cost of a solar installation. Most of it is labor, permitting, framing (as you mentioned) and other ancillary things. Dropping the price of PV cells is all to the good, but it's not the limiting factor for mass adoption of PV.

Increasing the efficiency of cells would help more, since you could get more power from a given amount of the other supporting stuff.

Most of those flats have large balconies on the back... with a staircase.

It sounds like you're describing an external staircase - loosely speaking a fire escape. I could be wrong though, I'm not sure.

The article was discussing the requirement for _fully enclosed_ internal staircases, which is different.

Not really: batteries and solar need to be replaced more often that coal plant.

The design lifetimes are on the same order of magnitude, and the components of the coal plant need overhauls/replacement as well. It's not that different.

And notice that the coal plant needs a continuous supply of fuel, whereas battery/solar are one-time costs. That's a big difference anywhere, and any even bigger one in Hawaii where you have to ship the coal in.

production and logistics for solar and batteries rely on a ton of steel

Totally unlike coal plants, coal mines, and coal shipping.

Coal-free steel already exist but is much more expensive

If we can't do everything, perfectly, right now, then we should definitely do nothing at all. That's much better, and totally how all technology development works. /sarc

Is not the atomic indivisible of computing no more that a simple switch? A binary?

It is for the dominant computing paradigm currently in use, but that isn't a universal truth. As I understand it, we use binary logic primarily because it's more tractable for humans to think about and work with, not because it's the only option or even the best option in all cases. For instance there are plenty of analog computers in history, which are in some ways more closely related to biological "computers".

https://en.wikipedia.org/wiki/Analog_computer

clashing shades of horrible colors (for camo)

They tried something similar for ships and a few planes. I think it wasn't very effective as camouflage though, and was more intended to confuse the distance & direction of travel. https://en.wikipedia.org/wiki/Dazzle_camouflage

had a laughably ugly form

The B-52 was called the "Big Ugly Fat F". The A-10 was called the "Warthog". Both considered ugly but effective.

That said, there probably is some effect, it's just hard to measure.

Power over fiber 3 years ago

you'll be able to order compatible replacement parts 20 years from now.

Is that because it's an industry standard, or just that the manufacturer promises, or something?

Sheer curiosity - I know nothing about this space. :)

lol, I did that with an internal tool once. It actually worked in that case - the name was changed. Although the "so terrible it couldn't exist" name persisted in some dark corners for several years.