Search
31 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
-
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☮️☘️
-
I have a proof-of-concept/almost finished static gopherhole generator on GitHub! It's made in #haskell and should work with any #Gopher protocol daemon, especially #spacecookie (which I made a Docker setup for) and #pygopherd.
Warning: not fit for production use. Very messy. Proof-of-concept. First real version coming soon.
-
I've made a #docker setup for #spacecookie (a #haskell #gopher server). The image is me routing my #waffle #gopher client written in #haskell through torsocks to access my hidden gopherhole.
https://github.com/hyperrealgopher/docker-spacecookie
Serving hidden IRC/ZNC and gopherhole at: hyperzzzk4zxiyghqnkrgi67hmqn2tr7ju4zoyi3hlzapm3pxh5vkhqd.onion
I have a weird issue where xdg-open doesn't work when using torsocks, though.
-
@hyperrealgopher Hashtags are quick and lightweight but also unintuitive, often inconsistent, and cannot be combined for search in most cases. See #folksonomy for issues.
Date and author are two classic approaches, though of limited use. Date can cut down a larger set of articles. Author is mostly meaningless on a single-user blog.
Full-text search is powerful but can get lost in noise, relevance, context, or significance. It's also hard to provide for many systems.
Topic, Subject, Place, or Personal Name indices can be useful if appropriate to context, but require instrumenting or compiling.
Project is handy for work that self-organises this way, though determining what a project is, or the boundaries between them, can be tricky.
Formal ontologies (such as library subject classifications) are powerful and complete but often unweildy, and few are freely available. They help avoid DIY organisational blunders, though they inherit their creating organisation's failings.
2/3
-
@alcinnz One of the best purchases I've ever made. Extremely happy with my purchase. No regrets. The only downside is a battery life that can be tuned. I got the DIY edition and built everything and got an SSD that was all centered around battery life to compensate for the bad battery life.
What are your favorite command line tools? One of my favorites is #zpaq.
-
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 think I'm going to make a Docker image for serving a #gopherhole based off my docker image for #spacecookie which will also have a #git server changes can be pushed to, which will trigger the gopherhole being rebuilt with my #burrow static site builder.
-
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
-
#Zpaq is used as a Kolmogorov complexity approximation tool in the following article:
Phylogeny of the COVID-19 Virus SARS-CoV-2 by Compression (https://www.biorxiv.org/content/10.1101/2020.07.22.216242v2)Original source: https://encode.su/threads/456-zpaq-updates/page85
-
I made a small contribution to the #haskell tutorial #fpcourse!
https://github.com/system-f/fp-course/commit/540e850f6dc2f607a224ca358b6510e26eb498a6
-
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 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.
-
I have a rackmount server I administrate with a #vt320 terminal. Today I just built and installed my own DAS (basically an overglorified rackmount external HDD enclosure supporting many HDDs) using a spare rackmount server case (which I eventually want to replace in the future, because it's very unfriendly for installing and removing HDDs and cannot hold many).
I was inspired by this guide: https://www.serverbuilds.net/16-bay-das
-
I don't see enough people talk about what a great tool #zpaq is! It's a wonderful and easy-to-use CLI journaling archiver for incremental backups that uses one of the best compression algorithms. It also has support for password/encryption.
-
The author of #spacecookie just reached out to me and we're now in correspondence. How wonderful!
-
Taking time to learn about #QuickCheck in #Haskell today.
-
Using a little known tool called #zpaq for compression/archival/backing up certain things. I want to write an article about it soon. In fact, I think that's what I might do next: make a #spacecookie/#tor #Docker image (on GitHub).