HackerTrans
TopNewTrendsCommentsPastAskShowJobs

squirtlebonflow

no profile record

Submissions

General survey of Linux users workflow/computer setups

1 points·by squirtlebonflow·vor 3 Jahren·2 comments

comments

squirtlebonflow
·vor 3 Jahren·discuss
It makes sense why you are feeling that reaction to the reactions to your comments and how that relates to people's mixed reactions to the author's gamedev advice... what I can't understand is the phrase "rejecting criticality, as it relates to intention."
squirtlebonflow
·vor 3 Jahren·discuss
Disagree entirely.
squirtlebonflow
·vor 3 Jahren·discuss
Really? I find that it makes it so much more pleasant and easy to read. I read it much faster than I would have without bold. The author is telling you which parts of the sentence are most important, so your brain frees up that processing part where you have to figure that out.
squirtlebonflow
·vor 3 Jahren·discuss
The vast majority of my development time for any project is setting up a server, database, web framework, etc. It's a massive pain in the ass and gets in the way of what I'm actually trying to do.
squirtlebonflow
·vor 3 Jahren·discuss
I don't think you should write code where it makes a difference if the None came from a T that happened to be None or from a None.
squirtlebonflow
·vor 3 Jahren·discuss
How is it natural to write code like that?

If it's None, don't put it in the cache. If T is None, don't put it in the cache.

if (typeof input != None) putInCache(input)
squirtlebonflow
·vor 3 Jahren·discuss
Comments, updating dependencies, or documentation
squirtlebonflow
·vor 3 Jahren·discuss
Because nothing really ever happens because of random chance. Everything has a reason, and to pretend it happened because of random chance is to say you don't care enough what the reason was to try to figure it out.
squirtlebonflow
·vor 3 Jahren·discuss
That's not... a good thing. Who cares about "the preservation of the species". If 7 billion people die and the remaining survivors are happier than ever, that's a huge loss IMO.
squirtlebonflow
·vor 3 Jahren·discuss
[dead]
squirtlebonflow
·vor 3 Jahren·discuss
If a mouse can get in your house, so can a fly. There are holes
squirtlebonflow
·vor 3 Jahren·discuss
Why distilled water? It presumably doesn't rain distilled water outside.
squirtlebonflow
·vor 3 Jahren·discuss
We aren't doomed as a species, but billions of people will die.
squirtlebonflow
·vor 3 Jahren·discuss
Everyone being afraid is WAY better than people being convinced climate change is a non-issue.
squirtlebonflow
·vor 3 Jahren·discuss
[dead]
squirtlebonflow
·vor 3 Jahren·discuss
It's much more complicated than that and that's it's biggest downside. I've been trying to learn how to use it but it's quite confusing figuring out their terminology and UI.

One thing that I did with it was make a Recipe type that has any number of Ingredient types in it, takes any number or arbitrary Dietary Restriction tags (e.g. Gluten, Dairy, Vegan), and takes parameters like cooking time and number of servings etc. So not only is a Recipe a note that explains how to make it, but it has a template with the boilerplate information pre-filled so when writing down a new Recipe, it's faster, and it has all that metadata, which allows you to construct Sets from the Recipes.

For example, I can have a document called Quick Vegan Crowd-Pleasers that is a Set of all vegan Recipes with cooking time under 30 minutes and 8+ servings. If I really wanted to go psycho mode with it, I could track every ingredient currently in my kitchen and filter recipes by what I can make with what I have on hand.

You can really do a lot with it. It's just time intensive to set up and also to keep up with entering data.
squirtlebonflow
·vor 3 Jahren·discuss
...why is it crazy?

Pick any aspect of personality, and you'll be able to map it to two extremes.
squirtlebonflow
·vor 3 Jahren·discuss
[dead]
squirtlebonflow
·vor 3 Jahren·discuss
True. Pretty much everything worth doing is "draining"
squirtlebonflow
·vor 3 Jahren·discuss
So you could camp every day and never get tired?