Search
11 results for “hyperrealgopher”
-
Out now: build #gopherholes with #phlogs, tagging, #Markdown, #mustache templating, and have control over the entire process through frontmatter and configs!
Linux x86_64 friends: here's a pre-release static build of #burrow!
https://github.com/hyperrealgopher/burrow/releases
Try cloning https://github.com/hyperrealgopher/burrow and running this command:
burrow --source example-gopherhole/ --destination built/ --spacecookie
-
I just finished the State section of #systemf's #fpcourse! I wanted to double down on learning #haskell before I got back to working on projects.
https://gist.github.com/hyperrealgopher/2990e00193f65a56009fac37cec0372c
A link to my older solutions: https://fosstodon.org/@hyperrealgopher/105960643461269805
-
@hyperrealgopher Agreed re: #debian wiki :)
Check out #p10k if you haven't before: https://github.com/romkatv/powerlevel10k
-
@hyperrealgopher you're.not alone. #Firefox #froze my #linux. This was my first freeze since I made switch to Linux. Firefox developers/ Mozilla Foundation I hope you can improve this. I switched to #Brave but the #TorProject is going be next but it's based off Firefox or☮️☘️
-
Using #UUID as primary key in #posgresql and other related tips. Helpful article since I'm working on something that uses UUIDs in #postgresql.
https://www.starkandwayne.com/blog/uuid-primary-keys-in-postgresql/
-
I made a #gopher protocol room in #matrix for talking about anything Gopher! Come and share #gopherholes, talk to Gopher devs, listen in, share your code!
https://matrix.to/#/!ItDrIbwsnFXsMDxwvc:privacytools.io?via=privacytools.io
-
I finished the #monad course of the #fpcourse challenge!
https://github.com/system-f/fp-course
I actually found it to be easier than #applicative.
I might put all my solutions up on #gist.
-
I finished the #monad course of the #fpcourse challenge!
https://github.com/system-f/fp-course
I actually found it to be easier than #applicative.
I might put all my solutions up on #gist.
-
Taking time to learn about #QuickCheck in #Haskell today.