Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mpcjanssen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mpcjanssen
2y ago
It seems to recompile every regex on every matching operation. This is really slow. The compiled regexes should be cached in the different matchers.
2.
▲
by
mpcjanssen
3y ago
Add the lowercase -r for recursive scp and you have two screens with man pages open.
3.
▲
by
mpcjanssen
4y ago
Redshift is indeed a matter of speed. But due to the expansion of the universe, relative speed and distance are directly related (Hubble's law). So farther away means faster relative speed and thus more redshifted (Doppler effect) Fart
4.
▲
by
mpcjanssen
5y ago
In the article it describes the N+1 problem with an example of the fossil timeline. In a system using Postgres, you would select all the timeline entries and then generate one big query to get the details of all the timeline items in one sq
5.
▲
by
mpcjanssen
5y ago
The computer says no. Probably some automated Google process. Curious what voting to undo it will accomplish.
6.
▲
by
mpcjanssen
5y ago
There are plenty of examples in this thread alone. In my opinion hinting won't help. Everyone who cares about the performance gain will enable the hint (which I expect will be almost everyone) so you have won nothing but added noise wi
7.
▲
by
mpcjanssen
6y ago
Cmd-Up brings you to the parent folder.
8.
▲
by
mpcjanssen
6y ago
Gsheet is just a link to the online copy. It's useless as a backup.
9.
▲
by
mpcjanssen
6y ago
Faster than light in a medium. The last part matters. There is currently no reason to doubt relativity.
10.
▲
by
mpcjanssen
6y ago
There is indeed also a relation between momentum and (rest) energy describing the conservation of energy, In the rest frame this relation reduces to the famous E=mc^2.
11.
▲
by
mpcjanssen
7y ago
Because advent is a common term for the 4 weeks before Christmas even in non religious contexts. And that is how it's used in this non religious project.
12.
▲
by
mpcjanssen
7y ago
Or you could use the FTS extension of SQLite. https://sqlite.org/fts3.html
13.
▲
by
mpcjanssen
7y ago
I would be very interested to know what your additional wishes are. Could you raise some feature requests at github [1]? [1]: https://github.com/mpcjanssen/simpletask-android
14.
▲
by
mpcjanssen
7y ago
You are describing static typing. There is a well defined difference between strongly typed and statically typed.
15.
▲
by
mpcjanssen
7y ago
The cli hello world exits with the main return value.
16.
▲
by
mpcjanssen
7y ago
This could equally well be a function which takes a string and a seed and returns the hash. The more concrete the type signatures become the less they become documenting. A signature of a -> a defines the id function because the type is
17.
▲
by
mpcjanssen
7y ago
Not everyone uses semantic versioning. In chicken, point releases can deprecate or remove functionallity. See http://wiki.call-cc.org/development-process for details.
18.
▲
by
mpcjanssen
7y ago
"they have a 66% market share", in that world. A 100% market share is not needed to have monopoly power.
19.
▲
by
mpcjanssen
7y ago
Not quite, without MCAS the flight behavior is quite predictable, it just doesn't match the existing type certification and it falls outside of the allowed parameters for this class of planes.
20.
▲
by
mpcjanssen
8y ago
One big area where taskwarrior shines compared to solutions like todo.txt or org mode is synchronizing between devices using taskd. Although it is a bit involved to set-up, once it works, it works very well. I am slowly trying to add task i
21.
▲
by
mpcjanssen
8y ago
It is supported by asciidoctor-diagram.
22.
▲
by
mpcjanssen
9y ago
Dropbox has not only deprecated their V1 API endpoints, they are now also disabled. This means that any application which has not been updated to the V2 API will now fail. Expect a lot of unsupported apps to break for no good reason.
23.
▲
Dropbox V1 API endpoints disabled today
(blogs.dropbox.com)
3 points
by
mpcjanssen
9y ago
|
1 comments
24.
▲
by
mpcjanssen
12y ago
I just created a tool to walk a wsdl definition to create a single contained xsd file for distribution to users of the wsdl. With Tcl the tool was done in a couple of hours. Edit: Also http://caiusproject.com/ looks very in