HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thefilmore

no profile record

Submissions

The SLAX Scripting Language: An Alternate Syntax for XSLT

juniper.github.io
43 points·by thefilmore·bulan lalu·12 comments

Will Software Engineering Survive?

akr.am
3 points·by thefilmore·5 bulan yang lalu·2 comments

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

theregister.com
4 points·by thefilmore·5 bulan yang lalu·0 comments

-fbounds-safety: Enforcing bounds safety for C

clang.llvm.org
108 points·by thefilmore·5 bulan yang lalu·122 comments

Why is the Gmail app 700 MB?

akr.am
436 points·by thefilmore·6 bulan yang lalu·393 comments

How Silicon Valley enshittified the internet

theverge.com
11 points·by thefilmore·8 bulan yang lalu·2 comments

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

archive.nytimes.com
2 points·by thefilmore·9 bulan yang lalu·1 comments

Gentoo on macOS

wiki.gentoo.org
3 points·by thefilmore·9 bulan yang lalu·0 comments

OpenWRT vs. RDK vs. PrplOS

pyjamabrah.com
2 points·by thefilmore·10 bulan yang lalu·0 comments

comments

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

https://archive-is.tumblr.com/post/808911640210866176/people...
thefilmore
·5 bulan yang lalu·discuss
> There's a mass psychosis happening

Any guesses on how long this lasts?
thefilmore
·6 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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