Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reftel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
reftel
24d ago
Yes, there is the FINGERS method. See e.g. https://fbhi.se For Alzheimer is particular, there are also some drugs now (e.g. Leqembi) that slow down the process, but no cure yet.
2.
▲
by
reftel
2y ago
It appears you are correct. What an odd limitation!
3.
▲
by
reftel
2y ago
Then I suggest you have another look =) https://inside.java/2021/02/03/jep380-unix-domain-sockets-ch...
4.
▲
by
reftel
3y ago
Ok, so you don’t like standup meetings. If you’re actually doing agile, then you’re in luck, because the whole point is that the team is considered competent to pick their own process. In the next retrospective, get the others in the team t
5.
▲
by
reftel
3y ago
I use it at work for a script that parses and analyzes some log files in an unusual format. Wrote a naive parser with a parsing combinator library. It was too slow to be usable with CPython. Tried PyPy and got a 50x speed increase (yes, 50
6.
▲
by
reftel
5y ago
Selects via index occasionally does not find data when using serializable transaction isolation on Oracle, since about 25 years (see https://stackoverflow.com/questions/11826368/oracle-select-i... )