HN user

yarosv

72 karma
Posts2
Comments46
View on HN

from open(2):

    Note that this flag has no effect for regular files and block devices; that is, I/O operations will (briefly) block when device activity is required, regardless  of  whether O_NONBLOCK  is  set.  Since O_NONBLOCK semantics might eventually be implemented, applications should not depend upon blocking behavior when specifying this flag for regular files and block devices.

That's actually sounds way better than I expected. I went from "I want it" to "that's a potentially very expensive brick" very fast. Although it's weird that pushing image to a device on the same network has to go through your servers.

Not sure about him, my use case is the piece of hardware I can buy without being afraid of your company dying and shutting down servers or my internet not working.

I'm not trying to be aggressive here. But what's the actual end user difference between NAT and firewalled ipv6 for me and my local network then? I assume I could route now than one addresses for a specific port. On the other hand I have to pay for domain record to access my local resource without a struggle.

Should I use ipv6 at home when my doesn't have one?

I honestly struggle to find good information on the protocol that's decades old. It's either to deep for me to care for my needs or too shallow to understand why and how should I just it. Scaremongering is what I find on the internet. And no real benefits for me to update my hardware or find ISP that has ipv6.

I'm not a network engineer. But I've yet to see a good way to protect ipv6 network. I don't want my local webserver develop on to be exposed to the internet. It's my understanding that default router configuration will do just that. I don't see a good way to deal with privacy issues. Ipv6 essentially gives a unique identifier for every computer in the household by default.

Sure, what bothers me is how inconsistent it is. Function parameter of type Template is `t` but local variable of type Template is `tmpl`.

It may not be a users' job, but responsible users should report it. Like responsible person should report a crime. Police doesn't know if someone robed your house. Officer can not live in your house and watch it 24/7, because "they are getting paid".

Piano Tuning 7 years ago

It does. When I tune (warning - I am novice) I tune middle octaves, then go up and down the scale with octave intervals. And then check the whole instruments tuning notes that sound off. String itself stretches and loses the pitch a little sometimes, especially if it was out of tune by quarter tone. But more importantly string peg that holds the string is just screwed into the hardwood board. So when you tune it, you still have some room for it to settle. Even slight press with tuning hammer on the peg can result in big difference in tune. Especially on high notes.

Oops (yes, I don't know what it meant). I mean I speak Ukrainian and Russian. If I saw the code like that in my native tongue, I would be upset.

Plus it is pain to alt+shift between languages all the time.

Do you mean you want like C#?

    public class 그뤼고
    {
      private 이 이 {get;set;}

      public 그뤼고()
      {
        var 문좌열은 = 이.문좌열은;
        var 기ㅖ버역을 = Enumerable.Range(0, 10);
        var 오타비문이 = 기ㅖ버역을.Select(요 => 요);
      }
    }

    public class 이
    {
      public int 문좌열은 {get;set;}
    }