Viewing profile — paxswill
paxswill
HN member- Joined
- Tue, Jul 13, 2010, 5:34 AM UTC
- HN karma
- 531
- Public activity
- 236 items
- HN profile
- View on Hacker News ↗
About paxswill
Recent public activity
-
comment
Comment #36339245
The Adafruit Feather boards usually have built-in LiPo support.
-
comment
Comment #36011847
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 coun…
-
comment
Comment #33721241
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).
-
comment
Comment #32504957
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 rap…
-
comment
Comment #31666301
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…
-
comment
Comment #30743375
> 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. A…
-
comment
Comment #30531148
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 …
-
comment
Comment #30302240
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 …
-
comment
Comment #29687879
Core Foundation (Apple’s C library) sort of uses this with its “array” type: https://ridiculousfish.com/blog/posts/array.html
-
comment
Comment #28791036
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 …
-
comment
Comment #28143313
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 …
-
comment
Comment #28141679
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: https://www.ra…
-
comment
Comment #28121599
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 p…
-
comment
Comment #27955630
Hibernation with kernel lockdown on Linux doesn’t work yet. Background post from a few months back: https://mjg59.dreamwidth.org/55845.html
-
comment
Comment #27870096
Probably this one: https://db.debian.org/fetchkey.cgi?fingerprint=58B66D48736BE... Debian uses PGP signing pretty extensively, and maintain a keyserver (and separate search interfa…
-
comment
Comment #27198375
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 ap…
-
comment
Comment #27026184
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/NEE…
-
comment
Comment #26866937
I briefly used Kerberos.io a few years ago (kind of a difficult name SEO-wise), and it seemed to work pretty well.
-
comment
Comment #26836133
The place I see it most is in networking RFCs.
-
comment
Comment #26795320
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. …
-
comment
Comment #26304449
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 …
-
comment
Comment #26211210
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 wit…
-
comment
Comment #26196008
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 …
-
comment
Comment #26162922
In my experience, CDPATH is a great way to lose hours chasing down errors throughout your scripts.
-
comment
Comment #26162870
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, an…