<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: aras_p</title><link>https://news.ycombinator.com/user?id=aras_p</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Jul 2026 22:59:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aras_p" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aras_p in "Building a Tiny 3D Renderer for a Tiny Handheld"]]></title><description><![CDATA[
<p>Way, way too slow for Playdate though. I tried implementing it, including lots of simplifications, and it is still not really practical: <a href="https://aras-p.info/blog/2025/02/09/Surface-Stable-Fractal-Dither-on-Playdate/" rel="nofollow">https://aras-p.info/blog/2025/02/09/Surface-Stable-Fractal-D...</a></p>
]]></description><pubDate>Sat, 25 Jul 2026 13:35:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49047467</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=49047467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49047467</guid></item><item><title><![CDATA[New comment by aras_p in "Unity vs. Floating Point"]]></title><description><![CDATA[
<p>That is not actually true.<p>Unity used to be on ancient version of Mono before year 2017. Then until 2019 the option to use “up to date” version was optional. Since 2019 it has been on more or less current Mono version (Mono itself stopped getting any serious updates around 2020).</p>
]]></description><pubDate>Thu, 18 Jun 2026 19:08:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48590019</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=48590019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48590019</guid></item><item><title><![CDATA[New comment by aras_p in "Unity vs. Floating Point"]]></title><description><![CDATA[
<p>If you mean built-in Unity physics, then unlikely. All built-in physics stuff (either 3D physics which is PhysX, or 2D physics which is Box2D) are done entirely in C++ code and are unaffected by Mono float<->double shenanigans.</p>
]]></description><pubDate>Thu, 18 Jun 2026 18:20:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48589360</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=48589360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48589360</guid></item><item><title><![CDATA[New comment by aras_p in "Lossless Float Image Compression"]]></title><description><![CDATA[
<p>(author here) I think yes and no -- while it is true that the "MOP" quick test I tried does not allow to access/decompress individual EXR channels, it does allow to access "chunks" of the image. Unlike say EXR ZIP that splits up image into 16 scanline chunks where each is independent, this splits up into 16K pixel chunks where each is completely independent from each other. So you can access a chunk without decompressing the whole image.<p>That said, if someone were to investigate ideas like this furher, then yes, making "layers" within EXR be able to get decompressed independently would be a thing to look at. Making individual "channels" perhaps not so much; it is very likely that if someone needs say "indirect specular" layer, then they need all the channels inside of it (R, G, B).</p>
]]></description><pubDate>Sat, 19 Jul 2025 15:56:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44616579</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=44616579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44616579</guid></item><item><title><![CDATA[New comment by aras_p in "I accidentally Blender VSE"]]></title><description><![CDATA[
<p>Yes, within VSE (and elsewhere in Blender) almost (*) everything uses premultiplied alpha, directly or indirectly. 8bit/channel images are stored non-premultiplied, but any math done on them does premultiplication, the math, then reverses back into un-premultiplied form (reason being, that w/ premultiplication 8bit/channel is not enough precision). Float/channel images are always premultiplied.<p>(*) I have found one or two VSE effects that do not do the correct premultiplication within their calculations. Someone(tm) should fix them at some point. But also a good question, whether there should be an option to keep previous "broken" behavior.<p>wrt color spaces, VSE by default does <i>not</i> do blending in linear color space. Default is sRGB, and variuous blending operations are done directly on sRGB values, i.e. "what four decades of photoshop has taught us to accept as expected results". VSE <i>can</i> be set to operate in some other color space, optionally.<p>wrt filtering of images, the pixel values are "just" filtered without color space awareness. So for 8bit/channel images (usually sRGB), they get "slightly incorrectly" filtered. If you want proper linear space filtering, can force images to be to floating point (any floating point images wihtin Blender are in "scene linear").</p>
]]></description><pubDate>Fri, 09 Feb 2024 16:04:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=39316182</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=39316182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39316182</guid></item><item><title><![CDATA[New comment by aras_p in "I accidentally Blender VSE"]]></title><description><![CDATA[
<p>My guess is that the code was written by someone in 1995 back when no one understood color spaces, or something (it's hard to track down who and when wrote it exactly due to all file moves and refactors etc.)</p>
]]></description><pubDate>Fri, 09 Feb 2024 09:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=39313252</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=39313252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39313252</guid></item><item><title><![CDATA[New comment by aras_p in "I accidentally Blender VSE"]]></title><description><![CDATA[
<p>No it's not. But, the previous code was already effectively doing "c * c" for the last 15 years. So for now, just keep doing that, a bit faster.<p>A more proper way would be to do proper color-space aware luma calculation. Which under default settings is sRGB indeed, but not necessarily so (VSE can be set to operate in some other color space). Someday!</p>
]]></description><pubDate>Fri, 09 Feb 2024 07:58:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39312540</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=39312540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39312540</guid></item><item><title><![CDATA[New comment by aras_p in "Gaussian explosion"]]></title><description><![CDATA[
<p>(blog post author here)<p>Most of actual research I've seen (i.e. papers) are not Unity/Unreal, they rather are CUDA/Python.<p>The "Unity Gaussian Splatting" is not a research per se, just integration of that existing technique into Unity. As for why Unity, well yeah that's because I have experience with it, and am comfortable using it.<p>There's many other people experimenting with in in web ecosystem (WebGL, WebGPU, three.js, aframe etc.), that you can say is properly open source.<p>Blender as is right now is lacking certain functionalities to efficiently do gaussian splatting. However, for upcoming Blender 4.1 several pieces are landing - I have extended PLY file importer to be able to import custom attributes (as needed by gaussian splats), someone else contributed APIs to be able to write compute shaders from a Python addon. Once various pieces like that are in place, someone could indeed make a decently performant gaussian splat add-on or something.</p>
]]></description><pubDate>Sat, 09 Dec 2023 07:35:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38579584</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=38579584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38579584</guid></item><item><title><![CDATA[New comment by aras_p in "Making Gaussian Splats more smaller"]]></title><description><![CDATA[
<p>I looked at that in the previous post (<a href="https://aras-p.info/blog/2023/09/13/Making-Gaussian-Splats-smaller/" rel="nofollow noreferrer">https://aras-p.info/blog/2023/09/13/Making-Gaussian-Splats-s...</a>) and while there's <i>some</i> nearby correllations in positions & colors (for colors I actually (ab)use that by doing BC7 compression on that data), the rotations & scales are "pretty much random". Which makes sense; if they were not random the GS optimizer would probably have represented them as smaller amount of larger splats.</p>
]]></description><pubDate>Fri, 29 Sep 2023 04:18:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=37699223</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=37699223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37699223</guid></item><item><title><![CDATA[New comment by aras_p in "Float Compression 9: Lzsse and Lizard"]]></title><description><![CDATA[
<p>I can't comment on the linked github issues, but looking at the turbopfor icapp.c sources, it looks like the blosc2 bytedelta is not used correctly there: the expected order is "shuffle, then bytedelta", but icapp.c does "bytedelta, then shuffle". That might explain the poor result you get :)</p>
]]></description><pubDate>Fri, 21 Apr 2023 10:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=35651752</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=35651752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35651752</guid></item><item><title><![CDATA[New comment by aras_p in "Float Compression 9: Lzsse and Lizard"]]></title><description><![CDATA[
<p>Yeah I was considering whether to include TurboPFor at some point or not. It looks really good, but for my particular use case is not applicable due to GPL license.</p>
]]></description><pubDate>Fri, 21 Apr 2023 04:11:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=35649746</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=35649746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35649746</guid></item><item><title><![CDATA[New comment by aras_p in "Float Compression 3: Filters"]]></title><description><![CDATA[
<p>I have a new post (<a href="https://aras-p.info/blog/2023/02/03/Float-Compression-5-Science/" rel="nofollow">https://aras-p.info/blog/2023/02/03/Float-Compression-5-Scie...</a>) comparing zfp, fpzip, spdp, ndzip, streamvbyte libraries for compressing this same data set. All in lossless, single threaded mode so far (just like all the other experiments before).<p>zfp performance is... "underwhelming" to say the least :( (fpzip is pretty good though, if only a bit slow at decompression). Maybe zfp is much better on 3D or 4D data, and/or in lossy mode. Which might be a topic for a future post.</p>
]]></description><pubDate>Sun, 05 Feb 2023 10:39:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=34663712</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=34663712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34663712</guid></item><item><title><![CDATA[New comment by aras_p in "Float Compression 3: Filters"]]></title><description><![CDATA[
<p>"Kind of". My understanding is that block floating point actually makes a bunch of numbers have the same exponent (probably the largest among the group). That's not exactly the same as reordering bytes where exponents can be different (but maybe similar).<p>So "block" is not a lossless transformation/compression.</p>
]]></description><pubDate>Fri, 03 Feb 2023 13:17:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=34640632</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=34640632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34640632</guid></item><item><title><![CDATA[New comment by aras_p in "Float Compression 3: Filters"]]></title><description><![CDATA[
<p>(post author) All of this has been done elsewhere! I'm just trying to try various approaches that are out there, on "my own data".</p>
]]></description><pubDate>Thu, 02 Feb 2023 08:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=34623907</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=34623907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34623907</guid></item><item><title><![CDATA[New comment by aras_p in "Float Compression 3: Filters"]]></title><description><![CDATA[
<p>(blog post author) I'm not doing operations on floats. The data is floats, yes, but the XOR is obviously not on floats; and Delta is not either. Both are just interpreting data as 4-byte unsigned integers or 1-byte unsigned integers depending on the filter.</p>
]]></description><pubDate>Thu, 02 Feb 2023 08:04:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=34623606</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=34623606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34623606</guid></item><item><title><![CDATA[New comment by aras_p in "Comparing .obj Parse Libraries"]]></title><description><![CDATA[
<p>> What was your thesis topic, if you don't mind sharing?<p>"Rendering Soft Shadows in Real Time" (<a href="https://aras-p.info/texts/files/ArasPranckevicius_Magistras_low.pdf" rel="nofollow">https://aras-p.info/texts/files/ArasPranckevicius_Magistras_...</a>), which was an overview of rendering techniques from that era (2005), and also two new approaches that were both kinda silly in retrospect :)</p>
]]></description><pubDate>Mon, 16 May 2022 05:35:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=31393922</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=31393922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31393922</guid></item><item><title><![CDATA[New comment by aras_p in "Comparing .obj Parse Libraries"]]></title><description><![CDATA[
<p>I am the author. I'm not from the US, so no idea about your thesis question. I did my thesis many years ago, so this investigation is completely not related to that topic :)</p>
]]></description><pubDate>Sun, 15 May 2022 10:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=31386511</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=31386511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31386511</guid></item><item><title><![CDATA[New comment by aras_p in "PhysX SDK 4.0, an Open-Source Physics Engine"]]></title><description><![CDATA[
<p>Yeah, I should have clarified: most games using Unity or UE4 are using PhysX, since that's what these two engines are using out of the box.</p>
]]></description><pubDate>Mon, 03 Dec 2018 18:30:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=18591447</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=18591447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18591447</guid></item><item><title><![CDATA[New comment by aras_p in "PhysX SDK 4.0, an Open-Source Physics Engine"]]></title><description><![CDATA[
<p>Everything that is made with Unity or UE4 uses PhysX.<p>That said, not that many games use the GPU-accelerated parts of it; for a lot of gameplay physics CPU code path of PhysX works just fine and does not have special hardware requirements.</p>
]]></description><pubDate>Mon, 03 Dec 2018 16:31:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=18590037</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=18590037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18590037</guid></item><item><title><![CDATA[New comment by aras_p in "How does a GPU shader core work? [pdf]"]]></title><description><![CDATA[
<p>No, it wasn't recorded. And I was talking in Lithuanian, which wouldn't have been very useful :)</p>
]]></description><pubDate>Thu, 22 Nov 2018 11:14:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=18509301</link><dc:creator>aras_p</dc:creator><comments>https://news.ycombinator.com/item?id=18509301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18509301</guid></item></channel></rss>