crying chudjak “Sob…sob… YOU’RE MISSING OUT ON SO MUCH!! You’re even ruining open source by forcing developers to make their things more usable for normies instead of fixing bugs! I’m so frustrated! I used to remember the time when I knew all the Linux users, hazing newbie users, now its full with woke people pushing Rust on everyone!”
He/Him | Hu/En/some Jp | ASD | Bi | C/C++/D/C#/Java
- 22 Posts
- 650 Comments
It’s a plugin, and it’s disabled by default even.
It’s almost on par with VSCode nowadays, and that little loss of a few plugins worth it for the exchange of less resource usage, and not trying its best to force you to do vibe coding.
KATE does have a plugin, that allows you to use it in a similar fashion to Vi at least.
KDE also has a pretty good VSCode alternative, KATE. You can actually disable the AI agent, takes up much less resources, only thing it lacks is a DAB plugin, which I’m working on the sides.
ZILtoid1991@lemmy.worldto
politics @lemmy.world•House GOP passes sweeping anti-voting bill that could disenfranchise millions, sends measure to Senate
31·2 days agoSome yes, those whose only political view is “America bad”, and doesn’t think about the potential fallout of the US disappearing from the world.
When the Soviet Union fell apart, the USA and EU filled its place for the most part.
If the USA falls apart, get ready for traditional Chinese medicine and faux gay conversion therapies pushed by Russia to get mainstreamed by the WHO.
I can understand if someone, to reduce harm, voted (or will vote) for Kamala Harris. Sometimes I even think that would have been the obvious choice, but she and Biden didn’t do the obvious of arresting diddler Don. I cannot really think the same with Gavin Newsom.
ZILtoid1991@lemmy.worldto
politics @lemmy.world•Robert F. Kennedy Jr. Says He Used to Snort Cocaine Off Toilet Seats: 'I'm Not Scared of a Germ'
1·2 days agoBut the other person was fat and trans! /j
ZILtoid1991@lemmy.worldto
World News@lemmy.world•French people exposed to 'concerning' levels of cadmium, lead and aluminum through foodEnglish
15·2 days agolead
That explains the rise of the far-right.
ZILtoid1991@lemmy.worldto
World News@lemmy.world•Kim Jong Un chooses teen daughter as heir, says SeoulEnglish
37·2 days agoFinally, the people’s girlboss leader!
I think, to punish Micro$lop for its collaboration with fascists and its monopolistic behavior, the whole Windows codebase should be made public domain.
ZILtoid1991@lemmy.worldtoPolitical Memes@lemmy.world•These official white house accounts post some of the funniest stuff
11·2 days agoHungarian here, one of my great-grandfathers were arrested during 1956 for being at the wrong place, the secret police tortured him until he confessed crimes he didn’t commit, and he was lucky he didn’t get either death penalty, or tortured so severely that it would have turned him disabled for the rest of his life. He was later (circa 2010) advised to stop talking about it being the result of arrest quotas, due to potential foreign regime changes in the future (!) by anti communist NGOs after 2010, now I know why.
ICE operates like every other secret police ever, including communist ones. Arrest/shoot/deport first, cover up later, torture people until they confess some heinious crimes.
ZILtoid1991@lemmy.worldto
memes@lemmy.world•RoboCop is rated R. You must continue with a face scan to view this film. Thank you for your cooperation.
1·3 days agoAnd then Omnicorp’s OmniSeer age verification system (alongside with ChatOCP and OmniCasso Art servers) get hacked, leaking a ton of user information
It’s just they’re a cult. The moment a well visible liberal man wore diapers, they’d emasculate him for it, because these people don’t have anything to believe in besides unequality.
ZILtoid1991@lemmy.worldto
Technology@lemmy.world•Epstein Files: X Users Are Asking Grok to 'Unblur' Photos of ChildrenEnglish
42·3 days agoSome liberal on BlueSky tried to use genAI to unmask ICE agents.
ZILtoid1991@lemmy.worldto
Technology@lemmy.world•A “QuitGPT” campaign is urging people to cancel their ChatGPT subscriptions— Backlash against ICE is fueling a broader movement against AI companies’ ties to President Trump.English
13·3 days agoI would, if I found even a remotely good usecase for LLMs. Would be useful for contextual search on a bunch of API documentation and books on algorithms, but I don’t want a sychophantic “copilot” or “assistant”, that does job so bad I would be fired for, all while being called ableist slurs and getting blacklisted from the industry.
Latino isn’t a skin color, and some of them are white. In Europe, almost no one questions the whiteness of the Spanish and Portugese.
Do “tiger girls” exist similarly to puppy girls? If yes, I’d like to try that with one.
Entity Component System all the things!
I might write an XML ECS parser, as a joke. Practical? No! Probably even slower than the XML DOM? Yes! Funny? Yes!
Now someone needs to make it an entity component system!
Attempt 1:
public struct Entity { bool isDog : 1; bool isAircraftCarrier : 1; bool isFlea : 1; bool canFlyInAir : 1; ubyte opt_numOfAircrafts : 4; int entityID; int opt_parentID; static Entity createDog(int entityID) { Entity result; result.isDog = true; result.entityID = entityID; return result; } static Entity createFlea(int entityID) { Entity result; result.isFlea = true; result.canFlyInAir = true; result.entityID = entityID; return result; } void addAirCraft(ref Entity aircraft) { if (aircraft.canFlyInAir && this.isAircraftCarrier) { aircraft.opt_parentID = this.entityID; this.opt_numOfAircrafts++; } } void woof() { if (isDog) { if (isAircraftCarrier) writeln("I'm a motherfucking aircraft carrier"); else writeln("Woof!"); } } } void main() { Entity dog = Entity.createDog(1); Entity flea = Entity.createFlea(2); dog.woof(); dog.isAircraftCarrier = true; dog.addAirCraft(flea); dog.woof(); }




This man should be arrested, then executed for crimes against humanity and treason.