HackerTrans
トップ新着トレンドコメント過去質問紹介求人

thefilmore

no profile record

投稿

The SLAX Scripting Language: An Alternate Syntax for XSLT

juniper.github.io
43 ポイント·投稿者 thefilmore·先月·12 コメント

Will Software Engineering Survive?

akr.am
3 ポイント·投稿者 thefilmore·5 か月前·2 コメント

AI-authored code contains worse bugs than software crafted by humans

theregister.com
4 ポイント·投稿者 thefilmore·5 か月前·0 コメント

-fbounds-safety: Enforcing bounds safety for C

clang.llvm.org
108 ポイント·投稿者 thefilmore·5 か月前·122 コメント

Why is the Gmail app 700 MB?

akr.am
436 ポイント·投稿者 thefilmore·6 か月前·393 コメント

How Silicon Valley enshittified the internet

theverge.com
11 ポイント·投稿者 thefilmore·8 か月前·2 コメント

Defunct Keys and Odd Commands Still Bedevil Today's PC User (1999)

archive.nytimes.com
2 ポイント·投稿者 thefilmore·9 か月前·1 コメント

Gentoo on macOS

wiki.gentoo.org
3 ポイント·投稿者 thefilmore·9 か月前·0 コメント

OpenWRT vs. RDK vs. PrplOS

pyjamabrah.com
2 ポイント·投稿者 thefilmore·10 か月前·0 コメント

コメント

thefilmore
·先月·議論
This is the version used in macOS since 15.0.
thefilmore
·3 か月前·議論
400k lines of code per scc
thefilmore
·4 か月前·議論
https://x.com/tim_cook/status/2034979891926769864
thefilmore
·5 か月前·議論
Yup. This was so jarring to read. Shame.
thefilmore
·5 か月前·議論
It's true.

https://archive-is.tumblr.com/post/808911640210866176/people...
thefilmore
·5 か月前·議論
> There's a mass psychosis happening

Any guesses on how long this lasts?
thefilmore
·6 か月前·議論
My zsh config has three things:

    setopt PROMPT_SUBST ; PS1='[%n@%m %c$(__git_ps1 " (%s)")]\$ '
    bindkey "^R" history-incremental-search-backward
    autoload -Uz compinit && compinit
The first one is mentioned in `git-prompt.sh` that comes with git, which needs to be sourced as well.
thefilmore
·6 か月前·議論
Author here. Thanks for sharing this. It seems they released an updated version of this analysis last year [1]. It matches what I saw when analyzing the IPA. I tried to do a deeper analysis on the code itself using several tools, including Google's own bloaty [2] which was not very useful without symbols, classdumpios [3] which revealed something like 50k interfaces starting with "ComGoogle", and Ghidra [4], which I left running for a day to analyze the binary, but kept hanging and freezing so I gave up on it. Perhaps comparing the Android and iOS code could lead to something more fruitful.

[1] https://x.com/emergetools/status/1943060976464728250

[2] https://github.com/google/bloaty

[3] https://github.com/lechium/classdumpios

[4] https://github.com/NationalSecurityAgency/ghidra