Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Dig Jobs up. (Score 1) 98

I know the HomePod isn't exactly this, but here's what I really want... I reasonable surround stereo system that I can just plug my equipment into and really not have to mess with. The problem with existing solutions is that I have to get a receiver with x inputs (that part is fine), but then every time I want to use one device or another I have to switch the receiver to that source. I really want a system where I don't have to worry about a remote normally... If I switch to my DVR, it should "just know" and automatically switch on and play audio. Likewise, if I stop playing anything it should automatically switch off. I've got a Logitch Harmony remote which helps a lot, but it's not perfect and still confusing for other household members and especially guests to understand. I'd also like to not spend more than $300-500 on a sound system.

The other thing that would be really really awesome is if the volume control was based on audible output.... this way a setting of "4" would be the same no matter what source input I had.

I was willing to deal with a single speaker system if it delivered on "full" sound quality while being easy to use and install in most of the other aspects. What I imagined they would have would be an HDMI in and out port that would allow the HomePod to sit between the TV and the rest of the system... Then it'd be relatively guaranteed to always have the correct audio I want playing.

I looked at the Edifier website, but I don't think it's quite what I'm looking for.

If you have any other ideas, do tell! :-)

Comment Re:Dig Jobs up. (Score 2) 98

I agree with your assessment. I was really waiting in anticipation for the HomePod mostly because I think Apple made a good decision about focusing on the sound quality and (relative) affordability. Personally, I'm not all that interested in the "smart" aspect of it. Sadly, as much as I love Apple products, the AirPlay-only option is just a deal-killer for me. I think the HomePod really would have made a huge dent in the market that everyone else was missing... namely a simple and affordable way to get good audio for my home entertainment system... (for most people, that means DVR, Cable, game console, AppleTV/Roku, etc). Sadly it looks like even Apple missed this key part.

Now I have to go spend $500+ on a receiver, speakers, and figure out how to wire it all up. And even then I'm probably not going to get the speakers in the "best" configuration.

Comment Education (Score 1) 386

The other things people mentioned are certainly a factor. But I think another factor is education. The "computer science" degree is what people normally study to go into a programming profession. But I've found the education typically rather lacking... people coming out of schools may know a couple interesting algorithms, but they don't know anything about software design, architecture, communication systems, or teamwork/planning. In addition, no one really learns how to be a true "author" of software. Most developers I've worked with (even senior ones) have no very little ability (and often times interest) in coming up with proper function/class/variable names, for example. Written code needs to be understood, maintained, and compartmentalized (for re-use and testing). There's process around code development as well (from code reviews to task/project management, to testing)... it'd be good if students were exposed to different ways these can be done, and the pros and cons each. These skills are just as important (if not more so) than understanding the syntax of a language or the details of how a hash table is constructed.

Comment AMP is miserable (Score 1) 95

AMP is the reason I switched my phone to DuckDuckGo instead of Google. It loads web pages in ways that I canâ(TM)t interact with and there is no way to opt-out.

No thanks Google!

Comment Re: bit rot (Score 2) 475

Multiple copies may be one solution, but it introduces another problem that doesn't have an elegant solution... you need a tool that can verify the integrity of your data (across the multiple copies). How do you choose which one is "correct" when you migrate and copy to a new system? In addition, how are you sure that any given copy is actually complete? What if you want to permanently delete a file from your archive?

I mitigated some of these problems for my photo library by using version control software. But they're not really designed for this purpose. Git runs into memory issues when you have repositories that run up to tens of GB. Subversion works, but you end up with a duplicate copy of all your files in your work tree.

There really isn't a very good archival solution I've found so far that allows you to be sure about the integrity of your data in the long term when talking even at the 100GB level, let alone the multi TB level.

Comment THE Michael Abrash? (Score 3, Interesting) 90

Wait, does Oculus have the same Michael Abrash that worked on Doctor Dobb's Journal? And author of numerous graphics programming books? That guy's pretty awesome! I remember reading his stuff when I was just in high school. In fact it may have been one of his articles where I *really* started to understand derivatives (way back when I was in high school studying calculus).

Comment Re:Finally! (Score 1) 222

GNOME 1.x was really great. It was fairly configurable while still being relatively easy to use and did what I (as a developer) needed. Current day GNOME looks like it borrows from the worst of Windows (the stuff even the Windows folks don't even like), and only recently adopted a few things that the Mac does (possibly because Windows copied some of it) but in some weird way that lost all of the intent behind the actions. So we end up with something that's simple but still not understandable because it's confusing and weird, and consequently useless to just about everyone. I managed to get by fortunately because they had an alternate window manager that was a bit more traditional.

Don't get me wrong, I still think the Linux community is amazing and love the fact that it all exists. But for GUI, not only have they lost sight of the Unix Philosophy, they also don't really have a good view of who their /actual/ users are.

Comment Re:Telco oligopoly (Score 1) 569

Actually, I would contend that *all* infrastructure-based resources will be natural monopolies. As such, I think the way we handled it before was correct.. it was just the way we divided it wasn't quite right... Governments shouldn't run the services/technologies/etc. They should regulate a single local company to manage the it (ie. the government regulated monopoly). In this case, we're talking about the physical cable/fibre/etc into the home. Services on top of that, then can be a free market.

Comment Re: Very different... (Score 2) 266

That's a very good point. Bug tracking systems (public and even private) should also have a way to track the reliability of submitters. I've been with the open source community since before "open source" was a phrase, and sadly from what I've seen, the community still seems to lack an understanding of the human side of things at pretty much all levels. And from how GNOME has been shaped through the years, it only seems to be getting worse.

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...