Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:"Electric vehicle fires are rare" hahahahahahah (Score 5, Informative) 73

Out of approximately 200,000 car fires, only 52 were EVs. (https://www.autoinsuranceez.com/gas-vs-electric-car-fires/) I would call that rare. Yes, there are less EVs, but based on miles driven, EVs are 10 times less likely to catch fire.

And yes 140,000 Bolt vehicles were recalled because of risk of fire, but there were only 16 actually fires. The year before Hyundai recalled 430,000 gas car because of risk of fire.

Comment Home Automation, Kodi, etc. (Score 2) 328

I have a few PIs running:

Old PI 1B+ to turn on and off the irrigation system for our garden. Simple relays to control the water valves

PI 2B connected to an arduino to interface with house alarm system to read and store events. Also uses RF transmitter to control lights connected with wireless outlets

PI 3B running Kodi as media server connected to TV. Also has 8 digit 7-segment display to show time and temperature.

PI 3B+ running Kodi as media server for other TV, plus a 3.5" TFT display hat which show current weather, temperature and time.

Comment Re:Monitors (Score 2) 132

I'm running kubuntu on my 4k 15" laptop. Most everything scales pretty well. Desktop/icons are fine, dialogs are good. You get the odd application that doesn't which can make some thing really tiny, but nothing I use regularily has a problem.

Comment Yubikeys (Score 1) 113

A secnod for Yubikeys. We love them. You can load your own key onto them so there is no worries when a third party (like RSA) gets hacked. There are open souce tools to configure them and run authentication servers. Integrated with PAM, and can be used with radius servers. And they are about $25 each, with no expiry date.

Comment I find the opposite... (Score 1) 372

I guess it depends on what you want to achieve, but I find web based development has made it easier to do that fun kind of programming. I grab a framework (python/django currently) and I can have a fully working interactive application in 10 minutes or so. Spend a couple hours more, and I've got it polished with fancy javascript. No need to write entire client interfaces, client server protocols, etc.

Comment Re:tech is a fairly broad category (Score 1) 660

So using rough numbers based on my taxes (in Canada, so yours should be lower), if you are earning $125K, you are taking home something like $7000 a month. Deducting your rent, you are left with $5500. Obviously I don't know how many loans you have, or how many parking tickets, but that's a fair bit of cash SF might have a high cost of living, but you really don't have much left at the end of the month?

Comment Re:Alleged issue did not appear... (Score 1) 284

I run quite a number of Debian systems, mostly squeeze, but a couple of older releases. None of the machines had any direct problems, however one machine that runs some java processes had the java processes using up 100% of the cpu. Another iscsi server process was filling up the logs with "failed to read from timerfd, Resource temporarily unavailable". And my desktop Debian machine had Google chrome using all the cpu.

The above fix: /etc/init.d/ntpd stop; date; date `date +"%m%d%H%M%C%y.%S"`; date; fixed the problem in all cases.

Comment Take a break (Score 1) 403

And I don't mean just go out walking for 1/2 hour at lunch. I mean take the afternoon off and go hiking with a friend, or take a few hours to prepare a wonderful evening out/in with your partner. Buy a roll of film and go out in the city and take pictures. Creativity is not a nine to five thing, and sometimes you need to do something completely different. You will usually find that things are clearer when you come back to it.

Slashdot Top Deals

"Time is an illusion. Lunchtime doubly so." -- Ford Prefect, _Hitchhiker's Guide to the Galaxy_

Working...