Skip Navigation
Posts
14
Comments
12
Joined
2 yr. ago
Haxe @programming.dev
Joph @programming.dev
haxe.io Haxe Roundup 697

The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

Haxe Roundup 697
Haxe @programming.dev
Joph @programming.dev
haxe.io Haxe Roundup 696

The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

Haxe Roundup 696
  • You care about the family you leave behind, that will need to deal with it.

  • Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 695

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 695
    Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 694

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 694
    Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 693

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 693
  • I don't quite remember why, but I chose GDQuest over Zenva, even though I had gained free access to some of their godot courses.

    https://www.gdquest.com/tutorial/godot/

  • Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 692

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 692

    ...

  • Phind?

  • There are two images. One of them has Python as #1, the other doesn't.

  • Beautiful.

  • Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 691

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 691
    Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 690

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 690
    Haxe @programming.dev
    Joph @programming.dev
    itch.io HaxeJam 2023: Summer Jam

    A game jam from 2023-08-06 to 2023-08-15 hosted by l0go. This Jam’s Theme is… Split break or cause to break or ... divide into two or more groups Create a game where the theme is splitting. You can inter...

    HaxeJam 2023: Summer Jam

    Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 689

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 689
  • That works until you are forced to interact with a website that only works with it, either by work or school.

  • Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 688

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 688
  • I believe Mastodon has a "transfer accounts" feature. I don't know if Lemmy and Kbin do though.

  • Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 687

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 687
    Haxe @programming.dev
    Joph @programming.dev
    haxe.io Haxe Roundup 686

    The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

    Haxe Roundup 686

    I remember the Haxe roundups being posted on release on the subreddit. Should we do the same here?

  • You could pass it up a level by having the ScrollController be a class property obtained thru the constructor, which the parent would then provide when calling the widget.

    This gets unwieldy fast. That's where the state management solutions come in. From the pubspec.yaml, it seems Thunder uses Bloc for that. Look at the docs.

  • I remember from the book "Why We Sleep" that our sleep cycle takes cues from both light and temperature levels throughout the day, which we isolated ourselves from in modern times. The day doesn't end after sundown anymore thanks to lightbulbs, and many of us live at a constant temperature due to AC. That's two clues of "night is near, prep to sleep" that we no longer receive. Maybe our ancestors had an easier time due to more consistent clues?

  • Honkai: Star Rail @lemmy.ml
    Joph @programming.dev

    Qingque and Sushang by Janeaiのイラスト

  • I use the TUI gitui Though I also use git directly too, depends on what I'm doing.

  • I might be missing a joke? but they are referring to NativeAOT, aptly named as it compiles a .NET application into a native binary ahead of time (instead of using a JIT.) The benefit being no dependency on the .NET runtime, faster startup time (but slower runtime performance, due to lack of JIT), lower memory footprint, and any other advantage you'd find in Go.