Slashdot Mirror


User: hobarrera

hobarrera's activity in the archive.

Stories
0
Comments
1,954
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,954

  1. Re:This is good on Skype For Web Beta Goes Worldwide · · Score: 1

    Quite right. But it's not like Skype doesn't snoop either.

  2. Re:Fix the linux client next on Skype For Web Beta Goes Worldwide · · Score: 1

    Works fine on Firefox on ArchLinux. No plugins installed, btw.

  3. Re: If there are patent issues on Reasons To Use Mono For Linux Development · · Score: 1

    By this time (w/ MS deliberately contributing to Mono no less) estoppel should quash any patent claims.

    it's a good thing proving that in court is inexpensive and that they have a moral integrity to not use their vast army of lawyers to just bleed you until you cannot afford to defend yourself.

    oh wait.

    By this time (w/ MS deliberately contributing to Mono no less) estoppel should quash any patent claims.

    it's a good thing proving that in court is inexpensive and that they have a moral integrity to not use their vast army of lawyers to just bleed you until you cannot afford to defend yourself.

    oh wait.

    If it came down to this, the PR hit on MSFT would be huge. They may win the trail, but they'll lose in image more than they can afford. Nobody would trust them again if they realize MS sues projects it actually collaborated with.

  4. Proactively detecting this on AT&T Bills Elderly Customer $24,298.93 For Landline Dial-Up Service · · Score: 1

    I'm amazed at why AT&T doesn't pro-actively detect this.

    Fun fact: In Argentina, by law, if the bill reaches twice what you usually pay, the ISP is forced to notify you before allowing further charges. So in this case, at $102, they should have called the person and notified of the event before it escalated further.

  5. Re:Very tricky issue indeed. on Who Owns Pre-Embryos? · · Score: 1

    If the parents actually reach an agreement, I assumed that the mother could just gift back an equivalent sum to the father anyway (effectively nulling the support cost for the father, but complying with court orders).

  6. Re:One more reason to abandon FB on Facebook's "Hello" Tells You Who's Calling Before You Pick Up · · Score: 1

    Yeah, they're using all that data you gave them.

    If you really don't want other to have your information, then don't give it to facebook.

  7. Re:Does it run my apps? on Linux 4.0 Kernel Released · · Score: 1

    You'll generally just have to rebuild your app.

    If you picked some technology which is windows-specific to design it, then it's probably your fault that Linux won't run it, not the kernel's.

    Oh, and we've got wine, in any case, which seems to run a great many things just fine.

  8. Re:Sends a Terrible Message at a Critical Time on Nearly Half of Game of Thrones Season 5 Leaks Online · · Score: 1

    It's a real shame all of this variety is only for the US.

    Living in Argentina, I've no way of getting HBO other than old cable TV. It's prohibit expensive, and you actually have to pay an additional bonus for HDTV, and a second bonus for HBO.

    I wonder why their online subscription is not available worldwide (and even better: at locally adjusted pricing).

  9. Re:Driver model on The State of Linux Gaming In the SteamOS Era · · Score: 1

    So you ADMIT that Linux can't even KEEP ITS OWN DRIVERS FUNCTIONING for a lousy 5 years, just HALF the life cycle of Windows?

    No, I never admited anything alike (I've no idea how you misinterpreted my response). I've also seen drivers that have been in kernel well over a decade. Generally, as long as someone is interested, there's no reason to remove drivers from the kernel.

  10. Re:Greedy bastards. on Google Taking Over New TLDs · · Score: 2

    .local is used my mdns (eg: avahi, bonjour), so you shouldn't use it with a static, classic dns if you want to avoid colission.

    Why not just use a real TLD for internal stuff as well and stop complicating things?

  11. Re:Driver model on The State of Linux Gaming In the SteamOS Era · · Score: 4, Informative

    Then riddle me this...why does NOBODY, and I do mean nobody, not in FOSS nor in proprietary, support Torvalds driver model? After all if it was good there is absolutely NOTHING stopping them from adopting it, right? And what about BSD, why does it not follow the great Torvalds driver model?

    "nobody" migth have been an exageration. Intel does. As do plenty of others (logitech, realtek come to mind, but there's a lot more). But I think naming Intel should prove that it's not just just one man.

    Also, BSDs follows an extremely similar model: In the kernel tree. Most OpenBSD don't support binary blobs either, I've no idea about the rest.

    The reason why is obvious, its because its shit that just won't scale. Hell basic math will show you that "let the kernel devs handle it" utterly collapses when the number of drivers reaches 5 figures because there simply is not enough kernel devs to keep up with all the hardware that is already out, much less the hundreds of new devices released this and every other quarter. It really VERY simple, in 1993, when the entire OS could fit on a single floppy? Then sure letting the kernel devs handle it made sense, they had MAYBE 30 drivers all told to deal with, now how many is there? 100,000? 200,000? Even if you pumped up the devs on coke and locked them in a room with NOTHING to but but deal with drivers they would have MAYBE 5 minutes every 3 years for each driver!

    The devs just check that everything is the tree is ok, The drivers themselves are written by the hardware developers. When I had an issue with a Logitech mouse on PowerPC, it was a Logitech dev that submitted that patch to the linux kernel. That model does scale.

    But if you truly believe what you are saying? Then put your money where your mouth is and take the Hairyfeet challenge which just FYI only requires Linux to run HALF, I repeat HALF as long as a Windows lifecycle. Surely your OS can do half of what Windows can, right? I look forward to seeing your video posted here and the complete vid on Dropbox. of course we'll never see it because if you actually attempt to take the challenge you'll see what I saw countless times and that is Torvalds.driver.model.doesn't.work. and it all comes down to his driver model being made of fail.

    The hairyfeet challenge is stupid. Is someone is stupid enough to invest money on something without knowing what it is or any previous research to see if it fits their purpose, they deserve what they get. Even if you know nothing about PCs, you can ask someone that does.

    The problem is not related to the driver model at all (which is actually far better than the MSFT one), but to the fact that microsoft has a huge amount of money, has held a strong monopoly over a very long time, and there's a lot of money motivating manufacturers to just write windows drivers. It's money, there's nothing technical about that.

  12. Re:It's totally superfluous on NetworkManager 1.0 Released After Ten Years Development · · Score: 4, Interesting

    > It's hard to see how one could simplify Linux networking. It requires one ip addr command to set an IP address and one ip route command to set a default route. And on IPv6 even those are unnecessary, it's automatic.

    And a dns, too. And the wireless network name. And the wireless network username+password.

    And then, I have to do it all again in two minutes when you walk out of range. And then again when you get home. And then again at a cafe.

    NM might not be the nicest of things, but it sure beats the hell out of running several commands every time I relocate myself/my laptop.

  13. Re:what's wrong with ifconfig? on NetworkManager 1.0 Released After Ten Years Development · · Score: 3, Insightful

    On Linux? To connect to WPA2 networks (including WPA2+802.1X). That's an everyday scenario for a pretty much every laptop user.

    Sure, you can also do it via cli (with more tools than just those you mentioned), but, do you remember all the steps? Can you teach them to your mum? Can you automate it?

  14. Re:So long as it does not autoplay. on Zuckerberg: Most of Facebook Will Be Video Within Five Years · · Score: 1

    Does this just block autoplay, or videos completely?

  15. Re:Standarization on Ask Slashdot: Can You Say Something Nice About Systemd? · · Score: 1

    Why would it be dificult to migrate from red hat to another distro in the first place?

  16. Re:Standarization on Ask Slashdot: Can You Say Something Nice About Systemd? · · Score: 1

    In all honesty, there was no single standard before, but one for each distro (of small family of distros).

    True, systemd did change a lot of things, but that doesn't invalidate the former point: it did standardize a lot in the process.

  17. SSL? on Facebook Sets Up Shop On Tor · · Score: 1

    Wasn't it like 10 days ago that we say the demise of SSL 3.0, the last version still alive?
    Yesterday we had news of Chrome dropping support for it.

    Now facebook it setting up new servers that use it?

  18. Standarization on Ask Slashdot: Can You Say Something Nice About Systemd? · · Score: 1

    When jumping on a machine with a distro different to my own, I'd have to read for a while before understanding how to start/stop services. This was a pain if I needed to quickly help someone out on how to do something.

    Now all distros run systemd, so it's just "systemd start nginx" on any gnu/linux distribution. Except gentoo, but I don't see a gentoo user asking me for help on how to do X. I also haven't come across clients with gentoo-based servers.

    Standard service unit files help too. The work is done once, (generally upstream) instead of having to write service configuration files for every single distro (and keeping them up to date!). This may sound trivial, but the amount of effort reduced is immense!

  19. OpenStreetMap on Signed-In Maps Mean More Location Data For Google · · Score: 2

    Good thing we have OpenStreetMap which just keeps getting better and better.

  20. Re:What? on Debian's Systemd Adoption Inspires Threat of Fork · · Score: 1

    But Linux is for desktops. For servers, you're always better off using BSD, which actually was born for servers.

  21. Re:Fedora fork too on Debian's Systemd Adoption Inspires Threat of Fork · · Score: 1

    Indeed, these scripts suck, while systemd's service unit files are very easy to edit and maintain. I wish we could have a an old-school init system that allowed configuration in that syntax: The best of both worlds.

  22. Re:Fuck That Shit! on NVIDIA Begins Requiring Signed GPU Firmware Images · · Score: 1

    Why not Intel? The latest Intel lines are pretty good (I game a lot on one of those), and have their drivers in the upstream linux kernel.
    AMD is simply so awful in terms of drivers, that it doesn't really matter if the hardware is slightly better.

  23. Re:Repeat history on KDE's UI To Bend Toward Simplicity · · Score: 1

    From TFA: Thomas prefers a layered feature exposure so that users can enjoy certain advanced features at a later stage after they get accustomed to the basic functionality of the application.

    I assume that they'll keep the options around, just not mixed with the very basic options. A big issue with KDE right now, is that the settings windows of any application has half a dozen tabs, with dozens of options each. The very basic options and most common options should be grouped together, an advanced settings slightly on the side. Otherwise, it's just too intimidating.

  24. Re:My opinion on the matter. on Choose Your Side On the Linux Divide · · Score: 1

    Can you show at least one example of a special requirement a program had that could be satisfied with init and not with systemd?

  25. Re:My opinion on the matter. on Choose Your Side On the Linux Divide · · Score: 1

    Indeed: The fact that it no longer follows the unix design or philosophy is a huge change. The fact than one piece of software has eaten up the funcionality of dozens of very-used programas is also a big change.