The Adafruit Feather boards usually have built-in LiPo support.
Because their cars lacked an immobilizer, which most other manufacturers have included as standard for a long time (and Kia and Hyundai only stopped using them recently). Some countries require them in new cars as well.…
Those fans that start at 30% and then allow you to go lower are explicitly allowed by the spec from Intel (linked in the article, sec 3.2 and 3.4).
High frequency hearing loss is associated with decreased intelligibility, and some of the harder situations to discern people is in a group or noisy environment. I had a fairly rapid decrease in my high frequency…
Many states in the US allow private citizens to start prosecutions that then get passed to a public prosecutor; some also allow private citizens to attempt to convince a magistrate to issue arrest warrants. There are…
> There was a time when Apple has email mailing lists. Here is the MAE User list. And Apple published the archives for people to search. I tell ya. Was a different time at Apple. Apple still has a handful of mailing…
Rust links glibc dynamically, and can use musl for some platforms. By default most (all?) of the musl targets are linked statically, but they should be able to use dynamic linking for it as well.
Integrating accessibility into the tutorial is fantastic, but I’d also attribute it to Apple emphasizing accessibility in their developer documentation for a long time. I remember one of the early Interface Builder…
Core Foundation (Apple’s C library) sort of uses this with its “array” type: https://ridiculousfish.com/blog/posts/array.html
Depending on your DHCP and DNS servers, they might already have this built in. dnsmasq will maintain DNS entries for the DHCP leases it hands out, and can also add AAAA records if it sees a SLAAC message for a MAC…
The easiest way to perform the flash is by booting into Raspbian and performing the process interactively. Without this one-time process, you can't netboot, as the default setting is the SD card, then USB:…
From my own experience, they're probably flashing the RPi4's EEPROM with an updated bootloader and config to enable netboot. Here's the official documentation on it:…
Echoing a sibling comment, that thread goes down the conspiracy rabbit hole very quickly. A few inaccuracies I noticed before giving up: * "Remember, only 13 deaths out of the 36 passengers on the airship died." This…
Hibernation with kernel lockdown on Linux doesn’t work yet. Background post from a few months back: https://mjg59.dreamwidth.org/55845.html
Probably this one: https://db.debian.org/fetchkey.cgi?fingerprint=58B66D48736BE... Debian uses PGP signing pretty extensively, and maintain a keyserver (and separate search interface I used for this) for their keys:…
I feel the issue in this case is more a tablet being used to record a show versus a phone. The larger tablet blocks more of the view of people behind you. This does kind of fall apart with the blurred distinction…
Not a one-liner by itself, but sticking pbcopy/pbpaste into a pipeline is great for quick text processing. Wish you had regency support in a text field? `pbpaste | sed s/needle/NEEDLE/g | pbcopy`
I briefly used Kerberos.io a few years ago (kind of a difficult name SEO-wise), and it seemed to work pretty well.
The place I see it most is in networking RFCs.
Ugh, I've been using a datasheet from Panasonic [0] recently, and it's been a trip. The original Japanese is all there, with a lackluster English translation below each paragraph. Plugging the Japanese in to Google…
You can get the board for $750, but it says 8 weeks shipping: https://shop.solid-run.com/product/SRLX216S00D00GE064H08CH/ It's mini-ITX, so there's a pile of cases you can use for it if you want.
Like this? https://www.debian.org/doc/debian-policy/ap-flowcharts.html I skimmed the New Maintainers Guide for a rough idea of what to do and then used the Debian Policy Manual with the various debhelper manpages for…
If you're referring to maps produced by the US government, they are in the public domain. Early on it sounds like there wasn't an easy way to transfer "raw" map data around (hence the tracing), but it's pretty easy now…
In my experience, CDPATH is a great way to lose hours chasing down errors throughout your scripts.
A sibling comment mentions mDNS, which can work but sometimes requires an extra package. The simpler solution is to connect your DHCP and DNS servers. Dnsmasq has this built in, and is frankly a fantastic piece of…
The Adafruit Feather boards usually have built-in LiPo support.
Because their cars lacked an immobilizer, which most other manufacturers have included as standard for a long time (and Kia and Hyundai only stopped using them recently). Some countries require them in new cars as well.…
Those fans that start at 30% and then allow you to go lower are explicitly allowed by the spec from Intel (linked in the article, sec 3.2 and 3.4).
High frequency hearing loss is associated with decreased intelligibility, and some of the harder situations to discern people is in a group or noisy environment. I had a fairly rapid decrease in my high frequency…
Many states in the US allow private citizens to start prosecutions that then get passed to a public prosecutor; some also allow private citizens to attempt to convince a magistrate to issue arrest warrants. There are…
> There was a time when Apple has email mailing lists. Here is the MAE User list. And Apple published the archives for people to search. I tell ya. Was a different time at Apple. Apple still has a handful of mailing…
Rust links glibc dynamically, and can use musl for some platforms. By default most (all?) of the musl targets are linked statically, but they should be able to use dynamic linking for it as well.
Integrating accessibility into the tutorial is fantastic, but I’d also attribute it to Apple emphasizing accessibility in their developer documentation for a long time. I remember one of the early Interface Builder…
Core Foundation (Apple’s C library) sort of uses this with its “array” type: https://ridiculousfish.com/blog/posts/array.html
Depending on your DHCP and DNS servers, they might already have this built in. dnsmasq will maintain DNS entries for the DHCP leases it hands out, and can also add AAAA records if it sees a SLAAC message for a MAC…
The easiest way to perform the flash is by booting into Raspbian and performing the process interactively. Without this one-time process, you can't netboot, as the default setting is the SD card, then USB:…
From my own experience, they're probably flashing the RPi4's EEPROM with an updated bootloader and config to enable netboot. Here's the official documentation on it:…
Echoing a sibling comment, that thread goes down the conspiracy rabbit hole very quickly. A few inaccuracies I noticed before giving up: * "Remember, only 13 deaths out of the 36 passengers on the airship died." This…
Hibernation with kernel lockdown on Linux doesn’t work yet. Background post from a few months back: https://mjg59.dreamwidth.org/55845.html
Probably this one: https://db.debian.org/fetchkey.cgi?fingerprint=58B66D48736BE... Debian uses PGP signing pretty extensively, and maintain a keyserver (and separate search interface I used for this) for their keys:…
I feel the issue in this case is more a tablet being used to record a show versus a phone. The larger tablet blocks more of the view of people behind you. This does kind of fall apart with the blurred distinction…
Not a one-liner by itself, but sticking pbcopy/pbpaste into a pipeline is great for quick text processing. Wish you had regency support in a text field? `pbpaste | sed s/needle/NEEDLE/g | pbcopy`
I briefly used Kerberos.io a few years ago (kind of a difficult name SEO-wise), and it seemed to work pretty well.
The place I see it most is in networking RFCs.
Ugh, I've been using a datasheet from Panasonic [0] recently, and it's been a trip. The original Japanese is all there, with a lackluster English translation below each paragraph. Plugging the Japanese in to Google…
You can get the board for $750, but it says 8 weeks shipping: https://shop.solid-run.com/product/SRLX216S00D00GE064H08CH/ It's mini-ITX, so there's a pile of cases you can use for it if you want.
Like this? https://www.debian.org/doc/debian-policy/ap-flowcharts.html I skimmed the New Maintainers Guide for a rough idea of what to do and then used the Debian Policy Manual with the various debhelper manpages for…
If you're referring to maps produced by the US government, they are in the public domain. Early on it sounds like there wasn't an easy way to transfer "raw" map data around (hence the tracing), but it's pretty easy now…
In my experience, CDPATH is a great way to lose hours chasing down errors throughout your scripts.
A sibling comment mentions mDNS, which can work but sometimes requires an extra package. The simpler solution is to connect your DHCP and DNS servers. Dnsmasq has this built in, and is frankly a fantastic piece of…