Ollie Charles

@ocharles
702 Followers
379 Following
106 Posts
Haskell programmer. Also like graphics programming, electronic music, jazz, metal, cycling and weightlifting. https://ocharles.org.uk
@cadey got it!
@cadey have you ever looked at Nomad?
@chrisdone oh that sounds really interesting! A while ago I wrote Haskell bindings to Oso, and wanted to compile those into SQL via Rel8 but never got to that. Please do keep me posted, and glad you're still enjoying Rel8!
Feeling particularly majestic today
Get that damn camera out of my face human
@april saw your tweet about web frontend languages. Something I'd also suggest exploring is not using a separate front end language at all. I'm a big fan of https://htmx.org/ and doing everything server-side. HTMX lets you "enhance" the client by having it only fetch fragments and stuff. This suggesting might be rubbish for what you want, but might also be worth looking into!
</> htmx - high power tools for html

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react

terraform-nixos-ng: Modern terraform support for NixOS

terraform-nixos-ng: Modern terraform support for NixOS Recently I’ve been working on writing a “NixOS in ...

@kosmikus Have you got all the secret trophies and done what comes after that? At the point I just used guides as I felt I was mostly done with the game, but still wanted to see what the last puzzles were. If you haven't and are OK with spoilers, I can drop a link in.
@dan Have you tried https://uk.pcpartpicker.com/? If not, PC Part Picker is your friend.
Pick parts. Build your PC. Compare and share.

@wilfredh I think it all comes down to the experience of writing the code/interactivity with tooling. E.g. with agda we are constantly conversing with an assistant, Haskell we converse with the compiler, lisp we converse with a REPL, SmallTalk with a whole environment.