I'd be fine with it if Microsoft did it. I've used Bing Search daily for more than 5 years, and I sometimes go back to Google for the Image Search. Bing Images used to be great, now it's all buggy in Firefox.
We don't need to feed more the Google monster machine more than it needs to.
The electricity used to send the http request, run the lisp code on the server, save it to whatever database Paul Graham used to build HN and render it on my display could have been put to better use that your comment. Or mine. :)
I'd expect for workflows where there is value in knowing that the data is processed in the UK. From a contractual/data protection standpoint, that could be very useful, depending on the use case.
This is a misrepresentation. This command-line is the compiler invocation, and is not the equivalent to 'make' on Windows. The actual equivalent on Linux, in the same order of the arguments to cl.exe would be:
I see no difference. One uses slash-demarcated arguments, the other uses hyphens. The g++ invocation is missing the flag for the exception handling model[1]. Otherwise, it is a matter of what you are used to. In fact, if you have MinGW, this exact command-line invocation will probably work correctly.
When you install the VS build tools you get nmake which processes most Makefiles just fine. Or you get a solution file, in which case you just open the solution in VS and press F5. Or if you are hung up about doing it in the command-line, it would be
msbuild.exe foo.sln
Or with CMake, which has a cross-platform command-line,
cmake --preset somepreset
Linux people who don't know Windows and complain that 'it looks like this' is my bugbear, when they can spend hours fixing a dumb in-tree driver with printf debugging that works plug-and-play on Windows.
I had never heard of Block before, but I visited their website and downloaded one of their open-source projects, Goose (an OpenCode alternative). I ran a very simple prompt on one of the projects I’m working on to implement a small feature. It ended up going into what seemed like an infinite loop and consumed three-quarters of my monthly Poe subscription on a single prompt. I uninstalled it immediately.
Never heard of them either. But the link in the title is to Jack Dorsey's tweet. Now him I have heard of. Didn't know he was involved in that company too.
reply