HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pyrossh

no profile record

comments

pyrossh
·2 years ago·discuss
Newretrowave fan here. Who would have thought that the creator of htmx listens to synthwave.
pyrossh
·2 years ago·discuss
How is this different from pg-boss[1]? Other than the distributed part it also seems to use skip locked.

[1] https://github.com/timgit/pg-boss
pyrossh
·3 years ago·discuss
Ahh yes. Totally forgot about crystal.

Crystal - A solid whose atoms (or molecules) are arranged in a repeating pattern. Crystals are found naturally or can be made artificially.

Someone should use Diamond for the next programming language, really like the wiki definition.

Diamond - is a carbon crystal formed under heat and pressure.
pyrossh
·3 years ago·discuss
I've been trying to build a programming language targeting only wasm but never seem to get the time to work on it.

Like the syntax, mainly the pipe operator |>

A few questions,

1. Any plans to use binaryen to optimize the wasm output?

2. How is memory management handled? Are you going to use wasm-gc?

3. How does the C FFI work? Do you convert the WASM types to C types?
pyrossh
·3 years ago·discuss
Nice name analogous to ruby.

From wikipedia,

Onyx - A banded variety of chalcedony, a cryptocrystalline form of quartz.

Ruby - A clear, deep, red variety of corundum, valued as a precious stone.
pyrossh
·3 years ago·discuss
I've recently caught onto the flutter bug and started creating an app my self. Really liking it. The DX is amazing.

You might need to add a splash screen by using flutter_native_splash though, 2s of blank screen is a bit misleading as if its not working.
pyrossh
·3 years ago·discuss
I've enjoyed using htmx and created a simple library in golang to help out. Here is an example app https://github.com/pyrossh/gromer/tree/master/_example