Readit News logoReadit News
mvgoogler commented on Kodak says it might have to cease operations [updated]   cnn.com/2025/08/12/busine... · Posted by u/mastry
fallinditch · 15 days ago
Yes, very sad - I really hope they carry on making camera films.

This is what we would lose:

https://thedarkroom.com/film-brand/kodak

mvgoogler · 15 days ago
Kodak film products are (confusingly) handled by Kodak-Alaris, which is a separate company that spun out of Eastman Kodak around 2012-ish and shares the Kodak brand with Eastman Kodak. Despite the similar names they are entirely separate companies, AFAIK.

My team did an integration with Kodak-Alaris a few years back and we toured their main office in Rochester.

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

mvgoogler commented on Pattern of brain damage is pervasive in Navy SEALs who died by suicide   nytimes.com/2024/06/30/us... · Posted by u/thelastgallon
kragen · a year ago
10.1096/fj.201701031R
mvgoogler · a year ago
Im assuming you are referencing this paper [1], which is about competetive breath hold diving - diving to hundreds of feet on a single breath.

I've never heard of seals doing that kind of training.

[1] https://faseb.onlinelibrary.wiley.com/doi/abs/10.1096/fj.201...

mvgoogler commented on M 4.8 – 2024 Whitehouse Station, New Jersey Earthquake   earthquake.usgs.gov/earth... · Posted by u/theandrewbailey
mtreis86 · a year ago
We're also on a shelf of hard rock, so a quake in NJ is felt by all of New England. Keys on the wall were shaking here 100mi away.
mvgoogler · a year ago
I felt it in Boston, albeit very faintly
mvgoogler commented on Nationwide FAA weather reporting outage   nco.ncep.noaa.gov/status/... · Posted by u/flerchin
daenney · 3 years ago
You should not assume it's world wide. Given "the FAA is investigating" and there's no reports of other countries it's reasonable to assume that this is limited to the US, or at least northern continental America.

(The title of the submission is also "Nationwide FAA weather reporting outage")

mvgoogler · 3 years ago
> The title of the submission is also "Nationwide FAA weather reporting outage"

Yeah, but the title is made up. There is noting in the official report about this being "nationwide".

The report only states that there is a metar outage consisting of 167 stations.

It doesn't provide any context on which stations are missing or how they are distributed.

Adding "nationwide" to the title is pure FUD IMO.

mvgoogler commented on Nationwide FAA weather reporting outage   nco.ncep.noaa.gov/status/... · Posted by u/flerchin
mvgoogler · 3 years ago
Full list of reporting stations is here: https://www.aviationweather.gov/docs/metar/stations.txt

The report is that 167 are missing.

That would be roughly 5% of US stations or 0.2% of worldwide stations.

I was able to look up meters for airports that I'm familiar with. https://www.aviationweather.gov/metar

So, it is real but far from a total collapse of the system.

mvgoogler commented on Why car wheels are so flat these days   theautopian.com/heres-why... · Posted by u/CoffeeOnWrite
londons_explore · 3 years ago
One day, I believe car design regulations will be amended to allow fully electric braking (ie. no hydraulics, drums, rotors, or pads). At that point, the motor can be moved into the wheel (unsprung mass = bad, but weight savings from not needing an axle or gearbox will outweigh this). Suspension and steering design is then far easier, because there is no axle to need to keep straight.

Braking redundancy will be achieved by having motors/brakes on all four wheels, and within each motor 3 independant phase coils with independant controllers, such that there are effectively 12 brakes on a car. Normally the controllers work together for smooth braking, traction control, software differential, etc. But even after 3+ failures braking performance should still be satisfactory for an emergency stop.

Obviously braking energy needs to go somewhere. In the happy case, it's regen'ed into a battery. If the battery can't accept it, it gets dumped into dump resistors. If the dump resistors fail, it gets dumped into motor coils (of which there are 12 remember). Obviously the motor coils will heat up very fast, so this is probably a one-use-only failsafe, like airbags.

So the whole system (except the pedal itself) is 12 way redundant.

mvgoogler · 3 years ago
Is the Aptera doing this? I remember them talking about having the motors in the wheels but I'm not sure if it's what you're proposing.
mvgoogler commented on Newer, better sunscreens have not been approved by the FDA   theatlantic.com/technolog... · Posted by u/derbOac
SnowHill9902 · 3 years ago
How often do people go to the dermatologist to have their moles checked?
mvgoogler · 3 years ago
I go every year.
mvgoogler commented on US moves closer to recalling Tesla’s self-driving software   fortune.com/2022/06/10/el... · Posted by u/heavyset_go
avalys · 3 years ago
No kidding!

The ability to use the phone or remote to move the car forward or back in a straight line is super useful and a cool, novel feature by itself. It’s also a buggy piece of shit that a few engineers could probably greatly improve in a month. Doesn’t seem like Tesla cares, it’s been stagnant for years.

Meanwhile Tesla is still charging people $10,000 for an FSD function that doesn’t exist.

mvgoogler · 3 years ago
mvgoogler commented on The use of ‘class’ for things that should be simple free functions (2020)   quuxplusone.github.io/blo... · Posted by u/ddtaylor
orwin · 3 years ago
Actually, i wanted to ask this question to good software engineers.

I once had a coding problem interview where a half of the logic could be handled by an autobalncing tree. I\ve never really used autobalancing trees in real software before, but i knew how to make them from scratch, quickly as RB tree is a very common school problem. I spend twenty minutes choosing between coding one from scratch and picking an already existing solution. I ended up choosing gnl's RB trees, with all the makefile/autoinstall issue that i would have to fix instead. I did not gain any time, really, but i wanted to show i did not suffer the NIH syndrome. Was that a mistake? Should i stay within the stdlib during coding interviews (i don't know if they could run the code, i think the interviewer was running windows)

mvgoogler · 3 years ago
I would ask the interviewer and use it as an opportunity to show your knowledge of data structures and your ability to reason about trade-offs and talk through priorities.

I would say something like: "I think a balanced tree, such as an rb-tree, would be useful here for <reasons that make sense given the problem and the properties of rb trees>. I've written rb trees before and think I could write a basic one in 10-15 minutes or I could use <class from the std library, which uses a balanced tree>. Which would you prefer?"

Assuming what you said made sense I would take an interaction like that as a positive signal.

u/mvgoogler

KarmaCake day1208October 7, 2009View Original