Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What are you doing that requires kernel specific code? Shouldn't you just be using cross platform libraries?


I make use of openat() and friends to safely populate and interact with build environments on disk.

I perform scanning of process tables to kill lingering processes. Go has no functions for that in its standard library. There are some third party libraries for that, but they are all of pretty poor quality. They are slow.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: