How do I know if comments like this come from a real person or a bot? Your suggestion that "anything popular cannot be morally wrong" is proposterous. It feels like you're trying to bait people into arguing with you in…
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".
Epic bought artstation, bandcamp, and, sketchfab. I don't know for sure, but I don't think any of those are very profitable. They're almost like resume hosting websites for game developers. 3d artists show off their…
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?
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…
How do I know if comments like this come from a real person or a bot? Your suggestion that "anything popular cannot be morally wrong" is proposterous. It feels like you're trying to bait people into arguing with you in…
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".
Epic bought artstation, bandcamp, and, sketchfab. I don't know for sure, but I don't think any of those are very profitable. They're almost like resume hosting websites for game developers. 3d artists show off their…
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?
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…