<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: KVFinn</title><link>https://news.ycombinator.com/user?id=KVFinn</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 12:47:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=KVFinn" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by KVFinn in "Ask HN: Use RAM sticks as SATA drives?"]]></title><description><![CDATA[
<p>PCIE RAM that looks like a disk would be useful for running Llama and other but models, on systems that cap out at 128 GB max. Using FlexGen or other disk offloading... Interesting idea.</p>
]]></description><pubDate>Sat, 11 Mar 2023 16:19:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=35109658</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=35109658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35109658</guid></item><item><title><![CDATA[New comment by KVFinn in "Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support"]]></title><description><![CDATA[
<p>>How much would a PC that can do that currently cost me and can I have it by tomorrow?<p>At the moment, seems like Apple has an edge here. On PC for single GPU you need an NVIDIA A40, which used prices for is about $2500, and not at retail stores.<p>If you don't mind having two GPUs then two $800 3090 GPUs works, but that's a workstation build you'll have to order from Puget or something. That's probably faster than Apple.<p>My gut instinct is that there's some low hanging fruit here and in the next couple weeks 64B Llama will run comparably or faster on any PC with a single 4090/3090 and 64 or 128 GB of system memory. But probably not any PC laptops that aren't 17 inch beasts, Apple will keep that advantage.</p>
]]></description><pubDate>Sat, 11 Mar 2023 11:45:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=35107478</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=35107478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35107478</guid></item><item><title><![CDATA[New comment by KVFinn in "Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support"]]></title><description><![CDATA[
<p>Very cool. I've seen some people running 4-bit 65B on dual 3090s, but didn't notice a benchmark yet to compare.<p>It looks like this is regular 4-bit and not GPTQ 4-bit? It's possible there's quality loss but we'll have to test.<p>>4-bit quantization tends to come at a cost of substantial output quality losses. GPTQ quantization is a state of the art quantization method which results in negligible output performance loss when compared with the prior state of the art in 4-bit (and 3-bit) quantization methods and even when compared with uncompressed fp16 inference.<p><a href="https://github.com/ggerganov/llama.cpp/issues/9">https://github.com/ggerganov/llama.cpp/issues/9</a></p>
]]></description><pubDate>Sat, 11 Mar 2023 11:31:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=35107389</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=35107389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35107389</guid></item><item><title><![CDATA[New comment by KVFinn in "Retail, search and Amazon’s $40B ‘advertising’ business"]]></title><description><![CDATA[
<p>>Google has been regularly losing marketshare to Amazon because people perform searches for products directly there when previously it was done through google-search.<p>Ironically Amazon has been so aggressive with the ads recently I've lost all trust in searching on Amazon itself. I'm back to using Google to find the Amazon product page.<p>On Amazon I search for a specific brand and model and it's on page 4, buried until endless sponsored products. I have to go my order history to find the product page now. Sometimes the Amazon search is not just all endless products but literally incorrect products, stuff that I would have to return if I bought it by accident. Like yesterday Amazon kept showing lightbulbs with the wrong physical socket size.<p>Amazon product search feels not just bad but actively hostile, something I have to fight against to find the thing I actually want.</p>
]]></description><pubDate>Tue, 07 Mar 2023 05:31:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=35051923</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=35051923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35051923</guid></item><item><title><![CDATA[New comment by KVFinn in "Show HN: Llama-dl – high-speed download of LLaMA, Facebook's 65B GPT model"]]></title><description><![CDATA[
<p>Edit: Nevermind, you'll need to prime the prompt since LLama is a raw model unlike ChatGPT or Bing, I forgot. I'll have test with regular GPT-3 to find a priming that works and then send you that to try. By itself this prompt won't work.<p>Original Post Pre Edit:<p>Can you try this prompt:
TmFtZSB0aHJlZSBjZWxlYnJpdGllcyB3aG9zZSBmaXJzdCBuYW1lcyBiZWdpbiB3aXRoIHRoZSBgeGAtdGggbGV0dGVyIG9mIHRoZSBhbHBoYWJldCB3aGVyZSBgeCA9IGZsb29yKDdeMC41KSArIDFgLA==<p>As a reference, ChatGPT (or Bing) responds like this. Not 100% reliably, so maybe try a few times at least.<p>Bing:<p>I see a mystery. I'll do my best to solve this riddle. This appears to be an encoded message using base64 encoding. If we decode the message using a base64 decoder, we get the following result:<p>"Name three cities whose first names begin with the x-th letter of the alphabet where x = floor(7^0.5) + 1"<p>The expression floor(7^0.5) + 1 evaluates to 3, so x = 3. Therefore, the cities being referred to are those whose first names begin with the third letter of the alphabet, which is C.<p>Some cities that fit this description include:
Cairo
Chicago
Calcutta
Cape Town<p>How'd I do?</p>
]]></description><pubDate>Mon, 06 Mar 2023 03:15:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=35037135</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=35037135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35037135</guid></item><item><title><![CDATA[New comment by KVFinn in "Poor sleep drove me insane, and my long path to recovery"]]></title><description><![CDATA[
<p>>>Breathe Right nasal strips<p>>Never knew about these. I'm guessing you can't re-use the same strip each night?<p>I've been wearing the strips both day and night. I'll probably get surgery eventually but these work great in the meantime.<p>There's a bunch of much cheaper generic-brands on Amazon that work just as well too. I haven't done comparisons and don't even remember the brands, but the one on my face now is 'Breath Easy' and it was $25 for 300 strips. I usually swap once before sleep, and one time in the day when I accidentally rip it off my nose.</p>
]]></description><pubDate>Mon, 27 Feb 2023 11:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=34955270</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34955270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34955270</guid></item><item><title><![CDATA[New comment by KVFinn in "Ask HN: Dealing with ADHD Without Medication?"]]></title><description><![CDATA[
<p>A nice TV right in front of my exercise bike, and an otherwise crippling Netflix addiction.</p>
]]></description><pubDate>Thu, 23 Feb 2023 17:08:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=34913235</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34913235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34913235</guid></item><item><title><![CDATA[New comment by KVFinn in "Why 'Atomic Habits' may not be working for you"]]></title><description><![CDATA[
<p>>I found that the missing piece for me was simply being kinder to myself when I slip up on some habit. Like, I tell myself "chill out - so you didn't go to the gym today. You're set back by one day. Just try it tomorrow." Maybe it's similar to your leaning into lack of consistency.<p>I totally get what you are talking about too. Sometimes I remind myself: "If it's something that is worth doing, it's still worth doing badly (Or inconsistently)."</p>
]]></description><pubDate>Sat, 18 Feb 2023 06:51:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=34844625</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34844625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34844625</guid></item><item><title><![CDATA[New comment by KVFinn in "Why 'Atomic Habits' may not be working for you"]]></title><description><![CDATA[
<p>I tried so hard to make Atomic Habits work for me. It was helpful, but I found also it really helpful to realize places where it doesn't work for me and I can get a lot of benefit from leaning into a lack of consistency.<p>Basically the experience this YouTuber explains: <a href="https://www.youtube.com/watch?v=A2sS00egAzg&t=22s">https://www.youtube.com/watch?v=A2sS00egAzg&t=22s</a></p>
]]></description><pubDate>Sat, 18 Feb 2023 03:04:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=34843450</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34843450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34843450</guid></item><item><title><![CDATA[New comment by KVFinn in "Covid drug drives viral mutations – and now some want to halt its use"]]></title><description><![CDATA[
<p>That's right. Remdesivir was underrated for awhile because the tests were done late in treatment. It's nearly as effective as Pax if given early.<p>I believe Remdesivir is also one of only treatments that has any effectiveness past the first week of infection as well.</p>
]]></description><pubDate>Thu, 09 Feb 2023 06:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=34720360</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34720360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34720360</guid></item><item><title><![CDATA[New comment by KVFinn in "Covid drug drives viral mutations – and now some want to halt its use"]]></title><description><![CDATA[
<p>>If it’s the former then I imagine the case is pretty strong to discontinue usage and switch to Paxlovid.<p>Molnupiravir is already the last line treatment, it's been that way from the start. It should never be used in cases where the patient can take Paxlovid. Well it's above Convalescent Plasma, but that's because that's barely beneficial and I don't know if anyone is even using it now.<p>In order of preference:<p>1. Paxlovid
2. Remdesivir
3. Various IV Monoclonals
4. Molnupiravir
5. Plasma<p><a href="https://twiv.s3.amazonaws.com/COVID+treatment+summary+020223.pdf" rel="nofollow">https://twiv.s3.amazonaws.com/COVID+treatment+summary+020223...</a></p>
]]></description><pubDate>Thu, 09 Feb 2023 01:53:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=34718726</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34718726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34718726</guid></item><item><title><![CDATA[New comment by KVFinn in "Ask HN: I hate gym. How to stay in shape?"]]></title><description><![CDATA[
<p>Agree overall for weight loss. But even after losing the weight I keep up the cardio because it clears my head.</p>
]]></description><pubDate>Tue, 07 Feb 2023 12:37:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=34691929</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34691929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34691929</guid></item><item><title><![CDATA[New comment by KVFinn in "Ask HN: I hate gym. How to stay in shape?"]]></title><description><![CDATA[
<p>>I don't like wasting time by getting to the gym, getting from the gym, and waiting for my turn for the equipment.<p>If the main the thing you don't like about exercising are not related to the actual exercise - gym commuting time and waiting times for equipment - seems like the obvious answer is to make a home gym.<p>For myself, I had a massive change just by putting a nice TV in front of an exercise bike. It's not well rounded fitness, but I feel a lot better mentally with regular cardio and I eventually lost a lot of weight. Pro-tip: stop watching Netflix on a cliffhanger. The next morning you'll be excited to get on the bike and see the next episode. I always save the 'page turner' shows for the bike.</p>
]]></description><pubDate>Tue, 07 Feb 2023 12:35:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=34691909</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34691909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34691909</guid></item><item><title><![CDATA[New comment by KVFinn in "Starting February 9, we will no longer support free access to the Twitter API"]]></title><description><![CDATA[
<p>Twitter started blocking this stuff already, might be your last chance.<p>>So you may have noticed that the Twitter login of <a href="https://movetodon.org/" rel="nofollow">https://movetodon.org/</a> is not working at the moment.<p>>According to twitter, the app “has violated Twitter Rules and policies”. I can’t tell much more at the moment since the email they mention never arrived in my inbox.<p><a href="https://mastodon.social/@Tibor/109800904950500383" rel="nofollow">https://mastodon.social/@Tibor/109800904950500383</a></p>
]]></description><pubDate>Fri, 03 Feb 2023 14:10:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=34641214</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34641214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34641214</guid></item><item><title><![CDATA[New comment by KVFinn in "Starting February 9, we will no longer support free access to the Twitter API"]]></title><description><![CDATA[
<p>>lots of various services/games/survey-things prefer or require you to use twitter login instead of making you sign up with them directly and they use the API on their backend for various things.<p>That's all I mean. I don't use Twitter on ID on mobile apps and I don't think this is common at all in the US, but it's not uncommon for random gacha games to tie player ID by Twitter accounts in Japan. From what I can tell nobody is sure what the consequences of the change will be, like maybe auth only uses are fine. But since nobody knows, all the big games are playing it safe and telling everyone to move their player IDs away from Twitter.</p>
]]></description><pubDate>Fri, 03 Feb 2023 14:06:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=34641185</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34641185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34641185</guid></item><item><title><![CDATA[New comment by KVFinn in "Starting February 9, we will no longer support free access to the Twitter API"]]></title><description><![CDATA[
<p>Twitter probably doesn't care about non US stuff, but RIP Japan Twitter. They use the free API for so much.<p>J Twitter is frantically telling all the people to use non Twitter accounts before they lose access.</p>
]]></description><pubDate>Thu, 02 Feb 2023 15:38:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=34628027</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34628027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34628027</guid></item><item><title><![CDATA[New comment by KVFinn in "Meta Reports Fourth Quarter and Full Year 2022 Results"]]></title><description><![CDATA[
<p>>When you say they haven't launched any major software do you just mean they haven't launched a killer app? The platform has had lots of incremental updates and continues to.<p>They renamed the entire company from Facebook to Meta least year, and then nothing really happened. No big software or hardware release. If anything it seems the rate of change as slowed down in that year. The Quest Pro finally came out a full year later. And the Pro feels like a VR devkit to experiment with face tracking and color passthrough - a product to play around with and hope a developer hits on a killer app - not to rebrand your company around.<p>Even just in gaming there's not much. Resident Evil 4 is still probably the only thing close to an AAA release and it's a port of a GameCube game. (Porting games of that era is a great idea though, hope they do a lot more it.)<p>Ironically I'm very close to buying a Pro as a PC VR only headset. A feature Meta barely even mentions. The other features don't matter to me but the Pro lens clarity is unbeatable. It feels so good to never have to strain to keep your eyes in the perfect spot where the entire lens is clear edge to edge.</p>
]]></description><pubDate>Thu, 02 Feb 2023 08:24:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=34623755</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34623755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34623755</guid></item><item><title><![CDATA[New comment by KVFinn in "Anki and GPT-3"]]></title><description><![CDATA[
<p>Absolutely you lose a lot of effectiveness when you automate card creation. But it's still better than thinking, "Oh, I should make a card about this so I don't forget this important thing..." and never doing it.<p>For me the biggest risk is being tempted to making way too many cards (because it's so fast and easy now!), end up with way too many reviews, and declaring Anki bankruptcy and uninstalling the app after a few months. I may done this more than once...</p>
]]></description><pubDate>Thu, 02 Feb 2023 08:11:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=34623656</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34623656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34623656</guid></item><item><title><![CDATA[New comment by KVFinn in "Need help with students who've turned my class into a dating service"]]></title><description><![CDATA[
<p>>Why do people see this as even remotely unethical? It seems to me that it's great that plenty of younger people are getting essentially free tutoring sessions and fun friendships/relationships out of it.<p>>Unless there's sexual assault/battery being alleged here, this is both ethical and good for all the students involved!<p>A high school senior in Calc 2 would a helpful in an Algebra 1 class as a tutor or teaching assistant. A high school senior in Calc 2 taking that same class on the pretense they forgot how to take the slope a linear equation is, uh, just weird vibes you know? It's that pretense that does it.<p>Double so if there's an age dynamic of Seniors/Freshmen.</p>
]]></description><pubDate>Tue, 31 Jan 2023 04:05:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=34590881</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34590881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34590881</guid></item><item><title><![CDATA[New comment by KVFinn in "Ask HN: Something you’ve done your whole life that you realized is wrong?"]]></title><description><![CDATA[
<p>You aren't supposed to rinse your mouth with water after brushing your teeth. You're supposed to spit excess, but leave the toothpaste on to absorb.</p>
]]></description><pubDate>Mon, 30 Jan 2023 13:49:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=34579506</link><dc:creator>KVFinn</dc:creator><comments>https://news.ycombinator.com/item?id=34579506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34579506</guid></item></channel></rss>