pyrossh·il y a 2 ans·discussNewretrowave fan here. Who would have thought that the creator of htmx listens to synthwave.
pyrossh·il y a 2 ans·discussHow 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·il y a 3 ans·discussAhh 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·il y a 3 ans·discussI'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·il y a 3 ans·discussNice 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·il y a 3 ans·discussI'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·il y a 3 ans·discussI'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