Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment TT-RSS (Score 4, Informative) 181

TT-RSS is my reader of choice and has been since Google Reader shutdown. These days I use the docker container on one of my servers.

There has been a site here and there that I had to remove due to their rss feed no longer updating over the years but the vast majority have maintained their feed. Sometimes I have to hunt for the feed or even look at the source of a website to find the URL but nearly all sites in my interests have feeds.

Comment End of an Era (Score 3, Interesting) 37

I used Delicious Library since ~2008. I would use it to catalog which movies, books, and CDs I had for both my own accounting and if I ever needed it for insurance purposes. The barcode scanning with a camera and later the iOS app made it quite easy even if the UI of the shelves wasn't the best.

I discovered the lack of metadata loading in very early November and digging around other reports strongly indicated that it wasn't coming back. I since switched to libib. The UI isn't as pretty, it's a cloud service, some items can't be found, but the basic functionality is there and the barcode scanner is much less picky. It also meets the hard requirement of being able to export to CSV so I can go somewhere else if needed.

Comment Time? (Score 5, Insightful) 226

This test question isn't that difficult. The quoted text points out that the question is 5 pages long but that is just clarifying exactly how the functions should behave with text and pictures describing it.

This question is the last on the exam. So I have to ask, of the 34% who missed it, how many attempted and failed to provide a workable solution and how many simply didn't answer because they ran out of time answering the previous questions?

Comment Choice between Crap, Junk, and @#$% (Score 3, Interesting) 115

The problem isn't the quantity of titles, it's the lack of quality. I've done this hunt before with friends and it was nothing more than a repetition of "is this worth watching? No, move to the next." If we had found a title worth watching, the hunt would be over and we would have watched it but most times it was nothing but failure until we gave up. That's why I eventually cancelled my Netflix account. I re-up it once a year or so for a bit just to watch the new seasons to the few series we care about but the hunt through the sea of muck isn't worth it anymore.

Comment One major culprit unnamed (Score 3, Interesting) 85

I grew up in Los Alamos and I worked there during my high school years through some of graduate school. The article completely failed to mention one of the main culprits for a lot of these problems: The Department of Energy. While I do not have knowledge beyond what is in the press for most of the incidents mentioned, the ones where I do mostly include a major role in the problem played by DOE ranging from their screwed up policies to direct involvement. Given this, a new contractor can only do so much.

Comment Re:my Roku experience for the hackers out there (Score 2) 217

The Roku rates pretty low in terms of scriptability/hackabilty IMHO. Yes, it has an API, but through numerous poor choices on Roku's part, this is not as useful as other platforms. Their Brightscript is not well designed, and the VM is buggy. I can cause the device to hard reset with one line of code (an accidental discovery trying to make the thing work). The library availability for the language is poor. Heaven help you if you want to do something that's provided in libraries on the net in nearly every language but not available on Brightscript. If you want to do something very very simple, you can pull it off, but more complicated programs are an exercise in frustration. Additionally, their provided displays are missing key functionality. For example, the Grid Display cannot be stacked without crashing the device, you cannot set the selection on it before it is displayed, and there is no callback for the display of the grid so you can set the selection then. Also, use the debugger too much, and you'll lock up the device, requiring pulling the power to correct it. Lastly, you cannot have more than one development app on the device at a time.

I went to a GoogleTV, and it's hackability is vastly superior to the Roku. It uses a language which has a large library availability (java) and the programming environment is inside an IDE (Eclipse). The remote debugger is more useful, synchronizing the execution with the location in the code and displaying local variables, in stark contrast to using telnet on a port to step through which is essentially a stripped down command line gdb (which is missing many of the more useful commands, such as breakpoints).

I cannot speak for the other devices, but if they were to provide any API for third party development, I would be surprised if they were not superior to the Roku. It has a development environment you would expect from the previous decade, not this one.

> later when they upgraded the OS (without breaking any compatibility)
This caused me to laugh. I have a Roku 2 and experienced a regression on http live streaming resulting in audio dropouts, video freezing, and even the device rebooting. My dad has a Roku 1, and experienced regressions on two separate "updates." This is not isolated; just see the forums and the number of requests to revert the firmware and Roku's refusal to allow it.

Slashdot Top Deals

Using TSO is like kicking a dead whale down the beach. -- S.C. Johnson

Working...