It’s “Château Lapompe” in french to mimic wine brand ;)
- 0 Posts
- 13 Comments
LaMouette@jlai.luto Forum Libre@jlai.lu•Nos numéros de téléphone sont-ils utilisés pour du démarchage/bot ?Français4·1 month agoLe spoofing de numéro c’est très facile si l’acteur est interconnecté sur le réseau GSM. Le numéro de telephone est purement déclaratif donc on peut déclarer ce qu’on veut. Après si trop de plaintes on peut se faire blacklister. De manière logique, les opérateurs n’apprécient pas trop.
Merci pour ton travail ! ❤️
LaMouette@jlai.luto PC Gaming@lemmy.ca•AMD says 'there is a ton of interest' in FSR 4 and that it is 'working very hard to make sure the next blockbusters that come out are enabled with FSR 4 technology'English4·4 months agoLol a fully dedicated tech for things we absolutely won’t notice.
Leidenfrost effect ftw ! https://en.m.wikipedia.org/wiki/Leidenfrost_effect
Yep exactly, since when do we need a driver for the nvme controller 🤗 at least on Linux it works out of the box. Apps on windows do break the system to some extent by using resources. As a developer I think that KISS is a paramount principle and waste is bad. Account = waste, unneeded 3d viewer = waste, notepad with subscription ad = uber waste.
Was windows dev for 10 years, I switched to Linux for work and I’m never going back : everything is simpler (may not be easier though) and makes sense whereas you constantly work against the system in windows. It’s an opinion so widespread they even made a subsystem to use Linux tools on windows. As a user windows installation is an utter nightmare, getting rid of the thousands stuff you don’t want is horrible. And also you may not even be able to install it without special ssd drivers that you have to side load manually (for some pretty basic asus hardware) Also don’t get me started on the nearly mandatory microsoft account 🤢
LaMouette@jlai.luto Programming Circlejerk@programming.dev•Developers using AI run leaps and bounds around developers rawdogging code2·5 months agoBut this is something a third grader could do. This is not engineering work at all. This may not be production read code as it should also consider the context where this will be inserted, what is your strategy for handling errors etc … And last but not least I bet this is the first stackoverflow post content when asking the same question to google. Not worth burning the planet in my opinion.
LaMouette@jlai.luto PC Gaming@lemmy.ca•Exogate Initiative, a "Stargate Command" basebuilder and management game, released on SteamEnglish01·6 months agoNooooo it’s solo only 😢 I don’t want to build alone.
LaMouette@jlai.luto Technology@lemmy.world•What are devs displaced by AI going to do in the future? Is there an actual plan?English2·6 months agoNot it can’t replace a civil engineer. Gen AI is very bad at math and reasoning. There is a study from Apple about this topic.
LaMouette@jlai.luto People Twitter@sh.itjust.works•There are some countries named after cheese though.18·1 year agoLets try with :
- raclette
- roquefort
- saint nectaire
- coulommier
- comté
- gruyère
I really want to meet a girl named raclette 😍
C is a nice language but performance is the least of the concerns for most development and prioritizing it above, for instance, readability is one of the biggest error you can make as a developper. C is not very strong at being readable. For instance as you said a
char*
can be anything in any format from binary media stream to text in random encoding. Also char* does not have the same meaning across various architecture. So good luck to be sure of what is happening. So I think it’s good to let C where it’s good at, low level softwares with performance as first requirement (forget about safety though) and with very senior people as developper.
Touché ! 🙇♂️