<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: giyanani</title><link>https://news.ycombinator.com/user?id=giyanani</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 06:20:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=giyanani" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by giyanani in "Qwen 3.8 27B"]]></title><description><![CDATA[
<p>It depends on what model you’re running, and for what workload. For personal use (one or two convos at a time) with models that fit in gpu memory, pcie bandwidth doesn't really matter. Just try and be on gen 3 x8 or higher.<p>Llama is decent at auto optimizing it if you let it use both gpus. It’ll split the workload so the contiguous layers are all on one gpu. Once the model is loaded, you only transfer weights between gpus once (per token?), at the layer boundary.<p>I run on an 8gb 3070 and 12 gb 3060, and the only weird thing is that the weaker card gets more layers (and therefore work) because it has more ram.<p>Oh, if you’re barely fitting the models into your vram, you may need to explicitly adjust the layer balance between cards — sometimes it fails to realize it should have put certain things (like draft models) on the other card so you can fit one more layer in.</p>
]]></description><pubDate>Fri, 14 Aug 2026 17:37:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49302017</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=49302017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49302017</guid></item><item><title><![CDATA[New comment by giyanani in "The unreasonable difficulty of time series forecasting"]]></title><description><![CDATA[
<p>> Given the lack of forecasting signal, the obvious next step then is to seek out external (exogenous) features in the real world that can help prediction models. After all many real world time series are event-driven (FX, bitcoin) and hence they are exposed to shocks and drifts which can also be measured or accounted for in the data generating process.<p>This is the approach I'm using at my job, which is incident detection with customer metrics. We're tagging our time series data with common features -- such as country, customer type, etc -- with the idea that we can do a graph-like search to find exogenous variables. We can also use this to identify time series that have a similar "data generating process" and are simply different "realizations" of each other.<p>We don't need great time series forecasts, just something that detects large deviations quickly. We can then add in an existing dataset of _known_ incidents, indexed by the same common features, as a training/validation set.</p>
]]></description><pubDate>Tue, 21 Jul 2026 18:28:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48996172</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=48996172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48996172</guid></item><item><title><![CDATA[New comment by giyanani in "Tesla 'Robotaxi' adds 5 more crashes in Austin in a month – 4x worse than humans"]]></title><description><![CDATA[
<p>To be fair, the article calls that out specifically at the end:<p>> What makes this especially frustrating is the lack of transparency. Every other ADS company in the NHTSA database, Waymo, Zoox, Aurora, Nuro, provides detailed narratives explaining what happened in each crash. Tesla redacts everything. We cannot independently assess whether Tesla’s system was at fault, whether the safety monitor failed to intervene in time, or *whether these were unavoidable situations caused by other road users*. Tesla wants us to trust its safety record while making it impossible to verify.</p>
]]></description><pubDate>Tue, 17 Feb 2026 19:31:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47051954</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=47051954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47051954</guid></item><item><title><![CDATA[New comment by giyanani in "Dtui – TUI for introspecting the state of the system/session dbus"]]></title><description><![CDATA[
<p>“Lacking” implies it’s an unintentional deficiency.<p>Rust has deliberately taken a “batteries not included” approach due to learned experiences in python, where many std-lib packages are basically abandoned/not recommended anymore.<p>This gives the ecosystem time to develop better approaches to things, rather than ossifying around the initial implementation.<p>Yes, it does lead to a larger set of dependencies, but some of the most common packages (including anyhow) were written and are maintained by members of the rust lang organization/team itself.</p>
]]></description><pubDate>Wed, 24 Jul 2024 15:21:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41057989</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=41057989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41057989</guid></item><item><title><![CDATA[New comment by giyanani in "Dtui – TUI for introspecting the state of the system/session dbus"]]></title><description><![CDATA[
<p>> But it is a problem, because somewhere along the line one of those indirect dependencies is going to start conflicting with something else in the graph; the bigger the graph, the more conflicts.<p>Rust is statically compiled, so it’s possible to have different versions of the same dependency in your dependency graph without build issues. Yes, that can lead to binary bloat and slower build times and some related problems, but in practice the compiler is good at dealing with those issues.</p>
]]></description><pubDate>Wed, 24 Jul 2024 15:12:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41057905</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=41057905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41057905</guid></item><item><title><![CDATA[New comment by giyanani in "Zen4's AVX512 Teardown"]]></title><description><![CDATA[
<p>Why do you say shuffle is “SIMD’s killer app”? I’ve only dabbled in vector instructions from a learning perspective, and seen others mention it’s important too, but have yet to understand why.</p>
]]></description><pubDate>Mon, 26 Sep 2022 15:17:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=32984235</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=32984235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32984235</guid></item><item><title><![CDATA[New comment by giyanani in "AMD Launches Ryzen 7000 Series Desktop Processors with Zen 4 Architecture"]]></title><description><![CDATA[
<p>Those numbers aren’t directly comparable — caches usually trade off size for performance, and Apple’s L1 sits in performance somewhere between Ryzen’s L1 and L2. Ditto for Apple’s L2 versus Ryzen’s L2 and L3.<p>I can’t remember the exact article I read that in, but it’s pretty obvious when looking at Anandtech’s latency charts.<p>M1 latency: <a href="https://www.anandtech.com/show/17024/apple-m1-max-performance-review/2" rel="nofollow">https://www.anandtech.com/show/17024/apple-m1-max-performanc...</a><p>Ryzen latency: <a href="https://www.anandtech.com/show/16214/amd-zen-3-ryzen-deep-dive-review-5950x-5900x-5800x-and-5700x-tested/5" rel="nofollow">https://www.anandtech.com/show/16214/amd-zen-3-ryzen-deep-di...</a></p>
]]></description><pubDate>Tue, 30 Aug 2022 13:48:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=32650369</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=32650369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32650369</guid></item><item><title><![CDATA[New comment by giyanani in "Don’t Pause the Gas Tax, Redirect It"]]></title><description><![CDATA[
<p>Road/car dominance wasn’t exactly established in a free market either.<p>There’s a whole host of subsidies for building/maintaining roads paid for by everyone [1]. There’s the regulatory advantages driving has (ex: the common zoning requirement that new construction ensure enough parking space [2]). There’s the negative externalities of highways/roadways. (Ex: the health impacts of pollution[3], and the health impacts of sitting in a car rather than walking/biking (part of the way) to their destination [4])<p>[1] <a href="https://usa.streetsblog.org/2013/01/23/drivers-cover-just-51-percent-of-u-s-road-spending/" rel="nofollow">https://usa.streetsblog.org/2013/01/23/drivers-cover-just-51...</a>
[2] <a href="https://www.planning.org/planning/2018/oct/peopleoverparking/" rel="nofollow">https://www.planning.org/planning/2018/oct/peopleoverparking...</a>
[3] <a href="https://theicct.org/new-study-quantifies-the-global-health-impacts-of-vehicle-exhaust/" rel="nofollow">https://theicct.org/new-study-quantifies-the-global-health-i...</a>
[4] <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8744747/" rel="nofollow">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8744747/</a></p>
]]></description><pubDate>Mon, 25 Jul 2022 18:01:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=32228401</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=32228401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32228401</guid></item><item><title><![CDATA[New comment by giyanani in "Show HN: Can you lose at Wordle if you tried?"]]></title><description><![CDATA[
<p>Jane street had a puzzle related to this, called eldrow [1], a few months ago.<p>The gist is you’re trying to find the worst sequence of (hard mode) guesses possible for any word in the wordle set.<p>Their site shows submissions of up to 16 words and claims 17 is impossible [2]. I’ve been trying to do the same, but have yet to cut the search space enough[3].<p>Ex: calculating the worst chain for jazzy (with a 1000 word subset of the full word list) took an m1 core 1 hour and resulted in the ten-word chain:<p>civic, buggy, woody, array, leaky, mammy, fanny, happy, tasty, jazzy<p>[1] <a href="https://www.janestreet.com/puzzles/eldrow-index/" rel="nofollow">https://www.janestreet.com/puzzles/eldrow-index/</a>
[2] <a href="https://www.janestreet.com/puzzles/eldrow-solution/" rel="nofollow">https://www.janestreet.com/puzzles/eldrow-solution/</a>
[3] <a href="https://github.com/roshangiyanani/wordle/blob/main/wordle/eldrow.py" rel="nofollow">https://github.com/roshangiyanani/wordle/blob/main/wordle/el...</a></p>
]]></description><pubDate>Tue, 31 May 2022 20:50:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=31574787</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=31574787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31574787</guid></item><item><title><![CDATA[New comment by giyanani in "A Kernel Hacker Meets Fuchsia OS"]]></title><description><![CDATA[
<p>I’m not sure how fuschia does it, or how feature-based capabilities work, but Cheri[1] uses capabilities for memory management and isolation.<p>It uses a couple of techniques, like wide/tagged pointers, object ids, and a special hardware managed bit to track illegal modifications.<p>If I had to hazard a guess, those object ids are probably useful for general capability systems.<p>I think apple (maybe as just an arm feature?)  can do encrypted pointers, with a per application key tracked by the kernel.<p>[1] <a href="https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/" rel="nofollow">https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/</a></p>
]]></description><pubDate>Wed, 25 May 2022 12:27:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=31503540</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=31503540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31503540</guid></item><item><title><![CDATA[New comment by giyanani in "Ask HN: How does Rosetta 2 actually work?"]]></title><description><![CDATA[
<p>The memory ordering is different, too. Apple gets around it by adding support for intel ordering in the m1 cpus, and then changing to that mode on a per-process basis.<p><a href="https://twitter.com/ErrataRob/status/1331735383193903104" rel="nofollow">https://twitter.com/ErrataRob/status/1331735383193903104</a><p>If you mix arm and x86 code inside a process, you can't tell which ordering to use.</p>
]]></description><pubDate>Tue, 17 May 2022 17:43:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=31414038</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=31414038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31414038</guid></item><item><title><![CDATA[New comment by giyanani in "Python’s “type hints” are a bit of a disappointment to me"]]></title><description><![CDATA[
<p>The typing (>= python 3.6?) and collections (>= python 3.8?) packages have definitions for a bunch of protocols (basically interfaces for structural typing).<p>So for that List[int] example, you probably want to take a(n) Iterable[int], Iterator[int], or Collection[int] instead, depending on exactly how you use it.</p>
]]></description><pubDate>Thu, 21 Apr 2022 22:45:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=31116105</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=31116105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31116105</guid></item><item><title><![CDATA[New comment by giyanani in "Intel Expands 12th Gen Core to Ultraportable Laptops, from 5 to 14-cores"]]></title><description><![CDATA[
<p>I would argue the M1 Pro/Max are targeted at much higher end workloads than an i3. Light workloads (web browsing, launching apps), don’t need many high performance cores, since they’re mostly single-threaded.<p>What is interesting is how intel has 4-8 e cores even on the high end.</p>
]]></description><pubDate>Fri, 21 Jan 2022 14:59:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=30024350</link><dc:creator>giyanani</dc:creator><comments>https://news.ycombinator.com/item?id=30024350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30024350</guid></item></channel></rss>