Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tieTYT
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
tieTYT
4mo ago
Before I read some of the study, I thought that was relevant too, but each "step [was] conducted as an independent, single-turn session."
2.
▲
by
tieTYT
4mo ago
> a human will DO worse then a 25% degradation As I was reading this article, a similar thought occurred to me: "I wonder if that's better or worse than a human?" Unfortunately, there was no human baseline in this study. T
3.
▲
by
tieTYT
9y ago
I'm interested in hearing more details. You ever write blog articles that go into more depth?
4.
▲
by
tieTYT
9y ago
> Given that you've at minimum doubled the code (and doubled the bugs), it seems like a really bad long-term trade off. I'd say you've at maximum doubled the code. The test ensures you write only what you need to get the
5.
▲
by
tieTYT
9y ago
I'm not hearing anything negative here. Why is any of this innately bad? Tests shaping your code is bad, because? Because you already have "enough constraints"? Sorry, I don't get it.
6.
▲
by
tieTYT
9y ago
Maybe it's only difficult to test end-to-end? I would assume there's code in there that's algorithm-like. Give it these inputs, it should return these outputs. If so, it should be possible to isolate that code and test it.
7.
▲
by
tieTYT
9y ago
I've used tons of programs that have problems and crash for various reasons. Is this an argument against the language? I don't think there'd be any left to use with this line of thinking. Besides, there's too many vari
8.
▲
by
tieTYT
9y ago
I didn't build that. How are you so sure it would have less leaks if it were written in a language like C++? I'd bet it would be worse.
9.
▲
by
tieTYT
9y ago
> Why does this matter? It matters for the exact same reason why memory leaks are bad in general: They consume more memory than necessary. Thing is, this doesn't usually matter. I have never gotten an out of memory error from a lea
10.
▲
by
tieTYT
9y ago
> Place your test files next to the implementation. Java background is probably biasing me, but I don't like this. It interferes with my ability to find code because the file list in every directory is twice as large. What are the
11.
▲
by
tieTYT
9y ago
> write all of the tests before the code Everyone is interpreting this as, "write 10 tests then try to get them all to pass at once". That is not how you TDD. You write one, then get it to pass, then write another. Maybe you
12.
▲
by
tieTYT
9y ago
> TDD is for unit tests Never heard anyone say this. Kent Beck has said the opposite on podcasts.
13.
▲
by
tieTYT
9y ago
That's not how you're supposed to do it. Write one test, get it to pass, repeat.
14.
▲
by
tieTYT
9y ago
> Software, as an industry, generally profits the most when it can identify an existing need that is currently solved without computers, and then make it 10x+ more efficient by applying computers. In this situation, the software doesn&#x
15.
▲
Story pointing in agile: Not just for managers
(sleepeasysoftware.com)
1 points
by
tieTYT
10y ago
|
0 comments
16.
▲
by
tieTYT
11y ago
Just commenting to add more graphs: http://www.npr.org/blogs/money/2014/10/28/359419934/who-stud... http://www.randalolson.com/2014/06/15/the-double-edged-sword..
17.
▲
by
tieTYT
11y ago
> Either you failed your organization on the hiring front and have terrible engineers (unlikely) What makes you say that is unlikely?
18.
▲
by
tieTYT
11y ago
> Always refuse if someone asks you to sign an NDA before hearing their idea I hear this a lot. What's the reasoning?
19.
▲
by
tieTYT
12y ago
This is probably misunderstanding the demographic, but why does he suggest using nano over vim?
20.
▲
The “there are more important things to do” fallacy
(sleepeasysoftware.com)
1 points
by
tieTYT
12y ago
|
0 comments
21.
▲
by
tieTYT
12y ago
Could it be that people who are non-agreeable often switch careers when they butt heads with others and this switching gives them higher income than those who stay in one place and wait for promotions?
22.
▲
by
tieTYT
12y ago
> It seems that a simple yeoman/grunt setup that just preprocesses some HTML and JS takes... a very long time. I have not experienced this. I built a 15k+ line CoffeeScript app. Every time a file changed it would compile it to JS
23.
▲
by
tieTYT
12y ago
> Shell scripts, when you're not dealing with autotools generated script, aren't really that big, or even that complicated. They're not always portable. Some people develop on windows.
24.
▲
Developers should not have to interact with humans to set up a new environment
(sleepeasysoftware.com)
1 points
by
tieTYT
12y ago
|
0 comments
25.
▲
by
tieTYT
12y ago
Actually it was an external recruiter. He was saying that all the programmers they've interacted with have never asked those questions.
26.
▲
by
tieTYT
12y ago
If you or others are struggling, I recommend "Learn You A Haskell". It's a great book that explains them well.
27.
▲
by
tieTYT
12y ago
I just assume it's common stock if I'm not a founder/exec. Is there a lower liquidation preference than that? I'll have to research what convertible notes are.
28.
▲
by
tieTYT
12y ago
And what do I do if they use #2? Are you saying it's reasonable for them to not give me that information? Should I assume they're worth $0 in this situation?
29.
▲
by
tieTYT
12y ago
The last two companies I've gotten offers from gave me very, very heavy pushback when I tried to figure out what % of equity they were giving me. They told me they were giving me 5,000 shares (for example). OK... 5,000 of how many? W
30.
▲
by
tieTYT
12y ago
Why is that worse? Also, isn't that the 37Signals way?
More ›