[-] ZILtoid1991@lemmy.world 14 points 1 day ago* (last edited 1 day ago)

A very-very one-sided war. You could even call it a genocide.

[-] ZILtoid1991@lemmy.world 1 points 2 days ago

Also Orbán etc. also could throw a hissyfit, likening the initiative to people not being able to buy Adidas shoes and Levi's jeans in the Eastern Bloc - it was due to embargo, but those who suffer from Communism Derangement Syndrome like to rewrite history and claim it was a "boycott", so you must buy that Sodastream, that wizard game, and anything else boycotted by the left, or you're literally committing Stalinist genocide!

[-] ZILtoid1991@lemmy.world 2 points 2 days ago

Now I wonder if he's in the Epstein files...

[-] ZILtoid1991@lemmy.world 82 points 2 days ago

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.world 4 points 3 days ago

Is this loss?

[-] ZILtoid1991@lemmy.world 4 points 3 days ago

Me (the guy) and who?

[-] ZILtoid1991@lemmy.world 13 points 4 days ago

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!

[-] ZILtoid1991@lemmy.world 3 points 4 days ago* (last edited 4 days ago)

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();
}
[-] ZILtoid1991@lemmy.world 1 points 5 days ago

Because you need to infer the fuzzy boolean as a type (I personally plan to make one that works between -127 and 127, on integers instead of floats), and then write an interpreter to use the values accordingly.

[-] ZILtoid1991@lemmy.world 31 points 5 days ago

Now get ready for fuzzy logic!

  • -1.0 = false
  • 0.0 = neutral
  • 1.0 = true

Also now you know more about AI than most AI bros on the internet.

[-] ZILtoid1991@lemmy.world 16 points 5 days ago

Maybe they should give up the war...

[-] ZILtoid1991@lemmy.world 5 points 6 days ago

Because it's AI slop.

2
submitted 1 week ago* (last edited 1 week ago) by ZILtoid1991@lemmy.world to c/asklemmy@lemmy.world

I have an electric guitar, and its fingerboard in is rough shape after years of barely touching it and being lent to my younger brother (big mistake). I unfortunately don't have an instrument shop close, so I would have to order oil for it, and even the closest one only carries like 1 or 2 kinds of string kits and a few arranger keyboards, not cleaning products.

While I probably could get mineral oil (not at the moment of writing this, due to weekends), I'm wondering how well cooking oil would work. Tried some grapeseed oil on some other piece of wood, where it wouldn't be a problem.

NOTE: Likely will go with the mineral oil, so I also have something to clean strings with.

108
I My Shit Pants (lemmy.world)

cross-posted from: https://lemmy.world/post/42566426

THANK YOU FOR YOUR ATTENTION TO THIS MATTER

6
submitted 2 weeks ago* (last edited 2 weeks ago) by ZILtoid1991@lemmy.world to c/asklemmy@lemmy.world

Nowadays all I get is AI slop articles about "other ways to cook eggs".

EDIT: Managed to solve this issue, and I like the way the comment section has gone nuts.

177
4

Conservatism consists of exactly one proposition, to wit: There must be in-groups whom the law protects but does not bind, alongside out-groups whom the law binds but does not protect.

— Frank Wilhoit

11
298
Year refund (lemmy.world)
687
52

Going to lose my current, non software development job due to replacement (not by AI, but by other humans), and I have a quite limited number of skills. I especially bad with waking up early, so most "local" (requires 2 hours of travel) factory jobs are out.

I don't have a portfolio of great companies I worked at, nor with games I worked on, nor with websites. I also live far away from job opportunities that are relevant for me.

I'm personally more afraid of my mother, who believes, Hungary has easy to access "DEI grants", so she sent me all places for an "official autism diagnosis" (including an asylum, in the middle of a pandemic), so employers will be lining up for me with all kind of job opportunities, because she read that on a nazi news site. Reality is ableism is so rampant I get called slurs at worst, and otherwise I have to deal with conspiracy theories aimed at me straight out of Forrest Gump. She wants me to apply to all unqualified positions I can, because she read that as a suggestion online.

72

I have an old ThinkPad, and it has a massive lack of stickers on it.

6
0
submitted 1 month ago by ZILtoid1991@lemmy.world to c/diy@lemmy.world

My main issues are:

  • sourcing the hardware, likely will do a headless one if at all,
  • creating the mold,
  • work with the epoxy,
  • I'm not even playing that much on the guitar anymore.
view more: next ›

ZILtoid1991

joined 2 years ago