Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mellery451
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mellery451
8mo ago
one topic not mentioned is creating refactoring tools. My sense is that LSPs generally have the advantage here because they have the full parsed tree, but I suspect it would be possible to build simple syntactic refactorings in TS with the
2.
▲
by
mellery451
2y ago
agree - what's more, the author is really talking about blaze, where everything "just works" because there are massive dedicated resources maintaining it. He literally admits that he likes the copy-pasta-no-think-about-it:
3.
▲
by
mellery451
5y ago
yes - I use coc + clangd and there is no comparison with cscope. The level of accuracy you get with clangd is significantly better than tags/cscope. The main thing you need to make clangd work properly is an accurate compile DB. Yes, y
4.
▲
by
mellery451
5y ago
it's also generally preferred because it can avoid certain narrowing conversions in construction: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines...
5.
▲
by
mellery451
6y ago
as to how clangd sees your current translation unit, it comes down to the compile_commands.json (which is per-TU settings) or the more general compile settings in the config file(s) ( https://clangd.llvm.org/config.html ). If
6.
▲
by
mellery451
8y ago
..yes - in particular, boost::asio which will provide a sensible transition to std::net (networking TS) when it's available.
7.
▲
by
mellery451
8y ago
I think visit is what you want ( http://en.cppreference.com/w/cpp/utility/variant/visit ), unless I misunderstand what you mean by "pattern match"
8.
▲
by
mellery451
9y ago
> Successful remote workers are disciplined and self-motivated. No boss is eyeing them from across the office to see whether they’re working. They alone are responsible for structuring their workdays. This sounds like precisely the kind
9.
▲
by
mellery451
9y ago
> I say let people work from home but make sure they have the option of an office. ...or provide a stipend to be used to help pay for local co-working spaces, if that's your preference. I can certainly understand how some people mig
10.
▲
by
mellery451
10y ago
I studied to be an S.E. for 7 years (undergrad/grad) and practiced for a little over a year before I gave it up for software. First, the pay was atrociously bad given they years of schooling. Seriously, I couldn't justify doing it
11.
▲
by
mellery451
10y ago
Luthiery specifically for me - it's a hobby currently and the thing I think about the most when I'm programming. The tooling and jig making aspect of woodworking is also very satisfying to my engineering tendencies.
12.
▲
by
mellery451
10y ago
On the other hand, strawberry perl ( http://strawberryperl.com/ ) for windows solved this by simply including a free toolchain (gcc). The gcc compiler for windows is hardly typical, but it was an interesting choice so that th
13.
▲
by
mellery451
11y ago
looks interesting, but I'd rather have a tool that exposes a data API so that it can be plugged into vim/emacs
14.
▲
TestSpace.com – upload and track your test results
(testspace.com)
1 points
by
mellery451
11y ago
|
0 comments
15.
▲
by
mellery451
11y ago
it's the false positives that worry me more - that is, the well-practiced whiteboard coder who cannot actually design a maintainable system or the sociopath or brilliant jerk who nobody can stand to work with.
16.
▲
by
mellery451
11y ago
Classless and unprofessional in all respects. We can all learn by their example how not to treat candidates.
17.
▲
by
mellery451
11y ago
I worked on a large to-UNIX migration using Mainsoft long ago. It was amazing how complete their win32 solution was, but it all felt so wrong. Using cross platform libraries from the get-go and NOT relying on single platform architectural c
18.
▲
by
mellery451
11y ago
Here are some of my reasons for running tmux inside of iTerm: * easy layout of panes (windows) in fullscreen mode. I have tmux macros setup to quickly get different pane layouts -- e.g. 65% left, then two vertical split panes in the remaini
19.
▲
by
mellery451
11y ago
most of this is stuff Herb (and others) has been promoting for years...and It's great to see it codified in one place.
20.
▲
by
mellery451
11y ago
you can try looking at: https://www.reddit.com/r/somebodycodethis/ https://www.reddit.com/r/SomebodyMakeThis/ ...who knows, you might find something interesting to spark your imagination
21.
▲
by
mellery451
11y ago
This sounds like a brilliant idea. I hope that you are also including homework assignments that cover (1) communication skills (especially WRITTEN communication) and (2) personality. In my experience, those two areas are far more critical t
22.
▲
by
mellery451
11y ago
YouCompleteMe ( https://valloric.github.io/YouCompleteMe/ ) is a code completion engine built on libclang and works quite well. If you happen to use cmake for your projects and tell it to emit the build database file (CM
23.
▲
by
mellery451
11y ago
a good point - which I why I will be sticking with CMake for my cross-platform build needs.
24.
▲
by
mellery451
12y ago
I've worked in a bunch of these kinds of spaces - all utterly distracting. Turns out I'm more productive in my own quiet space at home. If you are doing this to your workers, give 'em the option to work from home and save the
25.
▲
C++ depot build tool
(rachelbythebay.com)
46 points
by
mellery451
12y ago
|
25 comments
26.
▲
by
mellery451
12y ago
what I find most interesting is the pro-active safety net for laid-off workers and a culture that permits and encourages people to train for a different job as needed. In the U.S., by contrast, you are expected to feel shame and desperati
27.
▲
Down and Out in Post-Nokia Finland
(businessweek.com)
4 points
by
mellery451
12y ago
|
2 comments
28.
▲
by
mellery451
12y ago
well, in many places DevOps is implemented as "developers on PagerDuty". When I (the developer) have to be on-call for 7 day rotations, phone by bedside, paged at all hours, then I'm most definitely acting as operations - pro
29.
▲
by
mellery451
12y ago
where do we go to see what cars you currently have for sale?
30.
▲
by
mellery451
12y ago
maybe get in-touch with the SWE chapter at UCSD ( http://swe.ucsd.edu/home.html ). I'll bet they will have some events or could arrange some informal tours of interesting facilities on campus.
More ›