Hacker Newsnew | past | comments | ask | show | jobs | submit | ajyoon's commentslogin

My bullshit alarms were blaring at this line. They really think we are that stupid.


It feels like a sleight of hand, either to not spook OpenAI employees (I.e. the audience of this post), or allow some later minor change in contract or interpretation or customer deployment posture to suddenly permit fully autonomous weapons.


Contrary to benchmarks, open weight models are way behind the frontier.


My point is that you don't want a big model for the kind of analysis being discussed here

Even if they were paying frontier prices they would be choosing 5 mini or nano with no thinking

At that point, a fine tuned open source model is going to be on the pareto frontier


Fair - my "millions" note is wrt SpaceX filing with the FCC to launch 1 million satellites, and the Google viability study deals with large constellations rather than monolithic stations. Public communications from companies purporting to go into orbital data centers have made every appearance that they think virtually all compute can go to space.



It's highly doubtful the malware authors hadn't already figured out what went wrong by the time this was published.


Can confirm: googled and landed right here.


Per the Zen of Python, there should always be exactly one sensible way to do something, but unfortunately this is not often the case. List comprehension can be achieved just the same with functools, itertools, explicit for loops, etc.

That said, I do tend to have that mantra a little more present in my head when I'm working with Python.


Much easier, the equivalent C would be in the area of 15-20 statements


I was surprised to learn that this has got to be one of the only languages which is easier to compile than interpret. When compiled the language reduces to basically a single-register assembly with a one-to-one character-to-line ratio. Bracket branching can be extremely easily implemented with jump labels and `test` + `jnz` statements without having to worry about things like parsing and jump table construction at all.


It's pretty freaking easy to interpret, as well... I implemented an interpreter in Go (which I had never used before) in an hour or so; most of the time spent was learning the two languages (Go and BF).

I should start asking interview candidates to write a BF interpreter...


There is a minified version here if you're into that kind of thing https://github.com/ajyoon/systemf/blob/master/examples/http/...


listen...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: