Viewing profile — timsneath
timsneath
HN member- Joined
- Wed, Feb 16, 2011, 7:04 PM UTC
- HN karma
- 2,573
- Public activity
- 177 items
- HN profile
- View on Hacker News ↗
About timsneath
In former lives I worked on Flutter (Google) and Windows (Microsoft).
Recent public activity
- story
-
comment
Comment #48469985
To clarify a few comments here: this is not only OCI containers: container machines add support for persistence and filesystem mounting, making container machines a great lightweig…
- story
-
comment
Comment #46939160
Swift goes further down the stack than you might at first imagine -- there's a lot of Swift written at Apple even in places where you might expect C. The container CLI tool wraps t…
- story
-
comment
Comment #46612405
Sounds a bit like "We Didn't Playtest This at All" ( https://boardgamegeek.com/boardgame/31016/we-didnt-playtest-... ), which is a lot of fun as an icebreaker game in various setti…
-
comment
Comment #46249483
Also see https://www.engadget.com/ai/you-can-turn-a-cluster-of-macs-i...
-
comment
Comment #45844260
Also announced today… AWS official support for Swift lambdas: https://aws.amazon.com/blogs/opensource/the-swift-aws-lambda...
-
comment
Comment #45742979
In macOS 26, you can see every Rosetta app that has recently run on your machine by going to System Information and then Software / Rosetta Software. It includes the "Fallback Reas…
-
comment
Comment #45700469
Ha! But that's not semantically meaningful Swift code in any normal context, nor is it idiomatic. `self` is equivalent to `this` in C++, and is never normally null. You use this co…
-
comment
Comment #45699873
This doesn't transpile. It cross-compiles to Android architectures using the NDK. You can see a very simple "hello world" example at the bottom of this article: https://www.swift.o…
-
comment
Comment #45699672
It's worth noting that this doesn't add any expectations for how your UI is built. The example shown in the screenshot continues to use Jetpack Compose (Android's native UI) with K…
-
comment
Comment #45650326
I didn't understand the introduction here, which says both: > The well-maintained NTFS driver in the Linux kernel enhances interoperability with Windows devices and > Currently, nt…
-
comment
Comment #45228284
And just for fun, they also support what must be the most weird encoding system -- UTF-EBCDIC ( https://www.ibm.com/docs/en/i/7.5.0?topic=unicode-utf-ebcdic ).
- story
-
comment
Comment #44964281
OPA solves the problem of defining and enforcing policies across a system. Some examples: - How do I enforce that inbound API requests come only from trusted sources? - How do I en…
-
comment
Comment #44229780
The framework that container uses is built in Swift and also open sourced today, along with the CLI tool itself: https://github.com/apple/containerization
-
comment
Comment #44195356
That's built in now -- the default VSCode "Format Document" / "Format Selection" commands work with just the Swift extension installed.
-
comment
Comment #44186025
Good news! https://code.visualstudio.com/docs/languages/swift
-
comment
Comment #44173530
It runs on Linux-based infrastructure. We've updated the blog post to clarify this. Thanks!
-
comment
Comment #43511329
Very feasible. From embedded ( https://www.swift.org/blog/embedded-swift-examples/ ) to Linux apps ( https://www.swift.org/blog/adwaita-swift/ ) to tiny games ( https://www.swift.o…
-
comment
Comment #42900090
Working on it: https://github.com/swiftlang/swiftly?tab=readme-ov-file
-
comment
Comment #42899910
Of course! Tons of examples here: https://github.com/apple/swift-embedded-examples At WWDC24, we shared a session on embedded Swift, which is available on YouTube: https://www.yout…
-
comment
Comment #42861827
It used to be that Hacker News was a place for the inventors, the technologists, and the futurists. What happened to our optimism and excitement for firsts? Airfares have dropped p…
-
comment
Comment #42715272
That is exactly the goal of Private Cloud Compute, part of the fabric of Apple Intelligence: https://security.apple.com/blog/private-cloud-compute/#:~:te... .