Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ts0000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ts0000
4y ago
For anyone not understanding why (neo)vim exists, or why some developers prefer it to IDEs, I suggest watching "PDE: A different take on editing code" [1]. It reframes (neo)vim as a "Personalized Development Environment"
2.
▲
An Apache Cassandra Breakthrough: Acid Transactions at Scale
(thenewstack.io)
1 points
by
ts0000
4y ago
|
0 comments
3.
▲
by
ts0000
4y ago
Looks like https://wtfutil.com/modules/azure_devops/ has that.
4.
▲
by
ts0000
4y ago
How does this compare to https://github.com/wtfutil/wtf/ ? /edit: I wish these kind of projects would add a compatibility layer to pre-existing modules of competing libraries. That would jump-start adoption, i
5.
▲
by
ts0000
4y ago
Comment section.
6.
▲
by
ts0000
4y ago
Interesting, for me it's the exact opposite. I've tried a couple of times to get into awk, but still find the syntax arcane.
7.
▲
by
ts0000
5y ago
One alternative to estimations are projections via (for example) Monte Carlo simulations. I've been happily using https://getnave.com/ for that. The results seem to be in the same ball-park as my old estimations, but w
8.
▲
by
ts0000
5y ago
Concept art for games, movies, perhaps.
9.
▲
by
ts0000
5y ago
A violin is the pure opposite of user-friendly design, and yet, there are millions of people playing it.
10.
▲
by
ts0000
6y ago
Agree, I intentionally didn't change the names to mirror the other examples in sibling comments as I meant to focus on the "named parameters" bit.
11.
▲
by
ts0000
6y ago
In addition to the other TypeScript examples, here's one that I would actually use. Now, it's not encoding the types not as positional, but named arguments via objects. Allows me to destructure them, for added clarity. type Ci
12.
▲
by
ts0000
6y ago
Why not link to the actual reddit thread directly? https://old.reddit.com/r/LambdaSchool/comments/kb87od/lambda...
13.
▲
by
ts0000
6y ago
While I agree with the notion of treating microservices with caution, I found the article a bit too shallow, barely supporting the claim. Especially the second "fallacy" reads like a draft and it overall ends abruptly.
14.
▲
by
ts0000
6y ago
https://langserver.org/ via https://github.com/neoclide/coc.nvim and https://github.com/fannheyward/coc-rust-analyzer
15.
▲
by
ts0000
6y ago
I have been doing the Wim Hof method (cold showers, breathing exercise) for two weeks and it surprisingly effective in alleviating anxiety and depression. I also feel more awake. For context, supposedly there have been done a couple of stud
16.
▲
by
ts0000
7y ago
> A while after someone (which I can’t trace back) made an interesting (and equally brilliant) observation - there is a fourth option - unknown knowns Gary Bernhardt uses this in his "Ideology"[1] talk. [1] https://w
17.
▲
Unit, Functional, Integration? You are doing it wrong
(blog.7mind.io)
7 points
by
ts0000
7y ago
|
0 comments
18.
▲
Why I No Longer Use Haskell
(skillsmatter.com)
5 points
by
ts0000
7y ago
|
0 comments
19.
▲
by
ts0000
7y ago
As someone strongly favoring a functional or even purely functional approach, I strongly dislike the flood of pro-functional-programming blog posts that attack the straw man of "imperative programming wrapped in classes". I don&#x
20.
▲
by
ts0000
7y ago
I believe WordPress, at least the admin interface, is essentially an SPA.