wisesage5001's comments

wisesage5001 | 13 years ago | on: Python: Making ctypes Structures Beautiful

One thing I really like about the struct module's format string is the ability to easily specify the endian-ness of the data. How does newstruct (or the underlying ctypes) handle endian-ness (if at all)?

wisesage5001 | 14 years ago | on: Turn Your Smartphone Into A Robot

I don't see what they need $32,000 for. There was another robot project on Kickstarter a while back that was successfully funded (the Bilibot: http://www.kickstarter.com/projects/147564168/bilibot-an-aff... ) for a lot less.

The hardware required to prototype the Bilibot is a lot more expensive than to prototype one of these Romos, so I don't get what they need 6 times the funding of the Bilibot project for. $78 per Romo seems fine, but the overall goal seems a bit high.

wisesage5001 | 14 years ago | on: NYU Prof Vows Never to Probe Cheating Again—and Faces a Backlash

Do you have any sources for the claim that universities typically have all rights to a student's papers? I can say for certain that I never signed any intellectual property agreement with the university I attended and would expect to retain all rights to any work I completed there as a student. The work I created did have an implied license allowing for grading the papers and such, but any use beyond that would upset me unless I the university had obtained my permission.

wisesage5001 | 16 years ago | on: Unladen Swallow 2009Q3 Released with LLVM optimized Python

From their benchmarks rietveld: $ ./perf.py -r -b rietveld --args "-j always," --track_memory ../q2/python ../q3/python Mem max: 575116.000 -> 55952.000: 927.87% smaller

This 930% basically means that 2009Q3 can use as little as ~1/10 of the memory of 2009Q2.

page 1