Hacker Newsnew | past | comments | ask | show | jobs | submit | TwoSheds's commentslogin

+ Finding or creating suitable functional interface for passing the function



It's fixed now, the rule is that one of the team must be a citizen of the country the team represents.


That's great news! Maybe I'll find some use for my N950 soon.


It's not really a singleton if it returns an instance per session instead of a global one.


Yeah, its not really at true singleton in the dangerous sense in the context of a webserver, when you have a separate copy of the environment for each HTTP connection. It wouldn't be a singleton unless the same state could be accessed by different HTTP sessions.

I haven't come across a web framework that enables this, as you might expect; there's no good reason to do so.


NetBeans is open source. At least OpenOffice and Hudson have already been forked. Are there any obstacles (name has to be changed of course) for forking this project as well?


No need:

>>However, we strongly encourage our community of NetBeans Ruby users and developers to volunteer to take on development of Ruby on Rails support for the NetBeans IDE.


Apparently ISO is not one of them, OOXML required zero implementations


XP has the "windows rot" problem. After it has been in use for a couple of months, it slows down significantly and especially booting it takes forever. Some people claim that they can avoid this but I have never seen any hard evidence :)


There's a free tool called Sysinternals Autoruns (autoruns.exe) which lets you remove all kinds of startup/resident crap. I use it to clean up every couple of months, and as a result my XP is as fast as after a fresh install.


There is pagedefrag, also from the sysinternals folks. That said, Linux doesn't have a similar Linux rot problem. I have some installs that have been going since 2002 or so, with successive "apt-get dist-upgrade"s crossing releases without much significant trouble except a ssh key regen.


I manage to do pretty well. A good uninstaller (which performs deep scans), a defragmenter (MyDefrag is best) and CCleaner will do the trick.

But it's true that a little reinstall once every few years can't give a slight speedup.

Nowadays I tend toward a nomad setup (using portable apps) anyway, so it's even easier.


AFAIK the code which makes the Swing UI use native OSX (Cocoa) instead of X is Apple proprietary. I wonder whether Apple will now give that to Oracle or release it as Open Source. Otherwise we're going to be stuck with X Server and ugly UIs for a long time :-(


Two thoughts:

First, with some quick Googling/Wikipedia-ing it seems that Java is released under the GPL. Wouldn't the viral nature of GPL make this code from Apple open source?

Second, if Apple cared enough to invest in building the code to make Swing seem native-OSX in the first place, one would assume they care enough to ensure that it stays available ongoing. Otherwise Java applications begin to drag down the 'desirability' of the OSX platform.


Wouldn't the viral nature of GPL make this code from Apple open source?

No. Apple's Java was based on code licensed from Sun long before Java was released under the GPL. Additionally, Sun's release of code owned by Sun under the GPL does not preclude Sun from licensing that same code under other terms if it so chooses. That's the basis of the dual-license model used by other projects like MySQL.


Good point. And I don't think classpath exception would apply here. I'd be interested to hear if someone has actually seen this source code "in the wild".


Nope.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: