Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment I have seen other things come and go (Score 1) 826

My strategy:

a) Install distribution according to purpose (default: debian, laptop: ubuntu, server/with supported commercial sw configurations: red hat) out of the Box
b) Verify if additional features needed are there
c) Add the features you really need which are missing
d) If it does not work, follow the documentaiton
e) If following the documentaiton does not work withing a reasonable time, change distribution to a more conservative one and repeat from step a
f) perform testing
g) optimize performance (up to compiling a new kernel)

Has served me well the last 20 years. If i need knowledge about systemd, i hope its documented well, otherwise its off the list.

Comment Re:What's the point? (Score 1) 511

Program an App in ANSI C does not equal to programming a part of an app in ANSI C.

"most of the most-downloaded apps" is so vague that it's a non-information. My viewpoint is not "why knowing C is cool" but "that is the shortes route to delivering software to many platforms". If i would be in the business of making a "most downloaded app" then probably i could easily spent a few man-years for platform specific optimizations.

Comment Re:What's the point? (Score 1) 511

I talk about devices, you talk about microntrollers/processors.

You can not program 1B android devices in ANSI C. You can not program java smart cards in ANSI C.

Hypothetically, you could modify parts of all devices in ANSI C, but this this you essentially disassemble the device.

I agree, if you interested in firmware development, ANSI C is probably the right choice.

Comment Re:Bad actors? (Score 4, Interesting) 149

No - there are always definitly easy to spot bad actors on such platforms. These can range from stupid assholes who want to rent out their garbage collection room, people who are acting like they ren something out in private, but in reality operate a full-scale business circumventing regulations and possibly taxes.

It seems that in NY there are 10000s of hosts. Figuring out the most criminal 1% of these has nothing to do with killing innovation but more wit doing a service to the customers (reputation for the hosts and safety for the customers).

Comment Not at all (Score 5, Interesting) 191

I live in an area without Earthquakes.

But when i lived in Japan:

-Emergency radio with Crank generator and LED flashlight, Buzzer (in case you are trapped inside a (partially) collapsed house and dont want to shout all the time), mobile phone charger, and radio receiver for all channels, lying close/in my bed (http://tlet.co.jp/pro_radio/ty_jr11/index_j.htm)
-2 Liters of water (i lived alone)

In Japan we had earthquake drills of the housing community one time per year, and one time per year in the company. In the housing community we were shown the nearest small emergency area, which had food and water stored in boxes, medical supplies and tools/shovels. We trained how to use fire extinguishers.
And everybody shoudl have had look at (and i had) how to reach the next bigger emergency area (which typically was a bigger public park with an area for helicopter landings and some toilets.

Comment Re:What's the point? (Score 2, Informative) 511

The point of java is that you can program more devices on this planet in this language than with anything else.

Java has penetrated all areas of computing, from embedded (down to chipcards) to mobile, from science to database and web servers.

Java has inherent cross-platform mechanisms for elementary things for which c does not have these (treads), and there are (most of the time free) libraries inferfacing in all directions.

Dynamic, standardized binding to databases and XML makes it extremely easy to persist you data in a well-documented and well-tested structured way.

Java has nearly all language features you could desire.

And last but not least: eclipse is a great free IDE. AMong the free IDEs there is IMHO no combination of language+language tools which boots your productivity for specific tasks as eclipse does.

Comment Re:That is not a business decision. (Score 1) 371

Actually, even janitors and low level administration staff make a difference.

The new Employee who asks for something simple and reasonable to be done can get the response "sorry, you can not order me to do that" or he can just do it. In the latter case the new employee may get another picture of your company.

The team assistant with not even a bachelor degree can significantly influence the output of the specialist.

If i see that a demotivated mode of work is bussiness as usual in a company, then i run.

Comment Re:Militiarization of police... (Score 1) 264

If they remind you of Ukraine, then you are an idiot without any sense of respect for about 2000 deaths. In Ukraine they use artillery and air strikes. Already in the bery beginning of the conflict snipers shot into protesters.

IMHO the problem in the US is not the police. The problem is that the police needs to be more heavily armed than the civiliangs. If i should control driver licenses as a policeman in a country where a significant fraction of the population has firearms, and a non-negligible part of the population has a acceptance for anti-state/anti-government ideolody (tea party), i would be freaking nervous.

Slashdot Top Deals

If all else fails, lower your standards.

Working...