Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Politics

Submission + - Faith-based highways in Texas (statesman.com)

An anonymous reader writes: Rick Perry and Phil Graham have appointed a lobbyist, Phil Wilson, to head the Texas highway department. Wilson has no engineering background whatsoever, he just knew the right people. (The prior P.E. requirement for this job had to be removed so he could be appointed.) His salary will be double that of the last head of the department, an engineer. Yes, a national search for the best candidate was conducted at a cost of $57,000 and Wilson was the winner!

It looks as though Perry and Phil Graham's man had the inside track to head the highway department. No, no promotion from within, no engineering background whatsoever, he just knew the right people. Welcome to the world of faith-based highways...

Wilson's salary will be double that of the recent head of the department. A national search for the best candidate was conducted at a cost of $57,000 and Wilson was the winner!

Submission + - Ask Slashdot: Ergonomic Office Environment?

relyte writes: "In the spirit of the recent poll--where many people recommended ergonomic upgrades--what's the best way to get a comfortable, efficient work environment? I'm just starting my career in software development, and I already know I want a great chair, keyboard, mouse, monitor, etc. What should I get, and am I missing any categories?"
Java

Submission + - Better Java LINQ querying (github.com)

nicholas22 writes: ""A new type-safe LINQ implementation for the Java language has been developed leveraging the compiler pre-processing Java agent lombok-pg, making use of features not found in standard Java such as extension methods, block iterator yield co-routines and higher order functions. The source code is compiled down to standard Java bytecode (supporting the javac and ecj compilers) and works with all tools you're used to working with, such as Eclipse, Ant, Maven, Hudson, JUnit, etc. in a way that is transparent to the developer (i.e. there is no explicit pre-compilation step). LINQ queries provide compile time type-safety, allowing you do things like date range queries against date fields but keeping you from trying to do a date range query against a string field. Hopefully this catches on, resulting in fewer uses of String-based untyped querying (e.g. quaere), exploding at runtime and with less boilerplate and fewer lines of code than other alternatives (e.g. lambdaj).""

Comment Re:Java is cool (Score 1) 292

There are some pretty cool developments going on in Java lately, e.g. LINQ, functions and reified generics. Why wait for the JCP when there are enough mad people out there who will implement all the tools that Java is perceived to lack? See for example: https://github.com/nicholas22/jpropel-light

Also see http://slashdot.org/submission/1810940/java-linq

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...