

over many many years.
19 years. Almost 20, coming December!
over many many years.
19 years. Almost 20, coming December!
Aaah, PHP. I’ll stick with GoHugo, but it’s good to know alternatives!
I tried Thunderbird. Didn’t like it, at all. Evolution is much more my jam.
NixOS isn’t great for non-programmers, I bet, but for programmers it’s amazing.
Wait until DHH finds NixOS, where we can configure everything via single configuration. Even multiple machines.
I love Debian for what it taught me, but I’m not sure if I’ll ever use anything else.
Expected git
, got multiple programming languages. Nice.
How are the dataframe libraries on Ruby?
I like Bread on Penguins - very informative now that Luke Smith has turned away from Linux and towards Communist Philosophist or whatever he now turned into.
No colours? But how am I going to look down on the other three quadrants?
But for real, how did you make it? Hold up, did you screenshot draw.io? You absolute madlad!
I think it was Denmark and/or a province (?) of Germany
don’t come at me, pendants.
Did you do that on purpoise? :3
I don’t need reproducibility to the extent that NixOS provides
Alright, that’s fair. As a programmer, I’ve been having a blast using it - being able to quickly setup my laptops almost the same as my desktop is such a breath of fresh air, then being able to copy over most of my config to a WSL setup to employ nix
to get there 90% of the way on a Debian or Ubuntu WSL system is just so nice.
But if you don’t need its features, or aren’t a programmer, I can very much imagine you’d rather stick to a more stateful system.
If it wasn’t several PB (yes, petabytes) of data I’d want a backup.
If you’re a programmer: NixOS.
Define your OS config, which programs to install, and dotfiles in one repo. Install a fresh OS, pull in the repo (nix-shell -p git
, because NixOS doesn’t come with git >_> ) and run the command to install the whole thing (sudo nixos-rebuild switch --flake .
for me. wodan
is just the name of a config - I have multiple all combines into one repo, so I can share configuration between machines).
Took me 17 minutes to set up my laptop exactly the same as my Desktop. Same configuration, applications, and OS settings. It’s so fucking nice.
With Windows, that used to take 2 days to download and install everything manually.
Only downside: You’ll need to learn Nix-the-language, nix-the-os, and nix-the-terminal-program, which took about a month of deeply digging into the Vimjoyer and LibrePhoenix channels.
https://en.wikipedia.org/wiki/Cr1TiKaL = woo lets go baby
https://en.wikipedia.org/wiki/Asmongold = rat alarm clock
There are pictures. Not of the rat.
they can’t fathom going to a woman for honest advice.
Honest advice may not be good advice. I could tell a person “go kill yourself”, and be VERY honest about it. Yet it’s not good advice, now is it?
Start with pen and paper - no computer, because that’ll just distract you.
Write down what kind of game you want to make. Sketch out what you want your player to see when they play the game (top down, third person, first person; which UI elements should they see? Health? Mana or power bars? Selected items?). Does it have a story of sorts? What kind of setting (future, past, fantasy, sci-fi). 2D or 3D? What kind of visual style are you going for (realistic, cartoony, abstract?).
This will be your Game Design Document. You don’t have to get it perfectly at the first go - iterate over it, scratch things that you feel won’t work.
Once you have something that looks like a minimally viable product (MVP), THEN you can start making something in Godot, Game Maker, or Love2D. Because now you have something to follow along. Try to get something out ASAP, because feedback from people who are not you is important. Maybe you made something that feels fun to you, but no one else likes it - you would want to know that as soon as possible, not after toiling away for 5 years.
Do not start caring about “what is the fastest programming language”. Even the slowest of languages are fine, because you’re learning how to build a game, not how to program like a pro.
Pretty sure .compact
also still works.
Slap .compact
after a URL and you’ll see a mobile version of reddit from like 2006.
edit: THEY REMOVED IT! D: RIP .compact
- I’ve visited you about 5 times, ever.
Haskell:
https://learnyouahaskell.com/introduction
It’s been a while since writing some (2018), but the concepts you learn from Haskell are great (though I still can’t explain Monads, even if my life depended on it) and can be applied in other languages.
Anyway, I can’t speak to BEAM, but Haskell is very typeful, it teaches you currying, very great language, awful tooling (but that was ~10 years ago, so I hope things have improved since).