HN user

crimper

19 karma
Posts0
Comments12
View on HN
No posts found.

i think you need to provide more details for a good reply. what changed between the time index was used and when it wasn’t? I also had to “convince” postgresql to use my index but that lead to a much better design

I am not arguing with your original point about the language. But Singularity is as closed code as it can get and has a bunch of crazy assumptions associated to it (must have .NET installed which rules out most architectures) Can you explain what you like about it? Compared to C, Rust avoids a whole category of memory related bugs

Having a similar experience with delivery apps. ordering directly from the place is almost always better to. Happy to realize that for 50-60€ you can have a super luxury dinner if you plan ahead. we are talking champagne and steak here. Can you pivot your data around order price? would be interesting to see if my impression that price and quality are pretty much linear where I am. (Not US)

thanks for this, i couldn’t articulate it so clearly. Another gotcha is responding to closed channels, it makes sense in the grand scheme of things but when the program grows it gets tricky

channel programming and the races caused by closing channels. channels seem nice and easy until they don’t.

the whole var/:=/= assignment combined with the error handling style and the shorthand is another one