Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
any1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
any1
2mo ago
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 are many extensions that improve upon authentication and
2.
▲
by
any1
2mo ago
> 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 that could be done to improve performance in the auth
3.
▲
by
any1
7mo ago
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 license, given that we already knew the engineering and phys
4.
▲
by
any1
7mo ago
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 at the end of the month, they printed out a single A4 s
5.
▲
by
any1
8mo ago
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 into management and at some point we just had too many manage
6.
▲
by
any1
8mo ago
I was very disappointed when I learned that this wasn't about designing books that think.
7.
▲
by
any1
8mo ago
> 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.
▲
by
any1
9mo ago
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 simplicity. An extension was introduced for continuous updat
9.
▲
by
any1
9mo ago
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 simple "poll for jpeg" method works is that pol
10.
▲
by
any1
9mo ago
> 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 they were intended? > The confused on
11.
▲
by
any1
10mo ago
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 learn how to trigger it (also mentioned in the blog). The manu
12.
▲
by
any1
10mo ago
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 that was that there are non-userserviceable error codes and yo
13.
▲
by
any1
1y ago
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 kind of obvious bugs. Instead, they cause intermitt
14.
▲
by
any1
1y ago
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 keying). There could even be multiple carriers in the signal
15.
▲
by
any1
1y ago
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 while, you would start to see very fine dust on and around t
16.
▲
by
any1
1y ago
This is exactly what I've done with my blog. See e.g. https://andri.yngvason.is/repairing-the-washing-machine.html
17.
▲
by
any1
2y ago
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.
▲
by
any1
2y ago
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/repairing-the-washing-machine.html
19.
▲
by
any1
2y ago
> 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 owned a "prosumer grade" power drill ever sin
20.
▲
by
any1
2y ago
> 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 their mess and fix things myself so that they'
21.
▲
Repairing the Washing Machine
(andri.yngvason.is)
4 points
by
any1
2y ago
|
0 comments
22.
▲
Making a Wayland Screen Capturing Protocol
(andri.yngvason.is)
18 points
by
any1
2y ago
|
1 comments
23.
▲
by
any1
2y ago
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 sends back the version that it wants to use
24.
▲
by
any1
2y ago
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 prefer it, not because of their political beliefs, but
25.
▲
by
any1
2y ago
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 have x11, you can still use RealVNC.
26.
▲
by
any1
2y ago
It's based on wayvnc and noVNC with WebRTC transport instead of Web Sockets. The WebRTC transport layer has not been made public.
27.
▲
by
any1
2y ago
I once worked for a multi-national food processing automation company. We had an internal control system based on RT_PREEMPT Linux and busybox. This system was created before buildroot and yocto became a thing. It was compatible with the co
28.
▲
by
any1
3y ago
> At the moment it doesn't look like flight traffic will be affected. Yes, in fact the opposite. Air traffic controllers in Iceland were planning a strike, and they've now postponed it because of the eruption, they claim. Sourc
29.
▲
by
any1
3y ago
It is most definitely closed. The only people in that area now are construction workers who are closing the gap between the two mountains Þorbjörn and Hagafell, in order to protect the power station. Edit: For context: https://ww
30.
▲
by
any1
3y ago
Yep. https://en.wikipedia.org/wiki/Sturgeon%27s_law
More ›