Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rmeby
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
rmeby
3y ago
I would be interested too if that's an actual theory. My experience has largely been that if you're willing to admit you were wrong about something, most reasonable people will appreciate it over you doubling down. If they pile on
2.
▲
by
rmeby
4y ago
I would imagine operator overloading helps with vectors so you can do things like: public static Vector operator -(Vector a, Vector b) { Vector v = new Vector(); v.X = a.X - b.X; v.Y = a.Y - b.Y; r
3.
▲
by
rmeby
4y ago
It would be nice if they let you forgo the credits to sign up without a phone number.
4.
▲
by
rmeby
4y ago
What sorts of things are wrong with .NET in your view? As someone who recently started working with it after using Java for years, it has been refreshing and largely enjoyable for me.