Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Omroth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Omroth
2y ago
"Not strategy, not memorizing opening lines, not practicing your end-game technique, not studying the Great Games of History, not drilling with puzzles to get better at tactics," "In my games, the player who committed more bl
2.
▲
by
Omroth
3y ago
The Meta Cast (Bob & Josh) is very useful for getting an insight into team management.
3.
▲
by
Omroth
3y ago
It's the bold that really puts me off.
4.
▲
by
Omroth
3y ago
"Assertions MUST NOT be the only thing between misbehavior and input data" I don't agree with this. I'm quite happy to assert that an external function call worked.
5.
▲
by
Omroth
3y ago
Why does it say "wikipedia" on the photo of the model at the bottom of the page?
6.
▲
by
Omroth
3y ago
I switched to Ubuntu five years ago and it's been a fab experience.
7.
▲
by
Omroth
3y ago
I enjoyed your writeup.
8.
▲
by
Omroth
3y ago
" system upgrades aren't done on the live system packages changes are applied on the next boot you can roll back a change Depending on the implementation, a system may offer more features. But this list is what a Linux
9.
▲
by
Omroth
3y ago
I use Ubuntu at work and at home. It's a great experience and I am so happy to not have my OS controlled by Microsoft. (Or Apple, but those are for different reasons.)
10.
▲
by
Omroth
3y ago
I came here to say something similar. A lot of us code as a hobby as well as professionally, and certain languages and paradigms tickle us. Sometimes I find almost tantric beauty in c++ for goodness' sake.
11.
▲
by
Omroth
3y ago
I was already dubious of the concept, but the account example in the page makes me even more so. "Transactions, security, and logging all exemplify cross-cutting concerns." Logging, maybe. Transactions and security? Hard disagre
12.
▲
by
Omroth
3y ago
If you haven't already, I would consider some less committal steps to find out more about the problem you're experiencing. 1. Take an unusually long time off - double whatever the most is you've taken in recent years. If yo
13.
▲
by
Omroth
3y ago
"In C++, if I do: import numpy as np np.linspace(2.0, 3.0, num=5) nothing happens. In fact, it's a compile error. But if I do the same in Python, it works and works very well! Python > C++" Sorry for the troll