HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aninteger

no profile record

comments

aninteger
·letzten Monat·discuss
And some of us love to live in the 1970s with cheap non-HiDPI monitors (or maybe it's just me).
aninteger
·vor 2 Monaten·discuss
Famous Richard Branson quote:

"If you want to be a millionaire, start with a billion dollars and launch a new airline."
aninteger
·vor 3 Monaten·discuss
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.
aninteger
·vor 3 Monaten·discuss
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"
aninteger
·vor 3 Monaten·discuss
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.
aninteger
·vor 3 Monaten·discuss
Having Scarlett Johansson's voice might not be so bad or even something less robotic.
aninteger
·vor 4 Monaten·discuss
XCB did not largely replace Xlib. In fact, some (all?) implementations of Xlib are built on top of XCB.
aninteger
·vor 5 Monaten·discuss
Time to port this to Wayland using Claude code, right?
aninteger
·vor 7 Monaten·discuss
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.
aninteger
·vor 7 Monaten·discuss
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.
aninteger
·vor 7 Monaten·discuss
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.
aninteger
·vor 9 Monaten·discuss
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.
aninteger
·vor 10 Monaten·discuss
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.
aninteger
·vor 5 Jahren·discuss
"Of course it runs Doom"

Nice work!
aninteger
·vor 7 Jahren·discuss
> it's like FVWM95, only from this century.

I wonder how you'd feel about Trinity Desktop Environment? I feel like Trinity and Lxqt are in the same space when it comes to system requirements.