Lovely news to get on the morning of my first day at the UK AI Safety Institute. :)
| web | https://naml.us |
| github | https://github.com/girving |
| location | London |
| web | https://naml.us |
| github | https://github.com/girving |
| location | London |
Lovely news to get on the morning of my first day at the UK AI Safety Institute. :)
Yikes: A backdoor in xz, after 3 years of social engineering and a bunch of sock puppet accounts to gain maintainer access. 😱
This line is particularly interesting. I wonder if oss-fuzz could mitigate this by requiring reports to go to multiple places? Hard to verify independence, though.
…
2023-03-20: Jia Tan updates Google oss-fuzz configuration to send bugs to them.
…
Program to recognize its own checksum:
```
#!/usr/bin/env python3
import sys
import zlib
if len(sys.argv) == 2:
print(('Not me', 'Me.')[zlib.crc32(open(sys.argv[1], 'rb').read()) == 1441602037])
```
Usage: ./self-crc self-crc
(Note: It's supposed to end with a newline.)
I love imagining the mathematical needs of whoever decided on the unicode math characters.
"Gosh, I'm just always needing notation for when two lines are sorta-but-not-completely perpendicular. I know! â«¡"
"What if something's not just bigger than or much bigger than but WAY FUCKING BIGGER THAN? Aha: ⫸"
"I'm doing so many specialized contour integrals and hate writing with words so much that I'm going to invent a specific symbol for line integration with rectangular path around a pole: ⨒"
"I don't know whether A is a subset of B or B is a subset of A, but at least one of those statements is true, so... A â«“ B."
"Gosh, I have this element S of the Picard group of a symmetric monoidal category and I want to tensor M with the tensor-inverse of S but don't want to create notation for the tensor inverse. As such, consider M⨸S."
How much should it bother me that the following two releases of boost 1.84.0 have tons of small differences?
1. https://www.boost.org/users/history/version_1_84_0.html
2. https://github.com/boostorg/boost/releases/tag/boost-1.84.0