Slashdot Mirror


User: WizzardX

WizzardX's activity in the archive.

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

Comments · 21

  1. Darkman on Company Offers Creepily-Realistic Masks of Clients · · Score: 1

    This reminds me of an an interesting 1990s superhero movie called Darkman. In that movie, a scientist is brutally attacked and disfigured by mobsters. Darkman uses his lab to make fake faces, which he then uses to go under cover and destroy the mobsters (framing them against each other, etc). He's also crazy and immune to pain :-)

  2. Re:This wouldn't be a big deal except on Google+ Account Suspensions Over ToS Drawing Fire · · Score: 1

    I've done just that. Here's the message I left with Google in their "we're sorry to see you go, please leave a message" box:

    ---------
    Hi there.

    I've heard about a lot of problems with Google plus, for instance:

    http://www.zdnet.com/blog/violetblue/google-plus-deleting-accounts-en-masse-no-clear-answers/567

    I don't want to use my real name online, for privacy reasons.

    And at the same time, I don't want to have my gmail account (that I use a lot), blogger, or others be deleted because of a TOS violation in Google+ (that I barely use).

    I'd rather use Facebook or Twitter instead of Google+, and risk a TOS violation there (due to using a nick rather than my real name, or other issues).

    At least in that case I won't lose access to all my email, blog posts, etc at the same time.

    I wrote more about this problem on my blog over here:

    http://chmmr.blogspot.com/2011/07/concerned-about-google-identity-policy.html

    And I'm sure you're aware of many other people complaining about this.

    I was really interested in your Google+ service before, and was encouraging others to try it out, but your recent policy of deleting accounts has me very concerned, so I'm not going to bother with using Google+, and I'm recommending to other that they be really careful about signing up with Google+.
    ---------

    Also I made sure that all my Google-related backups are up-to-date.

    - Blogger - using their export function each week to save a backup to XML.
    - Gmail - I'm using a mail client (kmail) in offline IMAP mode to slurp all my mails.

    Google also thankfully has some other exporting services, if you're paranoid about losing your account with them.

    More problematic is losing access to my gmail email address, but it's too much trouble/I don't know how to setup my own domain, email server, dns records, etc, so I'll take that risk for the time being. I'm also keeping track of all my logins/passwords/etc in a separate secure location, I don't rely heavily on websites "reset forgotten password" functions.

  3. Re:This is a real problem on 'The Code Has Already Been Written' · · Score: 2

    I've worked with maths/science types before to integrate their formulas into linux-compatible production code.

    It's usually been pretty small formulas (a couple of screens full of code at most), and I don't understand most of it, being a programmer and not a maths guy. Also, we're a pretty small business, and these haven't been under any major deadlines (it fell more under R&D), so I had time to do this properly.

    Anyway, what I've done in the past is these steps:

    1. When their matlab version is done, ask them to make a representative table of expected inputs and outputs.

    2. Port their matlab version to Octave, so I can run it under linux on my workstation. Usually only minor changes are needed.

    3. Check my Octave results against their tables, and also confirm that version with the maths person.

    4. Port that over to the final version (Python+numpy in this case. Performance isn't a major issue, and I can always use something like Cython to get C-like performance if needed for this type of code), and do a lot of testing and checking with the maths person. The testing part also includes writing automated tests cases against the "known good" inputs and outputs.

    And in other cases, the maths guy knows a fair amount of C (an embedded/maths/hardware guy, but not an experienced coder), so they've worked directly with me to port their code over from algorithm to Python, fix issues and test it (where I again don't understand most of the formula), and I've made it more maintainable (added a lot of comments, error checking, etc), and forwarded a very tidied-up version to other coders in my team to work with.

  4. Text files and wiki on What Does Everyone Use For Task/Project Tracking? · · Score: 1

    In my opinion, the easiest type of TODO list to manage and edit, is one stored in a text file, rather than having to go through GUIs to edit details or move things around, save backup versions, etc.

    When I get some new task, I'll quickly add a new task entry to the top of my main todos text file. I'll either complete them quickly (and remove from the top of the text file), or later I'll organize things and integrate into my TODO wiki articles, which I keep organized into sections (in order of priority, by date, recurring, low priority, and randomly split some low priority things off into other articles). This part is necessary, because massive TODO.txt files get hard to manage, and wikis are much nicer to browse and read TODOs in, and keep things organized, even if they're harder to edit than a text file.

    For major wiki TODO updates, I'll copy the article back into a text file, move parts around, edit, etc, and then save them back into the wiki. This also has the advantage that you can save your text file during extensive editing, rather than saving a lot of temporary versions in the wiki, or risking losing your work if the browser closes unexpectedly.

    For coding projects, each has it's own TODO.txt file, rather than being stored on the wiki (the wiki would have more detail on overall tasks, if it's a complicated project). The project itself would be listed in the prioritized section on the TODOs wiki page (do some work on project foo). The projects themselves and their TODO.txt files, are managed via git revision control.

    I've tried several different TODO and task-tracking systems in the past, and I've found them all to be much more complicated, or limited in various ways, compared to using a text editor to take down and manage tasks in a free-form way, combined with wikis for keeping larger task lists organized.

  5. RPGMaker does this nicely on Dumbing Down Programming? · · Score: 1

    One interesting example of "dumbing down programming" is the RPGMaker series, particularly the VX and XP versions.

    You can do basically all of your game eventing, scripting, resource editing, etc, a using user-friendly gui, no need to touch programming code. And you can do some fairly involved "eventing" logic, which is basically a very high level scripting language that you edit through user-friendly dialogue boxes.

    But you can also start digging into the lower details. Actually, the core of the RPGMaker game engine is Ruby code, including an interpreter, which loads, interprets, etc the above resources. And that engine is very easy to extend, using custom Ruby coding. And in fact there is a huge number of custom scripts you can download from third parties to customize your games that way. Basically you can customize just about anything that way, except for the user-friendly editor that most people use.

  6. Re:Ruby at a sight on The State of Ruby VMs — Ruby Renaissance · · Score: 1

    There is also rubygame, although it's a lot less mature than pygame.

  7. Cell phones will also replace on Ten Things Mobile Phones Will Make Obsolete · · Score: 1

    Pepper sprays and other crime deterrents. http://www.youtube.com/watch?v=t7x1aic74Mg

  8. Re:What exactly? on Italian Scientists Put Robot Spiders In Your Colon · · Score: 1

    Better than "Scientists in Italy have developed a robot which will accidentally the whole lower digestive tract using legs", at least.

  9. Re:Long Weekend on Microsoft Plans Largest-Ever Patch Tuesday · · Score: 1
  10. Re:Just Remember. on Details On Worldwide Surveillance and Filtering · · Score: 1

    Clearly we need a Shenanigans Handler

  11. Noooo! on New Robots Developed To Climb Walls · · Score: 1

    The fools! How will we escape the Robotic Overlords now?

  12. This could be useful on Gaining System-Level Access To Vista · · Score: 5, Insightful

    I think this is a useful hack. iirc, unlike most other OS's, Vista doesn't give you "real" system level admin if you login as administrator. It reserves the highest privilege level for itself. This could be useful for disabling services, updating system files and so on, that Vista won't let you do normally.

  13. Re:Oops... on Google Crawls The Deep Web · · Score: 0, Redundant
  14. Speech recognition uses on Researchers Work To Perfect Computerized Lip Reading · · Score: 3, Interesting

    Will future versions of speech recognition software use a web cam to improve accuracy?

  15. Ventriloquism on Researchers Work To Perfect Computerized Lip Reading · · Score: 2, Funny

    People who don't want to be lip read by cameras can use ventriloquism. It's easy to learn the basics. The hard part is hiding the puppet.

  16. Fullmetal Alchemist on Green Light for Human/Animal Hybrids · · Score: 1

    Where's the chimera tag?

  17. Re:Queue the... on Hawking to Take Zero Gravity Ride · · Score: 1

    Ever seen TMST's Steven Hawking Musical Tribute?

    http://www.newgrounds.com/portal/view/157656

    "I never wanted to be a cosmology professor.
    I always wanted to be a ROCKET MAN!"

  18. Re:Soft links? on Inside the Windows Vista Kernel · · Score: 1

    Here are a few Debian-specific ones:

    apt-cache search symlink | wc -l
    50

    apt-cache search softlink | wc -l
    1

    apt-file search symlink | wc -l
    111

    apt-file search softlink | wc -l
    1

  19. Re:It keeps getting worse, too. on The Death of Domain Parking? · · Score: 1
    These days, however, results from a broad search usually return five or six pages of aggregators, domain parkers, and other foolishness.
    You can thank Ted Stevens for that.
  20. Debian uses tags on Labels Not Tags, Says Google · · Score: 1

    Debian's packages were originally arranged only by categories and sub-categories. But with so many packages the categories have filled up. Also there can be ambiguity as to which sub-category packages fit into.

    One issue they ran into with tagging was that single-word tags don't have enough context. eg if something is tagged "python", then does this mean implemented in python, a package for python developers, or otherwise related to snakes? (a person looking for games written in python shouldn't be innundated with results for python libraries, documentation, utilities, etc).

    Also there were concerns about quality and redundancy of user-generated tags (eg, Amazon with green, environment, etc), so there is a group which decides which official tags to add. If a person tagging Debian packages can't find a tag they want, they add "todo" tags until an appropriate, clear (and non-ambiguous/redundant) tag gets added.

    More info on the subject here:

    http://debtags.alioth.debian.org/

  21. Oolong on Giant Rabbits To Feed North Korea · · Score: 1

    Reminds me of Oolong the rabbit