HN user

cnahr

778 karma

news.kynosarges.org

Posts59
Comments42
View on HN
news.kynosarges.org 3y ago

Northman of the Plot Holes

cnahr
1pts0
news.kynosarges.org 6y ago

Old German

cnahr
1pts0
news.kynosarges.org 6y ago

Star Chess 2.1 for Swing Released

cnahr
1pts0
news.kynosarges.org 6y ago

Botanic Garden Butterflies

cnahr
1pts0
news.kynosarges.org 6y ago

Moon Shot Shootout

cnahr
1pts0
news.kynosarges.org 6y ago

Programmer's Guide to Theory

cnahr
8pts0
news.kynosarges.org 6y ago

The Holy Roman Empire

cnahr
3pts0
news.kynosarges.org 6y ago

Microsoft Surface Laptop 2

cnahr
2pts0
news.kynosarges.org 6y ago

Vertical Swing Labels

cnahr
1pts1
news.kynosarges.org 6y ago

Moskau, Moskau

cnahr
1pts0
news.kynosarges.org 7y ago

Nothing Is True, Everything Is a Sequel

cnahr
1pts0
news.kynosarges.org 7y ago

Samurai Helmets

cnahr
132pts83
news.kynosarges.org 7y ago

Tektosyne 6.3 for Swing Released

cnahr
1pts1
news.kynosarges.org 7y ago

Rammstein: Deutschland

cnahr
2pts0
news.kynosarges.org 7y ago

Swing High DPI Properties

cnahr
4pts0
news.kynosarges.org 7y ago

Minimum Size Scaling for Swing Windows

cnahr
1pts0
news.kynosarges.org 7y ago

Core Java 11 for Java 11

cnahr
1pts0
news.kynosarges.org 7y ago

DPI Scaling for CSSBox

cnahr
1pts0
news.kynosarges.org 7y ago

Forgotten Baroque Music

cnahr
2pts0
news.kynosarges.org 7y ago

Windows 10 October 2018 Update

cnahr
2pts0
news.kynosarges.org 7y ago

Pillars of Eternity 2: Deadfire

cnahr
1pts0
news.kynosarges.org 7y ago

Java SE 11: The Great Removal

cnahr
3pts0
news.kynosarges.org 7y ago

Some Windows Histories

cnahr
1pts0
blog.piekniewski.info 7y ago

Some fun numbers about the human brain

cnahr
1pts0
news.kynosarges.org 7y ago

Altmühl Dinosaurs

cnahr
1pts0
lambda-the-ultimate.org 7y ago

History of Lisp (1979)

cnahr
4pts0
news.kynosarges.org 7y ago

Newspapers Still Keep Shrinking

cnahr
1pts0
news.kynosarges.org 7y ago

Artificial and Human Intelligence

cnahr
3pts0
www.microsoft.com 8y ago

Functional Programming Languages with Dr. Simon Peyton Jones

cnahr
1pts0
news.kynosarges.org 8y ago

Java StAX Tips

cnahr
1pts0

While Dorsey is rather extreme, his lifestyle is a lot healthier than the average American’s or most everyone’s in the developed world. Eating junk food around the clock is really bad for you. Note that Dorsey isn’t fat and diabetic like so many people these days.

Samurai Helmets 7 years ago

I’m not aware of any such relationship in Japan. The exhibition didn’t mention it, and I haven’t heard of it elsewhere either. I think it’s just decorative here.

Samurai Helmets 7 years ago

They may have seen battle but if so as commanders from the rear where visibility to the troops was paramount. If they had seen actual close combat those elaborate decorations probably would not have survived. Also, there were many plainer helmets at the exhibition. I think a samurai expecting real combat would have chosen one of those.

Samurai Helmets 7 years ago

That was the first and only one I had seen, too. I suppose there may be a few more but they certainly seem to be rare. This exhibition had no other examples. The helmet with a flame-engulfed dragon that was shown mounted on an armor suit comes closest.

This is honestly a very inconsequential release as far as the project is concerned. But after JavaFX got split off from the general Java SE distribution following Java 11, it’s simply no longer acceptable for some small GUI application like the demo suite here to require JavaFX. Require tens of MB from a third-party site to run the demo app, or rewrite in Swing? Unfortunately, despite Swing’s relative inferiority the choice is clear.

Completely missing the point. Of course calorie reduction works as long as it is followed. But people have a very strong desire to regularly eat their fill. With intermittent fasting this is part of the diet by design. With daily calorie restriction it’s impossible. Compliance with daily calorie restriction always lapses over time for this reason, so people return to their former fatness. Intermittent fasting is possible to maintain for the rest of your life, daily calorie restriction usually is not.

Indeed, I only use UML for documentation of existing code. Having a standard allows for consistent reverse-engineering, and a class diagram is still the best way to visualize an OOP class hierarchy.

Keeping them up to date with the code is an issue, as with all documentation. I actually wrote my own Java class diagrammer [1] for that purpose so I can just re-run a project file to create updated diagrams of the current code base, with little or no editing required.

[1] http://kynosarges.org/Diagrammer.html

Sorry for the downtime, took me a while to correct the post. It's now up again.

As some commenters have pointed out I had a stupid bug in my sample code where I misused the static object creation counter as an object instance identifier. Hence some very strange results I couldn't explain. With that bug fixed, method references now behave as expected (which is still notably different from lambda expressions).

It's something of an article of faith that front-mounted teleconverters are worthless. Well, they really aren't... assuming you are ready to spend enough money and accept some vignetting. Also, you might want to use a tripod!

The original headline ends in a question mark, cites one person from Twitter who claims a 2004 (?) conversion, and still provides no explanation why any government might possibly want to serve TrueCrypt a warrant, given that they don't store user data (unlike Lavabit) and all their source code was open anyway.

My use of the term "holographic" was taken directly from Ng's dissertation, near the end of section 3.7: "...Camahart showed that holographic stereograms can be synthesized from light fields." Whether he's strictly correct with his use of the term I don't know.

Ng also mentions working with Zebra Imaging on printing such "holograms" [sic], so that's certainly a possible application. I'm not sure a lot of consumers would be interested in that, though, compared to simply showing pictures.

Further clarification: The manifest is the same you'd use for native applications. Microsoft automatically enables DPI awareness for WPF because that framework scales all coordinates automatically with DPI settings. WinForms doesn't do that. It requires extra code for proper DPI scaling, hence you need to manually apply the manifest if you have done that extra work. (Auto-generated Visual Studio projects might automatically provide both the necessary rigging and manifest, not sure.)

Microsoft has addressed it since WinForms 1.0, except that it's unfortunately not automatic. You need to include a simple application manifest that enables the dpiAware flag, as described here: http://msdn.microsoft.com/en-us/library/dd464660%28v=VS.85%2...

That article stops short of Windows 8.1 which provides new multi-monitor options. Here's the latest manifest overview: http://blogs.msdn.com/b/chuckw/archive/2013/09/10/manifest-m...

It seems to me that stack ranking can only work for companies that are so attractive for new talent that any new hires are likely to be more valuable than the lowest-ranked current employees. Once a company is no longer so attractive, as seems to be the case with Microsoft today, you're actually pushing out better talent in exchange for worse.

I'm thinking of what the article said, "doing a good job for Microsoft's shareholders" as Ballmer claimed. He did in fact not do that. Please look up the share price, it has been flat below $40 during his entire reign. And MS isn't issuing some amazing dividend either.

The premise is wrong. Ballmer grew Microsoft profits but he did not maximize profits for Microsoft shareholders. In fact MS share price was famously flat for far too long, and jumped 8% when Ballmer announced his resignation. It's Apple and not Microsoft which delivered amazing shareholder profits. Some basic fact checking before writing an article would be nice.