Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Lichtso
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Lichtso
29d ago
Technically soruce available now with the promise of accepting contributions (thus becoming fully open source) early next year. But since it is an Apache 2 license (like the rest of the LLVM project) you are already allowed to fork and cont
2.
▲
by
Lichtso
1mo ago
People often forget that architecture in (central and northern) Europe is build under the assumption that the climate has more cold extremes than hot extremes. Thus, buildings were constructed to both retain and collect as much heat as poss
3.
▲
by
Lichtso
1mo ago
Audio glitches like the one at 45:15 ( https://youtu.be/4S8I22ybG2c?t=2715 ) make me think even the interview video might be generated.
4.
▲
by
Lichtso
2mo ago
I am curious what kind of plasma is used, as there are many ways to create plasma under various conditions, with very different efficiencies, selectivity, yield, etc. Among the worst is the Birkeland-Eyde process, hot plasma by electric arc
5.
▲
by
Lichtso
5mo ago
> the common usage connotation of “renewable energy “ today is “wind and solar” Hydro, wind and solar. Hydro is often even more important because it runs more steadily than the other two. Geothermal and nuclear are neither fossil nor ren
6.
▲
by
Lichtso
6mo ago
> [1] and [2] sound similar to what you are describing. They still involve triangulating the shape, but the triangulation process seems much simpler Yes, they describe one variation of the angle based method to winding numbers by spannin
7.
▲
by
Lichtso
6mo ago
> It avoids the issue of a winding number by assuming there's only 1 bezier curve per triangle The original paper did assume no overlap yes. But that is not how anybody would implement it. For a long time one would use the stencil b
8.
▲
by
Lichtso
6mo ago
I think it is limited to integral quadratic bezier curves, which is sufficient for text rendering. But general purpose vector graphics almost certainly want rational cubic bezier curves too.
9.
▲
by
Lichtso
6mo ago
There are two ways to get winding numbers and then decide on filled or empty by some rule like non-zero or even-odd: a) The winding number of a point is the number of intersections of a scanline and a closed path. b) The winding number arou
10.
▲
by
Lichtso
7mo ago
John Lin used to work on such an engine where all voxels stay axis and grid aligned, even in animations: https://x.com/ProgrammerLin/status/1342786223811698688 https://voxely.net/blog/ But I
11.
▲
by
Lichtso
7mo ago
> I Think that DoS needs to stop being considered a vulnerability Strongly disagree. While it might not matter much in some / even many domains, it absolutely can be mission critical. Examples are: Guidance and control systems in ve
12.
▲
by
Lichtso
7mo ago
Really depends: In some areas it is quite advanced (rendering) and in others it is lacking / underdeveloped (editors / tooling). But there is an incredible amount of progress and also churn in keeping up with that. https:/&#
13.
▲
by
Lichtso
7mo ago
> The thing is that I myself don't even know what I want to do with it. Embrace the next challenge: Instead of roads on parabolic (Euclidean) geometry, have roads on elliptic (non-Euclidean) geometry, like the surface of a sphere. P
14.
▲
by
Lichtso
8mo ago
Another point in case: Life only exists in liquids, not in solids (too much structure) and not in gases (too much chaos). In fact one could argue that this is a definition of an interesting system: It has to strike a balance between being c
15.
▲
by
Lichtso
8mo ago
Yes, using mlx-audio. See https://news.ycombinator.com/item?id=46726440
16.
▲
by
Lichtso
8mo ago
> but [analytic anti-aliasing (aaa)] also has much better quality than what can be practically achieved with supersampling What this statement is missing is that aaa coverage is immediately resolved, while msaa coverage is resolved later
17.
▲
by
Lichtso
10mo ago
For everybody claiming that locomotion without the impulse of a reaction mass is impossible: https://arxiv.org/abs/2112.09740v2 and before anybody only reads "spacetime curvature" and thinks the paper is talk
18.
▲
by
Lichtso
10mo ago
> I honestly cant't think of any good examples where game mechanics and stories interacted in a way that gave you significant agency while still being fun. I'd love to be given contra-examples though. Rimworld and The Sims. Bot
19.
▲
by
Lichtso
11mo ago
Not yet, I agree, but who is to say they couldn't? Limiting life to cell based biology is a somewhat lousy definition by the only example we know. I prefer the generalized definition in "What is Life?" by Erwin Schrödinger wh
20.
▲
by
Lichtso
11mo ago
Yep, stroking is just filling of the space between offset curves (aka. parallel curves), and that "slightly scaled down version of the first" is the "calculate an offset curve explicitly" approach I mentioned. Though it
21.
▲
by
Lichtso
11mo ago
> The distance is only irrelevant for plain 2D text rendering, right? Yes, as I said it is relevant for text rendering, but not necessarily 2D. It can also be embedded in a 3D perspective as long as the text itself is planar. Meaning you
22.
▲
by
Lichtso
11mo ago
> "a³-bcd ≤ 0" formula These are the coefficients of the implicit curve, finding them can be done once upfront. For integral quadratic bezier curves that is trivial as they are constant, see: https://www.shadertoy.co
23.
▲
by
Lichtso
11mo ago
> The next step is to work with chains of Bézier curves to make up complex shapes (such as font glyphs). It will lead us to build a signed distance field. This is not trivial at all and mandates one or several dedicated articles. We will
24.
▲
by
Lichtso
1y ago
Not just land and natural resources: All means of production, including infrastructure, intellectual property, capital, the entire economy.
25.
▲
by
Lichtso
1y ago
Relevant "The Better Boarding Method Airlines Won't Use" by CGP Grey: https://www.youtube.com/watch?v=oAHbLRjF0vo
26.
▲
by
Lichtso
1y ago
Could be formed by viscous fingering. https://www.youtube.com/watch?v=VdwSMytC7y4 https://en.wikipedia.org/wiki/Saffman%E2%80%93Taylor_instabi...
27.
▲
by
Lichtso
1y ago
https://www.youtube.com/watch?v=CT5oMBN5W5M
28.
▲
by
Lichtso
1y ago
Another similar data structure which has a balanced tree (instead of a list) that references array segments is the https://en.wikipedia.org/wiki/Rope_(data_structure) Its main advantages are the O(log n) time complexit
29.
▲
by
Lichtso
1y ago
I think Blender supports VR natively, though I never tested it myself. And there are also add-ons around that: https://docs.blender.org/manual/en/latest/addons/3d_view/vr_...
30.
▲
by
Lichtso
1y ago
The normal key layout with its irregular (within an octave) gaps allow one to play blind without having press and hear where you are with your fingers. Would be interesting to add braille or similar haptic markers on the keys to compensate
More ›