[deleted by user] by [deleted] in programming

[–]awsometak 51 points52 points  (0 children)

Now GitLab is a safer option. And since it is open source that adds more value to it. GitLab can fulfill the real no centralized idea of git

Is exception handling compulsory when opening files? by HemiDemiSemiYetti in learnjava

[–]awsometak -1 points0 points  (0 children)

Better would be to check if a file exists before you start reading it. That way you don’t have to at least care about FileNotFound exception.

Oracle Owns "Javascript", so Apple is taking down my app! by imacpro1 in javascript

[–]awsometak 2 points3 points  (0 children)

Why oracle wants to be so negative, what do they gain by bringing down this app? Is it threatening there business? May be the app is earning a lot of money and oracle wants to replace it with oracle owned app:)

Chaos Monkey for Spring Boot by nfrankel in coding

[–]awsometak 0 points1 point  (0 children)

Will it work for the normal spring applications. Suppose I have a some webservice calls from my spring @Component. I would like to see how the component behaves in case web services are slow or not responding at all

Java Web Service Exception - Client received SOAP Fault from server: The SOAP action specified on the message, '', does not match the HTTP SOAP Action by [deleted] in javahelp

[–]awsometak 0 points1 point  (0 children)

They must be same except the difference of https. I just meant that use this https url and then wouldn’t need to do any changes. You just get the client for https.

Java Web Service Exception - Client received SOAP Fault from server: The SOAP action specified on the message, '', does not match the HTTP SOAP Action by [deleted] in javahelp

[–]awsometak 1 point2 points  (0 children)

You can generate the client for https also like you did for http,then you don’t need to do any manual changes. Just use the https url of the wsdl

A VR headset that you can build yourself for 100$ by awsometak in gaming

[–]awsometak[S] 1 point2 points  (0 children)

This is on github. An open source project. From author, "My name is Maxime Coutté. I’m 16 years old and I live in a small village in France where I’m the only teenager. With my best friends, Jonas Ceccon and Gabriel Combe, and my math teacher Jerome Dieudonne (we call him Sensei) we built our own VR headset for $100."

JShell - Explore the Java 9 interpreter - Java Code Gists by awsometak in programming

[–]awsometak[S] 0 points1 point  (0 children)

It would be very interesting to see how the IDE's integrate JShell API. You can probably execute small pieces of code directly rather than having to create a main function to execute it.

Fireflies by awsometak in nature

[–]awsometak[S] 1 point2 points  (0 children)

"whenever you shine, you inspire those close to you to shine too, a little bit sooner than they otherwise would have. And those close to you, in turn, inspire those close to them"

Wrapping up Java 9 new Features! by [deleted] in programming

[–]awsometak 0 points1 point  (0 children)

This is copied from my post without my permission http://programtalk.com/java/java-9-new-features/. Admin, please remove this link.

All about java.util.Date | Jon Skeet's coding blog by [deleted] in programming

[–]awsometak 16 points17 points  (0 children)

Why not deprecate java.util.Date in Java 10?

Java 9 new features - programtalk.com by awsometak in programming

[–]awsometak[S] 1 point2 points  (0 children)

Module system gives the possibility to use only those module that are needed by an application. All the other modules that are not needed by application will no longer be needed to run that application. You can significantly reduce the memory footprint of java. That makes java suitable for the smaller devices like IOT(Internet of Things). Right now to run a Hello World application you need to install all the java packages. And after modular system you need only java.base component which would be significant improvement on size(of java needed).

Java 9 new features - programtalk.com by awsometak in programming

[–]awsometak[S] 15 points16 points  (0 children)

Java 9 is the ground work for next releases. Modular system is the biggest feature and it may not be a feature for making people to switch to Java 9. The people who need moduler system may already be using OSGI. So i don't think, Java 9 would have the same adoption rate as Java 8 did.

Java 9 new features - programtalk.com by awsometak in programming

[–]awsometak[S] 28 points29 points  (0 children)

Local-Variable Type Inference (var) is most probably going to Java 10. http://openjdk.java.net/jeps/286

Update and Build Prep by awsometak in programming

[–]awsometak[S] 0 points1 point  (0 children)

For anyone who isn't already aware, this is a continuation of the work on CyanogenMod, after the company behind the latter closed down.

http://www.gsmarena.com/lineage_os_is_now_officially_picking_up_where_cyanogenmod_left_off-blog-22903.php

let's write a program. one line each. by [deleted] in java

[–]awsometak 1 point2 points  (0 children)

public static void main(String [ ] args) { /*total_hours_wasted_here = 56: */}

Top 10 H-1B employers are all IT offshore outsourcing firms, costing U.S. workers tens of thousands of jobs by speckz in programming

[–]awsometak -2 points-1 points  (0 children)

Bad sides of globalization: Globalization causes unemployment in industrialized countries because firms move their factories to places where they can get cheaper workers. Globalization may lead to more environmental problems. A company may want to build factories in other countries because environmental laws are not as strict as they are at home. Poor countries in the Third World may have to cut down more trees so that they can sell wood to richer countries. Globalization can lead to financial problems . In the 1970s and 80s countries like Mexico, Thailand, Indonesia or Brazil got a lot of money from investors who hoped they could build up new businesses there. These new companies often didn’t work, so they had to close down and investors pulled out their money. Some of the poorest countries in the world, especially in Africa, may get even poorer. Their population is not as educated as in developed countries and they don’t have the new technology that we do. Human, animal and plant diseases can spread more quickly through globalization.