Live data from Hacker News

Viewing profile — tobik

tobik

HN member
Joined
Thu, Sep 23, 2010, 8:53 PM UTC
HN karma
238
Public activity
84 items

About tobik

No profile information was provided.

Recent public activity

  1. comment
    Comment #16519068

    There is a good support for sndio in the FreeBSD ports tree as well. Albeit hidden behind the SNDIO build time option. It was quite the ride to get it to that point :-) There are a…

  2. story
  3. comment
  4. comment
    Comment #14545066

    FreeBSD's yes has just been updated because of this. https://github.com/freebsd/freebsd/commit/1d61762ca37c20ab6f... It's about twice as fast as GNU yes now on my FreeBSD system he…

  5. comment
    Comment #14544313

    That's because you're using cat and a pipe. Try this instead: pv > /dev/null

  6. comment
    Comment #14507723

    Bad example :) Most simple uses of lambda like this can be substituted with functions from the operator module: import operator formulas = { 'sum': operator.add, 'subst': operator.…

  7. story
  8. comment
  9. comment
    Comment #12429259

    src/gnu already has Perl in it, which isn't a GNU project or under the GPL either.

  10. comment
    Comment #12425792

    I realize I'm replying to a 2 weeks old comment, so nobody will read this ever, but from your list sndio supports: streaming audio over a network, user-land mixing of audio sources…

  11. comment
    Comment #12295019

    The Reasoned Schemer by Daniel P. Friedman, William E. Byrd and Oleg Kiselyov https://mitpress.mit.edu/books/reasoned-schemer It's from the author of miniKanren on which LogicJS is…

  12. comment
    Comment #12196315

    Yes, it has V4L/DVB support via the multimedia/webcamd port/package, which is essentially a user space port of Linux' V4L/DVB drivers. https://www.freshports.org/multimedia/webcamd…

  13. comment
    Comment #12196280

    No, we are not. :-( For what it's worth I just tried to answer your question on the forums.

  14. comment
    Comment #12196267

    You can also display a list of all packages in the repository with pkg search -g '*' | less Better pipe it to less because there are over 25000 packages.

  15. comment
    Comment #12036664

    NetBSD has had support for ASLR since 2009 (NetBSD 5.0), but they only enabled it recently by default: https://mail-index.netbsd.org/source-changes/2016/04/10/msg0...

  16. comment
    Comment #12035155

    > I thought surely they'd fixed it by now. They did. pkg has gotten a lot better the past 3 years.

  17. story
  18. story
  19. comment
  20. comment
    Comment #11590549

    egrep, fgrep, grep (+ z* variants) share the same binary too.

  21. comment
    Comment #11558074

    They are provided by M:Tier. See https://stable.mtier.org/ and http://www.mtier.org/index.php/solutions/apps/openup/

  22. comment
    Comment #11463536

    http://man.openbsd.org/OpenBSD-current/man2/pledge.2 and the slides to the presentation http://www.openbsd.org/papers/hackfest2015-pledge/index.html

  23. comment
    Comment #11411098

    https://golang.org/s/go13compiler

  24. story
  25. story