• 0 Posts
  • 38 Comments
Joined 8 months ago
cake
Cake day: November 20th, 2024

help-circle


  • I feel it’s more true for Nim-lang. No dealing with pointers (it’s possible, just not a normal thing like int**, Nim has newer memory management options like arc/orc). There’s also stuff like for i in 0 .. 9 (and ranges like that have more options/uses too)**

    I mean I guess there is overlap (both languages have UFCS and interop). So it might come down to syntax or specific implementation. Though I imagine for those who like the braces style, there are other options to look at like Zig (or Rust, there is complexity but also popularity).

    I know there is some difficulty when it comes to a language being niche (at least when lacking knowledge), and that’s certainly my experience with Nim.

    * the asterisk is instead used for public+importable

    ** I guess D does have this as foreach (i; 0 .. 3), though not quite the same






  • I don’t see the jump from “I have problems socializing/functioning” to “I am special/nobody else has these problems”. I mentioned the first comment because

    thanks for letting me try with you

    seems like a fairly healthy/wholesome expressed thought.

    Also yeah maybe both users are just-a-bit-on-the-spectrum and they probably know it. Does that change something, are they too common to express themselves? Shut up and get better or that’s-a-you-problem?


  • ???

    This is an odd sticking point (same with another comment), it doesn’t even seem relevant to either thought (especially the first) other than it being asserted already by the inclusion of the comic.

    Maybe not-special is true or maybe differences can brushed aside, but either way these thoughts are likely conclusions from their lived experiences and even a nice interpretation of the comic seems more like a cold comfort that doesn’t change much going forward. It probably has more impact if someone does live in/near a big city (particularly a place like Portland), but that is a bit of a leap to assume.


  • Side 1, pointing at brain: Ah, see there’s something wrong with the firmware here, or maybe it’s a hardware issue. Unclear if it’s even an error (it may serve some purpose), but it does negatively impact living. Made even worse by recall-worthy issues outside of the brain.

    Side 2: Despite (or perhaps because of) my shortcomings I am very human, I know I am just another multi-cellular organism. But it does not matter. Nothing valued is here, I cannot go elsewhere.

    Side 3: Yeah, I lack public transportation or things that come with it (I’m in a sparse area).



  • I turned on chroma subsampling

    A simplified polygonal scene, originally from Futurama scene that's styled like anime. Fry is saying "You and I are enemies now." while pointing at a jpegified Professor Farnsworth. Meta note: The scene was made in the Godot game engine.

    43KiB, though obviously a chunk of that is from the colors of the jpg Professor.

    EDIT: I just noticed webp messes with colors around the edges too (which would matter more if I cut the resolution in half or so). The original .png (what I actually uploaded) doesn’t at 51.6KiB.

    Also obviously this would be less data in non-pixel format (well, it’d likely be eaten up by overhead for packaging, though after that it would allow tons of art for negligible data cost). Would be smaller as an svg for example (or an swf).


  • I guess I would boil it down to: I’m not using Linux on a touchscreen and am unlikely to any time soon. I’m not even sure if/when I’ll ever go beyond 1080p (and a small screen at that) because cost.

    I don’t want a dock or full-screen apps menu. I don’t want to fix those (or missing features) using extensions. I do want to customize things*, but otherwise I don’t need my desktop to look new or exciting.

    * I even made my own hyper-minimal XFWM window theme (which is honestly unneeded for maximized applications due to my XFCE settings anyway, but it does allow me to have a rolled-up music player always visible like an old-internet music widget).



  • I think so, but that’s also has massive tradeoffs on its own. If I did that, it was probably mostly Robot w/Ser Junkan runs.

    I probably would prefer a mod that makes active items only show up in shops (or perhaps chosen selection/loot-table at the start or per-character). Also: have the RR leave junk when taking some items (not ammo).

    I do see one mod (Justice) to alter spawning which would probably help a bit (depending on the character, still not perfect early on). Plus I have other games to be bad at, some of them free (and slightly less frustrating).




  • Spyro’s skyboxes, too. (+vertex colors for LoD models)



    I think vertex color can be used even more extensively for modern indie dev, though I haven’t done much more than tinker with the workflow itself.

    I tried adding non-mapped textures (including a watercolor speckle image) but am not sure I like the effort/tradeoff-to-result ratio*. I’m leaning more towards textureless now especially with Godot 4.4 having per-vertex shading (though I already ran into an issue where it seems metallic per-vertex isn’t ready yet).

    * aside from maybe generated noise for a metal material’s normal map