No ads disguised as search results. Actually, no ads at all. Great search results. Lenses.
Also, there is a solution for incognito mode. And ad supported, in practice means tracked by advertisers, and hence you are the product.
No ads disguised as search results. Actually, no ads at all. Great search results. Lenses.
Also, there is a solution for incognito mode. And ad supported, in practice means tracked by advertisers, and hence you are the product.
All these services turning into shit, are the services without a viable business model to begin with. What I find interesting is that it is obviously possible to become leading in a field, just by burning investors money.
The reason might be, that you must think a bit different from C++ so it might be a little bit tricky to do the switch. Thouigh, if you know C++ the ownership and stuff should be a bit easier to understand since you probably can figure out what is going on. The reason I learned Rust in the first place was because I had to use C libraries, and I knew rust had good support for that. But, unfortunately I cannot assist you with alternatives to rust, since I stopped looking after I learned rust. π
This looks really interesting, and I love the easy to use docker images! So, now I guess I know what I will fiddle with this weekend....
This sounds really great and will probably have quite an impact on a lot of users. So, nice work!
And don't get me wrong, I think Go is ok and I use it from time to time. When Go and Rust started to get traction, I actually laughed at Rust thinking it was a stupid language. Why would anyone use Rust when you had Go, it sounded so great with its go routines and all. I then started to use it, and it wasn't bad, but it wasn't something that got me all excited either. And it was the horrible error handling and all these simplifications that sacrifices correctness that made me feel it was only an ok language. It is the correctness of Rust and that you have to handle all errors aso, that makes it a bit annoying, but it is also these things that makes it great.
I think this old article exemplify the bad design of Go, and why I think Rust is very well designed.
TL;DR Go takes many shortcuts, in the name of simplicity, that ends up with pure lies. Like providing Unix like permissions for Windows and silently ignore it.
https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-ride
Oh, hadn't seen the "Time travel debugging Rust in NeoVim" before, and I'm bad at using the debugger in vim so this is definitely something I must try out.
Well, that is why some prefer a copyleft license, like the MPL.
I guess this answeres my previous question about the lack of updates to the Intellij Rust plugin.
I like skimming through these summaries, and especially since there are so many things happening on so different levels. It it everythign from tiny snake, to very advanced games. Good read.
I have never used sea-orm, but I wonder if
.on_conflict
could be used to simplify the code above?