Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tycho01
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Plant trees while navigating with one hand: DDG/Vim-like keybindings for Ecosia
(twitter.com)
1 points
by
tycho01
7y ago
|
0 comments
2.
▲
Alibaba Open-Sources Mars to Complement NumPy
(medium.com)
3 points
by
tycho01
8y ago
|
0 comments
3.
▲
by
tycho01
9y ago
If the point is to easily reconstruct geometry, then mimicking humans should mean using 3D imagery (same object seen from two eyes) to get a better idea of its shape. Wonder if that might some day become part of best practice in computer vi
4.
▲
by
tycho01
9y ago
It appears this is based on that cssselect library mentioned above, compiling CSS selectors to XPath. That is, performance should approximate XPath, while convenience should be higher.
5.
▲
by
tycho01
9y ago
> If CSS selectors needed only a few enhancements to compete with XPath You may want to try ParslePy, it combines CSS/XPath functionality, allowing you to declaratively specify the selector paths in a JSON file. I just made a PR to
6.
▲
by
tycho01
9y ago
This seems like a great candidate to add to HNPWA. :)
7.
▲
by
tycho01
9y ago
Could this be generalized to work across frameworks with e.g. https://github.com/prerender/prerender ?
8.
▲
by
tycho01
9y ago
So... would there be still risks in giving basic income to females?
9.
▲
New graph db helps PRC gov identify dissidents
1 points
by
tycho01
9y ago
|
0 comments
10.
▲
by
tycho01
9y ago
What I find interesting about their sample data sets is the Social Graph one, which uses a model of data that afaik only the Chinese government would have access to: tying everything to a person's identity including where they've
11.
▲
by
tycho01
9y ago
Related story: https://www.datanami.com/2017/09/19/tigergraph-emerges-nativ...
12.
▲
The First Native Parallel Graph
(tigergraph.com)
3 points
by
tycho01
9y ago
|
2 comments
13.
▲
by
tycho01
9y ago
Note, Here Maps doesn't seem Asia proof yet, just seems to use English everywhere.
14.
▲
by
tycho01
9y ago
Now I'm wondering if something like Mondrian could help stream MDX queries over this...
15.
▲
by
tycho01
9y ago
Dunno if it's just me, but I read these Vue articles and all I see is a bunch of hypocrites with an identity crisis, criticizing React for fragmentation, Angular for having 'one Right Way'. So they're better than React f
16.
▲
by
tycho01
9y ago
Take-away: if you're doing something illicit you'd better reconsider being dumb about passwords. Or would just user names / IPs have done them in?
17.
▲
by
tycho01
9y ago
Idris language encourages type-driven development, and can make guesses about holes in your program based on the types. I expect (and hope) we'll be seeing more of that in programming in the future. It's not a silver bullet, but s
18.
▲
by
tycho01
9y ago
I tried typing functional programming library Ramda using TS, and got frustrated it still had some limitations (e.g. needing overload codegen in lieu of variadic support). I tried finding what TS can do now, and figured out type-level tuple
19.
▲
by
tycho01
9y ago
See this thread: https://esdiscuss.org/topic/es8-proposal-optional-static-typ... Note that things have moved a bit, and we're now only a few standing proposals away from being able to properly infer the challengin
20.
▲
by
tycho01
9y ago
I'm reading the Idris book now, and one cool thing there is guessing bits of implementation based on the type declarations (there written before implementation). I imagine in a visual environment, being able to make useful suggestions
21.
▲
by
tycho01
9y ago
I'm curious: to what extent could a US ruling on this affect the rest of the world?
22.
▲
by
tycho01
9y ago
I'd be interested to ask, since this project identifies as distinguishing itself in terms of performance, would you have any benchmarks on how it fits in with some of its peers? I saw it also supports both row-oriented and columnar mod
23.
▲
by
tycho01
9y ago
Would be interested to see this as well. Looks like TPC-DS would a big benchmark in SQL, though apparently aimed toward transaction processing... maybe more relevant when they add update/delete then.
24.
▲
by
tycho01
9y ago
I was curious, what's different about the community edition? It didn't really tell on the pricing page.
25.
▲
by
tycho01
10y ago
This compiler sounds similar to me as the Ahead-of-Time (AoT) compiler currently shipped in Angular 2.
26.
▲
by
tycho01
11y ago
I'm interpreting this as saying they want to use the same representation to use in memory (for querying) and for 'serialization' (sending the same thing over the wire). This begs the question why separate serialized represent
27.
▲
by
tycho01
11y ago
Uses BLAS but no mention of cuBLAS to speed things up? Does that mean the linear algebra wasn't big enough a component to merit optimizing on?
28.
▲
Mesosphere Infinity: Bundling Spark, Akka, Cassandra and Kafka on DCOS
(mesosphere.com)
4 points
by
tycho01
11y ago
|
0 comments
29.
▲
by
tycho01
11y ago
Yeah, it could be done using the ADODB interface on data in the workbook itself rather than from some actual DB. See this link for an example: http://stackoverflow.com/a/26678696/1502035 That being said, when I en
30.
▲
by
tycho01
11y ago
Right, makes sense, I'll try and check out what's available then. :) By writing to the model, you mean programmatically adding new measures or the like? My interest is in programmatically querying models using DAX, though to this
More ›