Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TU
tuto @lemmy.world

he/him

Posts 11
Comments 108
Nixos.
  • GPU acceleration

    All the needed AMD stuff is pretty well documented in the manual. I'm gaming on NixOS with even my "relatively old" AMD GPU.

    nixgl

    The only time I heard about needing that was when using plain "nix" (not NixOS), as in using Nix under any other OS, to run graphical applications. I haven't touched nixgl at all, and don't see the need for it.

    alacritty and kitty

    Literally my terminals (kitty is my main) + foot. Both working easily either under main NixOS config or Home-Manager. What's supposed to not be working there?

    Literally don't know what your problems are/where they lie. I'm a Linux noob (don't even have the patience for Arch Wiki + install), coming from Pop_OS to NixOS and I'm happy it's all so easy. I've installed it on my main PC and two separate laptops and so happy to just share (basically) the same config on all of them.

  • Nixos.
  • I love NixOS! Been using it on all my devices since January and probably never going back :)

    It all sinply just works™! Don't worry about configuration :) As long as you're not using relatively obscure software, you'll be more than fine reading the docs/manual :)

    If you still want to use obsure stuff though, the community on matrix is very active and helpful! Plus most (interesting) projects have at least one or two very dedicated Nix fanatics (/maintainers) willing to help others :D

  • What are you all doing with Rust?
  • I'm doing Game Dev with Rust (Godot + gdext in my case). Sadly it's just hobby projects, but would love to actually use rust (at all) at work.

    I choose Rust over other languages (C#, Python, GDScript, C++, etc), because I enjoy writing in Rust.

    I love that it's so concise and easy to read, while providing super useful errors at compile time, and great auto-completion thanks to the rust-analyzer. Despite it being a much more complicated languages than almost even C++, it provides so much useful information when writing/compiling, that running can be mostly taken for granted (but shouldn't of course).

    I don't need to worry about types or pointers, but rather about writing what I want in Rust, which is simply too much fun.

  • ???
  • Me (Chad): having to get 32GB+ of RAM to compile my memory-safe point-and-click adventure

    You(virgin): being able to compile your segmentation faults with 4GB RAM

    Giga Chad: having to get 32GB+ of RAM to compile rust-safe memory-leaks

  • Most arrogant/back-handed feedback I've seen posted

    gist.github.com GPU Driven Renderer for Godot 4.x

    GPU Driven Renderer for Godot 4.x. GitHub Gist: instantly share code, notes, and snippets.

    GPU Driven Renderer for Godot 4.x
    13

    Small API change with https://github.com/godot-rust/gdext/pull/370

    discord.com Discord - A New Way to Chat with Friends & Communities

    Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.

    From Bromeon:

    >"Small API change with https://github.com/godot-rust/gdext/pull/370. > >There is no more implicit base in user methods, to make a clearer separation between the Rust object (self) and the Godot one (self.base). rs fn method(&self) { // instead of: let pos = self.get_position(); // now: let pos = self.base.get_position(); } >On the other hand, Gd now always has Deref and DerefMut, not only for Godot objects. ```rs fn free_function() { let obj: Gd = ...;

    // instead of: let pos = obj.bind().get_position(); // or let pos = obj.upcast::().get_position(); // now: let pos = obj.get_position(); } ``` >I also improved some safety around the internal instance storage in the process. > >In the near future, we need to observe whether the slightly more verbose self.base instead of self is a real issue in practice. >However, it comes with quite a few advantages: >- It's easier to keep the user object self and the Godot object self.base apart, when not all symbols are in one namespace. >- It's less tempting to do gd.bind_mut().get_position(). > - Now it would be gd.bind_mut().base.get_position() -- however one can as well do gd.get_position() directly. The user is encouraged in the right direction. >- Users can implement their own custom Deref/DerefMut on T, we don't impose an implementation. >- We don't cause compilation errors due to orphan rule, if T lives in another crate. > >So if you want to update, keep in mind that this has not yet fully settled and may see some changes again 😉"

    0

    Bendy Worm (2021) [by: Bauxite]

    bauxite.itch.io BENDYWORM by bauxite

    A platformer where the entire world bends like a worm

    BENDYWORM by bauxite

    A world-bending platformer uses godot-rust's GDNative bindings (made in Godot 3.3.3)

    0

    Godot News on Funding Breakdown and Hiring Process

    godotengine.org Godot Funding Breakdown & Hiring Process

    This article aims to shed light on the current status of Godot's funding, hiring, and our plans for sustainable funding long term.

    0

    Absolute unit of a mushroom we found

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

    > Hand for scale, because there were no bananas at hand

    1
    things that are mildlyinteresting @lemmy.ml tuto @lemmy.world

    Absolute unit of a mushroom we found

    Hand for scale, because there were no bananas at hand

    2
    Today I learned @lemmy.ml tuto @lemmy.world

    TIL that the word "poop" was used in WWII as "insider/up-to-date information".

    2

    Is lemmy(.ml) still denying/supporting the denial of human rights oppression?

    mstdn.social Fedi.Tips (@[email protected])

    Content warning: Please don't use Lemmy :( Human rights, oppression

    Explicitly posting on this (lemmy.ml based) community... tl;dr: title (which is from a couple years ago)

    Just wanted to check what's the community's stand on this, and hopefully see if the devs came around to "fixing" the issue.

    Just wanted to post this for more completion https://lemmy.world/post/1236428

    12