Thursday, July 28, 2011
It's already on flikr
...so stop taking pictures already.
Labels:
out n about,
rant,
t-shirt philosophy
Saturday, July 9, 2011
ARGF and friends
A (quite old) list of Perl and Awk vestiges in Ruby.
To be sure, ARGF is extremely useful, but the others really shouldn't have made it into the final design.
To be sure, ARGF is extremely useful, but the others really shouldn't have made it into the final design.
Labels:
ruby
Friday, July 8, 2011
Ptrace 0.9.1
A Ruby gem providing access to the ptrace(3) facility has been added to the opdis repository . The initial version is available, as usual, at rubygems.org.
The design is similar to the BFD, Opcodes, and Opdis gems: a Ruby extension (in C) that provides a basic wrapper for the original C libraries, and a Ruby module that provides a more natural, Ruby-like interface.
Not all of the Ptrace features have been enabled or tested. Currently, the following ptrace commands are working and tested:
The design is similar to the BFD, Opcodes, and Opdis gems: a Ruby extension (in C) that provides a basic wrapper for the original C libraries, and a Ruby module that provides a more natural, Ruby-like interface.
Not all of the Ptrace features have been enabled or tested. Currently, the following ptrace commands are working and tested:
- PT_ATTACH
- PT_DETACH
- PT_TRACEME
- PT_KILL
- PT_CONT
- PT_STEP
- PS_SYSCALL
- PT_GETREGS
- PT_GETFPREGS
- PT_SETREGS
- PT_SETFPREGS
- PT_READ_I
- PT_READ_D
- PT_WRITE_I
- PT_WRITE_D
Labels:
announce,
opdis,
ptrace,
ruby,
tg-community
Wednesday, July 6, 2011
Definitely "cattle call".
Have to say, group interviews sound like a very good way to hire very mediocre people. Getting applicants "out of their comfort zone" is great for reality television, but not for assessing their ability.
Labels:
job market
Tuesday, July 5, 2011
2xV8 == V16?
A good overview of how the V8 JS compiler works. The interesting bit being the profiler thread, that causes the optimizing compiler to revisit 'hot' blocks of code.
Labels:
compiler,
javascript
Friday, July 1, 2011
Subscribe to:
Posts (Atom)