• 1 Post
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • How much is Nintendo paying you to be their mouth piece?

    Have you seen the kind of patents Nintendo are trying to get?

    Here is an example :

    Publication number: 20240286040 Abstract: In an example of a game program, a ground boarding target object or an air boarding target object is selected by a selection operation, and a player character is caused to board the selected boarding target object. If the player character aboard the air boarding target object moves toward the ground, the player character is automatically changed to the state where the player character is aboard the ground boarding target object, and brought into the state where the player character can move on the ground.

    You can check them out for yourself

    patents assigned to the pokemon company

    So calm the fuck down with your chatGPT which is a whole different situation.







  • I cannot share the code unfortunately as this is for a start-up and there is already some identifiable info in the code. The repo is private.

    However, Cesanta provides a lot of examples in their repo Mongoose Library. Cesanta uses a dual license, GPL for anyone to use, or Closed Source if you pay for it. They support a lot of mcu families.

    They also released a Wizard to create a simple interface through their web app. Check them out.

    Edit: I forgot about the initial point. Thanks for the info. I am used to my tools, but webdev is a lot more open-ended, so I got lost pretty hard. I had a lot of libraries in my project, so I’m gonna try to recreate the basic element with Vite.js and Tailwind.css only to limit the number of libraries I depend on, as to limit the error potential.