HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thefilmore

no profile record

Submissions

The SLAX Scripting Language: An Alternate Syntax for XSLT

juniper.github.io
43 points·by thefilmore·el mes pasado·12 comments

Will Software Engineering Survive?

akr.am
3 points·by thefilmore·hace 5 meses·2 comments

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

theregister.com
4 points·by thefilmore·hace 5 meses·0 comments

-fbounds-safety: Enforcing bounds safety for C

clang.llvm.org
108 points·by thefilmore·hace 5 meses·122 comments

Why is the Gmail app 700 MB?

akr.am
436 points·by thefilmore·hace 6 meses·393 comments

How Silicon Valley enshittified the internet

theverge.com
11 points·by thefilmore·hace 8 meses·2 comments

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

archive.nytimes.com
2 points·by thefilmore·hace 9 meses·1 comments

Gentoo on macOS

wiki.gentoo.org
3 points·by thefilmore·hace 9 meses·0 comments

OpenWRT vs. RDK vs. PrplOS

pyjamabrah.com
2 points·by thefilmore·hace 10 meses·0 comments

comments

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

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

Any guesses on how long this lasts?
thefilmore
·hace 6 meses·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
·hace 6 meses·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