Joph

Growth

Haxe Roundup 697

2y 7mon ago in haxe@programming.dev from haxe.io

Haxe Roundup 696

2y 7mon ago in haxe@programming.dev from haxe.io

Not even having a good time

2y 7mon ago in memes

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

Haxe Roundup 695

2y 7mon ago in haxe@programming.dev from haxe.io

Haxe Roundup 694

2y 8mon ago in haxe@programming.dev from haxe.io

Haxe Roundup 693

2y 8mon ago in haxe@programming.dev from haxe.io

The Zenva Complete Godot Humble Bundle

2y 9mon ago in gamedev@programming.dev from gamefromscratch.com

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 Roundup 692

2y 9mon ago in haxe@programming.dev from haxe.io

Title

2y 9mon ago in bertstrips@feddit.de from sh.itjust.works

It happens rarely but frequently enough to be notable, I guess? iirc it's the brain checking whether your muscles have been paralyzed like they should (so you don't move in reaction to a dream.)

Edit: Hypnic jerk - https://en.m.wikipedia.org/wiki/Hypnic_jerk"Hypnic jerks are common physiological phenomena. Around 70% of people experience them at least once in their lives with 10% experiencing them daily."

Permanently Deleted

2y 9mon ago in auai@programming.dev

Phind?

Most and Least Verbose Programming Languages

2y 9mon ago in programming@programming.dev from programming.dev

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

Classy Kafka by Dogface

2y 9mon ago in honkaistarrail@lemmy.ml

Beautiful.

Haxe Roundup 691

2y 9mon ago in haxe@programming.dev from haxe.io

FIGHT ME

2y 9mon ago in animemes@ani.social from ani.social

Her mental instability means she might turn her violent tendencies towards you, family, and friends. You can hardly predict them.

You just brightened my day. Thanks for the shoutout.

Haxe Roundup 690

2y 10mon ago in haxe@programming.dev from haxe.io

HaxeJam 2023: Summer Jam

2y 10mon ago in haxe@programming.dev from itch.io

Haxe Roundup 689

2y 10mon ago in haxe@programming.dev from haxe.io

Unit testing isn't enough. You need static typing too.

2y 10mon ago in programming@programming.dev from evanfarrer.blogspot.com

Nim?

Help a new flutter man out!

2y 11mon ago in flutter@programming.dev

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.