Slashdot Mirror


User: jefp

jefp's activity in the archive.

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

Comments · 96

  1. one other place on Why Iron Dome Might Only Work For Israel · · Score: 5, Insightful

    Since it works on artillery shells too, the other place it would work real well is: Seoul.

  2. Yay for knobs! on Death of the Button? Analog vs. Digital · · Score: 1

    My previous microwave oven had a knob for intensity and a knob for duration. That's it. You set the intensity, you set the duration, it starts cooking, and it dings when it's done. These were fully analog knobs, no digital electronics of any kind were involved.

    When it broke (set itself on fire after twenty years of faithful service), the simplest replacement I could find had a numeric keypad, an LCD display, and a bunch of buttons that I can't read without glasses. It won't work until you tell it what time it is. Every time there's a power glitch, I have to tell the god damned microwave oven what time it is before I can warm up a burrito. I don't intend to use the automatic timer feature, ever. Why would I want an appliance that can potentially set itself on fire to operate when I'm not around? But the thing goes on strike until I set the time.

    My previous automatic watering timer had a knob for frequency and a knob for duration. That's it. You set how often it should run, and you set how long it should run, and then you forget about it. These were digital-backed knobs, but knobs nevertheless.

    When it broke (valve stuck), the simplest replacement I could find had one knob and a button. The button cycles through a bunch of modes to determine what the knob means. To tell you which mode you are in, there are also a few blinking LEDs that I can't see in bright sunlight or read the labels on without glasses. And guess what, one of the modes is time of day. The old timer got along without knowing the time of day, and this one could too.

    In summary, I like knobs, and I don't like appliances that want to know what time it is.

  3. Guess they are too lazy. on Wikipedia May Require Proof of Credentials · · Score: 2, Funny

    Too lazy to implement a collaborative filtering / reputation management system.

  4. FreeBSD howto on Linux Systems and the New DST · · Score: 2, Informative

    I did my old FreeBSD systems yesterday. The procedure was as follows:

    1) Fetch the new rules file. I got it from:
              http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/s rc/share/zoneinfo/northamerica?rev=1.31

    2) Save it as /usr/src/share/zoneinfo/northamerica

    3) In /usr/src/share/zoneinfo do a 'make install' - this compiles the rules into /usr/share/zoneinfo/.

    4) Run tzsetup - this copies the proper file from /usr/share/zoneinfo/ to /etc/localtime.

    5) Do a 'locate localtime' to see if you have any copies of /etc/localtime in chroot trees, e.g. /etc/bind/. If so, copy the new one there too.

    If you have multiple identical systems you can do this on one and then copy the new /etc/localtime to the rest.

  5. standard tagging API on The Need For A Tagging Standard · · Score: 1

    I don't care so much about the actual tags themselves. Letting people tag however they like is the whole point, isn't it?

    But I would like to see a single standard API for adding tags and searching for tags. The exact same code should be able to connect to every tag-enabled site. A nice simple REST thing, an HTTP GET to send a query and an XML fragment as result.

    I figure there would be two types of query:

    1) Send an object identifier (URL, photo id, whatever) and get back a list of tags.

    2) Send a tag or list of tags, possibly wildcarded, and get back a list of object identifiers.

  6. Re:no DSLR for me on 10 Reasons To Buy a DSLR · · Score: 1

    The vibrating sensors are ok but much better solutions are possible.

  7. no DSLR for me on 10 Reasons To Buy a DSLR · · Score: 1

    One big reason not to get a DSLR: the sensor dust problem. Until someone comes up with a DSLR that fixes this, I'm avoiding them. And it definitely is a fixable problem.

    Also, calling any camera with a fixed lens 'point-n-shoot' is rather silly. My camera (DMC-FZ10) has full manual controls and I use them often.

  8. Come back to BSD! on Will Stallman Kill the "Linux Revolution?" · · Score: 1

    BSD Unix: *Really* free software.

  9. increase in traffic? on Email Servers Will Choke, Says Spamhaus · · Score: 1

    A ten-fold or four-fold increase in traffic - either number assumes that mail admins use spamhaus's list as their one and only spam filter. My guess is such systems are rare to non-existent. In fact what will happen if spamhaus goes away is that the other layers of filtering will take up the slack. Most sites won't even notice the change.

  10. Heh. on Cameroon Typo-Squats all of .com · · Score: 1

    I thought of doing this with Cameroon and Colombia about ten years ago.

  11. So what is the previously unheard of spam filter? on Proving Which Spam Filters work Best · · Score: 1

    Anyone care to post a link?

  12. Re:So why doesn't he switch to the Berkeley licens on Linus Speaks Out On GPLv3 · · Score: 1

    Do you folks ever actually listen to yourselves??

  13. Re:So why doesn't he switch to the Berkeley licens on Linus Speaks Out On GPLv3 · · Score: 1

    >It's not Free since it allows

    Yes, it allows more than the GPL allows. It's more free.

    Gnu zealots need to get over themselves.

  14. So why doesn't he switch to the Berkeley license? on Linus Speaks Out On GPLv3 · · Score: 1, Insightful

    You know, the one that is actually free instead of just claiming to be free?

  15. bizarre on Google Releases AJAX Framework · · Score: 1

    This is nice but fairly wacky. It conflates two separate ideas:

    1) Browser-independent toolkit.

    2) Java into JavaScript.

    The second one no doubt appeals to many, although not to me since I am perfectly comfortable writing JavaScript. On the other hand, I'd love to see Google's take on the all-too-common browser-independent toolkit in *JavaScript*, but apparently I'm not going to!

  16. Re: Torvalds Has Harsh Words For FreeBSD Devs on Torvalds Has Harsh Words For FreeBSD Devs · · Score: 0, Flamebait

    >Mach people (and apparently FreeBSD) are incompetent idiots.

    No *you're* a towel.

  17. Re:Radiomail? on The Real Inventor of Wireless Email? · · Score: 1

    Yeah, it makes me wonder if RIM has grounds for invalidating the settlement.

    And I'm pretty sure I have a RadioMail t-shirt hanging around the attic somewhere.

  18. Happens to me too. on Misconfigured Webserver, Threats to Call FBI · · Score: 1

    I get similar accusations fairly often, since I distribute several widely-used freeware httpds. My typical response: "I'm afraid you have misinterpreted what you saw on your screen. Please find someone other than myself to explain it to you before you further embarass yourself." If they come back after that, they go in my mail filter.

  19. You are worrying about the wrong thing. on Ultra-Stable Software Design in C++? · · Score: 0, Offtopic

    If you want an ultra-stable crash-free system, you will need to avoid both Linux and Windows. The choice of programming language and methodology is way down in the noise compared to that.

    Use FreeBSD or stay home.

  20. Cool idea. on Fight Tooth Decay with Electricity · · Score: 1

    I bet you could get the same effect by applying a current while brushing your teeth with regular fluoride toothpaste. Maybe Gillette will come out with a toothbrush that has a battery in the handle. Ground return via your hand. Better make sure to use the correct polarity though!

  21. Re:Polyglot on Choice of Language for Large-Scale Web Apps? · · Score: 1

    >and three scripting languages (csh, bash, and perl).

    Writing scripts in csh is a mistake in any context. I still use csh as my login shell (well, tcsh with some settings changed to make it compatible), and even so I never write scripts in csh, aside from .login and .cshrc.

  22. Unix-LIKE?? on Why FreeBSD · · Score: 0, Troll

    FreeBSD is not Unix-LIKE, it *is* Unix, in the same sense that Linux is NOT Unix and never will be. FreeBSD is in direct line of descent from the original Unix versions, with continuity of both code and contributors. Linix is a bad re-implementation by a bunch of clueless n00bs who have been re-capitulating all of real Unix's old bugs, twenty years later.

  23. Re:Use another port on Rundown on SSH Brute Force Attacks · · Score: 1

    I agree. It doesn't protect against someone specifically targetting your machine, they'll just port-scan you and then proceed on the new port. But it's very effective against the widespread robot attacks we've seen for the past couple of years.

  24. RTFA on Inventor of Proxy Firewall Blames Hackers · · Score: 1

    It's a great interview, he tears a lot of folks a new orifice or two. Focus on just the final short paragraph about 'hackers' and you miss the good stuff.

  25. Re:Don't forget striker! on I am the Most Spammed Person in the World · · Score: 1

    Yeah, I got a note from Alan about this. I will happily concede or at least share the title with him.

    He says he has no idea why he gets so much.