Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ontologiae
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ontologiae
3y ago
I had to deal with it, when I hadto parse Transac-SQL code, and it's not handy. Very difficult to have a single executable file containing everything, it needs a whole subtree. OCaml is easier with Opam and ocamlbuild tools.
2.
▲
by
ontologiae
4y ago
For normalization, for instance : Select stddev(col1)/avg(col1), stddev(col2)/avg(col2),... from mytable group by key. One line.
3.
▲
by
ontologiae
4y ago
I use to write complex SQL query very usually, and I can say that it's far more concise than imperative code. Compared to it's own semantics, SQL is actually verbose, but its semantics is so powerful that you gain size.
4.
▲
by
ontologiae
4y ago
I think most of the problems come from insufficient semantic power of actual language. Most programming language, even the most advanced don't manage time, don't manage locality, and don't fit in the brain representation huma
5.
▲
by
ontologiae
4y ago
15 years ago I had the lighnight idea to interview my grandfather who join the french resistance during the WWII. I interviewed him about the life before the war, in the country and his experience during the war, when he had to become cland
6.
▲
The Janus Cosmological Model: A Solution to Dark Matter
(youtube.com)
1 points
by
ontologiae
6y ago
|
0 comments
7.
▲
by
ontologiae
6y ago
* The text research feature : it highlight what you search for and you can switch to a regexp. It works well with1G+ log data * You can set a color for each tab, so you instantaneously target the good ones * You have an history replay * Pic
8.
▲
by
ontologiae
6y ago
There's an interesting language strongly influenced by Self : Lisaac ( http://www.lisaac.org ). Lisaac is a purely prototype language extending the Self's prototype paradigm with extremely good performance (close to C
9.
▲
by
ontologiae
7y ago
Using MagnetoHydroDynamic, you can. You just have to use parietal Engine invented by Jean-Pierre Petit in 1975[1]. With this technology you can fly at Mach 8, easily.. [1] https://www.youtube.com/watch?v=Jn8b3E9oUHY
10.
▲
by
ontologiae
8y ago
Every programmers should know something about memory, because software are becoming bloat [1] [2] because of a new generation of programmers who doesn't optimize their code. So, of course, you had a wonderful career, but it doesn'
11.
▲
by
ontologiae
8y ago
Same. MPB 2012/FF65 Not the first time I notice that macOS has a lot of troubles with big IOs (disk, network, and now GPU)
12.
▲
by
ontologiae
8y ago
Some years ago, I had to write program that extract a foot pressure platform for an orthopedist, and I had to do it with a closed-source Delphi API. Delphi was already old at that time and difficult to find. I though about Lazarus and it wo
13.
▲
Janus Cosmological Model Resolves the Mystery of Dark Matter [pdf]
(jp-petit.org)
1 points
by
ontologiae
8y ago
|
0 comments
14.
▲
by
ontologiae
8y ago
AgensGraph is a graph database built on top of PostgreSQL. The ability of PostgreSQL to handle with graph drive the AgensGraph's Team to develop a special index type to manage edges between nodes. They also implemented the most part of
15.
▲
AgensGraph: A Graph Database on Top of Postgresql with Cypher Support
(github.com)
3 points
by
ontologiae
8y ago
|
1 comments
16.
▲
by
ontologiae
8y ago
I wonder if this very clever approach is interesting in the energy consumption perspective. In this work ( http://hpc.pnl.gov/modsim/2014/Presentations/Kestor.pdf ) the author shows (slide 11 ) that it cost 10
17.
▲
by
ontologiae
8y ago
Using PostgreSql, I tend now to directly generate query result in json. It implies an architecture model where you put the business logic and type safety in the RDBMS. It reduces the number of layers for a lot of functionalities.
18.
▲
by
ontologiae
8y ago
I think all experiments of languages that resembled natural languages will never work until one will try to ascend to a more high-level paradigm. Actuals programming language are based on a "forklift paradigm" : you describe the p
19.
▲
by
ontologiae
9y ago
Good point : there's no parser inside the lexer, like PHP ;-)
20.
▲
Fantasy World OCaml
(chaudhuri.info)
2 points
by
ontologiae
13y ago
|
0 comments
21.
▲
by
ontologiae
14y ago
Several possibilities : - A very clever and complete type analysis. The compiler can thus optimize at best the code without runtime type-checking code. - If possible, a flow analysis : By analysing the bounds of each function, compiler is a