Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:For desktop OS, I'd tale BeOS' responsive handl (Score 1) 484

I still have an old ThinkPad with 256MB Ram that I have running on BeOS in a drawer.

BeOS is very responsive because EVERY thing ins threaded and they embraced multi-threading and SMP from day 1. Other OS/s use an event loop in the GUI apps while BeOS does it somewhat different. It encourages threading and not a single loop when you consume an event, process it and then go on to the next one. Events tend to spawn threads that then interact with each other. The single event consumer thing is a very old paradigm in UI design.

Another OS which is very very responsive for the same reason is Photon, the GUI running on QNX.

I miss BeOS, was really a great system.

Comment Re:Start a hot dog fire with booster cables (Score 1) 210

A friend of mine who studied chemistry used to light his BBQ fires with self-made napalm. He stopped doing that whan a) some right-wing terrorists inquired about building a bomb and b) He blew the roof off his lab-room and almost killed himself.

Then went into making drug, but that ended with an raid by the cops armed with heavy weapons who kicked down the door when his mom was there. They had bugged a kettle that she bought over the mail.

Comment Broken RAID Card (Score 1) 210

Once a RAID card on a machine with a critical database croaked. I EBayed for a replacement, did a buy now and phoned the seller and offered him 100$ Cash if he sent the damn card by courier RIGHT NOW at . Next morning it was waiting for me.

Problem was that the yokel who configured the card did not write down the config and I could not boot it. So I looked at the chip numbers and figure that one of them was a NVRAM chip. Took the NVRAM chip from the broken card with the hope that it had the config and plugged it into the new card. I was never in my life so happy to see Windows NT boot.

The data was rescuable, a few years later wrote a C program to reconstruct the RAID disks from image on that same damn machine, but that was critical and had to be done fast.

OF course my boss ran around and told the board that WE did some hardware engineering. He had nothing to do with it.

Comment jQuery is great in libraries vs frameworks (Score 1) 126

Personally, I find jQuery great as the baseline to support bespoke programming solutions.

There is a LOT of love for framework over libraries like jQuery, but in my experience most hit up against Dietzler's Law* pretty hard. with frameworks one has to be rock solid in the real browsers stuff AND the framework one chose AND the hacks you had to set up to meet the gap between requirements and the framework sweetspot. (vs bespoke, where it's just the real browser stuff and then straight to the gap ;-)

*Dietzler's Law: "Every Access project will eventually fail because, while 80% of what the user wants is fast and easy to create, and the next 10% is possible with difficulty, ultimately the last 10% is impossible because you can’t get far enough underneath the built-in abstractions, and users always want 100% of what they want" - but it's generally applicable

Comment Re:I'm spending 60% of my monthly income on rent (Score 1) 940

Agreed. I live in Germany, 15 km from one of the most expensive cities in the country. I live in a small town, 15 minute commute to the inner city (and 20 to my office). I own a large house, large garden, grow my own vegetables and have a much better quality of living than almost all of my colleagues. They all rent.

It's not brain surgery.

Comment Re:One more in a crowded field (Score 1) 337

Give Oracle a break.

When Java was run as a totally open source thing by Sun it did not generate enough revenue and Sun, well, died. Went bankrupt. sold all their assets. Fired all their staff. Companies still need revenue and Sun's model did not work.

I am sure Oracle is not going to keep running Java the same way after that happened.

Comment Macbook Pro 13, 2014 (Score 1) 558

MBP, last year. 13 Inch Retina with 1TB SSD, 16GM Ram

The test server under my desk has a i7 3550 with 32GB RAM and a couple of 3TB and 4TB disks and a boot SSD. It has a gigabyte mobo, and can run MacOS/X just fine. I seldomly use it though.

I also have about 10 arduinos,2 RaspPi model1 and 1 RaspPi model 2 for what it's worth.

Comment Re:Future proofing (Score 1) 557

>New idea - have a second run of conduit placed fairly high up. Suggested uses: Wall mount speakers, TVs, and such.

This. My entire house is wired up with Cat6 but this is something I can kick myself about.
It would have been rel useful for exactly that reason.

Also, don't think "no, I will never need an ethernet connection in the roof". Put it in while you can. Trust me, you will regret it :(
I want to put my Time Capsule there for security reasons. If someone breaks in I don't want my laptop AND my backup disk stolen.

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...