Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
divingdragon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
divingdragon
7mo ago
Really, as an East Asian language user the rest of the comments here make me want to scream.
2.
▲
by
divingdragon
7mo ago
UK ring circuits are typically protected by 30A or 32A circuit breakers.
3.
▲
by
divingdragon
7mo ago
I use the rule ||youtube.com/shorts/*$uritransform=/shorts\/(.*)/watch\/\$1/` in uBlock Origin. (Except that it doesn't work if you click on a short from YouTube's interface - it loads w
4.
▲
by
divingdragon
1y ago
> They did this to micro sd cards on the first switch. What do you mean? From what I know it was bog-standard microSD(HC/XC) with the maximum supported speed being UHS-I with nothing proprietary.
5.
▲
by
divingdragon
2y ago
> Crashes would be avoided by having every train know about the train ahead and behind, and unable to make any move which would cause a collision (ie. it is not allowed to slam the brakes on if there is a train right behind you). You are
6.
▲
by
divingdragon
2y ago
There is an official way to completely disable and remove Computrace (which I did on my T480), but I don't remember anything that allowed removing ME.
7.
▲
by
divingdragon
2y ago
Qt 5.15 at this point has been out for 4 years, already out of "normal" commercial LTS and will reach the end of extended commercial LTS next year. They don't have any incentive to do this kind of change.
8.
▲
by
divingdragon
2y ago
> Even CMD.EXE batch files support LF. I don't know if it is the case on Windows 11, but I have surely been bitten by CMD batch files using LF line endings. I don't remember the exact issue but it may have been the one bug affe
9.
▲
by
divingdragon
3y ago
I do this all the time. Every once in a while, navigating with the keyboard in Explorer will cause the window thread to hang up in a busy loop and I have to kill it. I have no idea if this is an Explorer bug or caused by other stuff.
10.
▲
by
divingdragon
4y ago
On Linux you can use `lsusb` to get a cleaner list of all connected USB devices.
11.
▲
by
divingdragon
4y ago
You can try KiCad.
12.
▲
by
divingdragon
4y ago
How does this compare to ANGLE or the MetalANGLE fork, assuming I have some renderer code that already works on both OpenGL 3.2 core profile and OpenGL ES 3.0? (We are already using ANGLE on Windows with the D3D11 backend and might consider
13.
▲
by
divingdragon
4y ago
Railway is a different problem space than road vehicles. Trains run on fixed tracks, has long braking distance, are much heavier, and accidents can be much more devastating. While self-driving cars may use cameras, lidar and radar for detec
14.
▲
by
divingdragon
4y ago
I would rather have my program hard crash on unexpected null than to have it silently ignore potential logic errors. I have never used a language with nil punning, but to me Option<T> still feels to be the best approach.
15.
▲
by
divingdragon
4y ago
I am failing to see (1). It seems when you drop a file into the help viewer window, it is handled by the help viewer itself. You can try it with a random file. It either displays the file inside the help viewer as an HTML file, or a Interne
16.
▲
by
divingdragon
4y ago
The PoC video showed that the current user isn't in the "Administrator" group (though there is another user "zeroday" in there), which makes it look like not a simple UAC bypass. Or perhaps I misunderstood something
17.
▲
by
divingdragon
4y ago
It seems that 7-zip opens the .chm help file using the HtmlHelp [1] WinAPI call. This API call does not even seem to run `hh.exe`. How does this privilege escalation actually work? [1]: https://docs.microsoft.com/en-us/
18.
▲
by
divingdragon
4y ago
> The fix might be a new API that reveals true coordinates… We already have this with `ResizeObserver` using the `device-pixel-content-box` option. [1] [1]: https://developer.mozilla.org/en-US/docs/Web/API&
19.
▲
by
divingdragon
5y ago
> This was a surprising one to me. Simplified Chinese was expectedly more efficient than Traditional Chinese, but both were beaten out by Cantonese (which also uses traditional characters). My first reaction to this is: "What? Canto
20.
▲
by
divingdragon
5y ago
> Incidently, I saw Japanese text recently that was quoting both English AND Arabic in the same sentence. And this was in a block of vertical text. That is literally a worst-case scenario I think. Look up Mongolian script and you might c
21.
▲
by
divingdragon
5y ago
May I tempt you to file a bug report on bugs.kde.org? I'm not sure if the devs even know about this bug, let alone fixing it. Edit: Ah nevermind, I think I found the relevant report.
22.
▲
by
divingdragon
5y ago
Yes in theory, but in practice some Japanese fonts use the yen sign glyph for U+005C, the most common ones being those that come with Windows.
23.
▲
by
divingdragon
5y ago
IIRC you still need to use a special flag to enable it, right?
24.
▲
by
divingdragon
5y ago
My childhood LEGO sets might have stated 6+, but nothing stopped me from building them as a preschooler :)
25.
▲
Matrix.org chat experiencing spam flood attacks across the federation network
(twitter.com)
19 points
by
divingdragon
5y ago
|
2 comments
26.
▲
by
divingdragon
5y ago
Isn't variable sized array non-standard in C++? Variable sized array is kind of a special thing anyway so I wouldn't be surprised if some compilers do something special with it. Yes, the term "automatic storage" is more
27.
▲
by
divingdragon
5y ago
For embedded microcontrollers, I don't think there is anything to really replace print debugging. Especially when the program interacts with external electronics components.
28.
▲
by
divingdragon
5y ago
Last time I used the built-in FTP client in Windows Explorer it was an awful experience (think it was Windows XP). It also does not support SFTP or SCP.
29.
▲
by
divingdragon
6y ago
I've heard that one. I thought it mostly affects refrigerants, but I didn't notice that FM200 is also an HFC. There are other fire suppression gasses with a low global warming potential, which probably can still be used in the fut
30.
▲
by
divingdragon
6y ago
Halons are being phased out because, being CFCs, they deplete the ozone layer. Other gases like argon or FM200 are not Halons.
More ›