Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Aaron2222
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
Aaron2222
7mo ago
Radix is the registry for .online, not the registrar they bought the domain from.
2.
▲
by
Aaron2222
7mo ago
> The \n won't be interpreted specially by echo unless it gets the -e option. Author's probably using Zsh, which interprets them by default.
3.
▲
by
Aaron2222
8mo ago
This loop is similarly suspect: let maxValue = value; for (const externalIndex of AFFECTING_EXTERNAL_INDICES[i]) { maxValue = Math.max(value, externalSamplingVector[externalIndex]); }
4.
▲
by
Aaron2222
8mo ago
All 14" and 16" MacBook Pros (which is all Apple Silicon MacBook Pros except the 13" ones with base M1 or M2) have an SD card reader.
5.
▲
by
Aaron2222
9mo ago
As per the article: Now when trying to activate the OS by attempting to call the phone number for Microsoft Product Activation, an automated voice response says the following: "Support for product activation has moved online. For t
6.
▲
by
Aaron2222
9mo ago
A lot of core functionality is implemented as bundled plugins (they ship with the IDE, but can receive updates separately). They can also be independently disabled (and older versions used to come with only some enabled and ask you which ot
7.
▲
by
Aaron2222
10mo ago
This trick is something we teach our students when we do 6809 assembly (mainly as a trick to do addition on the index registers). I had no idea it was used as an optimisation in x86.
8.
▲
by
Aaron2222
10mo ago
Tinymist in VS Code does this out of the box (and looks like it can be set up in other editors). That or you can configure it to save out a new PDF automatically on save or as you edit the document and just open it in a PDF viewer that'
9.
▲
by
Aaron2222
10mo ago
The loss of the --no-gatekeeper option isn't that big of a deal. It just removed the com.apple.quarantine xattr from the installed cask (which you can easily do yourself, or just allow the app from System Settings after Gatekeeper bloc
10.
▲
by
Aaron2222
10mo ago
> Apple Silicon won’t run unsigned apps anyway. Technically true, but misleading. The macOS kernel won't execute an Apple Silicon binary that doesn't have a signature, but as Apple documents, an ad-hoc signature is enough to me
11.
▲
by
Aaron2222
10mo ago
1. Yes. (Either that or they know something we don't about Apple's future plans.) 2. No, as Gatekeeper checks both for a valid signature from an Apple Developer Program certificate as well as notarization.
12.
▲
by
Aaron2222
10mo ago
To clarify, the macOS kernel requires a signature on all Apple Silicon binaries, but this can just be an ad-hoc signature. Ad-hoc signed Apple Silicon applications are treated much the same as unsigned Intel ones.
13.
▲
by
Aaron2222
10mo ago
> i can't even just install and run the docker CLI--docker on Mac requires Desktop and commercial use of Desktop requires a license. That's not on Apple. Docker needs the Linux kernel (for Linux containers), so it's no dif
14.
▲
by
Aaron2222
10mo ago
While it is true that macOS requires binaries to have a digital signature, that can just be an ad-hoc signature. Other than that, not much has changed. Gatekeeper (and the ability to bypass it for specific apps/binaries) works much the
15.
▲
by
Aaron2222
10mo ago
So iPod Socks[0], but with a strap? [0]: https://en.wikipedia.org/wiki/IPod_Socks
16.
▲
by
Aaron2222
10mo ago
Apple's had Universal Clipboard since 2016 (so 9 years) with macOS Sierra and iOS 10.
17.
▲
by
Aaron2222
11mo ago
ChatGPT is another.
18.
▲
by
Aaron2222
11mo ago
Reading the paper[0], they're getting position data at 1s intervals, and ran it for 4h to show repeatable centimetre-level precision over that time period. [0]: https://link.springer.com/content/pdf/10.1007&#x
19.
▲
by
Aaron2222
11mo ago
sort | uniq -c | sort -n The second sort is sorting by frequency (the count output by `uniq -c`).
20.
▲
by
Aaron2222
11mo ago
So do most package managers...
21.
▲
by
Aaron2222
11mo ago
If you're not going to use the web app, you may as well sponsor them through GitHub instead. Also, you get stickers that way.
22.
▲
by
Aaron2222
11mo ago
You can fix this with: defaults write -g NSDocumentSaveNewDocumentsToCloud -bool false You can also have apps default to a blank document instead of the open dialog: defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFil
23.
▲
School computer classes (1969) [video]
(youtube.com)
1 points
by
Aaron2222
1y ago
|
0 comments
24.
▲
by
Aaron2222
1y ago
The DEC VT241 from 1984 had colour. https://terminals-wiki.org/wiki/index.php/DEC_VT240 https://www.1000bit.it/ad/bro/digital/DECVT240.pdf
25.
▲
by
Aaron2222
1y ago
> There is an open source app, Amphetamine BTW, Amphetamine isn't open source, just freeware.
26.
▲
by
Aaron2222
1y ago
As in creating a virtual display and mirroring that into a window (instead of mirroring an existing display)? There was an HN post[0] about a piece of software called DeskPad about 8 months ago that does exactly that. BetterDisplay can also
27.
▲
by
Aaron2222
1y ago
Terminal.app has a setting "Use Option as Meta Key" that needs to be enabled. It's under the Edit menu as well as in Settings > Profiles > Keyboard (if you want, you can click use Command-A to select all the profiles to
28.
▲
by
Aaron2222
1y ago
They're still very common in NZ.
29.
▲
by
Aaron2222
1y ago
Came here to say the same thing. BIC Cristals are quite uncommon in my (also NZ) experience, but the BIC Clics are everywhere. EDIT: Apparently also referred to as the BIC M10. Not to be confused with the BIC Clic Stic they apparently sell
30.
▲
by
Aaron2222
1y ago
> What other solutions do exist out there? Xreal One and One Pro have this built into the glasses themselves. The Xreal Eye camera is meant to add on-glassed 6DOF tracking as well.
More ›