Search
15 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 made a small contribution to the #haskell tutorial #fpcourse!
https://github.com/system-f/fp-course/commit/540e850f6dc2f607a224ca358b6510e26eb498a6
-
I just finished the FileIO course of #fpcourse (https://github.com/system-f/fp-course)!
In celebration I've put it all up on #gist. I'm hoping reviews my code as well as hoping it's useful for others.
Next I will be doing State and then StateT.
Applicative: https://gist.github.com/hyperrealgopher/1c08a64001738d3b32d1d1c6bfb0a787
Monad: https://gist.github.com/hyperrealgopher/f9c09a8cfaca4f3e6bf37e2cf2f7aa6a
FileIO: https://gist.github.com/hyperrealgopher/b53d65b7bb37b00e1fca6b2d803edc1f
Functor: https://gist.github.com/hyperrealgopher/dd7332b6bd08dfce4b284d28ab5addc4
List: https://gist.github.com/hyperrealgopher/581508488777297c770a4ce1d4a8380e
Optional: https://gist.github.com/hyperrealgopher/fbaa716cb3d34be3e5bd882aba0ea603
-
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.