Skip to content

Instantly share code, notes, and snippets.

View NikitaShkaruba's full-sized avatar

Nikita Shkaruba NikitaShkaruba

View GitHub Profile
@david-crespo
david-crespo / rain-world.md
Last active May 6, 2025 05:08
How to Enjoy Rain World

2025-05-06: The canonical version of this guide is now https://crespo.business/posts/how-to-enjoy-rain-world/


How to Enjoy Rain World

A spoiler-free guide to the spoilers

TL;DR: play as long as you can without help, until you get frustrated. At that point, the recommended region order helps a lot without spoiling anything but region names. If you can't find the next region, the world map (only showing region connections, no detail) will tell you what direction to look in.

@brandur
brandur / go-pipelines.md
Last active April 15, 2024 15:48
Go Pipelines

Go Pipelines

This document demonstrates a basic pipeline in Go and talks about a risk in in implementing them. Keep in mind that:

  • Using FizzBuzz here is contrived, but quite a nice way to demonstrate the concept. Obviously there is no advantage to running the basic workload of FizzBuzz in a Goroutine, but if the task involved heavy computation or long lived I/O, it starts to make a lot more sense.
  • The problem discussed only applies to Goroutines that actually need to have a way to
@iclanzan
iclanzan / components.md
Last active March 11, 2025 15:47
UI Component Name Ideas

UI component names

As front-end developers we all know the pain of coming up with meaningful component names for CSS classes. I created this gist as a place to collect terms that are suitable as user interface component names.

Please contribute your own ideas!

Interactive components

  • button