Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
m_rcin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
m_rcin
7mo ago
many people try it, but the results are mixed.
2.
▲
by
m_rcin
9mo ago
How to configure it? I have LSP running in neovim, but Claude Code writes: ● LSP(operation: "goToDefinition", symbol: "mtz", in: "src/mtz.cpp") ⎿ No LSP server available for file type: .cpp ● No C++ LSP
3.
▲
by
m_rcin
2y ago
for C++ 11+, pybind11 > Boost.Python for C++ 17+, nanobind > pybind11 (both created by the same developer) ">" meaning generally better, as described at https://nanobind.readthedocs.io/en/latest/
4.
▲
by
m_rcin
3y ago
I tend to agree, although the salaries and transparency in give directly also raise questions. https://twitter.com/carolinefiennes/status/16000677812269506...
5.
▲
by
m_rcin
5y ago
That's sad. BBC has an article about people in even more extreme situation. 'My city's being shelled, but mum won’t believe me'. https://www.bbc.com/news/world-europe-60600487
6.
▲
by
m_rcin
7y ago
It's hard enough to find reviewers in the same field. I imagine finding statisticians to review papers from fields they don't care about would be problematic. You probably know that reviewers work for free.
7.
▲
by
m_rcin
7y ago
no container for paper?
8.
▲
by
m_rcin
8y ago
The big difference between RapidJson and sajson is surprising to me. When I benchmarked them their performance was comparable: https://github.com/project-gemmi/benchmarking-json . Did you use RapidJson in full-precisio
9.
▲
by
m_rcin
8y ago
Do you have preference for a particular line of Ikea bulbs? (Ryet, Ledare, etc)
10.
▲
by
m_rcin
8y ago
> - sometimes 'w' button seems to be 'stuck' in pressed state even when it's physically un-pressed Ah, so it's a common issue. I also have the 'w' problem on Dell Lattitude E7450.
11.
▲
by
m_rcin
9y ago
Yes, that's true for steep hills, but if the slope is about 10% hub motor will also manage.
12.
▲
by
m_rcin
9y ago
I bought a £500 e-bike from a supermarket 3 years ago and I've been using it for daily commute since then. I have 9km to office, e-bike is a practical option. Cheaper models, like mine, have motor either in front or in rear hub. Both w
13.
▲
by
m_rcin
10y ago
All basic microwaves (at least in the UK) have this design. For example http://www.argos.co.uk/product/4007573 or https://www.amazon.co.uk/Daewoo-KOR6L77-Microwave-Oven-White... I concur that's a
14.
▲
by
m_rcin
10y ago
Arch Wiki describes how to do it manually: https://wiki.archlinux.org/index.php/Firefox_on_RAM
15.
▲
by
m_rcin
11y ago
@antirez: should the linked "linenoise NG" be considered a replacement for your linenoise? I did diff on linenoise.c and linenoise.cpp (from NG) and very few lines are identical.
16.
▲
by
m_rcin
12y ago
OK, it was a selective quote and there was no refusal. Ubuntu developers just want to fix first all the bugs that matter for Ubuntu users (which is as distant now as 5 years ago, in practice it's the same as refusal). So there is a con
17.
▲
by
m_rcin
12y ago
most complete example is osc, which is command-line tool for working with OBS: http://software.opensuse.org/download.html?project=openSUSE:... or direct file access: http://download.opensuse.org/repositories
18.
▲
by
m_rcin
12y ago
I use OBS to provide Linux packages of the latest version of my project for multiple Linux distros. Because of the release cycle Linux distros usually come with older versions of the program, so when the user reports a problem it's han
19.
▲
by
m_rcin
12y ago
I've been using devtoolset (one of RedHat's SCLs, I think the first one) for almost two years. It provides the latest GCC and other tools for developers. Using it on RHEL 5 gives well optimized and portable binaries (glibc is back
20.
▲
by
m_rcin
12y ago
This is MSYS (not 2). The web presence of MSYS/MinGW has always been poorly designed. Hopefully it will get better with MSYS2. I've installed it recently using info from: http://sourceforge.net/p/msys2/wi
21.
▲
by
m_rcin
13y ago
Depending on the point of view, either your $10 became $40, or $30 from the anonymous donor just became $40. I've learnt about the concept of donation matching only recently (it's not used all over the world yet). It doesn't
22.
▲
by
m_rcin
13y ago
Veusz is nicely designed and quite original. There are a few Qt-based programs more similar Origin: QtiPlot, LabPlot, SciDAVis. In 2009 there was a big announcement, featured on LWN and other Linux websites, that LabPlot and SciDAVis (QtiPl
23.
▲
by
m_rcin
13y ago
That's right, although I think good UX is the main reason why CS got more popular than HC (hospitalityclub.org). I joined CS several years ago when travelling across the U.S. At that time CS was a bit more popular in the States, but HC
24.
▲
by
m_rcin
14y ago
there is an interesting TED talk from this year about this, how checklists for surgical teams has been designed and implemented in a few hospitals around the world: http://www.ted.com/talks/atul_gawande_how_do_we_heal_medicin...
25.
▲
by
m_rcin
14y ago
there is also http://news.ycombinator.com/best although only recent links are listed on it
26.
▲
by
m_rcin
14y ago
Python and C (maybe C++ more than C) are very popular in scientific programming. In the fields I know something about (crystallography, bioinformatics, molecular dynamics simulations) probably the majority of projects that started in this c
27.
▲
by
m_rcin
14y ago
Are you sure it's kept up to date? The initial github commit has comment "Initial import of the code I developed back in 2006. Nothing has been changed since then.", and nothing has been changed since that commit (with exception of docs, Go
28.
▲
by
m_rcin
14y ago
again? https://news.ycombinator.com/item?id=3312009 I don't see any major updates on Github since the project was uploaded in 2010. Cygwin is meant to be complete POSIX system, so GOW seems to be rather an alternative to MSYS from MinGW.