I don’t know, it still feels like a productivity lottery to me. The simpler the task, the higher the odds of a big productivity gain, and it can be probably an order of magnitude quicker, especially if the output is…
One of the big features in .net 10 is the ability to do `dotnet file.cs` to run an application, with package import and assembly attributes directly in the file.
I use github pages with jekyll. It took a bit of time to make a custom theme and setup the custom domain, but its really simple now to just add markdown file and push to github. https://github.com/loldot/loldot.github.io
From my experience, definitely go with the second approach. Try to spend a lot of time initially defining the events with domain experts. Designing events that map well to the domain in the first place is the hardest,…
Sounds a bit like this article: https://www.theverge.com/a/luka-artificial-intelligence-memo... haven't had the time to read all of it again and can't recall all of it, so might not be the one.
Exactly! If you're writing a C compiler, it would probably be a bad idea to have that logic in a database, though it could be fun to try. On the other hand if your application is summarizing a lot data by different…
What I've found being the problem with this approach is that sql does not lend itself very well to composability. Sure, you can make functions, views and stored procedures and compose them. But when you start actually…
The simple, readable, loop-based snippet mentioned in the article also works for the edge cases. Sometimes it's better to not be so clever.
I think most people willing to change their diet for the sake of the environment already are well aware of the consequences of meat eating. In my opinion it would be more beneficial to focus campaigns on the problem of…
Its ironic that cnil has “accept all” as the default choice for 3rd party cookies on its site
I don’t know, it still feels like a productivity lottery to me. The simpler the task, the higher the odds of a big productivity gain, and it can be probably an order of magnitude quicker, especially if the output is…
One of the big features in .net 10 is the ability to do `dotnet file.cs` to run an application, with package import and assembly attributes directly in the file.
I use github pages with jekyll. It took a bit of time to make a custom theme and setup the custom domain, but its really simple now to just add markdown file and push to github. https://github.com/loldot/loldot.github.io
From my experience, definitely go with the second approach. Try to spend a lot of time initially defining the events with domain experts. Designing events that map well to the domain in the first place is the hardest,…
Sounds a bit like this article: https://www.theverge.com/a/luka-artificial-intelligence-memo... haven't had the time to read all of it again and can't recall all of it, so might not be the one.
Exactly! If you're writing a C compiler, it would probably be a bad idea to have that logic in a database, though it could be fun to try. On the other hand if your application is summarizing a lot data by different…
What I've found being the problem with this approach is that sql does not lend itself very well to composability. Sure, you can make functions, views and stored procedures and compose them. But when you start actually…
The simple, readable, loop-based snippet mentioned in the article also works for the edge cases. Sometimes it's better to not be so clever.
I think most people willing to change their diet for the sake of the environment already are well aware of the consequences of meat eating. In my opinion it would be more beneficial to focus campaigns on the problem of…
Its ironic that cnil has “accept all” as the default choice for 3rd party cookies on its site