Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:lulz (Score 5, Insightful) 848

I worked with Ukrainians, and i worked with Russian, and we worked all together. Most of the normal people on both sides have no problem friends to each other, or being married with each other.

I am deeply worried about some polititians (on both sides) being more conderned about economics than about saving the lives of many civilians, and soldiers. Russia could have stopped a long time destabilizing the region, and the West made some big mistakes about 9 months ago in not giving Russia guarantees for their safety and constructive influence, and instead of insiting in finally "winning" the cold war.

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.

Slashdot Top Deals

Make sure your code does nothing gracefully.

Working...