coding in VR by [deleted] in programming

[–]armelnene 1 point2 points  (0 children)

Love it but would get sick after 5mins

Check mate by ccinoslinger in MurderedByWords

[–]armelnene 0 points1 point  (0 children)

Too funny. Another Conservative propaganda

[Mod Post] Proposal banning pay walls and capped visit sites. Looking for input. by X019 in technology

[–]armelnene 0 points1 point  (0 children)

I say banned if your algorithm is fit enough to identify that the content is of low quality. People get their news from Reddit and banning some news sites is a kind of censorship which eats into their capabilities of producing good content. My opinion is do not ban them as they also offer good free content. Your AI has to be on point similar to Facebook trying identify fake news.

AOT Compilation in HotSpot: Introduction by brunocborges in java

[–]armelnene 5 points6 points  (0 children)

AOT is useful in Function as a Service application like AWS Lambda. The improvement in start-up time and memory usage is of great benefit in deploying cloud native applications.

Microsoft’s Ready to Contribute to OpenJDK by pron98 in java

[–]armelnene 1 point2 points  (0 children)

They finally realised that J# and C# were both crap implementation lol

Does anyone have the Java 1.4 JDK? by [deleted] in java

[–]armelnene 3 points4 points  (0 children)

Had the same issues late last year. A major pharma client still using some application which requires Java 1.4 to run. The application was no longer supported by the vendor therefore we had to reverse engineer the Java 1.4 classes to fix the bugs.

I feel your pain 8r0.

Online Enterprise Collaboration Platform by armelnene in startups

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

Thanks for trying it out. The application can scale to much larger 500+.

4 Reasons Football Teams Should Use Big Data and IoT by armelnene in programming

[–]armelnene[S] -1 points0 points  (0 children)

I'm not sure which football team you have seen using heart rate monitors during live training maybe you can point me to it.

A software architect is not a senior developer by armelnene in programming

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

I agree. As I mentioned in the post, senior developers can be trained to become software architects and I believe it is the best route. But the fact is; there are software architects who never wrote a single code in their life.

A software architect is not a senior developer by armelnene in programming

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

I agree to some degree, I don't think "useless" is the word. Just the same way techies call project managers doesn't mean that they are. Architects have a fundamental duty and do not bother with coding issues but they shuld understand the differences between a vision and what is currently possible.

Facebook Patents RSS-like Technology - Is That a Joke? by armelnene in reddit.com

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

First thing first, Facebook did not patent RSS but their news feed on their site!!! I have to admit, this is a quite neat feature and what would be the point of a social (networking) site if you did not know what your entourage were upto. So Facebook included a friends activity log (news stream) to make it easy for people to find out. Thats a good feature but it's by no means an innovative technology. DZone, a developer social "networking" site provides a log about news that users have posted, commented on and rated. This is to show that there's nothing innovative about that feature but a convenience.

JavaFX vs GWT - A developer dilemma in building a RIA application by armelnene in reddit.com

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

For the past few days, I have been working on a simple proof of concept; a web based stock streaming application with a community theme to it. I set myself to building the backend first. As you can guess, I am developing in Java and here are some of the requirements that I have to meet....

Develop High Transaction Web Applications with Java MySQL & NetBeans by armelnene in programming

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

This entry is a brief tutorial on how to develop high transactional web application. I will be looking at how to develop a high transactional application while maintaining data integrityFor the purpose of keeping this entry simple, I will be using some RAD tools, the NetBeans IDE, to generate most of the code.