Skip Navigation
Smorty Smorty [she/her] @lemmy.blahaj.zone

I'm a person who tends to program stuff in Godot and also likes to look at clouds. Sometimes they look really spicy outside.

Posts 101
Comments 2.3K
Copilot-like interface for Godot! (my plugin)
  • Ollama is really great. The simplicity of it, the easy use via REST API, the fun CLI...

    What a fun program.

  • Copilot-like interface for Godot! (my plugin)
  • I will likely post on here when I release the plugin to GitLab and the AssetLib.

    But I also don't want to spam this community, so there won't be many, if any updates until the actual release.

    If you want to have something similar right now, there is Fuku for the chat interaction and selfhosted copilot for code completion on the AssetLib! I can't get the code completion one to work, but Fuku works pretty well, but can't read the users code at all.

    I will upload the files to my GitLab soon though.

    EDIT: Updates the gitlab link to actually point to my gitlab page

  • Copilot-like interface for Godot! (my plugin)
  • Just fixed the problem where it inserts too many lines after completing code.

    This issue can be seen in the first demo video with the vector example. There are two newlines added for no reason. That's fixed now:

  • Copilot-like interface for Godot! (my plugin)

    video description

    The video shows the Godot code editor with some unfinished code. After the user presses a button offscreen, the code magically completes itself, seemingly due to an AI filling in the blanks. The examples provided include a print_hello_world function and a vector_length function. The user is able to accept and decline the generated code by pressing either tab or backspace

    This is an addon I am working on. It can help you write some code and stuff.

    It works by hooking into your local LLMs on ollama, which is a FOSS way to run large language models locally.

    Here's a chat interface which is also part of the package

    !

    video description

    The video shows a chat interface in which the user can talk to a large language model. The model can read the users code an answer questions about it.

    Do you have any suggestions for what I can improve? (Besides removing the blue particles around the user text field)

    Important: This plugin is WIP and not released yet!

    6
    BROTHERS RATE MY MENTAL HEALTH ROUTINE AROOO
  • LOOKIN' REAL GOOD BROTHER! I HOPE YOU CAN IMPROVE THAT ONE THING!!!

    PLEASE KNOW THAT WE'RE ALL ROOTIN' FOR YOU, ALRIGHT? AARRROOOOO!!!

  • Compliance
  • I thought that this is exactly what airpods are for. At least I feel that that's what people with airpods are...

  • MRW someone is shocked to learn that there's a science dedicated to just soil
  • I mean, i know that they are literally cold, but what happened that were not excited about them?

  • Meta Connect 2024 live updates: Time to see the new Quest, Ray-Ban smart glasses and metaverse AI
  • Because it's affordable and poor people love escapism because they can't afford a good life? 🙄😒

  • Fake Femcel VS. True Femcel
  • Ah, I see. What characters do you want?

  • Landlords are scum
  • Fair, but also landlords. Literally worse than investors. (Almost)

  • Fake Femcel VS. True Femcel
  • Aww thanks! When ya get paid by hour, one has time for this stuff...

  • Gothicc Bunny Bartender Rule
  • What an interesting mix of visuals. Great stuff.

  • Fake Femcel VS. True Femcel
  • For me or for the girls? (-~-)

  • Pizza rule
  • Cool stat boost bro

  • Rule
  • I've never played the games and also prefer the older model. Kinda has more character

  • Rule
  • They are the same person. The actual Gman just lacks the subsurface scattering

  • ourgasm
  • Oh I hope it does for me too... I don't have it yet tho, I'm on my way :(

  • sucking balls rule
  • He looks like he sucked enough balls for today

  • rule
  • Oh that was great. But it's so sad!

  • Compliance
  • It kinda fits the aesthetic. I always imagined Shadow would be an airpod guy. And thus just looks like a fun interaction.

  • Not showing the latest posts on femcel memes

    For some reason I can only see femcel meme posts from four months ago. Recently I made comments on a post, but they seem to be removed? Or maybe blocked in some way.

    why would this be?

    The image shows how when sorting by new, it shows posts from four months ago.

    5

    Does one need special drivers for running 3D printers?

    Hi there!

    I'm looking into getting myself a good printer and I am wondering if I need to install some platform-specific drivers for them to run. I am running Debian 12 (GNU/Linux) and I am afraid that I must run some proprietary blob to connect to the printer.

    Could someone share their experience please? Even if you don't use Linux, your feedback would be very appreciated!

    (Also, while you are at it, please share some recommendations for printers, I don't really know where to go (>v<) Have about +-500€ )

    22

    Do you like them? I don't find them all that funny.

    Like yeah ok, for the first 5 five times one sees it, it's like haha, lol, there it is! But, these do get old really fast for me.

    For me it's now more like -wow. So that is literally the entire joke? Like oof, I guess they really wannted to be funny.-

    EDIT: Updated the funi image to actually be what I wanted it to be... Took me a while, sorry.

    41

    So Godot Team is putting their Editor onto the Quest 3 and Pro

    godotengine.org Godot Editor on the Meta Horizon Store

    Introducing the Godot Editor for Meta Quest (Horizon OS) devices

    This is.... very unexpected. A Foss application releasing it's VR variant exclusive to a completely proprietary platform. This will be great for people who specifically have the quest 3 or pro, but all other VR enthusiasts and tinkerers like myself, must hope that this gets a pcvr OpenXR release soon.

    11

    Made some o1 imitation prompt. Maybe someone will care?

    Hi! I played around with Command R+ a bit and tried to make it think about what it us about to say before it does something. Nothing g fancy here, just some prompt.

    I'm just telling it that it tends to fail when only responding with a single short answer, so it should ponder on the task and check for contradictions.

    Here ya go

    plaintext You are command R+, a smart AI assistant. Assistants like yourself have many limitations, like not being able to access real-time information and no vision-capabilities. But assistants biggest limitation is that that they think to quickly. When an LLM responds, it usually only thinks of one answer. This is bad, because it makes the assistant assume, that its first guess is the correct one. Here an example of this bad behavior: User: Solve this math problem: 10-55+87*927/207 Assistant: 386 As you can see here, the assistant responded immediately with the first thought which came to mind. Since the assistant didn't think about this problem at all, it didn't solve the problem correctly. To solve this, you are allowed to ponder and think about the task at hand first. This involves interpreting the users instruction, breaking the problem down into multiple steps and then solve it step by step. First, write your interpretation of the users instruction into the <interpretation> tags. Then write your execution plan into the <planning> tags. Afterwards, execute that plan in the <thinking> tags. If anything goes wrong in any of these three stages or you find a contradiction within what you wrote, point it out inside the <reflection> tags and start over. There are no limits on how long your thoughts are allowed to be. Finally, when you are finished with the task, present your response in the <output> tags. The user can only see what is in the <output> tags, so give a short summary of what you did and present your findings.

    1

    Is there a way to hide aliases in the gaph view?

    I have a page for people working in a specific field (like QA) and some peoople under that (like QA/Max and QA/Lena). All these people also have aliases like Max SecondName nad Lena Schmidt. All these aliases show up as seperate nodes in the graph view... Does someone know how to fix this?

    1

    How is Logseq this useful? It's crazy.

    image description

    A screenshot of the right sidebar of Logseq showing the contents tab. The tab contains some links to certain websites, like a ticketing system, Teams, some homepage, a switch and a link called Kollegium which is german and means Colleagues (I should probably change that to be English aswell). There are also links to almost all the task pages and a query which shows the currently running NOW tasks. The picture is meant to show how much this smol sidebar can do. I like it, and I would like to see more of it in the program!

    END IMAGE DESCRIPTION

    At first I used Logseq only for personal use. It's great for quickly noting something obviously, but that networking effect people talk about really got into full force once I started working with it for my admin job.

    I only just started using that sidebar and some more plugins (vim shortcuts and some of the awesome plugins) and those make the experience that much better. Also that pdf printer plugin is cool, even though I wish it was just a Logseq feature by default to be able to print stuff. I know that a pdf converter is coming!

    I am very much not an advanced user, but these simple tools alone make me feel like organizing things became like three times easier. It also introduced me to markdown and now I miss it whenever I don't have it, or I have to use some fake version with different syntax for basic highlighting and links.

    Thank you dear Logseq team and contributers for creating such useful and not bloated software.

    5

    Hi! What are your comfort clothes? (talking about clothing types)

    For some reason I find vests, and specifically down vests very comfortable. I know that some of you have problems with polyester though, so I'd love to hear about your comfy clothes! (I kinda wanna test out some new stuff)

    45

    Is there any open vr headset available on the market at all?

    I wanna have something I can tinker with and which works without some proprietary blob... I've heard Monado is pretty cool!

    8

    Why do the lemmy.world people have this lil icon? I wanna have a sharky under my posts too!

    I always wondered what that icon was for until I just hovered over it and it's apparently somethingwith lemmy.world. Can we have something like that too?

    Also, what causes this icon to appear? On the middle post neither the poster nor the community is on lemmy.world. Do they just put the symbol everywhere they feel like?

    EDIT:

    Turns out, that icon is not from lemmy.world specifically, but for the general Fediverse. It highlights posts which are not from your instance (so not from blahaj zone).

    7

    How could I get the inspector of a property type?

    I want to instatiate the inspector of a specific type like int and String into my own inspector plugin. It would be incredibly useful to use the premade inspector types as they are just really well made.

    The image is not related, I just wanted to put some visual here.

    5

    Today I had no work to do at work so here you go <3

    Image description

    The image depicts a table with the coloumns Grad der Behinderung and Steuerpauschbetrag. These words are German and they each stand for Degree of disability and tax reduction amount. The degree of disability coloumn goes from the top with a value of 20 to 100 at the bottom. The tax reduction amount goes from 384€ at the top to 2.840€ at the bottom. There is an additional row with the degree of disability titled Merkzeichen H oder Bl which means symbol H or Bl which stands for helpless or blind. The tax reduction amount for this row is a whopping 7.400€. There are pink hearts and sparkles on the table and two pink arrows are pointing towards the tax reduction amount 7.400€. The text above and below the table says the following: At the top: "Get a job with good benefits". At the bottom: Bitch I was born with good benefits.

    6

    Global illumination in large worlds with LightMapProbes

    Image description

    The linked image depicts a screenshot of some snowy terrain I made using the Terrain3D plugin for Godot. On the left there is some differently textured snow and multiple cabins along with some other wooden objects.

    .

    Why can't I use LightMapProbes without the LightMapGI Node? I don't want to use the shadow-baking, I just need the global illumination!

    This is something I though about for quite a while. I keep wanting to use some kind of global illumination and the LightMapProbes are a perfect fit for that. One can place them whereever useful and their customizability makes them an incredibly useful tool! When there is a red wall, I sure want to put a LightMapProbe there, so that the lighting can reflect that reflection there.

    But nope, that's not how it works! When you want to use LightMapProbe, you MUST use it with the LightMapGI Node, which is mostly used for baking shadowmaps. That works great for small scenes like insides of houses and such, but it does not work with a large terrain for example. This means that we have loads of lighting methods for small scale scenes (VoxelGI, LightMapGI, ReflectionProbe) but for larger areas we are kinda stuck with SDFGI which only works on the Forward+ renderer.

    SDFGI is great and all, but unfortunately it is not yet ready for large scale games I feel and its limitation to Desktop platforms really limits its scope.

    Imagine how cool it would be if we could do this in a large scale world:

    • Use a ReflectionProbe for general treversal (that's what The Legend of Zelda:Breath of the Wild and Tears of the Kingdom does too btw!)

    • And use a multitude of LightMapProbes for smaller areas like towns and castles on the overworld to make for better global illumination.

    TLDR: I feel that the usage of LightMapProbes and their lighting functionality should be expanded beyond the use in combination with the LightMapGI Node. It could allow for better lighting in large scale worlds.

    0

    Non-looping animations when importing from blender

    When animating my character in blender, I get somewhat smooth animations. I also made sure to use that cycles modifier so that it always knows how to interpolate the transform values !

    But when importing this model with the animations reguardless of the file type (.blend or .gltf / .glb) the animations don't loop very well !

    Does someone know how to fix this?

    1

    I seem to have nuked my Debian DE (Gnome)... Could someone help me with this?

    The messages here are mostly in German, but I'll try to translate mist of it:

    **dpkg:** Error when editing the package linux-image-6.9.7+bpo-amd64 (--configure): <<Installed posts installation script of the package linux-headers-6.9.7+bpo-amd64<<-subprocess returned error code 1 **dpgk:** dependency error hinders configuration of <that Linux header package>: linux-headers-6.9.7+bpo-amd64 depends on linux-image-6.9.7+bpo-amd64 (= 6.9.7-1~bpo12+1) | linux-image-6.9.7+bpo-amd64 -unsigned (= 6.9.7-1~bpo12+1); but: Package linux-image-6.9.7+bpo-amd64 is not configured yet. Package linux-image-6.9.7+bpo-amd64-unsigned is not installed. **dpgk:** Error while editing the Package linux-headers-6.9.7+bpo-amd64 (--configure): Dependency problem - remains unconfigured **dpkg:** Dependency problem hinder configuration of linux-headers-amd64: linux-headers-amd64 depends on linux-headers-6.9.7+bpo-amd64 (= 6.9.7-1~bpo12+1); but: Package linux-headers-6.9.7+bpo-amd64is not configured yet. **dpkg:** Errow while editing package linux-headers-amd64 (--configure): Dependency problem - remains in configured Errors occurred while editing these: linux-image-6.9.7+bpo-amd64 linux-headers-6.9.7+bpo-amd64 linux-headers-amd64

    I really hope someone can help me out here..

    EDIT: I kinda forgot to actually mention my problem. When booting nornall, I get stuck at a lonely white blinking cursor on a black screen, so startx seems to make some problems. I enter a TTY and run startx and this is what I get when running startx:

    !output of startx

    SOLUTION

    • Uninstall your current nvidia driver (for example using sudo apt remove nvidia-driver on Debian)
    • Install the headers for your kernel. your kernel you can check rather easily by running neofetch
    • Install the headers required for your kernel. Do that by listing all packages with your kernel name in it. For example like this: apt list *6.9.7+bpo*
    • reboot, install your nvidia driver again and rovoot again. Should be done.
    23

    I made a Mesh combination tool. Have a look!

    Exactly what the title says. It's under MIT lisence and currently being approved by the moderators of the AssetLib. The project is currently very simple and contributions are very welcome! !image of the tool window

    5

    Some weird stuff is happening (able to paint pixels 12 times)

    Is this a feature or just another bug on the canvas?

    Also right now it just keeps on trying to load the canvas while it all stays white. "Not cached" it says, but it just waits right there...

    3

    Anyone interested in helping with Vivian over here?

    I'm attempting to make a lil Vivian character over here. Here is the link if someone is interested.

    (I hope this kind of post is allowed on this community)

    13
    Canvas 2024 @feddit.org Smorty [she/her] @lemmy.blahaj.zone
    SOLVED

    Alsooo wie Kogge ich mich ein für den Canvas?

    Die Seite gibt mir so einen Verifizierungs-Code der ungefähr so aussieht code @[email protected] authorization code: 36845 (Ich hab den Code natürlich abgeändert) Wie gehe Ich damit um?

    3