Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lukeh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Australian government paper proposes opt-out for AI training
(abc.net.au)
1 points
by
lukeh
2d ago
|
0 comments
2.
▲
by
lukeh
10d ago
It's possible to have a career in classical music (I have one, for some definition of classical). But I suspect that streaming income from passive listeners (i.e. not fans) will disappear once the streaming services can eliminate those
3.
▲
by
lukeh
13d ago
CM4s are very tricky to find right now. Should have stocked up… :( (I’m building an embedded product and it’s probably still the right choice, just more expensive and harder to find than when I started the project in 2024.)
4.
▲
by
lukeh
18d ago
Ha, I quite enjoy doing this in comments or commit messages where practicable. But, that's just a few lines. :)
5.
▲
by
lukeh
1mo ago
Ha yes, PC XT clone here! And then eventually, a 486SX around 1993, which was my first foray into Linux.
6.
▲
by
lukeh
2mo ago
Correction: Apple never used X as a native window system, nor did NeXT. The did provide the hooks for an X11 server to run on macOS. From memory this was due to requests from the academic community at the time.
7.
▲
by
lukeh
2mo ago
You might want to make the port index instead a bit mask, that will let you support multicast and also selective broadcast flooding (although if you have limited space you’ll likely make broadcast flooding the default).
8.
▲
by
lukeh
2mo ago
Toyota is using Flutter I believe.
9.
▲
by
lukeh
3mo ago
I haven't used it, but there's also Avocado OS [1]. Myself, I use Yocto for our embedded build. It's not perfect but for our application, which involves building a bunch of software that uses both Swift and Flutter for an emb
10.
▲
by
lukeh
3mo ago
Also it’s nice for things like SPI which have no user space non-blocking API.
11.
▲
by
lukeh
4mo ago
Microsoft Surface Dial is nice. You'll also need to write a driver...
12.
▲
by
lukeh
5mo ago
Well, also to be clear, I did find a great hardware engineer to design the board based on my somewhat outrageously over-engineered specifications. And I have been working on it for three years and haven't shipped. It's a great que
13.
▲
by
lukeh
5mo ago
Re: yours, that is a _long_ boot time. Boot time on mine isn't great, but I think I'm just going to have to accept that as an artefact of U-Boot, Linux, and an Ethernet switch chip that takes some time to initialise. Anyway, re: m
14.
▲
by
lukeh
5mo ago
Well, it started off simpler, but, yes.
15.
▲
by
lukeh
5mo ago
I’m building an audio device. It runs Linux for the control plane (it’s just a CM4 running Yocto, maybe I’ll leave SSH running on production units, maybe not, haven’t decided yet). No audio passes through the CM4, there’s a dedicated FPGA a
16.
▲
by
lukeh
5mo ago
SIP is anti-feature for a certain class of users, but the right tradeoff for most consumers. At least you can disable it. And even as a developer I leave it enabled.
17.
▲
by
lukeh
5mo ago
Right, and I suspect as things get more complicated (and you have to ship), abstractions get leaky.
18.
▲
by
lukeh
5mo ago
There was also the Java-like syntax for ObjC but I don’t think that ever shipped.
19.
▲
by
lukeh
5mo ago
Yup, even with a hard drive the m68k turbo slab was no speed demon. Wasn't too bad on HPPA though.
20.
▲
by
lukeh
6mo ago
Still rocking a 2019 (Intel) Mac Pro here, all slots filled with various Pro Tools and UAD DSP cards, SSD, GPU, etc. I'm planning to get as much mileage out of it as I can. I'm sure a Studio would be more performant, but the Thund
21.
▲
by
lukeh
6mo ago
I hear you. Actually I read this thread because we’re using jemalloc in an embedded product. The only way I found to work on interesting problems here was to work for myself. (Having said that I think Apple might have some security research
22.
▲
by
lukeh
7mo ago
To some degree. There are _many_ SwiftUI clones that support other frameworks such as Gtk and Windows, with varying states of maturity. Or you can share the business logic and write the UI natively in Swift.
23.
▲
by
lukeh
7mo ago
It does like to weasel in if you let it write a commit message, and even after rewriting and force pushing, it seems to hang around on the GitHub contributor list.
24.
▲
by
lukeh
7mo ago
Swift actually has excellent C++ interop [1] (compared to other languages, but, I guess, not good enough for Ladybird). [1] https://www.swift.org/documentation/cxx-interop/
25.
▲
by
lukeh
7mo ago
Also things like support for GSS-API pre-authentication mechanisms (so, you can use an arbitrary security mechanism such as EAP to authenticate yourself to the KDC), the new SAnon mechanism, pulling in some changes from Apple's fork, r
26.
▲
by
lukeh
7mo ago
You also need synchronization to mix sources (common in any production) without incurring the latency and resampling of asynchronous sample rate conversion.
27.
▲
by
lukeh
7mo ago
There’s also AES70, or OCA ( https://news.ycombinator.com/item?id=46934318 ). More popular in audio than video, something of a competitor to NMOS (although there are parts of NMOS that were very much inspired by OCA). There a
28.
▲
by
lukeh
7mo ago
IOKit was designed to support CoreAudio from the start, cc gvdl.
29.
▲
by
lukeh
7mo ago
That is a beautiful piece of industrial design.
30.
▲
by
lukeh
8mo ago
XMOS is still keeping the Inmos dream alive, more or less!
More ›