Slashdot Mirror


User: millert

millert's activity in the archive.

Stories
0
Comments
22
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 22

  1. Good for them on FreeBSD's New Code of Conduct (freebsd.org) · · Score: 4, Insightful

    Free software is all about community. I don't see anything in that list that I would *want* in my community. What's so controversial about having a policy that says you need to not be jerks to each other? This is behavior that would not be tolerated in a workplace or just about anywhere else.

  2. Re:Sceptre on Ask Slashdot: Best Non-Smart TV Sets? (slashdot.org) · · Score: 1

    I think you mean $1,200 for the 75" set which is still pretty amazing for such a large screen. A 55" Sceptre can be had for $310. Either way, Sceptre is probably the only brand right now still making non-smart TVs.

  3. CVS to Mylan: fuck you too on Price-gouging Maker of EpiPen Literally Said That Critics Can Go Fuck Themselves (gizmodo.com) · · Score: 4, Informative

    We just picked up the generic Adrenaclick from CVS for $12 after they automatically applied a $100 off coupon (even without insurance). The major difference between Adrenaclick and EpiPen is that Adrenaclick doesn't retract the needle after injection. If Mylan's pricing nonsense continues I think we'll see more people being trained on Adrenaclick than EpiPen just due to the cost.

  4. Core Infrastructure Initiative on GnuPG Gets Back On Track With Funding · · Score: 5, Informative

    This is exactly the kind of thing Core Infrastructure Initiative is meant to help with and I'm happy to see it being used for gpg. Anyone with an underfunded Open Source project that is in wide use can apply for a grant from http://www.linuxfoundation.org.... There's no need to wait until you are in dire straits.

  5. Re:Just Mayo? on Interviews: Ask the Hampton Creek Team About the Science and Future of Food · · Score: 1

    Just Mayo tastes much better than Vegenaise. My son has a severe egg allergy so we've eliminated eggs from our diet. To my taste buds, Just Mayo tastes as good as Hellmanns, which is probably why Unilever is so upset...

  6. Astrolabe, Inc. v. Olson et al on Civil Suit Filed, Involving the Time Zone Database · · Score: 5, Informative
  7. Patent would not cover sudo on Microsoft Patents Sudo's Behavior · · Score: 1

    This doesn't sound like it would cover sudo to me, or even a GUI-wrapper for sudo. While I am not a patent attorney, I have been hacking on sudo for the past 15+ years.

    My reading of the patent indicates that it is geared towards GUI-based environments where the user may need to perform some action (such as setting the clock in a control panel) that requires increased privileges. The actual "invention" appears to be that the user is able to perform an action as a different user without having to type in the name of that other user when authenticating. One example given in that patent is the ability to click on a name in a list of privileged users as opposed to having to type in a user name.

    Sudo simply doesn't work this way. When a command is run via sudo the user is actively running the command as a different user. What is described in the patent is a mechanism whereby an application or the operating system detects that an action needs to be run with increased privileges and automatically prompts the user with a list of potential users that have the appropriate privilege level to perform the task.

  8. No released version of sudo affected on Cambridge Researcher Breaks OpenBSD Systrace · · Score: 5, Informative

    The sudo systrace support is part of an experimental feature ("monitor mode") not present in any of the real sudo releases (though the code is available via anonymous cvs). Given the deficiencies of systrace (and ptrace) it is unlikely that this feature will be present in any future sudo release.

      - todd

  9. Re:Indeed, this is the free market at work. on DoubleClick Warns Against Ad-Blocking Browsers · · Score: 1

    Or it may simply lead to the replacement of micropayments from advertising agencies like doubleclick to micropayments directly from the reader/consumer.

    One way or another, once ad blocking attains critical mass there will have to be a sea changing in the way advertising is done. The same holds true for television advertising (all the major cable/satellite companies offer DVR boxes for low monthly fees).

    Is it the end of advertising as we know it? I tend to doubt it but I think we'll see a gradual shift to different ad revenue models as time goes on. DoubleClick can adapt or die...

  10. Yes, there's a point on Commercial Support Now Available For Sudo · · Score: 5, Informative

    What's the point? Well, the main point is I need to eat :-) But in all seriousness, various people have enquired about commercial support over the years so this is an attempt to provide that. While the average user with a simple sudoers file won't need support, large installations with complex configs may wish it.

    This is also an experiment to see if I can make free software pay the bills. I'm currently without regular employment and I need to find ways to fund my sudo and OpenBSD developement work...

  11. In other news, sudo 1.6.8 was announced today... on Microsoft Patents sudo · · Score: 3, Informative

    What an auspicious start. Maybe M$ will decide to patent some of the new features.

  12. Or just hack an existing TiVo... on Sony's Linux DVR Can Record Two Weeks of TV · · Score: 2, Interesting

    The stock TiVo kernel doesn't support anything better than LBA28 but with a custom kernel you can do better (I have a 300GB maxtor in mine). Currently Series1 only but now that people are hacking Series2 TiVo proms it would be trivial to add LBA48 support to the 2.4 kernel on those boxes.

  13. Re:But ... on OpenBSD 3.2 Song Now Available · · Score: 1

    The song is available under the same license as OpenBSD itself :-)

  14. New songs too... on OpenBSD 3.2 Available · · Score: 2, Insightful

    The 3.2 song is available via ftp from:
    ftp://ftp.openbsd.org/pub/OpenBSD/songs/
    ftp://ftp.usa.openbsd.org/pub/OpenBSD/songs/

    (other mirrors have not caught up yet)

    The lyrics are available from:
    http://www.openbsd.org/lyrics.html#32

  15. Re:I like to know on IPF License Change: Redistribution Not Allowed · · Score: 1

    This has been true of OpenBSD since day one. OpenBSD was the first OS to ship with ipf integrated. Indeed, it's the reason I started running OpenBSD.

  16. Re:its kinda too bad, but its the rules on The ssh vs. OpenSSH Trademark Battle, Next Round · · Score: 1

    That is completely false, please get your facts straight and back up your claims. Heck, up until very recently SSH Communications had a link from their website to the OpenSSH site.

    As for openssh.com you've got it backwards. The OpenSSH folks had to register openssh.com because someone grabbed openssh.org shortly after the first release of openssh. Granted, the person in question had good intentions, but still...

  17. Re:Original Licensing Restrictions? on SSH Claims Trademark Infringement by OpenSSH · · Score: 1
    The ssh 1.2.16 code base, form which OpenSSH is ultimately derived, has the following license:

    Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
    All rights reserved
    As far as I am concerned, the code I have written for this software can be used freely for any purpose. Any derived versions of this software must be clearly marked as such, and if the derived work is incompatible with the protocol description in the RFC file, it must be called by a name other than "ssh" or "Secure Shell".


    Based on this, the OpenSSH folks believed that they were using the term "ssh" in good faith and in accordance with the license.
  18. Re:Dilution on SSH Claims Trademark Infringement by OpenSSH · · Score: 1

    Furthermore, there are other ssh implementations that have been using "ssh" in their name since at least 1997. The earliest one I am aware of is Ian Goldberg's "Top Gun SSH" for the palm pilot (upon which terraterm ssh was originally based).
    Four years of not protecting a trademark is a long time. It also seems strange that none of the authors of programs with "ssh" in their name have been contacted. It certainly does not seem like Tatu has a strong case for the ssh trademark.

  19. Re:The other BSD's on Bob Bruce on the BSDI/Walnut Creek Merger · · Score: 1

    As an OpenBSD developer I see this as a positive thing that can only help the other BSD's. We're talking about proprietry code being made free, which can only help the other projects...

  20. Re:Mixed feelings... on Bob Bruce on the BSDI/Walnut Creek Merger · · Score: 1

    I don't know why you would feel this way; all the BSDi folks I've met have been cool and amiable people. I think the fears of a 'culture clash' are mistaken, as BSDi doesn't really have a 'coporate culture'. Spreading fear without knowing any of the participants seems silly.

  21. Re:Idiots.... on OpenBSD review at linux.com · · Score: 1

    Personally, I agree. However, a lot of people seem to want this so it is available in OpenBSD 2.6. Of course, you can turn it off if it offends you ;-)

  22. theos.com on Segfault and User Friendly threatened · · Score: 1

    It was for his consulting biz (ie: pre-OpenBSD).