HackerTrans
TopNewTrendsCommentsPastAskShowJobs

de_aztec

no profile record

Submissions

Levels.fyi Atlas – Interactive Bay Area Map with Pay

levels.fyi
6 points·by de_aztec·há 22 dias·0 comments

Swift-OS – operating system written in Embedded Swift for aarch64

github.com
1 points·by de_aztec·há 28 dias·0 comments

PufferLib 4.0 Experiments

github.com
1 points·by de_aztec·há 3 meses·0 comments

Apple: Accelerate your machine learning workloads with the M5 and A19 GPUs

youtube.com
3 points·by de_aztec·há 4 meses·0 comments

Apple Developer Security Event

youtube.com
3 points·by de_aztec·há 4 meses·0 comments

Chris Lattner: Claude C Compiler

modular.com
45 points·by de_aztec·há 5 meses·9 comments

Apple security-focused developer event

twitter.com
1 points·by de_aztec·há 5 meses·0 comments

GeekBench Results for MacBook Pro M5

browser.geekbench.com
2 points·by de_aztec·há 9 meses·0 comments

Embedded Swift Example Projects

github.com
1 points·by de_aztec·há 11 meses·0 comments

Create Embedded Software with Swift

swift.org
4 points·by de_aztec·ano passado·0 comments

Montelimar – Textify and Latexify every part of your screen

github.com
3 points·by de_aztec·ano passado·0 comments

Fil-C: memory-safe version of C and C++

github.com
1 points·by de_aztec·ano passado·0 comments

Eliminating Redundant Bound Checks

nicula.xyz
1 points·by de_aztec·ano passado·0 comments

RISC-V Vector Programming in C with Intrinsics

fprox.substack.com
5 points·by de_aztec·ano passado·0 comments

The Mystery of Mach-O Object Structure

alexdremov.me
2 points·by de_aztec·ano passado·0 comments

Becoming competitive when joining a new company

ludwigabap.bearblog.dev
1 points·by de_aztec·ano passado·0 comments

Electronics Club

electronicsclub.info
3 points·by de_aztec·ano passado·0 comments

ARM Neon Assembly Visualizer

szeged.github.io
3 points·by de_aztec·ano passado·0 comments

NandGame

nandgame.com
4 points·by de_aztec·ano passado·0 comments

Doom running on Apple Lightning to HDMI dongle [video]

youtube.com
10 points·by de_aztec·ano passado·4 comments

comments

de_aztec
·ano passado·discuss
from the article:

> With this release, SwiftPM now has the opportunity to offer a unified build execution engine across all platforms.

this is what the big deal is. it might not achieve much on its own immediately, but this is the key to build a truly multiplatform ecosystem of libraries, tools and applications in Swift. we should expect to see more of that soon.
de_aztec
·há 2 anos·discuss
Since it’s not clear from the title: embedded here does not mean sqlite-inside-your-app but small devices with microcontrollers
de_aztec
·há 2 anos·discuss
Very interesting to see that Clang basically always produces very bad and unoptimized LLVM IR code and leaves it to LLVM to clean it all up. That said, it's not entirely true that Clang avoid doing any optimizations -- it does indeed produce slightly different LLVM IR for -O0 and -O3.