I have a heap of family and friends who live in a different country to me. I'd love an old school Friendster / early Facebook-style social medium where we could share posts, but the tapping mechanic makes this impractical for me.
Feature request: friend-request-by-mail: Pay Friendster $1 to send a postcard with a unique QR code. I've seen something similar for user/address verification on a local community website (but it's free to send the postcard).
I shouldn't require international travel - over an ocean - to talk to my siblings on the internet on a social app.
Visits are great and all, but they require money and planning with more than one person. And I'm lucky - I can travel. Some folks can't go home - war sucks, poverty sucks, sickness sucks, busy work times suck, etc. If I were still in the US, I might not even get a chunk of time off work.
Travel is probably getting a little less likely considering the current situation with jet fuel as well.
I’m sorry to be harsh but this is 100% your fault, and attempting to shift the blame onto Cursor and Railway just doesn’t fly.
The onus is on you to make sure your system uses the APIs in a way that’s right for your business. You didn’t. You used a non-deterministic system to drive an API that has destructive potential. I appreciate that you didn’t expect it to do what it did but that’s just naivety.
You’re reaping what you sowed.
Best of luck with the recovery. I hope your business survives to learn this lesson.
Does anyone have pointers to some real information about this system? CPUs, RAM, storage, the networking, what OS, what language used for the software, etc etc?
I’d love to know how often one of the FCMs has “failed silent”, and where they were in the route and so on too, but it’s probably a little soon for that.
Nasa CFS, is written is plain C (trying to follow MISRA C, etc).
It's open on girhub abd used by many companies.
It's typically run over freertos or RTEMS, not sure here.
Personally I find the project extremely messy, and kinda hate working with it.
It's most likely using vxworks for it's OS, since I believe it's one of the only fully certified ARINC653 OS's for human flight. It's used in most Aircraft and space missions.
Yeah, that was my guess too but the comment about separate implementation for the backup system made me wonder if there was a different OS, and the which was running where.
Not sure about the primary FSW but the BFS uses cFS[0]. As the sibling comment mentions, you can check it out on GitHub. Sadly I believe NASA keeps most of their best code private, probably siloed into mission-specific codebases. Still, the cFS repo is an awesome crash course on old-school Flight Software techniques.
At about 1:20, the presenter says the BFS uses a different OS and hardware (not sure if that means a different instance, or a different class, so to speak).
It’s a daily event now in Australia. Very low prices during the middle of the day, and higher in the morning and evening. Anyone with a battery or an EV they don’t need to drive far can play the market, usually with scripted sell/buy trigger points.
There’s enough profit to make the payback period for a decent battery quite short.
Yes, I see energy-intensive industry moving away from extreme latitudes in the long run. Most of Europe is at an unfortunate latitude and has surprising levels of cloud cover.
Every hour you don't run your nuclear power plant at full capacity you lose money. Nuclear power is mostly capex. You need to maximize utilization if you want to be profitable.
It's far worse not to have sufficient electricity during the night or on overcast days. You can just increase nuclear electricity prices during that time to make up for the lost revenue from sunny days.
One difference to something like email is that you can change search providers with minimal effort. There’s no server-side context to back up or migrate, no third parties involved: you just use a different URL.
I think you're assuming that LCDs all have framebuffers, but this is not the case. A basic/cheap LCD does not store the state of its pixels anywhere. It electrically refreshes them as the signal comes in, much like a CRT. The pixels are blocking light instead of emitting it, but they will still fade out if left unrefreshed for long. So, the simple answer is, you can't get direct access to something when it doesn't even exist in the first place.
reply