adventureloop's comments

adventureloop | 3 years ago | on: Ask HN: Who is hiring? (February 2023)

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

adventureloop | 9 years ago | on: GPUs for Google Cloud Platform

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.

adventureloop | 9 years ago | on: Debugging using system calls in Mac OS X

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

adventureloop | 9 years ago | on: The Tunguska Event

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/

adventureloop | 9 years ago | on: Upgrading a 20 Year Old PDA

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.

adventureloop | 10 years ago | on: Aquaris M10 Ubuntu Tablet – Pre-order

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.

adventureloop | 11 years ago | on: IRC History by Jarkko Oikarinen

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.

adventureloop | 11 years ago | on: DragonFly BSD 4.0 released

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.

adventureloop | 11 years ago | on: Why Are PC Sales Up and Tablet Sales Down?

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.

adventureloop | 12 years ago | on: Introducing Bing Code Search for C#

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.

page 1