Forgot your password?
typodupeerror

Comment I was there (Score 5, Interesting) 113

So the first question, why is this a news story now when it occurred in 2017?

My best guess is that with the second season of Jury Duty being about a corporate retreat, the WSJ (who wrote the first article on this) contacted Moniker as they organize such retreats (and have organized them for Plex for many years). I expect they ask about bad experiences and this trip immediately came to mind.

Did this all happen?
Yes Also, I was talking with Sean (Hoff) just over a year ago and he told me other things that happened that I likely shouldn't repeat. This trip was extremely stressful for him which likely ranks it very high for worst trips for him.
The shower porcupine mostly became a topic of laughter as it started contained and remained so.

120 employees?
Uh, I think that's a confusion with Plex's current employee count and not what it was in 2017. This was before the AVOD side of the business and everyone worked on Personal Media so the company was much smaller then. I think it was ~70 or so then. Now the Personal Media side of the business is significantly smaller than what it was back then.

How was it overall?
Mostly it was a fun trip. There were several things we did have to concern ourselves with which did detract from the trip. Yes the water broke all the time but also we didn't want to drink it anyway (I never did; didn't even brush my teeth with the water from the tap). There was also a concern about mosquitos especially since Zika was spreading there. We couldn't really go into the ocean because there were jellyfish all over the place. On the planes to Utila (the island in the article), looking out the window I could see nothing but water and jellyfish.

How was it for me?
Mostly it was fine. I did prepare by getting up to date on all my vaccinations beforehand, getting malaria medication, mosquito repellent, etc. I did make the mistake of eating the salad on my last day so I got sick when I got home. Fortunately I had gone to a doctor who specialized in travel beforehand so I had medication on hand already. Never had it as bad as Keith.
Honestly, the most dangerous I felt on the trip was the bus from the airport to the resort.

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 Re:Does it matter? (Score 1) 100

You will have to tell me how:

^10000.grep( *.is-prime).say; # Retrieve prime numbers from 0-10,000

Is incomprehsible bullshit and:

given $value {
    when Str { ... Do string handling ... }
    when Int { ... Do integer handling ... }
    when Bool { ...Do boolean handing ... }
    default { ... Fallback handling... }
}

Is mind wanking....

If you've really tried the language, why not give it a comprehensive review?

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.

Businesses

Marketing Yourself as an IT Jack-of-All-Trades? 169

ultimatemonty asks: "As an IT professional looking for a new job, I'm trying to figure out how to market myself as a 'jack-of-all-trades' IT worker. I'm currently employed at a medium sized university as a video conferencing specialist. I'm good (competent) at many IT related tasks (Linux server management, programming, Windows/Linux desktop support, video conferencing support, etc...), but specialize or excel in none of them, sort of like the lone IT manager in a small shop. What kinds of jobs would the you look for with this kind of work experience, and how would you market yourself (design your resume, cover letter, and so forth) to prospective employers so they get the full-breadth of your capabilities, without over-stating your abilities?"
Education

Graduate with Bad Grades or Repeat a Year? 277

An anonymous reader asks: "I'm a CS Student within one year of graduation. Due to financial reasons, I've been working on a full time basis for the past 2 years, and I've worked on an open source project. This has brought me from the B's and A's of my first two years of college to somewhere in the mists of C's and lower. I now have enough money to sustain myself for two years of schooling. I've got two choices: repeat one year, repair all my bad grades and graduate with better grades but with a mark that I repeated one school year; or graduate with lower grades but with no repeated year. I'd like to know the opinion of recruiters out there: if you had two candidates which ranked similarly during the interviews, would you choose someone who repeated classes for higher grades?"
Businesses

Pros/Cons of Working at Big R&D Consulting Firm? 41

pagalvin asks: "I'm being recruited for an 'R&D Architect' position at a Big 4 consulting firm in the U.S. Does the community care to share its experience working as 'overhead' in a large organization that is most famous for its consultants working 60 hour weeks and billing 'til the fat lady sings? In such places, do non-billable R&D types get any respect? Is there a a long-term career path that sticks with the technology track?"
Communications

Does SPF Really Help Curtail Forged Email Headers? 90

Intelopment asks: "My Domain name has recently been used a lot in the 'Reply' field by some inconsiderate spammer, and my ISP has suggested that I consider using the Open SPF service as a way to stop spammers from using my domain name for in their mail headers field. From what I can tell, it requires the receiving mail server to actually participate in the SPF service, which is where I have my doubts. Does anyone have any experience with this service? Does it work? Are many ISPs using Open SFP?"
Programming

Good Ways To Join an Open Source Project? 282

Tathagata asks: "I'm a student, on my final year in a college in India, and I have been using GNU/Linux for quite sometime now. Though I'm from a Computer Science background, getting into a project that involves serious programming was not possible, as people (read teachers) run away if you utter the word 'Linux'. They are generally not bothered about mentoring someone on an exciting project, and they would suggest you to get settled with Visual Basic, .NET, — and would prefer a 24 hour solution when it comes to programming. So, my programming endeavors have remained limited to writing few lines of C/C++, or Java. For last few days, I've been googling, and trying to read how to join an existing Open Source project." What suggestions would you pass along to someone who is willing to join his first Open Source effort?

Slashdot Top Deals

According to all the latest reports, there was no truth in any of the earlier reports.

Working...