This one is critically acclaimed and is not a sokoban: https://store.steampowered.com/app/2721890/oo/
> After reading the linked article, and the comments here I still have zero clue about the game A video is worth a thousand words, and there's a video at the very beginning of the article. Did you watch the video? You…
[flagged]
I don't see how this is different from current human poaching practices. i.e. It appears to be currently legal to hire an employee from company A who has been "tainted" by company A's [proprietary AI secrets/proprietary…
I think there could be a market for "permissive/open models" in the future where a company specifically makes LLM models that are trained on a large corpus of public domain or permissively licensed text/code only and…
The problem with CLIs is that unless it's a super well documented CLI like `gh`, the LLM will have a hard time figuring out how to use it from `--help` alone unless it's a really simple tool. If you want to do something…
> and then compile the ONNX to the native format of the device. I'm assuming you are talking about https://github.com/onnx/onnx-mlir? In your experience, how much faster is a "compiled" onnx model vs. using an onnx…
It's a big deal, just not as big a deal as misleadingly implied. "The capitol building was bombed!" (implying Washington DC) vs "The capitol building [of Alaska] was bombed!" would both be big deals, but one is a much…
A state (not federal) house representative and her husband were murdered. A state (not federal) senator and his wife were attempted murdered, but both survived and are expected to recover. Your comment frames it as if 2…
It was an honest mistake, especially for someone who rarely travels. It could happen to anyone in a country where possessing lock picks is not a criminal act. For example, your sibling might get you some picks in credit…
> What reason does this guy have to lie? It might not be 100% lies, it might be "based on a true story". The temptation to embellish/frame yourself as the faultless protagonist is instinctive and there are hundreds of…
Surprised this story has not been flagged as it's essentially political flamebait - an uncorroborated, unverifiable account from a single person trashing the current US administration and causing everyone to pile on…
...unless you run afoul of any of their many obscure laws, even unintentionally. I had a relative travel to Japan with his family. He's into locksport (watches Lock Picking Lawyer, etc). He had some lock picking…
Yeah but we currently have a $2T deficit. We could do all sorts of good for "less than 10% of the DoD's annual budget", but we are already spending far more money than we bring in. The DoD's budget needs to be reduced…
Well, years later the website is still operational and the company still seems functional after Musk cut 80+% of the staff, which to me is pretty mind blowing. I'd call that pretty successful. If I, as the end user,…
Then why is everyone fleeing to escape the high taxes and crime? California is losing house seats at the present. Also, I don't know if you can really credit the left's supermajority for the success of SV... CA's…
If your backend is JS and it's too slow for you, then obviously porting it to a machine code binary will speed it up significantly. If you are happy with your backend performance, then does it matter?
In my experience it is pretty difficult to make WASM faster than JS unless your JS is really crappy and inefficient to begin with. LLVM-generated WASM is your best bet to surpass vanilla JS, but even then it's not a…
My initial thought is that it is a troll post as well. All interviewers had to say was "ok, but your program needs to be able to take input from a file and write output to a file" and OP would have been caught with his…
Doesn't free market capitalism automatically fix this though? In the example of a car company with zero women employees, if the market doesn't want "black, angular, high-powered cars", then they will lose market share…
What's immoral is changing the works of artists but then passing it off as the artist's original. Nothing wrong with changing the works of an artist or deriving new art from existing art so long as you make it very…
As far as I know he never picked his bowley. https://youtu.be/qV8QKZNFxLw
I like this 3d printed one too: https://youtu.be/7hUonUE1hEY Similar principle - separating the input and testing phases, but uses an interesting binary ball bearing approach.
I think GP is pointing out that the ability to command a following or convince people to follow in your footsteps does not a genius make. Brenton Harrison Tarrant commands a following and influenced a lot of copycats…
I think the video game "Dead Cells" was created by a co-op
This one is critically acclaimed and is not a sokoban: https://store.steampowered.com/app/2721890/oo/
> After reading the linked article, and the comments here I still have zero clue about the game A video is worth a thousand words, and there's a video at the very beginning of the article. Did you watch the video? You…
[flagged]
I don't see how this is different from current human poaching practices. i.e. It appears to be currently legal to hire an employee from company A who has been "tainted" by company A's [proprietary AI secrets/proprietary…
I think there could be a market for "permissive/open models" in the future where a company specifically makes LLM models that are trained on a large corpus of public domain or permissively licensed text/code only and…
The problem with CLIs is that unless it's a super well documented CLI like `gh`, the LLM will have a hard time figuring out how to use it from `--help` alone unless it's a really simple tool. If you want to do something…
> and then compile the ONNX to the native format of the device. I'm assuming you are talking about https://github.com/onnx/onnx-mlir? In your experience, how much faster is a "compiled" onnx model vs. using an onnx…
It's a big deal, just not as big a deal as misleadingly implied. "The capitol building was bombed!" (implying Washington DC) vs "The capitol building [of Alaska] was bombed!" would both be big deals, but one is a much…
A state (not federal) house representative and her husband were murdered. A state (not federal) senator and his wife were attempted murdered, but both survived and are expected to recover. Your comment frames it as if 2…
It was an honest mistake, especially for someone who rarely travels. It could happen to anyone in a country where possessing lock picks is not a criminal act. For example, your sibling might get you some picks in credit…
> What reason does this guy have to lie? It might not be 100% lies, it might be "based on a true story". The temptation to embellish/frame yourself as the faultless protagonist is instinctive and there are hundreds of…
Surprised this story has not been flagged as it's essentially political flamebait - an uncorroborated, unverifiable account from a single person trashing the current US administration and causing everyone to pile on…
...unless you run afoul of any of their many obscure laws, even unintentionally. I had a relative travel to Japan with his family. He's into locksport (watches Lock Picking Lawyer, etc). He had some lock picking…
Yeah but we currently have a $2T deficit. We could do all sorts of good for "less than 10% of the DoD's annual budget", but we are already spending far more money than we bring in. The DoD's budget needs to be reduced…
Well, years later the website is still operational and the company still seems functional after Musk cut 80+% of the staff, which to me is pretty mind blowing. I'd call that pretty successful. If I, as the end user,…
Then why is everyone fleeing to escape the high taxes and crime? California is losing house seats at the present. Also, I don't know if you can really credit the left's supermajority for the success of SV... CA's…
If your backend is JS and it's too slow for you, then obviously porting it to a machine code binary will speed it up significantly. If you are happy with your backend performance, then does it matter?
In my experience it is pretty difficult to make WASM faster than JS unless your JS is really crappy and inefficient to begin with. LLVM-generated WASM is your best bet to surpass vanilla JS, but even then it's not a…
My initial thought is that it is a troll post as well. All interviewers had to say was "ok, but your program needs to be able to take input from a file and write output to a file" and OP would have been caught with his…
Doesn't free market capitalism automatically fix this though? In the example of a car company with zero women employees, if the market doesn't want "black, angular, high-powered cars", then they will lose market share…
What's immoral is changing the works of artists but then passing it off as the artist's original. Nothing wrong with changing the works of an artist or deriving new art from existing art so long as you make it very…
As far as I know he never picked his bowley. https://youtu.be/qV8QKZNFxLw
I like this 3d printed one too: https://youtu.be/7hUonUE1hEY Similar principle - separating the input and testing phases, but uses an interesting binary ball bearing approach.
I think GP is pointing out that the ability to command a following or convince people to follow in your footsteps does not a genius make. Brenton Harrison Tarrant commands a following and influenced a lot of copycats…
I think the video game "Dead Cells" was created by a co-op