And some of us love to live in the 1970s with cheap non-HiDPI monitors (or maybe it's just me).
HN user
aninteger
Famous Richard Branson quote:
"If you want to be a millionaire, start with a billion dollars and launch a new airline."
I did attempt this with whatever was state of the art (SOTA) about 6 months ago for my own C++ and was disappointed. It's just not there yet.
There's a serious advantage to becoming fluent by moving to a country that speaks that language fluently. Try becoming fluent in Japanese in Nigeria for "Japanese hard mode"
It's "legacy" because it's essentially tied to Windows. Yes, technically it works on Linux, and no doubt that was an amazing feat, but no serious company is running MSSQL on Linux when all the documentation, all the best practices are all based on running that on Windows.
Having Scarlett Johansson's voice might not be so bad or even something less robotic.
XCB did not largely replace Xlib. In fact, some (all?) implementations of Xlib are built on top of XCB.
Time to port this to Wayland using Claude code, right?
You could submit your PR to Nakst's Luigi toolkit: https://github.com/nakst/luigi
You don't have to make a complete alternative. You can add calls to ATK (accessibility toolkit) on Linux/Unix platforms. I'm not sure what needs to be done on Win32 platforms though.
It doesn't but it definitely "implements" a single inheritance tree (with up casting/down casting) which I believe Xt toolkits (like Motif) also did.
The best example I can think of is the Win32 controls UI (user32/Create window/RegisterClass) in C. You likely can't read the source code for this but you can see how Wine did it or Wine alternatives (like NetBSD's PEACE runtime, now abandoned).
Actually the only toolkit that I know that sort of copied this style is Nakst's Luigi toolkit (also in C).
Neither really used inheritance and use composition with "message passing" sent to different controls.
Vibe coding in the 90s was probably like learning C and pointers for the first time and then deciphering strange errors when you couldn't figure out how scanf worked, so you added asterisks and ampersands to the code until it compiled.
There seems to be at least 2 lcc forks (lcc-win32/win64, and pelles-c) that have their own small communities. Although maybe they are dead.
I guess https://github.com/jart/cosmopolitan might just be the WebAssembly for the command line then.
For some reason I pictured this software as a system for developing memory or CPU constrained software. Like granting only 1 mb of memory and maybe having functions executed in a certain number of "clock ticks"
Less controversially, when you write C, you write for a virtual machine described by the C spec, not your actual hardware.
Isn't this true for most higher level languages as well? C++ for instance builds on top of C and many languages call into and out of C based libraries. Go might be slightly different as it is interacting with slightly less C code (especially if you avoid CGO).
The article also mentioned the size of the dependency (over 400 mb)
I guess it's time to print out those "I did this!" stickers of Trump and put them next to the price tags.
If you are on Ubuntu 18.04...
Probably best to use a slightly newer Ubuntu.
I wonder if something like this might make a comeback for workers that are blocked from using wsl/hyperv on their corporate laptops. For me I've been using msys2 as an "alternative" since I'm unable to use wsl. It's not the same but it's all I got.
Pretty impressive, only $20 grand?
The point is that since the price isn't listed, it's likely high or very high.
I think we should list the sites where this fingerprinting is done. I have a suspicion that Microsoft does it for conditional access policies but I am not sure of other services.
It's like the FAQ is trying to hint that TDE is the "real" KDE, a continuation of the same project initiated by Matthias Ettrich (who, afaict, has no connection to TDE), and that the KDE Foundation's project is an impostor.
Certainly that's one interpretation. The other interpretation is exactly what is said and no more. Where did this "imposter" accusation come from?
At first I thought you were serious, but I can appreciate a good attitude with sarcasm.
Interestingly the importer in the article was looking at alternate chains of supply, but "manufacturing in the US" wasn't one of his proposed solutions.
With NAFTA/NAFTA 2, it doesn't make sense to manufacture in the USA anyway when they have cheaper labor in Mexico. China knows this too.
Meh.. I kind of don't think so. The reason you and I keep ending up on haveibeenpwned has likely nothing to do with Rust or C++.
This library supports building with C++11. I haven't tried compiling it with an older standard, but I imagine it might work.
I believe it does require C++11, due to std::nullptr_t and r-value references (&&), but that might be it. It's not a show stopper though since everyone should have a c++11 compiler now (even Ubuntu 14.04 LTS, which still has paid support I believe).
One thing I like about the C++11 compilers like GCC 4.9 is they build code magnificently faster than recent editions
Kind of reminds me of gcc 2.95 which people kept around for the compiler speed. They would use gcc 3.x for the warning support and then compile with gcc 2.95 after fixing the warnings :).
It's not working great for Japan either. Kyoto is practically bankrupt. Inflation unbearable for Japanese citizens. Wages stagnant. With aging population and low birth rates I don't see how or when it gets better anytime soon for them.
The lack of a debugger (except for Microsoft's propriety one in VS Code) probably limits the language a bit on open source operating systems.