Ernesto Fernández

Results 83 comments of Ernesto Fernández

> Not OP but that's something I needed to integrate rdrview into another tool I'm building. I changed target platform to nodejs in the meantime (not only because of rdrview,...

> @eafer Could you provide some hinds on what would be required to build a C library in case somebody would like to give it a try? Looking at the...

> Hi, rdrview is absolutely fantastic! The fastest and most relevant output I've come across from all the firefox readability based tools I've tried. Thanks! I'm glad to hear it....

> I couldn't figure out where __NR_seccomp should come from. That's the syscall number for seccomp(), it comes from the kernel headers. It was introduced in 3.17, so your kernel...

> You can use mailcap for this purpose. Create a file under ~/.mailcap with > a line such as the following: > > text/html; /usr/bin/lynx -dump -force_html %s; copiousoutput; description=HTML...

Hi, > Hi, first of all thanks for your work in this **extremely** **usefull** written in C for speed and promising tool. I'm glad that you like it. > My...

> [pid 18413] fstat64(5, 0xbebd5b60) = -1 EPERM (Operation not permitted) > [pid 18413] fcntl64(4, F_GETFL) = -1 EPERM (Operation not permitted) Ok, I just pushed a patch that allows...

> [pid 4158] mmap2(NULL, 153932, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = -1 EPERM (Operation not permitted) OK, I just pushed a patch to allow mmap2(). I tested it myself this time...

> Although I can't seem to use it with a browser It seems that your standard library implements dup2() using the dup3() syscall instead. I'm pushing a patch to allow...

> [pid 2026874] newfstatat(5, "", 0x7ffd80399170, AT_EMPTY_PATH) = -1 EPERM (Operation not permitted) Thank you for the report. It seems that your libc implements fstat() using a variation of fstatat()....