Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:CA - State of the self insured (Score 1) 236

This is why I'm having a hard time feeling any sympathy for anyone in California. The state literally voted for people like Gavin Newsom who caused insurance companies to drop home insurance coverage in people in fire prone areas, voted for officials in fire protection who were gay black women that can't carry men out and shouldn't have to because "he got himself in the wrong place", voted for officials that allowed dry brush to build up, voted for officials that didn't heed warnings concerning water capacity, etc., etc.. I mean the list of gross incompetency is long and some of the incompetent people are serving multiple terms.

You have no idea what you're talking about. A series of fires in northern CA started the exodus of insurance companies, and this predated Newsom. Your comment about gay black women carrying men is some kind of made up straw argument that has nothing to do with wildfire deaths in CA.

I've experienced this first-hand several times now and believe me or not these kinds of wind-blown fires are unstoppable. I have never seen a single one get put out until it either rained or the wind stopped long enough.

Water supply, politics, and "forest management" (yes, of SoCal's famous coastal forests LOL. Wrong geography) are all bullshit media cycle talking points.

We don't know the specific cause of the Palisades fire yet but in general CA natural disasters have boiled down to climate change coupled with profit-motivated mismanagement of infrastructure by private and semi-private utilities. These communities weren't built to be defensible from wind-blown wildfires and you'd just as soon drain the ocean as be able to "manage the brush" of the expansive SoCal wilderness area. You'd have to bulldoze homes and remove mountains to create a defensible space in many areas, and nobody can predict where the next fire is going to come from.

Comment Re:CA - State of the self insured (Score 1) 236

The reason we have California FAIR plans is because (and I am not an advocate of this scheme), is that most California voters are pieces of shit who vote for the most incompetent people ever to get into office

Established more than 50 years ago to provide insurance options for Californians, the FAIR Plan’s mission is to protect consumers.

Just out of curiosity, what was the problem with California politicians from 50 years ago?

They were probably all/mostly (older) white men? Don't know if that's a problem or not, just sayin' ...

There's a whole lot of emotive speculation and no facts in this thread...

Comment Hrm? (Score 4, Interesting) 36

Compact Edition up until WinCE 6.0, then it became "Embedded Compact" with WEC7. Those who actually developed in WinCE/WEC7 should be familiar. Also a nod to those in the know: C:\WINCE600, C:\WINCE700. Platform Builder...

It's easy to pass this off as a nothingburger OS but it's actually a real RTOS with a performance kernel and priority scheduling. You can easily set the priority of a thread low enough (lower is higher priority) to starve critical OS threads like the worker thread for the file system, which is an incredible and useful amount of control in your hands. The device system and interrupt handling architecture are also very different from "big windows". Microsoft gives you most of the source code too and you build the OS image (NK.BIN) from source. WinCE/WEC7 is actually a pretty decent RTOS for doing Widnows-ish development on x86. I am by no means a MS fanboi but this was my favorite version of Windows to develop on and I'm sad to see it go.

It's worth noting that a lot of the hardware these OSs ran on did not get updated drivers for WEC2013 or IoT, so there is no effective migration path forward. If you produced a product with an older generation Intel graphics or NIC chipset then your product is effectively canceled with the suspension of WEC7 licenses.

Final thing I want to say about the WinCE family of OSs is that MS gave us _most_ of the source code but not all. I was able to customize the ATA driver to add ATA secure erase enhancements and also fix a bug in the USB host driver thanks to the open source, but guess where the remaining bugs in the operating system were :) The closed-source bits like the DHCP server and FAT filesystem driver still have outright bugs or performance issues because MS dropped support many years ago but refused to give customers access to enhance the software themselves. I think there's a lesson to be learned from that and I think WinCE could have continued to be a successful player with renewed support from MS and open access to the source code for paying customers. I'm sure it could make money, just not enough for them to care.

Comment Re:Because GoDaddy doesn't care. (Score 1) 23

I think you're missing the point that GoDaddy has never positioned itself as best-in-class or even a halfway decent service, or a responsible company. The fact that they use sex-based marketing despite being a technical company sets the tone for what you can expect from the company, so it's no surprise that they completely fail to meet their legal obligations when screening .us domain customers or that they have zero interest in doing anything to curb crime being committed with their services. We can imagine that the leadership is too busy doing blow and hookers to care. They just want the money to flow.

Comment Re:FreeBSD rocks. Loving Bhyve and Jails (Score 1) 77

I'd like to hear more about your hypothesis that a bunch of GPL code was stolen and put into an incompatibly licensed OS. VirtIO is a standard. Don't confuse supporting a standard with porting some code. KVM is Linux-specific and has nothing to do with FreeBSD except a couple failed attempts to port it before the emergence of bhyve, which is also not connected to Linux.

Anyway we were talking here about jails, which FBSD was blessed with over 20 years ago, well before the concept of Linux containers.

Comment Re:Incredible (Score 1) 77

I read the actual commit message which says
"We can mergesort the sysinits instead of bubblesorting them, which shaves about 2 ms off the boot time in Firecracker."

So there you go. 2ms. I'm not surprised nobody outside of microvms gave a crap about bubble sort all this time.

Slashdot Top Deals

"If it's not loud, it doesn't work!" -- Blank Reg, from "Max Headroom"

Working...