Or... You could define a comment component that either, 1. Always takes props but always returns null. (Useful for Todo comments that contain jsx code snippets that don't render) 2. Or, always takes children and a…
You ever get the feeling that C should be grouped with all the XML and (semantic) web technologies the W3C no longer has active working groups for? Maybe combine them to make a Spring-like framework, but for C? Long…
The only time I look at the actual web interface for bitbucket or github is during PR reviews. Otherwise I'm either using the respective desktop app or grabbing blames from my editor. So, I'm always locally browsing…
There is a knowledge project podcast /w Jim Collins that answers this question indirectly. https://fs.blog/knowledge-project-podcast/jim-collins-2/ Long story short: Happiness is derivable mainly either through…
The short answer is no. Typescript is not worth it. The reason is because: - WebAssembley (which other, controversially better or at least more adopted languages also target) - Javascript's spec. is not time invariant…
Not an expert nor a user of terraform, but I'm currently learning about the tool, and I like to learn by reading from books and docs, rather than diving straight in and doing. Based on what I've read, while Hashicorp…
Perspective: You're observing a few major factors in play. 1. The majority of programmers/IT/Tech-workers are young (<=3 years of work experience). They don't have enough experience to know what's good (or even what…
It makes me happy to know others are thinking in terms of trade-offs as goals. I wrote an article about this from the perspective of avoiding software technical debt, but I have to admit, this article does a better job…
Middle Management is more or less resource allocation (so optimization problem maybe of the stochastic, multi-agent, multi-criteria and/or multi-objective flavour if you want it to be super complex). This article is…
This article went in a completely opposite direction I thought it would be going. Based on the title, I thought they were going to talk about how all operators should be expressed with 3 characters (i.e. `:=:`, `|=>`,…
You've probably heard of this: atomic habits. The idea of an atomic habit is that there is no disconnect between a habit and the objective you're aiming for. So in this case, the habit was not to learn a new language,…
It sounds like their habits are influenced by your environment. Just tie the habit to a new productive habit. Make it work for you. Example 1: start learning a new natural language, and also switch all your social media…
Side note: The most straightforward way to incoporate YAML as an elevated text "type" would be to define a new type of pipeable file descriptor on all commands, specifically meant for replacing shell script options /…
Why use types? Why not introduce built in parsers to provide validations instead? (i.e. https://github.com/antlr/grammars-v4) I think hush is going in the wrong direction. The majority of shell automation is associated…
I'm not a Spring expert, but from my time working in it, Spring is designed with best practices as default config values. If you're not only changing config but rewriting templates, then you're already fighting against…
Rather than showing the top ten for statistical significance, wouldn't it make more sense to use PCA on the ratings and show each component's top 10 instead?
Depends on you BMI. If your BMI is high, then Keto + intermitten fasting + calorie deficit is your best bet (I use to be 300 pounds and lost 50 pounds in 3 months.) If your BMI is low, then regular cardio (i.e. calorie…
Not the english my product manager needs, but the english they deserve. (Edit: Also, the english my code comments deserve) (Edit 2: and my commit messages)
STEM is a logical next step up from the trades (in terms of career development without starting your own company). So its probably not so much propaganda. It's more like if you already know a trade and are interested in…
Basically this. Theoretically, event-driven architecture within a single machine is just re-inventing pi-calculus (i.e. sending values on channels) So I would imagine anything single-threaded would not require it.…
Or... You could define a comment component that either, 1. Always takes props but always returns null. (Useful for Todo comments that contain jsx code snippets that don't render) 2. Or, always takes children and a…
You ever get the feeling that C should be grouped with all the XML and (semantic) web technologies the W3C no longer has active working groups for? Maybe combine them to make a Spring-like framework, but for C? Long…
The only time I look at the actual web interface for bitbucket or github is during PR reviews. Otherwise I'm either using the respective desktop app or grabbing blames from my editor. So, I'm always locally browsing…
There is a knowledge project podcast /w Jim Collins that answers this question indirectly. https://fs.blog/knowledge-project-podcast/jim-collins-2/ Long story short: Happiness is derivable mainly either through…
The short answer is no. Typescript is not worth it. The reason is because: - WebAssembley (which other, controversially better or at least more adopted languages also target) - Javascript's spec. is not time invariant…
Not an expert nor a user of terraform, but I'm currently learning about the tool, and I like to learn by reading from books and docs, rather than diving straight in and doing. Based on what I've read, while Hashicorp…
Perspective: You're observing a few major factors in play. 1. The majority of programmers/IT/Tech-workers are young (<=3 years of work experience). They don't have enough experience to know what's good (or even what…
It makes me happy to know others are thinking in terms of trade-offs as goals. I wrote an article about this from the perspective of avoiding software technical debt, but I have to admit, this article does a better job…
Middle Management is more or less resource allocation (so optimization problem maybe of the stochastic, multi-agent, multi-criteria and/or multi-objective flavour if you want it to be super complex). This article is…
This article went in a completely opposite direction I thought it would be going. Based on the title, I thought they were going to talk about how all operators should be expressed with 3 characters (i.e. `:=:`, `|=>`,…
You've probably heard of this: atomic habits. The idea of an atomic habit is that there is no disconnect between a habit and the objective you're aiming for. So in this case, the habit was not to learn a new language,…
It sounds like their habits are influenced by your environment. Just tie the habit to a new productive habit. Make it work for you. Example 1: start learning a new natural language, and also switch all your social media…
Side note: The most straightforward way to incoporate YAML as an elevated text "type" would be to define a new type of pipeable file descriptor on all commands, specifically meant for replacing shell script options /…
Why use types? Why not introduce built in parsers to provide validations instead? (i.e. https://github.com/antlr/grammars-v4) I think hush is going in the wrong direction. The majority of shell automation is associated…
I'm not a Spring expert, but from my time working in it, Spring is designed with best practices as default config values. If you're not only changing config but rewriting templates, then you're already fighting against…
Rather than showing the top ten for statistical significance, wouldn't it make more sense to use PCA on the ratings and show each component's top 10 instead?
Depends on you BMI. If your BMI is high, then Keto + intermitten fasting + calorie deficit is your best bet (I use to be 300 pounds and lost 50 pounds in 3 months.) If your BMI is low, then regular cardio (i.e. calorie…
Not the english my product manager needs, but the english they deserve. (Edit: Also, the english my code comments deserve) (Edit 2: and my commit messages)
STEM is a logical next step up from the trades (in terms of career development without starting your own company). So its probably not so much propaganda. It's more like if you already know a trade and are interested in…
Basically this. Theoretically, event-driven architecture within a single machine is just re-inventing pi-calculus (i.e. sending values on channels) So I would imagine anything single-threaded would not require it.…