HN user

Zolomon

1,525 karma

http://zolomon.com

Posts47
Comments229
View on HN
www.svt.se 2y ago

Car & Trucker Union in Finland joins Tesla strike

Zolomon
6pts1
d3s.mff.cuni.cz 2y ago

Course using F#: Write your own tiny programming system(s)

Zolomon
214pts28
gamedev.rs 3y ago

This Month in Rust GameDev #36 – July 2022

Zolomon
3pts0
thetoolsmiths.org 4y ago

The Toolsmiths – Gamedev Tools

Zolomon
1pts1
godotengine.org 5y ago

Release candidate: Godot 3.2.3 RC 5

Zolomon
2pts0
github.com 6y ago

The GameLisp scripting language for Rust

Zolomon
3pts0
34c3ctf.ccc.ac 8y ago

The annual CTF competition at CCC starts tomorrow

Zolomon
2pts1
zolomon.com 9y ago

Summary of GraphQL Europe Conference

Zolomon
1pts0
streaming.media.ccc.de 9y ago

Live: Edward Snowden at 33C3 via Video Link

Zolomon
3pts1
fahrplan.events.ccc.de 9y ago

The 33C3 Fahrplan is available

Zolomon
3pts0
8till5.se 10y ago

(LTH) Lund's Faculty of Engineering Switches to Scala from Java Next Summer

Zolomon
2pts0
zolomon.github.io 11y ago

Show HN: ShitChat, final project in network programming course

Zolomon
2pts1
www.nostarch.com 11y ago

Get EA to “Clojure for the Brave and True” with 30% Coupon until March 25

Zolomon
2pts0
github.com 12y ago

Play Othello versus AI (Python 3)

Zolomon
1pts0
damieng.com 12y ago

Probable C# 6.0 features illustrated

Zolomon
5pts1
gameprogrammingpatterns.com 12y ago

Data Locality - The CPU cache's effect on your game's performance

Zolomon
4pts0
github.com 13y ago

Shorai, a slightly more interesting Rustboot

Zolomon
2pts0
www.indiegogo.com 13y ago

Challenging the Digital Entertainment Industry

Zolomon
3pts0
class.coursera.org 13y ago

‘Functional Programming Principles in Scala’ starts today

Zolomon
227pts119
www.scicombinator.com 13y ago

SciCombinator

Zolomon
4pts1
betterexplained.com 13y ago

An Intuitive Guide to Linear Algebra

Zolomon
261pts115
garagegames.com 13y ago

Torque 3D to be Released on Github under the MIT license

Zolomon
90pts34
www.beersweden.se 14y ago

IKEA Beer

Zolomon
1pts0
wiki.osdev.org 14y ago

Operating System Development

Zolomon
141pts27
fedoraproject.org 14y ago

Fedora 17 released

Zolomon
1pts0
www.bbc.co.uk 14y ago

Indonesia Aceh quake triggers Indian Ocean tsunami alert

Zolomon
1pts0
www.baldursgate.com 14y ago

Baldur's Gate I & II: Enhanced Edition

Zolomon
3pts0
dl.dropbox.com 14y ago

Help me prioritize read order for my book list

Zolomon
1pts0
twitch.tv 14y ago

Watch Notch code Live: Ludum Dare 22

Zolomon
4pts0
en.wikipedia.org 14y ago

List of Basic Computer Science Topics

Zolomon
1pts0
Making 6 hours ago

To me there is a difference that lies in the words. E.g. `making` and `producing` both result in the creation of something, but `making` has a more active part while `producing` has a more supervisory part.

This became more relevant to me when I began meeting producers as a software engineer in game development.

This is not true, this change is a recent phenomenon, I believe it came into effect sometime around 2021-2023 (maybe earlier even). I believe it changed when OpenAI showed the value of data.

Before, there was no problem using Instagram or Twitter while not logged in. Now there is a dark pattern that forces you to create an account, or log in.

You should be able to use Avalonia UI[1] as an alternative GUI layer on Windows, Linux, macOS, iOS and Android.

There is a beautiful functional MVU wrapper around it called Avalonia.FuncUI[2] with Avalonia.FuncUI.Elmish[3] which is an implementation of Elmish[4] (based of the Elm language[4]) for F#.

[1] https://avaloniaui.net/

[2] https://github.com/fsprojects/Avalonia.FuncUI/

[3] https://www.nuget.org/packages/Avalonia.FuncUI.Elmish and https://github.com/fsprojects/Avalonia.FuncUI/tree/master/sr...

[4] https://elm-lang.org/

Oh, I would love this. I think it could work very well as a real-time game, but with the caveat that when units begin attacking each other the micro control is temporarily relinquished, so that you can direct the events via high-level orders and a strategy behavior for the AIs simulating the battle on each side.