HN user

tobik

238 karma
Posts23
Comments52
View on HN
www.freebsd.org 8y ago

FreeBSD April to June 2017 Status Report

tobik
1pts0
www.freebsd.org 9y ago

FreeBSD Quarterly Status Report – Q1 2017

tobik
4pts0
vimeo.com 10y ago

HYPER-REALITY

tobik
1pts0
www.arrdem.com 10y ago

Clojarr, friendly Clojure fork

tobik
3pts0
stack-pkg.applicative.tech 10y ago

Unofficial Haskell Stack Packages for FreeBSD

tobik
1pts0
lcamtuf.blogspot.com 10y ago

Automatically inferring file syntax with afl-analyze

tobik
1pts1
lcamtuf.blogspot.com 10y ago

Automatically inferring file syntax with afl-analyze

tobik
119pts3
muratbuffalo.blogspot.com 10y ago

Holistic Configuration Management at Facebook

tobik
22pts3
chadaustin.me 10y ago

GraphQL Server in Haskell

tobik
4pts0
muratbuffalo.blogspot.com 10y ago

Holistic Configuration Management at Facebook

tobik
1pts0
www.mikeperham.com 10y ago

Kill Your Dependencies

tobik
7pts0
research.microsoft.com 10y ago

A History of Haskell (2007)

tobik
4pts0
research.microsoft.com 10y ago

A History of Haskell (2007)

tobik
4pts1
www.freebsd.org 10y ago

FreeBSD Quarterly Status Report

tobik
10pts0
blog.mecheye.net 10y ago

“DRI”

tobik
1pts0
www.youtube.com 10y ago

Sudo: You're Doing It Wrong [video]

tobik
2pts0
www.youtube.com 10y ago

Sudo: You're Doing It Wrong [video]

tobik
3pts0
www.theregister.co.uk 10y ago

Most developers have never seen a successful project

tobik
8pts2
blog.pcbsd.org 11y ago

PC-BSD 10.1.2 Released

tobik
1pts0
pipecut.org 11y ago

Re-imagining the work environment for Unix pipelines

tobik
2pts0
freebsdfoundation.blogspot.com 11y ago

FreeBSD: Using Autofs(5) to Mount Removable Media

tobik
4pts0
t6.github.io 11y ago

An experimental Scala interop library for Clojure

tobik
1pts0
t6.github.io 11y ago

A Scala interop library for Clojure

tobik
1pts0

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 in the OpenBSD ports tree like Cava, shairport-sync, and Kodi.

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': operator.mul,
    'pow': operator.pow
  }

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, and per application volume settings.

Per application input/output source settings

No, but the input/output device is selectable per application via the AUDIODEVICE environment variable.

bluetooth audio devices

OpenBSD has no bluetooth support, so no. I'm also wondering why the kernel wouldn't create audio devices from these that the userland daemon can then just transparently use? Does an audio daemon need special support for bluetooth audio devices?

The sndio daemon has more features. Give the man page a read if you're interested: http://man.openbsd.org/OpenBSD-current/man8/sndiod.8

FreeBSD Myths 10 years ago

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

FreeBSD Myths 10 years 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.

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's a much better situation than using Cabal sandboxes where every project has its own copy of dependencies.

What problems did you have with Java on FreeBSD?

I've done Java, Scala, and Clojure development on FreeBSD and had no problems whatsoever.

USB/IP Project 11 years ago

This is also part of the mainline Linux kernel now (look under drivers/usb/usbip/ and tools/usb/usbip/).

For switching folders in Thunderbird: Alt-g-o and select new folder with arrow keys

Composing HTML emails need to be disabled for every account. Never had a problem with it.