HN user

adventureloop

199 karma

Pushing pixels is a passion.

adventurist.me

Posts3
Comments82
View on HN

Klara Inc. | Multiple roles | Full-time (Contractor) | Remote | https://klarasystems.com/careers/

As a provider of open-source services, Klara focuses on the art of open software and community-driven development. We believe that in order to foster creativity and advance technology in an ethical fashion we must continue fueling the spirit of open source.

At Klara, we rely on a mix of specialists and community to deliver FreeBSD, ZFS and Arm development services. We help customers standardize their environments running on FreeBSD and ZFS, and accelerate their platforms based on FreeBSD, ZFS and Arm.

We are currently looking for:

- FreeBSD Kernel Hackers - FreeBSD Operating System Developers - OpenZFS Hackers - Sys admins with FreeBSD/ZFS experience

Living permanently on 4G I couldn't get by without mosh. I have managed to do weeks of work with most+tmux+vim at times when ssh was too painful to use.

UDP certainly is connectionless, but that doesn't mean a host can't call `connect` on a UDP scoket. In fact, it is encouraged[1]. I am going to quote the entire paragraph from the RFC, the guidelines document is a very good read if you plan to use UDP.

Succinctly, you should `connect` a UDP socket, it can simplify some calls and allows the application to receive ICMP errors

    Many operating systems also allow a UDP socket to be connected, i.e., to bind a
    UDP socket to a specific pair of addresses and ports.  This is similar to the
    corresponding TCP sockets API functionality.  However, for UDP, this is only a
    local operation that serves to simplify the local send/receive functions and to
    filter the traffic for the specified addresses and ports.  Binding a UDP socket
    does not establish a connection -- UDP does not notify the remote end when a
    local UDP socket is bound.  Binding a socket also allows configuring options
    that affect the UDP or IP layers, for example, use of the UDP checksum or the
    IP Timestamp option.  On some stacks, a bound socket also allows an application
    to be notified when ICMP error messages are received for its transmissions
    [RFC1122].
[1]: https://tools.ietf.org/html/rfc5405#section-3.6
The Tunguska Event 10 years ago

There was a short story on starshipsofa[1] with a similar premise. A research team working time travel are worried about massive energy events, so they plan their test runs to coincide with nuclear tests. I wish I could remember what it was called, it was rather good.

[1] http://www.starshipsofa.com/

I have one of these, I got it purely to do a build like this inspired by someone else in the hackerspace. There must be a load of people that want hardware like this in and are in various stages of getting it.

I was reading some of the reverse engineered specs when the pocketchip was announced last year. My hope is to see more devices that fit the mold of what people want, rather than what will sell in the market.

It is getting easier to produce human scale hardware like the pocketchip, if we don't see more diverse hardware for more diverse users I shall be very upset.

I have a BQ E5 Ubuntu Edition(running android now) that I got nearly 1 month ago. Hardware has been okay so far, this phone has ram trouble with ubuntu touch.

It is okay running android, a little under powered I think.

The channel for my local hackerspace is quite active, but not so busy that you can't keep track of what is going on. I also loiter in some bsd channels that are reasonably active as well.

It probably helps to find channels that have a purpose behind them.

This is great news, the DragonFly project keeps doing really interesting things. The interview linked elsewhere in the thread give a good overview of how the project is doing. Matthew Dillon mentions in the interview that DragonFly will be able to be much more than an experimental operating system.

Wow I had never seen these devices from Onyx before. Thanks for posting this. I too would be really interested to find out how the phone works in the real world.

I am less interested in the 9" ereaders, but would be interested in finding a 11" panel to put in a chromebook.

This is really cool, I find the microsoft documentation particularly terrible.

I always had a chuckle when the first result for a simple C# concept and the result isn't a MSDN site. I also chuckle when the result is a forum post from 2005 that drops me into a link loop.

Thankfully I won't have to write C# for a long while. I can't say I will miss the MVC stack or the legacy burden you get with forms.

You have described exactly what I use instapaper for.

It is a crying shame that the instapaper search is nearly useless, but it means I can usually cut down my search set to my own 500 saved pages vs the entire web.

I wish the FreeBSD hardware pages gave a description of what is supported. The OpenBSD hardware pages really do stand out in this regard.

Compare OpenBSD's BeagleBone[1] Black vs FreeBSD's BeagleBone Black[2]

From the OpenBSD page I can see at a glance that the Ethernet is supported, but USB is not available. I would like to port FreeBSD's USB implementation across if it works, but how do I know if it is worth pursuing without doing an install.

[1]http://www.openbsd.org/armv7.html

[2]https://wiki.freebsd.org/FreeBSD/arm/BeagleBoneBlack

Another really useful command is the open

    $ open filename.png
    $ open .
    $ open -e filename.txt
    $ open -a Pixen filename.png
The first command will open the file with the default application.

Open . will open the current directory in finder, which I find very helpful.

The -e flag will open the file in textedit.

The -a will open the file in the given application name.

I used itch to buy Fjordsss over the Christmas break and it was a brilliant experience. Really well put together site.