HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DHowett

no profile record

Submissions

[untitled]

1 points·by DHowett·6 месяцев назад·0 comments

ByteDance Proposes "Parker" for Linux: Multiple Kernels Running Simultaneously

phoronix.com
27 points·by DHowett·10 месяцев назад·5 comments

Phison Pre-Release Firmware Linked to SSD Failures, Not Microsoft Patch

guru3d.com
5 points·by DHowett·10 месяцев назад·1 comments

comments

DHowett
·2 месяца назад·discuss
Oh wow, thank you!
DHowett
·3 месяца назад·discuss
Excellent article.

If I could offer one correction, it would be that SBU (as specified by the USB 3.0 Promoter Group[1]) means "Sideband Use" rather than "Secondary Bus".

On some devices, it is used to carry UART; on others, audio.

[1]: https://www.usb.org/sites/default/files/USB%20Type-C%20Spec%... (pdf)
DHowett
·3 месяца назад·discuss
There was a project a while back that attempted to do this, named “Dotsies”.

https://www.omniglot.com/conscripts/dotsies.htm (original site https://www.dotsies.org, which has a casual introduction text that slowly transitions into dots; however, it was unavailable at the time of writing.)
DHowett
·3 месяца назад·discuss
Three lines of text in 12-point font in the corner which can be covered by a window is hardly “the entire screen.”
DHowett
·5 месяцев назад·discuss
!! Thank you!
DHowett
·5 месяцев назад·discuss
.git-blame-ignore-revs, while great, unfortunately belongs in the “Other Conventions” section.

If you configure your git client to use it, git blame will fail in any repository in which one is not present.
DHowett
·7 месяцев назад·discuss
It appears to be in the fourth paragraph.

https://www.fda.gov/medical-devices/medical-device-recalls-a...

> As of November 14, 2025, Abbott has reported 736 serious injuries, and seven deaths associated with this issue.
DHowett
·7 месяцев назад·discuss
I had always wondered if that happened because of a proliferation in folks named EionMusk.
DHowett
·7 месяцев назад·discuss
tar.exe, however, beats both of those in terms of archive format support and speed.
DHowett
·8 месяцев назад·discuss
It comes with Windows, and has since 2022! Alas, if you mean Windows 10 then you can use some DISM magic to add it to an install image.
DHowett
·10 месяцев назад·discuss
The author of the post indicated that they are releasing an update to an existing game, which we can presume has the same executable filename.
DHowett
·2 года назад·discuss
Bryan Lunduke has an article about this myth, actually!

https://lunduke.locals.com/post/4037306/myth-windows-3-1-was...

It’s backed up by another Old New Thing article at https://devblogs.microsoft.com/oldnewthing/20100517-00/?p=14...

The TL;DR is that Windows 3.1 effectively replaced DOS and acted as a hypervisor for it, while drivers could be written for Windows (and many were) or DOS (and presumably many more of those were actually distributed). The latter category was run in hypervised DOS and the results bridged to Windows callers.

(Edited after submission for accuracy and to add the Old New Thing link.)
DHowett
·4 года назад·discuss
The JSON::XS documentation linked above reports that YAML 1.2 is not a strict superset of JSON:

> Addendum/2009: the YAML 1.2 spec is still incompatible with JSON

The author also details their issues in, ah, getting some of the authors of the YAML specification to agree.
DHowett
·5 лет назад·discuss
As the guy responsible for that comment (and the dev lead for the team! Hi!) I can say it haunts me pretty much weekly. My parenthetical-laden snarky sense of humor, my use of italics to indicate speech-like emphasis and pretty much everything else about that comment has been dissected to parts as small as possible.

In the end, though? Yeah, I was completely wrong. I don’t know much about graphics engineering and I’m glad(^) that we were shown up by somebody who does.

I’ve been working in software for nearly 20 years, and I’m firmly in the “knows enough to be dangerous; doesn’t know everything” category the article is missing. It’s not, as some have characterized in this comment section, because I moved into leadership; rather, it is because there is not a single axis on which to measure all engineers. I’m inexperienced in graphics and text layout, and my critical mistake was not respecting the experience somebody else brought to the table. In other fields, perhaps I fall higher on the experienced/wet-behind-the-ears scale.

(^) I may flatly disagree with his presentation and his group of fans taking every opportunity to slander us, but I’m happy that it’s generally possible for us to improve performance and engineering efficiency using the technique he described. :)