Viewing profile — tobik
tobik
HN member- Joined
- Thu, Sep 23, 2010, 8:53 PM UTC
- HN karma
- 238
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About tobik
No profile information was provided.
Recent public activity
-
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…
- story
- comment
-
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…
-
comment
Comment #14544313
That's because you're using cat and a pipe. Try this instead: pv > /dev/null
-
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.…
- story
- comment
-
comment
Comment #12429259
src/gnu already has Perl in it, which isn't a GNU project or under the GPL either.
-
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…
-
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…
-
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…
-
comment
Comment #12196280
No, we are not. :-( For what it's worth I just tried to answer your question on the forums.
-
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.
-
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...
-
comment
Comment #12035155
> I thought surely they'd fixed it by now. They did. pkg has gotten a lot better the past 3 years.
- story
- story
- comment
-
comment
Comment #11590549
egrep, fgrep, grep (+ z* variants) share the same binary too.
-
comment
Comment #11558074
They are provided by M:Tier. See https://stable.mtier.org/ and http://www.mtier.org/index.php/solutions/apps/openup/
-
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
-
comment
Comment #11411098
https://golang.org/s/go13compiler
- story
- story