SleeplessCityLights

joined 10 months ago

LEO is still protected by the atomsphere and magnetosphere fully. Geostationary orbits start to have issues.

[–] SleeplessCityLights@programming.dev 2 points 1 month ago (2 children)

I don't think you don't understand the difference between the amout of cosmic rays, which are basically any flying particle, on Earth compared to space. Small nodes would be dealing with multiple per cpu cycle. Multiple could be 1 million a second, I am trying to figure out a way to measure. It would be something like distance from atomsphere(rate of total particles) x probably of an object the size of a transitior getting hit(rate of collions). I could probably find the bit-flip rate for an off-the-shelf space resistant chip and infere the rate for the size I need, but there are other factors. A bit will not flip on every collision, shrinking transistors exponentially increases this.

They are not using 6nm process chips in the ISS. The computers themselves were made before that process existed. An off-the-shelf space hardened computer system uses 65nm process. Cosmic rays is a very general term, it covers basically everything that flies around in space, that includes sources like the sun, which is hammering everything in the solar system with rays. Outside of the atomsphere there are so many more cosmic rays that non-space hardened computers can not even make calculations. Combined with the difference between the bit flip rate when you make transistors 10 x smaller is also fucked up high. One CPU cycle will have enough erros to make the computer useless. It's a multi-faceted problem and when the largest limiting factor is weight & size, it can't be solved with scaling.

[–] SleeplessCityLights@programming.dev 5 points 1 month ago (11 children)

There is an unsolvable compute problem. The average PC on earth has multiple bit-flips a year from cosmic rays. The space hardened chips we use are 50nm and the chips used from inference are 4 to 6nm. 50nm is far more cosmic ray resistant than 6nm because of the transistor size. Are we supposed to think making H100s with a 65nm process is possible? The speed of light creates a die size limitation as well.

[–] SleeplessCityLights@programming.dev 12 points 1 month ago (3 children)

An average PC with 8GB of RAM will have around 4 bit-flips per year because of cosmic rays. When you remove the wonderful protective atmosphere that number is so greatly increased that they have to use older chips, encased in a shield for any computer system that is launched into space. Explain to me how you are supposed to have stability with 100 000 5nm process chips constantly be hit by cosmic rays? The answer is a shitload of lead or steel or concrete. It is fucking unrealistic to send that much shielding material into orbit. Option B is getting the equivalent compute with 50nm process space hardened chips into orbit, which is also unrealistic because of the shear amount of chips required to have a useful data center.

Anyone who immediately does not shut down the idea of orbital data centers should not be in the field of tech, and especially should not be the Csuite of a tech company. I can't belive anyone even humors the idea, it's a fucking joke.

Do you understand much money was spent to spread your point of view as a method to get people to stop voting?

This is proof that you should never bend the knee or try to appease that facist state. Polestar moved production to the US and still got banned. They don't believe in non-zero sum economics, you will always be the loser even when both party's could win.

Agent mode is disabled, only chat mode works. This is with GitHub Copilot harness in JetBrains Rider or Visual Studio Pro. Agentic coding means it can make decisions without a human.

I have seen it in Ontario and Quebec. They do it with seatbelt check campaigns. I have never seen it in Toronto though but in Toronto I don't think you can even get pulled over for a moving violation anyways, unless you are speeding exceptionally fast.

[–] SleeplessCityLights@programming.dev 2 points 2 months ago (8 children)

In Canada our distracted driving laws are pretty harsh and they do actually enforce them. Insurance is also mandatory and a distracted driving ticket is very expensive for a couple of years.

[–] SleeplessCityLights@programming.dev 2 points 2 months ago (2 children)

Chat prompts and then accept the changes when they are worth using. LLMs are entropy apparatuses, injecting that shit straight into your code base is crazy. It took one module/subsystem done with agents for me to realize that it was completely unmaintainable. Not a single eng can make a change to it and the only option is to rewrite. So I banned agents. I know some people still try to get away with that style of LLM coding but I encourage people to instant deny a PR if it looks like garbage.

view more: ‹ prev next ›