HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LukeShu

no profile record

comments

LukeShu
·5 месяцев назад·discuss
Heh, I assumed he was referring to "Scott the Woz" Scott Wozniak, a vintage-gaming youtuber. I assumed that the GP took a more literal attack on "only one 'Woz'", hile you took a more symbolic "only one engineer of such quality". In the context of Apple, sure "Scott" is Scott Forstall, but that's not necessarily the context.
LukeShu
·6 месяцев назад·discuss
"CL"/"Change List" is the lingo for the Gerrit code review tool, which is how all contributions to Go happen. Creating a GitHub PR simply triggers a bot to create a Gerrit CL, which is where all discussion about the "PR" happens and where the "accept" button gets clicked.
LukeShu
·6 месяцев назад·discuss
First they said you wouldn't be able to travel unless you had a Real ID by 2008. Then they delayed it. Many times. Based on which airport/facility and what state your ID was from, some enforcement started in 2014. Not all states were even issuing Real IDs yet in 2019. Finally, in 2024, all states and territories are issuing Real IDs, but full enforcement won't be until 2027.
LukeShu
·6 месяцев назад·discuss
In 2005, we decided that we were going to have Real ID by 2008. We're now looking at a 2027 completion date.
LukeShu
·6 месяцев назад·discuss
The correct answer is `go mod vendor && cat vendor/modules.txt`
LukeShu
·6 месяцев назад·discuss
Linux on PA-RISC also has an upward-growing stack (AFAIK, it's the only architecture Linux has ever had an upward-growing stack on; it's certainly the only currently-supported one).
LukeShu
·6 месяцев назад·discuss
In 2002, Caldera licensed Research Unix <= 7th edition and 32-bit 32V Unix under a BSD-style license.

Gotta stick the "This product includes software developed or owned by Caldera International, Inc." notice on it though.
LukeShu
·7 месяцев назад·discuss
TL;DR: Not the FSF, but SFC; email [email protected]

The dominant legal theory is that the GPL can only be enforced by the party holding the copyright. SFC's lawsuit against Vizio is strategically trying to establish precedent changing that; establishing that end-users are "third party beneficiaries" under the GPL, so others can enforce the GPL; but for now the copyright holder is the only one who can enforce it.

So the FSF could only take it up if the violation is on projects that do copyright-assignment to the FSF (i.e.: most GNU stuff). If you do find a violation of GNU stuff, the process is "email [email protected]". I do not know what process Craig and Krzysztof use when triaging reports and deciding what to pursue.

Many Linux-kernel contributors (also, SFC member projects such as OpenWrt, Git, Qemu) have assigned their copyright to SFC or named SFC as their legal representative (also, SFC member projects; so SFC can take up something like this. Similarly, you can report violations to them by emailing [email protected] (see https://sfconservancy.org/copyleft-compliance/help.html for more info).

Now, SFC is aware of more violations than they could ever possibly pursue, so they're strategic about pursuing ones that are high-impact. I'm not sure how they decide that. But I can say that medical devices are near-and-dear to them, between executive-director Karen Sandler's implanted defibrillator and policy-fellow Bradley Kühn's blood glucose monitor.
LukeShu
·7 месяцев назад·discuss
While it doesn't add much more info: https://lore.kernel.org/linux-cve-announce/2025121614-CVE-20...
LukeShu
·7 месяцев назад·discuss
libgccjit is much higher level than what's documented in the "GCC Internals" manual.
LukeShu
·8 месяцев назад·discuss
...yes? Hence me saying that 'composition' and 'polymorphism' have often been unnecessarily coupled together in 'inheritance'?

Compare: Ruby mixins or Go embedded struct fields.
LukeShu
·8 месяцев назад·discuss
Inheritance is just the unnecessary coupling of composition and polymorphism.
LukeShu
·8 месяцев назад·discuss
Yes, subscribing to bullshit I don't want them to work on will surely send the signal that they're focusing on the wrong things!
LukeShu
·8 месяцев назад·discuss
While exact definitions vary, it's a term of art for Research Unix ≤ V7, perhaps plus or minus a version, perhaps including contemporary derivatives.
LukeShu
·8 месяцев назад·discuss
At the same time, it's easy to believe that MIT of 2013 is very different than MIT of 1988.
LukeShu
·8 месяцев назад·discuss
> You can do the same thing with a vt220.

Can you? The last I looked at it (a year or two ago), the vt220 in MAME was just the beginning skeleton of an implementation, and it doesn't seem to have been touched much since then. A shame, because AFAIK no "terminal emulator" implements vt220-style sixels (which are different than than the widely-implemented vt4xx-style sixels).
LukeShu
·9 месяцев назад·discuss
I know the trendy thing is to hide the menu-bar, but it's great for discoverability. Tools→Games→Zone Out
LukeShu
·9 месяцев назад·discuss
Many flip phones had cameras by then. For instance, the Razr V3 was the best selling phone of 2005, and had a 640×480px camera.
LukeShu
·9 месяцев назад·discuss
To expand on laulis' comment: Valetudo isn't a full custom-firmware, it's a mod for the existing firmware. You copy on the Valetudo daemon binary, fuss with the init scripts to start the daemon, and fuss with the DNS and such to point some domains at 127.0.0.1 to talk to that daemon instead of the normal servers (well, actually you probably download a firmware image from dustbin that already has those modifications applied).

This is a distinction that is worth making because the robot is still running and relying on all of the on-robot proprietary code; it's just the in-cloud code that has been replaced.
LukeShu
·10 месяцев назад·discuss
Apple users (both macOS and iOS) get curly quotes by default when they hit quote key.