HN user

aninteger

905 karma
Posts9
Comments380
View on HN

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.

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.

Gemma 4 on iPhone 4 months ago

Having Scarlett Johansson's voice might not be so bad or even something less robotic.

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.

Contracts for C 11 months ago

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.

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).

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.

Curl-Impersonate 2 years ago

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?

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.