This article seems to break down into 3 parts - why multiple return values are bad, why go error handling is bad, and opinions about what to do about it. The part that feels wrong to me is their issue with multiple…
Align the incentive with the actual work done? Eg - fundraise to cover the cost of producing the movie and paying the salaries of everyone involved, because physically making a movie costs money. Then give the mp4 away…
If you're a developer looking for a 3D reference game, this might be helpful - https://github.com/gdquest-demos/godot-4-3d-third-person-con.... If you're curious what a 'good looking' godot game can look like, PVKK…
I was wondering why the GCC Machine Description language was such an outlier, especially considering I've never heard of it before. I googled it, and it turns on machine description files use the extension ".md".
A few months ago, I watched some videos by Brett Victor and decided I wanted to develop a visual programming language. That led me to https://futureofcoding.org/ and its slack channel. There was some cool stuff…
To me, the core of Haskell is that: "Haskell is C with one semi-colon per function." This forces you to put all your code into method signatures. This, in turn, means Haskell (or C, if you follow the 1 semicolon rule in…
I'm definitely thinking of making a graph based text editor. I think I could work off of code-highlighting files to figure out where to break code out into different nodes. Then, I would look for matching terms in each…
Well, you're right. That sounds awesome. Is there a good reason gimp doesn't support that? You make it sound like common sense.
I'm totally ignorant in this field. If you're worried about messing up a file, why not just make a copy of it before you edit it?
I'm really enamored with haskell, and you're hitting on exactly the problem I'm having. Any advise on learning haskell out in the wild?
I'm not sure why, but the fellow you're replying to doesn't like javascript. You plan to solve it by compiling to css beforehand. What if I told you I like to remove all custom css from my page. Do you have any recourse?
On the topic of ways to improve the terminal, I'd like to see output separated from input. Put the prompt 1/4 of the way down the screen instead of at the bottom. Above the prompt, we have a backlog of the commands we…
They're both predictive typing, so they both fall on their face when it comes to two things. Proper nouns and slang. Whenever I try to write one of those two thing (often, think email addresses, friends names , "yo",…
This article seems to break down into 3 parts - why multiple return values are bad, why go error handling is bad, and opinions about what to do about it. The part that feels wrong to me is their issue with multiple…
Align the incentive with the actual work done? Eg - fundraise to cover the cost of producing the movie and paying the salaries of everyone involved, because physically making a movie costs money. Then give the mp4 away…
If you're a developer looking for a 3D reference game, this might be helpful - https://github.com/gdquest-demos/godot-4-3d-third-person-con.... If you're curious what a 'good looking' godot game can look like, PVKK…
I was wondering why the GCC Machine Description language was such an outlier, especially considering I've never heard of it before. I googled it, and it turns on machine description files use the extension ".md".
A few months ago, I watched some videos by Brett Victor and decided I wanted to develop a visual programming language. That led me to https://futureofcoding.org/ and its slack channel. There was some cool stuff…
To me, the core of Haskell is that: "Haskell is C with one semi-colon per function." This forces you to put all your code into method signatures. This, in turn, means Haskell (or C, if you follow the 1 semicolon rule in…
I'm definitely thinking of making a graph based text editor. I think I could work off of code-highlighting files to figure out where to break code out into different nodes. Then, I would look for matching terms in each…
Well, you're right. That sounds awesome. Is there a good reason gimp doesn't support that? You make it sound like common sense.
I'm totally ignorant in this field. If you're worried about messing up a file, why not just make a copy of it before you edit it?
I'm really enamored with haskell, and you're hitting on exactly the problem I'm having. Any advise on learning haskell out in the wild?
I'm not sure why, but the fellow you're replying to doesn't like javascript. You plan to solve it by compiling to css beforehand. What if I told you I like to remove all custom css from my page. Do you have any recourse?
On the topic of ways to improve the terminal, I'd like to see output separated from input. Put the prompt 1/4 of the way down the screen instead of at the bottom. Above the prompt, we have a backlog of the commands we…
They're both predictive typing, so they both fall on their face when it comes to two things. Proper nouns and slang. Whenever I try to write one of those two thing (often, think email addresses, friends names , "yo",…