Live data from Hacker News

Viewing profile — any1

any1

HN member
Joined
Sat, Apr 18, 2015, 3:04 PM UTC
HN karma
298
Public activity
88 items

About any1

No profile information was provided.

Recent public activity

  1. comment
    Comment #49098974

    As the author of wayvnc, I would say that I'm pretty well aware of what VNC can and cannot do. The RFB protocol (VNC) has improved over time like other protocols. 1. Wrong. There a…

  2. comment
    Comment #49095192

    > This is obviously not a great solution, and VNC in general feels like ancient technology It's not obvious to me. This looks like software ageism. :) There are at least 2 things t…

  3. comment
    Comment #47273811

    I did a course on antennae and wave propagation as part of my university studies. The professor told us that with just a bit of extra studying we'd be able to qualify for the licen…

  4. comment
    Comment #47262636

    That reminds me. I worked for a company where we punched in using an iButton (it's a pretty neat 1-wire thing that fits on a key chain). The punch clock system was logged and then …

  5. comment
    Comment #46792964

    I worked for a company that went through 2 cycles like this and I can report that it had zero effect on us engineers. My impression was that people were constantly being promoted i…

  6. comment
    Comment #46719278

    I was very disappointed when I learned that this wasn't about designing books that think.

  7. comment
    Comment #46602165

    > Fundamentally, I do not debug off git history. Are you saying that you've never used git bisect? If that's the case, I think you're missing out.

  8. comment
    Comment #46373904

    Yes, in fact, the protocol states that the client can queue up multiple requests. The purpose of this is to fill up the gap created by the RTT. It is actually quite elegant in its …

  9. comment
    Comment #46369147

    I have some experience with pushing video frames over TCP. It appears that the writer has jumped to conclusions at every turn and it's usually the wrong one. The reason that the si…

  10. comment
    Comment #46188970

    > It's the intended way to read/write declarations/expressions. As a consequence, asterisks ends up placed near the identifiers. You know you don't always have to use things as the…

  11. comment
    Comment #45965159

    The blog post that I linked to answers your question. I was able to get at the diagnostics menu (also explained in the blog), but I had to interrogate a service tech in order to le…

  12. comment
    Comment #45955056

    This reminds me of my own troubles with my AEG washing machine. Probably, the most important lesson (for someone who wants to fix their washing machine ASAP) that I learned from th…

  13. comment
    Comment #44911360

    I've used valgrind proactively as long as I've been programming in C and C++. The errors that are caught by valgrind (and asan) will very often not cause immediate crashes or any k…

  14. comment
    Comment #44713450

    Drawing into the spectrogram is a fun trick. I would really like to know how much data you can store in that bird using some digital modulation method such as FSK (frequency shift …

  15. comment
    Comment #44369822

    I used to work for a company that makes equipment for the food processing industry. Sometimes conveyor belts would be left running for days or even weeks in the test area. After a …

  16. comment
    Comment #43974272

    This is exactly what I've done with my blog. See e.g. https://andri.yngvason.is/repairing-the-washing-machine.html

  17. comment
    Comment #43093897

    Haha, yeah, you have to hound them on the phone to get them to show up and even then they're not going to show up on time or even at all.

  18. comment
    Comment #43089510

    For the curious, this is the saga of when I had to fix my washing machine because a repair man used the wrong type of terminals when fixing it previously: https://andri.yngvason.is…

  19. comment
    Comment #43089055

    > Personally I would have bought the good drill BTW, it is expensive, but it is one of the most used tool Yes, a good drill is a must-have for any home-owner. Anecdotally, I've own…

  20. comment
    Comment #43088653

    > I'd happily pay for this work if I had any trust in the results. This is exactly how I feel. What's even worse is that when I hire contractors, I invariably have to clean up thei…

  21. story
  22. story
  23. comment
    Comment #40798142

    The initial handshake goes like this: First TCP handshake: - Client SYN - Server SYN ACK - Client ACK Then VNC handshake: - Server sends highest version that it supports - Client s…

  24. comment
    Comment #40607031

    Zealotry/enthusiasm tends to float to the top and is, perhaps, what you see on the surface when you look at any community. However, I think that most users of open source software …

  25. comment
    Comment #40286382

    It would need to be tested and properly integrated with x11vnc. As the goal is to move away from X11, it doesn't seem likely that they would invest time into that. Besides, if you …