Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bilog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
bilog
10mo ago
Their business model is selling ads. They don't give a rats ass about the open web.
2.
▲
by
bilog
10mo ago
XML source + XSLT can be considerably more compact than the resulting transformation, saving on hosting and bandwidth.
3.
▲
by
bilog
1y ago
Can CSS be used to produce plots from XML data? https://wok.oblomov.eu/tecnologia/plotting-xslt/ https://wok.oblomov.eu/tecnologia/plotting-sparklines-xslt/
4.
▲
by
bilog
1y ago
For one, in many cases the XML + XSLT is more compact than the rendered output, so there are hosting and bandwidth benefits, especially if you're transforming a lot of XML files with the same XSLT.
5.
▲
by
bilog
1y ago
There's even a JS implementation of XSLT 3.0 already (SaxonJS).
6.
▲
by
bilog
1y ago
Because those neglecting it are the same that want to remove it. So it's not “we want to remove it because it's neglected”, but “we want to remove it so we'll neglect it”. This is a pretty standard M.O. for the destruction of
7.
▲
by
bilog
1y ago
Also, fun fact, XSLT 3 relies on XPath 3.1 which can also handle JSON.
8.
▲
by
bilog
1y ago
Most of the issues of using client-side XSLT is that browsers haven't updated their implementations since v1 nor their tooling to improve debugging. Both of these issues are resolved improving the implementations and tooling, as pointe
9.
▲
by
bilog
3y ago
That's Richard Spencer trying to explain Pepe the Frog. Relevant commentary: https://www.youtube.com/watch?v=IKICKcMU3MU
10.
▲
by
bilog
5y ago
It does, a least in my case (AMD RX580 with distro amdgpu driver).
11.
▲
by
bilog
5y ago
The intuition with the columns of pennies over a plate doesn't translate because in the plate case the surface is fixed (the surface of the plate) so the pressure depends on how much weight you put on it. In the case of multiple column
12.
▲
by
bilog
5y ago
The equations are conceptually simple: Navier-Stokes equations (conservation of momentum) and conservation of mass. The behavior is emergent.
13.
▲
by
bilog
5y ago
And the biggest takeaway to me was that the software is still heavily bugged, especially the UI.
14.
▲
by
bilog
5y ago
IME it's also a good idea to organize periodic get-togethers to "coalesce" some collaboration aspects that are harder to manage remotely.
15.
▲
by
bilog
5y ago
That goes both ways though. It also means that you can get hired by some company on the other side of the world that possibly offers better conditions than anything local.
16.
▲
by
bilog
9y ago
CUDA uses a single-source approach, meaning that the host (CPU) and device (GPU) code are in the same file. So it requires a special compiler (nvcc) that splits the original source files, compiles the host and device parts separately, and t
17.
▲
Cross-make selection: conditional Makefiles supporting both BSD and GNU make
(wok.oblomov.eu)
3 points
by
bilog
10y ago
|
1 comments
18.
▲
by
bilog
12y ago
The problem is that the only way to win against non-free software is to provide viable free-software alternatives. Free software cannot win on ideology alone, it _has_ to provide the features users need.
19.
▲
by
bilog
12y ago
> RMS doesn't care about "open source" Apparently, he also doesn't care about free software enough either, since he apparently prefers users to switch to something they can _use_ than allow provision of the functional
20.
▲
by
bilog
12y ago
The problem is that Stallman has painted himself in a corner here. On the one hand, he says: don't use LLVM/Clang, it's dangerous, use GCC instead; on the other hand, he says, no, you cannot add to GCC the features that you w
21.
▲
by
bilog
13y ago
The first thing that shows up in a VIM session is a small introductory text that includes type :help<Enter> or <F1> for on-line help And of course the GUI also has the familiar Help menu as most common GUI apps.