Slashdot Mirror


User: Ren+Hoak

Ren+Hoak's activity in the archive.

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

Comments · 44

  1. Re:Need more of a deterrent than this on Court Rules WHOIS Privacy Illegal For Spammers · · Score: 1

    Now, add the death penalty to SPAMming

    Promises, promises.

  2. Re:Surprised? on FBI Violated Electronic Communications Privacy Act · · Score: 1

    Revolution is an option, but a better one is voting. Sadly there are insufficient numbers of voters (lacking apathy) and there aren't many politicians worthy of being voted for.

  3. Re:I love Slashdot so much on ChromeOS Zero Released · · Score: 1

    While I agree with your point, I'm not sure it applies here. I can't help but wonder.... are you saying that using ChromiumOS is within driving distance of being mainstream?

  4. Re:dumb article/crappy developer on An Android Developer's Top 10 Gripes · · Score: 1

    ATK consumes a lot of battery? According to my battery info page (on a Nexus One), my phone was last unplugged for 3h 45m, and ATK doesn't appear in the consumption list at all. The only way ATK can be responsible for an appreciable amount of battery power draw is if its draw is rolled into something else. I would not expect it to be charged to the display (which took 78% of the battery use on that capture); the next highest energy use was by Android System -- which could contain ATK's use, but the system charge was only 6%. Nothing else in the list looks related.

  5. Re:obligatory on The 87 Lamest Moments In Tech, 2000-2009 · · Score: 3, Funny

    decade = 2001-2010

    You aren't a coder, are you? If so, I envision many off-by-one errors in your work.

  6. Speed? Density? on Researchers Create Cheap, Flexible, Plastic Flash Memory · · Score: 1

    Cheap is nice. Short term memory -- too close to home for anyone over 40, but one day isn't bad. How fast is it to access, and how large is it relative to Si storage? Those may both be answered in TFA, but I'm too lazy to check. +1 Honesty?

    If this is as fast as traditional large storage formats, and it doesn't take considerably more space, it could be interesting to see this applied to swap space or /tmp type storage... especially if the 1 day reliability can be extended through a refresh cycle.

  7. Re:Woah on Subverting Fingerprinting · · Score: 1

    The Myth Busters episode regarding this is several years old. Fingerprint scanning technology has improved rapidly in the mean time.

    Like everything, it's hackable if you know the full details, but it gets harder each year, and even when Myth Busters used photo copies and copper etchings to get past them, there were commercially available scanners that these techniques could not fool. I have no reason to believe Myth Busters was aware of the bleeding edge technology, but I do know the technology existed then and is improved today.

  8. Re:The cell phone only costs $10 . . . on Turning a Cell Phone Into a Microscope · · Score: 1

    "Funny" is close to the correct moderation category for this, but it would be better if I could mod it +1 Sad but True.

  9. Re:Theres one technical point on Tim Berners-Lee Is Sorry About the Slashes · · Score: 1

    The problem with transparent relocation like this is arbitration of which physical source to use when, for example, the local server has a valid "tech" component, and "tech.shashdot.org" also exists.

    Worse... on my domain, *.mydomain.tld" resolves to www.mydomain.tld -- it seems like such an implementation could cause my site to fail.

  10. Re:Security & Stability on Microsoft Plans Largest-Ever Patch Tuesday · · Score: 1

    No doubt, many open source projects compile with many warnings. Not that this is an excuse, but open source projects do have a bit of an uphill battle on this front, as there are many compilers out there, and unless they have a build farm to check against them all with, they're not likely to fix everything. [Again, not to make an excuse or minimize your statement -- most warnings I've seen in open source code are easy to fix and not compiler dependent.]

    I would imagine its fair to guess that Microsoft builds their OS using the same compiler that Visual Studio uses. Ever work in that environment? Perhaps there are ways to elicit better warning output, but the default (at least when using the UI) is that many warnings that GCC (and other similar class compilers) output, Visual Studio lets go without a peep. That can make code compile warning-free, but in no way is the number of warnings a promise of comparability to quality of what gets produced, eh?

  11. Re:It Happend to me...... on Retrievable iPhone Numbers Raise Privacy Issue · · Score: 1

    The uneducated are indeed the target market for schools which lack acceptable accreditation. The definition of educated vs. uneducated is not the same as "went to school" vs. "didn't go to school". You should apply a little insight of your own before choosing to get snarky.

  12. Re:It Happend to me...... on Retrievable iPhone Numbers Raise Privacy Issue · · Score: 1

    I think a plausible possibility is some app you installed did provide these schools with your contact data, but not directly. Instead, through some affiliate website where the site owner gets paid as if you had gone to that site and provided the information/sales call request yourself.

    Yes, schools like this prey on the uneducated and exist only to relieve them of their money, but I wouldn't be too quick to assume the schools know that your information was not provided to them legitimately -- especially if it's more than one place that contacted you like this.

  13. Re:wait a minute here on Retrievable iPhone Numbers Raise Privacy Issue · · Score: 1

    Apple provided the API on the iPhone that allows their app to collect the data without any direct decision from the phone's user. It seems to me that "Apple gives them the information" applies, and will continue to apply until users must take specific action (beyond simply installing the app) to allow the data to leave their device.

  14. Re:Workaround : bring patch+script instead of ROM on Google Serves a Cease-and-Desist On Android Modder · · Score: 1

    My question on Android is : how can google not release it under GPL as they are using a linux kernel ?

    The parts of their system that are linked against other GPL modules -are- GPL. There are other parts (such as Google Maps, etc.) which are not. GPL is not the virus M$ would have you believe it is; it's very easy to create a system that has plenty of GPL along side plenty of other licenses, all coexisting peacefully.

  15. Re:So, the whole privacy thing to me is kinda mute on Lawsuit Claims WGA Is Spyware · · Score: 2, Funny

    I suspect you mean http://dictionary.reference.com/browse/moot and not http://dictionary.reference.com/browse/mute.

    But I could be wrong, I am on a regular basis.

  16. Re:Completely overrated and someone else did it fi on Embedded Linux Achieves One-Second Boot Time · · Score: 1

    According to the manufacturer, http://www.embeddedarm.com/products/board-detail.php?product=TS-7800 boots to Linux in 0.69 second. It's a 500MHz ARM-9 based system. I haven't used this board, but I've used others from the same manufacturer; the Linux they provide is Debian-based on the boards I've used.

  17. Re:a solid programming background only hurts you on Suggestions For Learning FPGA Development At Home? · · Score: 1

    Mod parent up +insightful.

    I've been programming for over 25 years, most of that at the firmware/driver level in C. I went on a hardware quest (for my own edification) about a year ago, and I did an independent study course for credit at my local university. My focus was on Verilog (because that's what's used within my company), and it was truly a different beast than programming! I definitely had to train myself to think differently to accomplish that.

    There are many good boards suggested by others in this thread. I used three boards myself. The first board I used was http://www.xgamestation.com/view_product.php?id=40 - containing a Lattice Semiconductor CPLD. The board was a good starter because it was designed for education, and included a lab manual of quite a few projects. Potential downside: the lab manual and tools it comes with are not based on either Verilog or VHDL, but rather ABEL. I did everything in Verilog instead, and still used the lab manual as a source of exercises. The Mach64 board is fairly inexpensive.


    I also used a board from http://www.opalkelly.com/ -- this product is a little pricey as an educational device. Their hardware contains Xilinx parts. What I liked most about it though is its USB interface -- first, you can use their tool to download your hardware description without being required to flash the board (where many other boards require you to flash the image to exercise it). Second, and more interesting to me -- Opal Kelly's boards include virtual device libraries, letting you attach hardware to USB-carried channels for data I/O and triggering to a remote application. They include a library to allow you to write a remote application to support the other end of this. I don't know if they support Linux though -- everything I did on the PC end was under Windows.


    Finally, a reasonably priced board is http://www.embeddedarm.com/products/board-detail.php?product=TS-7300. This board is not centered around its FPGA, instead it's an ARM9 based CPU board. The board includes full embedded Linux support and all the typical devices you would expect to find, and it has a user-accessible Altera FPGA on board. Their linux distribution includes a tool to send a FPGA bitstream over to the device, letting you quickly test a new hardware description (like the Opal Kelly board, without programming flash). Potential downside here... the manufacturer includes a bitstream image that is used by default, which enables (among other things) its VGA port and a second Ethernet interface - and their open source Verilog for this device doesn't include those, so you sacrifice some of the board to define your own hardware. You don't sacrifice anything you can't use the board without though (there's another Ethernet port; there's a few serial ports, etc., which don't require the FPGA).


    Good luck!

  18. Re:Break out the happy helmet on Railway Workers Get Daily Smile Scans · · Score: 1

    I have nothing to add, but how could I possibly not reply to this.

    Thank you for honoring me so!

  19. Re:Not to criticize on Using Mobile Phones To Write Messages In Air · · Score: 1

    About three years ago I was in Korea, contracting at a mobile phone manufacturer for a while. Their latest phone (Pantech... I can't recall the model number but it was destined for the Russian market) had an accelerometer and they had experimental software to allow you to dial by "Drawing" your numbers in the air. It definitely looked silly to see someone using this, as you had to draw fairly large numbers to make it work, but it worked.

  20. Re:At what point.... on Court Rejects RIAA's Proposed Protective Order · · Score: 1

    If a jury listens to the original, and then listens to what you're pondering might no longer be the same, and concludes they're the same... time to open your wallet?

  21. Re:go! on Go For a Masters, Or Not? · · Score: 1

    I've interviewed many a candidate with a strong academic background (masters, perhaps some PhD work), little to zero experience, and what showed up in the interview: little to zero comprehension of the issues that would be important on the job. I've also interviewed candidates with weak academic backgrounds (uncompleted undergrads) but a few years of experience, and what showed up in the interview: they had the ability to listen and learn, and were interested in the job because of their own passion (versus feeling that their degree made it the only option).

    I'm not saying a degree makes one unqualified, of course... I'm just saying that an unqualified statement such as As someone without any education at all, I'd say go for the Masters, then get your experience after that. No? really doesn't look at any relevant issues.

  22. Re:File a police report _now_. on A Teacher Asking Students To Destroy Notes? · · Score: 2

    > If no response happens, leave it the hell alone and get the hell out as soon as possible.
    That's the worst advice one could follow. If you don't care, to the point that you'll just walk away, don't even bother to "question the situation politely and in firm terms", just cave in from the start.

    If you're not willing to stand up for yourself, either the situation isn't important to you or you don't deserve better than what you're receiving. If a mugger points a gun at you and demands your wallet, give it to them -- if you don't, you'll lose more than your wallet. If a person in authority oversteps their bounds, protest to the furthest legal extent that you can. If you don't, you won't bring attention to the problem and thus you only contribute towards making things worse.

  23. Re:Ouch on South Carolina Seeking To Outlaw Profanity · · Score: 1

    From a friend of mine, his story went something like this:

    My friend had been pulled over for what he felt was something bogus...
    Friend: Is it illegal for me to call you an asshole?
    Cop: Yes.
    Friend: Is it illegal for me to think you're an asshole?
    Cop: No.
    Friend: I think you're an asshole.

    -----

    Different story, from my youth... a rent-a-cop was hassling me over some nonsense, when I was driving into the US Army-controlled area I worked in at the time.
    Me: Were you born an asshole, or did you work at it your whole life?
    Rent-a-cop: Wait right there //call's MPs//

    -----

    Moral of the stories: Telling the truth can get you in trouble. So can asking questions.

  24. Re:Effect on Qt Solutions (e.g. SOAP) on Qt Becomes LGPL · · Score: 1

    It's a fair assumption that it might open QT Solutions up.

    Related... I've got a Qt developer's license and I never purchased Qt Solutions. I recently discovered that Nokia has decided to retroactively give Qt Solutions to anyone with a developer license.

  25. Re:Wasn't going before.... on Visitors To US Now Required To Register Online · · Score: 1

    So that's two un-trips you have to not cancel?