

Don’t ever install WordPress, just let it die. It’s slow, insecure and the owner is a dick.
Don’t ever install WordPress, just let it die. It’s slow, insecure and the owner is a dick.
QML is such an awesome UI language, the only thing (that I know of) that comes close is Jetpack Compose.
The flavour of JavaScript QML uses is very different from regular JavaScript, it’s literally a glue language and any significant non-UI logic should be done in C++.
And Qt C++ is very different to most other C++ framework (or how people usually write pure C++), it feels much more Java-inspired.
Anyway, it really is a great UI toolkit if you want something powerful, cross-platform and efficient.
Qt is my favourite, though it’s not .NET.
I don’t think he’s little anymore.
PHP_EOL depends on your host system, it’s \r\n
on Windows.
I don’t really want to use what Lerdorf intended, PHP <= 4 was horrible, 5.x was mainly getting slowly rid of nonsense and with 7.x PHP started its slow path of redemption and entered its modern era.
While Lerdorf’s vision was great at that time for its intended use case, I wouldn’t want to build anything serious in it.
In PHP it exists as well. I try to use PHP_EOL but when I’m lazy I simply do “\n”.
PHP: 0.3*
* with default precision
That guy is great. But nothing beats his JS developer interview: https://www.youtube.com/watch?v=Uo3cL4nrGOk
Good luck! I did the same recently. I wrote my own blog system, though. I can share it with you, but I’m not sure it’s the best for anyone else, there were some shortcuts taken given I did not intend to share it.
You can check out my blog and let me know whether you want to try it: https://chrastecky.dev/ (or federated: [email protected], [email protected], [email protected]).
I limit suggestions to one line, that’s the sweet spot for me.
Well, if you’re into that, I’m not one to kinkshame.
It’s also great if you have a general knowledge of something but don’t know the details. Like today I needed to do some database introspection using queries in Snowflake, I knew exactly what I needed but not where the database schema is located etc., so I let GPT write the query instead.
Or some time ago I needed to get all instances of classes implementing a specific generic interface in .NET, the code eventually dabbled into the very specifics of the runtime, it would’ve taken me much longer to find out with documentation.
All in all, it’s my opinion that AI is great if two conditions are met:
Stupid term people use for “writing” code without the knowledge of programming by using AI.
Kinda the next level of running random code from the internet without understanding what it does.
I (and everyone I know) eat every day, world hunger is blown out of proportion!
Of course you do, it’s great for your back! And if you don’t use it, it will be good for your back even in ten years!
And by learning nano you’ll run circles around everyone who struggles to remember how to fuck exit vi/m.
There are dozens of us!
Pff, real programmers use butterflies. We open our hands and let the delicate wings flap once. The disturbance ripples outward, changing the flow of the eddy currents in the upper atmosphere. These cause momentary pockets of higher-pressure air to form, which acts as lenses that deflect incoming cosmic rays, focusing them to strike the drive platter and flip the desired bit.
It’s a cluster of workers where everyone can generate images/text using workers connected to the service.
So if you ran a worker, people could generate stuff using your PC. For that you would gain kudos, which in turn you can use to generate stuff on other people’s computers.
Basically you do two things: help common people without access to powerful machines and use your capacity when you have time to use the kudos whenever you want, even on the road where you can’t turn on your PC if you fancy so.
Depends on what you use for the blog. Most blogging software does have RSS support. If you’re writing the blog by hand, you need to create the RSS manually, or if there’s some kind of source for the blog posts, generate it from the source data.