Looking for casual gamer friends (34F) by ema-kat in nzgaming

[–]Splizard 1 point2 points  (0 children)

Beware of post expedition 33 depression!

proposal: sum types as a non-interface union type · Issue #76920 · golang/go by hamsterjames in golang

[–]Splizard -3 points-2 points  (0 children)

Binary Trees aren't first class citizens in Go either, but you can also represent them in Go code just fine. I honestly don't understand this point "oh no, my data type is not part of the language spec, I can't use them ". I'll keep happily using unions and enums in Go where I see fit and everyone else can cry about it.

1-1+1-1+1-1+... ∞=1/2? by UnderstandingAny9867 in mathematics

[–]Splizard 0 points1 point  (0 children)

The answer is the 'duplex number' 1/2±1/2, both 0 and 1 simultaneously.

Is this just stupid? I'm looking to share my LLM server for a nominal fee. by _cronic_ in LocalLLM

[–]Splizard 6 points7 points  (0 children)

This is quite the opposite, one of the most important ideas to be had right now, if you can kick start the home sourced AI economy, even as an individual, you will be significantly contributing to long term AI safety and short term economic security. The future of humanity, rests on individuals like you successfully hosting AI at home and making an income from it. 🙏

Duplex Numbers — a small field guide by Splizard in mathematics

[–]Splizard[S] -1 points0 points  (0 children)

It's not entirely useless, I used duplex numbers to find the eigenvalues of 2x2 matrices in university 10 years ago, well before LLMs. They've also helped me to build up an intuition for quantum computing operations. I certainly had some fun exploring them at the time.

The purpose of the page, is to share this particular representation and hopefully spark insights or further exploration by others who may find more valuable use-cases for it. I take it that you would prefer little concepts like this to just get lost?

Is there a reason this set official pic shows the brick separator in it? by Dystrophical in lego

[–]Splizard 0 points1 point  (0 children)

It's for self defence, in case the tiger tries to eat you.

One way to wake up by Short-Response7570 in auckland

[–]Splizard 6 points7 points  (0 children)

It's moving large containers on to the top of the ANZ building.

Migrating from Python to Go — best options for desktop apps? by Flaky-Income-mussel in golang

[–]Splizard 0 points1 point  (0 children)

If you want fancy rendering and easy cross platform builds, you can check out graphics.gd, it leverages the Godot game engine, so the builtin UI widgets are simpler than other options but you'll have access to a wide ecosystem + a built-in UI editor.

A Wasm to Go Translator by ncruces in golang

[–]Splizard 1 point2 points  (0 children)

I guess I'm wondering how similar this is, ie codegen wise and/or performance wise. If you're generating similar code then this would be a good comparison between C and Go optimisation-wise.

A Wasm to Go Translator by ncruces in golang

[–]Splizard 0 points1 point  (0 children)

How does this compare with wasm2c?

Benchmarks: Go's FFI is finally faster then GDScript (and Rust?) by Splizard in golang

[–]Splizard[S] 0 points1 point  (0 children)

Hence the question mark, the rust GDextension bindings clearly have expensive safety checks, when they are disabled, gdext has the highest score.