Hacker Newsnew | past | comments | ask | show | jobs | submit | thought_alarm's commentslogin

Or in the case of Superbad, a film based on Seth Rogen's experiences as a Vancouver teenager in the late 90s, Vancouver is a stand-in for Los Angeles, which is a stand-in for Vancouver.


I use the built-in `hidutil` utility to remap F3-F9 to my preferred keys.

F3/F4 are remapped to the keyboard backlight brightness.

F5-F9 are remapped to be plain old function keys.

This post has a lot of great info: https://news.ycombinator.com/item?id=35555475

This is the mapping I use on an M1 MacBook:

    hidutil property --set '{
      "UserKeyMapping":[
        {"HIDKeyboardModifierMappingSrc":0x0000FF0100000010,"HIDKeyboardModifierMappingDst":0x00FF00000009},
        {"HIDKeyboardModifierMappingSrc":0x0000000c00000221,"HIDKeyboardModifierMappingDst":0x00FF00000008},
        {"HIDKeyboardModifierMappingSrc":0x0000000c000000cf,"HIDKeyboardModifierMappingDst":0x00070000003e},
        {"HIDKeyboardModifierMappingSrc":0x000000010000009b,"HIDKeyboardModifierMappingDst":0x00070000003f},
        {"HIDKeyboardModifierMappingSrc":0x0000000c000000b4,"HIDKeyboardModifierMappingDst":0x000700000040},
        {"HIDKeyboardModifierMappingSrc":0x0000000c000000cd,"HIDKeyboardModifierMappingDst":0x000700000041},
        {"HIDKeyboardModifierMappingSrc":0x0000000c000000b3,"HIDKeyboardModifierMappingDst":0x000700000042}
      ]
     }'


This was good info, thanks! Didn't think it'd be possible.


iTunes didn't go anywhere.

Just about everything I watch or listen to is served from the same iTunes Library I've had for over 20 years. It's more important to me now than it has ever been.


It's always fun when an old relic pops up in ye olde RSS reader. His feed would have been one of the originals I started following 25 years ago or so.


Dang we're getting old ey?


Not old. Experienced.


I’m not going to be able to find the reference in my head, but I thought there had been a couple Bob’s over the years.

The descent into IBM hiring/etc is when I sort of last stopped reading.



I would really love to see something like EndBASIC built around a Lisp-family language.

I've recently been playing around with some of the old Logo implementations from the 80s and I've been really charmed by just how powerful and elegant that language can be once you've wrapped your head around it. It makes BASIC look barbaric by comparison.


Hypothetical question:

Let's say that back in 1930s when they were assigning frequencies for the broadcast television channels, they allocated enough extra bandwidth for a future color (chroma) signal, apart from the existing monochrome (luma) signal.

If the bandwidth was available, would it have been possible to include separate chroma and luma components in the broadcast signal without the two interfering with each other, thereby producing a much cleaner color image while maintaining backward compatibility with the original B&W TV sets?


Isn't that essentially what happened? In the 1930s, the channels were allocated at 6 MHz spacing, but only needed about 3 MHz of bandwidth for the luma channel. There might have been some foresight involved, but the gaps between channels also allowed for cheaper, less precise tuners. Then in the 1950s they added a 1 MHz chroma signal on a 3.58 MHz upper sideband, expanding the channel bandwidth to just under 6 MHz.


6 MHz was there from the start. If it wasn't, the CBS field-sequential might have won. Both government (FCC) and industry (RCA) were pushing for a backward compatible system and there was enough bandwidth to pull it off. OP asks what would've happened had chroma been given its own separate, non-overlapping band. That was not possible while maintaining compatibility.


You could argue that if extra bandwidth were available it might be better allocated elsewhere for improved picture quality. But yes. It would've reduced lots of engineering complexity and probably would've looked very much like PALplus.

https://en.wikipedia.org/wiki/PALplus


I just use some old textbooks to raise the height of the display:

- Design Patterns by the Gang of Four

- Modern C++ Design by Andrei Alexandrescu

- Code Complete from the Microsoft Press

That's enough old paper to raise the display height to a comfortable level.


I do the same, though ideally the height is different between putting my desk in sitting/standing height.


Release notes: https://developer.apple.com/documentation/xcode-release-note...

Surprisingly, this version does not require MacOS 26 (Tahoe).


From my years of iOS development—and based on https://xcodereleases.com typically ships two major Xcode updates each year:

- X.0 (September): bumps Swift, SDK versions, etc. It also tends to have a noticeably longer beta cycle than other releases. - X.3 or X.4 (around March): bumps Swift again and raises the minimum required macOS version.

Other releases in between are usually smaller updates that add features or fix bugs, but they don’t involve major toolchain-level or fundamental changes.

Today’s release doesn’t bump the Swift version, which suggests the core toolchain is essentially the same as Xcode 26.2—so it makes sense that the minimum macOS version wasn’t raised either.


> this version does not require MacOS 26

I think it is required for any AI support. Xcode will run with limited features on earlier OS's.


Agreed - I tried installing Xcode26.3 on my mac running Sequoia and there's no "intelligence" pane in Xcode settings to connect Claude like there is in the docs.


But Sequoia is already a noticeably worse bugfest than Sonoma, so I'm loath to update.


Maybe the xcode developers hate Tahoe as much as HN seems to.


Computer Chronicles and MotorWeek were fixtures of my Saturday afternoons as a young kid in the 80s. 35+ years later both shows became fascinating and priceless time capsules of the era.


For me it was those two, but also Bob Ross (of course!) and Star Gazers (Keep looking up!). I enjoyed drawing and astronomy and the entire reason I got into computers was to program the equations from the astronomy with your pocket calculator book.


Agreed! Btw MotorWeek is still pumping out new episodes. Watched one yesterday.


That's also why Apple renamed OpenStep to Cocoa. Java was supposed to be the primary development language for Mac OS X (because Java and Cocoa go great together).


For a while you could write OSX stuff in Java. I did. They also had some pretty okay JNI bindings for stuff like quicktime, so I was able to write a java application that used quicktime to load and display videos. I needed to analyze video streams for my dissertation, so I wrote some custom visualization stuff in java that used the quicktime bindings. Good times.


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: