Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tobik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tobik
9y ago
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 also now some sndio backends out there for applications not
2.
▲
FreeBSD April to June 2017 Status Report
(freebsd.org)
1 points
by
tobik
9y ago
|
0 comments
3.
▲
by
tobik
9y ago
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 here.
4.
▲
by
tobik
9y ago
That's because you're using cat and a pipe. Try this instead: pv > /dev/null < /dev/zero
5.
▲
by
tobik
9y ago
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.sub, 'mult'
6.
▲
FreeBSD Quarterly Status Report – Q1 2017
(freebsd.org)
4 points
by
tobik
9y ago
|
0 comments
7.
▲
by
tobik
10y ago
src/gnu already has Perl in it, which isn't a GNU project or under the GPL either.
8.
▲
by
tobik
10y ago
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, mixing of multiple audio streams at the same time, a
9.
▲
by
tobik
10y ago
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 based. There are implementations
10.
▲
by
tobik
10y ago
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
11.
▲
by
tobik
10y ago
No, we are not. :-( For what it's worth I just tried to answer your question on the forums.
12.
▲
by
tobik
10y ago
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.
13.
▲
by
tobik
10y ago
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...
14.
▲
by
tobik
10y ago
> I thought surely they'd fixed it by now. They did. pkg has gotten a lot better the past 3 years.
15.
▲
HYPER-REALITY
(vimeo.com)
1 points
by
tobik
10y ago
|
0 comments
16.
▲
by
tobik
10y ago
egrep, fgrep, grep (+ z* variants) share the same binary too.
17.
▲
by
tobik
10y ago
They are provided by M:Tier. See https://stable.mtier.org/ and http://www.mtier.org/index.php/solutions/apps/openup/
18.
▲
by
tobik
10y ago
http://man.openbsd.org/OpenBSD-current/man2/pledge.2 and the slides to the presentation http://www.openbsd.org/papers/hackfest2015-pledge/index.html
19.
▲
by
tobik
10y ago
https://golang.org/s/go13compiler
20.
▲
Clojarr, friendly Clojure fork
(arrdem.com)
3 points
by
tobik
11y ago
|
0 comments
21.
▲
by
tobik
11y ago
Dependencies are downloaded and compiled once for all your projects using the same Stackage release and are shared between projects. In the end you still might have duplicated dependencies if you use different stackage.org releases but it&#
22.
▲
by
tobik
11y ago
Luckily it was archived with at least some of the images: https://web.archive.org/web/20150707005712/http://eurasia200...
23.
▲
Unofficial Haskell Stack Packages for FreeBSD
(stack-pkg.applicative.tech)
1 points
by
tobik
11y ago
|
0 comments
24.
▲
by
tobik
11y ago
If anyone wants to try this on FreeBSD there is an update to the port (I'm the port maintainer) here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207236 afl-analyze is new. Afl in the ports tree doesn'
25.
▲
by
tobik
11y ago
Comparing cut's GNU version (left) with FreeBSD's version (right) with afl-analyze: https://imgur.com/unah6NM It's interesting that the results look very different. Maybe highlighting the different approaches
26.
▲
Automatically inferring file syntax with afl-analyze
(lcamtuf.blogspot.com)
1 points
by
tobik
11y ago
|
1 comments
27.
▲
by
tobik
11y ago
It's interesting to compare the results with FreeBSD's cut to the version the author used (which I'm assuming was GNU's cut) :) The results look very different. Left GNU, right FreeBSD: https://imgur.com/
28.
▲
Automatically inferring file syntax with afl-analyze
(lcamtuf.blogspot.com)
119 points
by
tobik
11y ago
|
3 comments
29.
▲
Holistic Configuration Management at Facebook
(muratbuffalo.blogspot.com)
22 points
by
tobik
11y ago
|
3 comments
30.
▲
GraphQL Server in Haskell
(chadaustin.me)
4 points
by
tobik
11y ago
|
0 comments
More ›