DataJoint is seeking a Senior Engineer skilled in building computational platforms in modern cloud environments. This is a unique opportunity to join our team to scale up our existing solutions and invent new capabilities to support life sciences research in biotech and drug discovery. Technologies: Python, k8s, SciPy | NumPy, Typescript.
Record360 is an asset inspection and workflow company that works in heavy equipment and other logistics spaces. We make simple tools that just work, with people in the field using mobile devices to inspect and perform other operations on assets. The engineering team is ~10 people. We are a profitable, growing company with a good work-life balance. Our core hours are 10a - 2p to allow for overlap in CONUS. People must have existing US work authorization, cannot sponsor.
Our Platform is React / Ruby on Rails / GraphQL / Postgres / Kubernetes / Redis / AWS.
We are hiring for three positions, details including comp at the links:
* Senior Software Engineer focused on Integrations
I was really disappointed when I saw this, but not because of the content, which is great, but because I saw Cats (Year) and assumed that the link was going to be explaining git using the _movie_ Cats. Sadly, the movie was Cats (2019).
https://nvd.nist.gov/vuln/detail/CVE-2017-15908 says this is a infinite loop DoS in systemd-resolved, so it can't be the (hypothetical) bug described by the GP since it's neither a RCE nor in systemd PID1.
> Would have been nice to have an executive summary
That's Indexing and Abstracting, not Cataloging, a different area of librarianship/information science. Sorry.
More seriously: The poster must have had some context in mind when they posted this to HN and it would be interesting to learn what that was; even if it was just "TIL libraries don't keep books forever."
This works out well in practice -- the ruby parser that ships with the language (the 100 levels one) works for most purposes and will even go back to an all-ruby implementation if it can't load its C extension. It's a reasonable default parser for almost all cases.
However, if you need the all-singing, all-dancing, handles the most complex use cases super fast parser, which is Oj at the bottom (which handles infinite levels), then you have the option to install it and use it.