"So far, Source Spotter has successfully reproduced every toolchain since Go 1.21.0, for every architecture and operating system. As of publication time, that's 2,672 toolchains!"
"So far, Source Spotter has successfully reproduced every toolchain since Go 1.21.0, for every architecture and operating system. As of publication time, that's 2,672 toolchains!"
This CA (crt.sh?caid=201916, only ~300 certs) is only trusted by the Microsoft root program and the eIDAS QWAC trusted list.
MS has not been actively managing their roots for years, and the EU wanted to push theirs on browsers.
This CA (crt.sh?caid=201916, only ~300 certs) is only trusted by the Microsoft root program and the eIDAS QWAC trusted list.
MS has not been actively managing their roots for years, and the EU wanted to push theirs on browsers.
We are all struggling with a massive shift that has happened in the past 10 or 20 years in the software industry. For decades, software reuse was only a lofty goal. Now it's very real.
queue.acm.org/detail.cfm?i...
@swtch.com
We are all struggling with a massive shift that has happened in the past 10 or 20 years in the software industry. For decades, software reuse was only a lofty goal. Now it's very real.
queue.acm.org/detail.cfm?i...
@swtch.com
Notably because I was on the team of people writing the firewall rules for Rob Pike's plan 9 desktop at Google.
@tailscale.com fixes it (albeit ten years too late).
Notably because I was on the team of people writing the firewall rules for Rob Pike's plan 9 desktop at Google.
@tailscale.com fixes it (albeit ten years too late).
tailscale.com/plan9
(A little thing I wrote and worked on over the past few weekends with @swtch.com)
tailscale.com/plan9
(A little thing I wrote and worked on over the past few weekends with @swtch.com)
tailscale.com/plan9
(A little thing I wrote and worked on over the past few weekends with @swtch.com)
tailscale.com/plan9
(A little thing I wrote and worked on over the past few weekends with @swtch.com)
GitHub renders "- #12345" differently on web (nice link with title and issue status) vs email (literally a useless blue #12345).
1/3
GitHub renders "- #12345" differently on web (nice link with title and issue status) vs email (literally a useless blue #12345).
1/3
pad dot-pads the matrix to avoid wraparound.
x y shift m rotates the matrix x left, y down.
d(=x y) shift4 m produces the 4 matrices shifted by d*0 1 2 3.
d XMAS m identifies the X in XMAS in direction d.
pad dot-pads the matrix to avoid wraparound.
x y shift m rotates the matrix x left, y down.
d(=x y) shift4 m produces the 4 matrices shifted by d*0 1 2 3.
d XMAS m identifies the X in XMAS in direction d.
Is software safer now?
Serious question.
What improvements have we made?
Is software safer now?
Serious question.
What improvements have we made?
The function 'c step s' steps the state machine state s to incorporate the new character c.
(step/ flip x) runs the state machine over the whole string, left to right.
The reduction base case for "...yz" is 'y' step 'z', which step rewrites to ('y' step 'z' step initial-state).
The function 'c step s' steps the state machine state s to incorporate the new character c.
(step/ flip x) runs the state machine over the whole string, left to right.
The reduction base case for "...yz" is 'y' step 'z', which step rewrites to ('y' step 'z' step initial-state).
Day 1:
sample = transp read "sample.txt"
op sort x = x[up x]
op solve x = +/abs (sort x[1]) - sort x[2]
solve sample
op solve2 x = +/x[1] * +/x[1] o.== x[2]
solve2 sample
adventofcode.com
(Ivy in 2021: www.youtube.com/playlist?lis...)
Day 1:
sample = transp read "sample.txt"
op sort x = x[up x]
op solve x = +/abs (sort x[1]) - sort x[2]
solve sample
op solve2 x = +/x[1] * +/x[1] o.== x[2]
solve2 sample
adventofcode.com
(Ivy in 2021: www.youtube.com/playlist?lis...)
Did the creators of PostScript invent these, did they originate in some even earlier system?
Did the creators of PostScript invent these, did they originate in some even earlier system?
Hash-Based Bisect Debugging in Compilers and Runtimes
research.swtch.com/bisect
Hash-Based Bisect Debugging in Compilers and Runtimes
research.swtch.com/bisect
thenightly.com.au/world/chines...
thenightly.com.au/world/chines...
An RC4 variant in Awk, what more could you want?
research.swtch.com/xz-script
An RC4 variant in Awk, what more could you want?
research.swtch.com/xz-script