- Halloween, by Mannheim Steamroller
- Fresh Aire IV: Winter, by Mannheim Steamroller
- Halloween 2 Creatures Collection, by Mannheim Steamroller
I'm just gonna dump these here, but listen in like 3 weeks, not right now:
Mark Damon Hughes blogs about tech and everything else
I'm just gonna dump these here, but listen in like 3 weeks, not right now:
RIP Jambox mini which I have been using for 4 years, 8 hours per night, as my white noise speaker, despite weak power supply and shitty bass. Last year Jawbone stopped software updates. This summer Jawbone went bankrupt. Now it won't even turn on, and they can't replace it.
via @animalcrossing@twitter.com:
'Tis the season! We've got a fun holiday event planned for you, starting tomorrow, 11/30, at 10:00 p.m. (PST). I can't wait! #PocketCamp
If you want to peek at some of the new presents, Gamepress has a datamine
… Sadly Pocket Camp doesn't have a usable axe, so I can't put on a Santa suit and reenact a holiday movie.
From the latest Nov/Dec 2017 Java Magazine (viewing of their terrible reader, or downloading a PDF with no bookmarks, only works in Chrome):
In an unexpected and widely applauded move, Oracle announced just before the JavaOne conference this year that it would be moving development of Java EE to the open source community.
This action, efectively unthinkable a few years ago, is being done by giving control of development technologies and of project governance to the Eclipse Foundation. Included in this transition are the full source code of the diferent reference implementations and of the many test suites that ensure conformance and compliance with Java EE speciication requirements.
This migration shows emphatically that Oracle is giving the technology to the community. That is, this move should not be confused with the occasional dumping of technologies to open source foundations by companies no longer interested in supporting them—a phenomenon known as “abandon-ware.”
Spin, spin, spin the Oracle death spiral! But given the state of J2EE, I can't really mourn its impending demise.
I only rarely have to touch Java anymore, and the JavaFX front-end stuff is pretty weird from my old AWT/early Swing perspective, but my old Java games still work, and all the server side and image processing, which are all I use it for now, had been nice and stable.
But look at this nonsense for CDI (Context and Dependency Injection) 2.0 replacing JSF/Spring/Hibernate (which weren't lovely to start with), they want you to use:
public class CdiExtension implements Extension {
public void afterBean(@Observes AfterBeanDiscovery afterBeanDiscovery) {
afterBeanDiscovery
.addBean()
.scope(ApplicationScoped.class)
.types(MyBean.class)
.id("Created by " + CdiExtension.class)
.createWith(e -> new MyBeanImpl("Hi!"));
}
}
The actual work is new MyBeanImpl("Hi!")
, which you could do in one line in a startup script/class, without this giant framework. At least with all the XML nonsense in Spring or JSF, you could change it at runtime instead of recompiling the project.
Everyone laughs at Old Man Mark who won't upgrade to High-as-in-420 Sierra until it's fully, uh, baked. Then root happens
Kind of in a generic rock mood, almost but not quite butt-rock.
More detailed info at these longer, often too long sources:
Apple, @tim_cook, seriously, fuck off with these new OS version updates. Quit nagging me every day, I don't want High-as-in-420 Sierra on my Mac yet, and sure don't want iOS 11 on my soon-to-be-retired iPhone 6S.