<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: mnkv</title><link>https://news.ycombinator.com/user?id=mnkv</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 06 May 2026 16:04:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mnkv" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mnkv in "StarFighter 16-Inch"]]></title><description><![CDATA[
<p>you mean like the thinkpad trackpoint?</p>
]]></description><pubDate>Wed, 06 May 2026 02:53:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48031574</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=48031574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48031574</guid></item><item><title><![CDATA[New comment by mnkv in "Talking to strangers at the gym"]]></title><description><![CDATA[
<p>Just talk to them as if they were already your friend. Most of what you talk about with friends isn't just mutual interests and you start conversations with them all the time.</p>
]]></description><pubDate>Mon, 04 May 2026 20:31:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48014561</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=48014561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48014561</guid></item><item><title><![CDATA[New comment by mnkv in "Open Weights isn't Open Training"]]></title><description><![CDATA[
<p>This blog post describes the basic work of a research engineer and nothing more. The amount of surprise the author has seems to suggest they haven't really worked in ML for very long.<p>Honestly? This is the best its ever been. Getting stuff to run before huggingface and uv and docker containers with cuda was way worse. Even with full open-source, go try to run a 3+ years old model and codebase. The field just moves very fast.</p>
]]></description><pubDate>Tue, 10 Mar 2026 20:30:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47328436</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=47328436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47328436</guid></item><item><title><![CDATA[New comment by mnkv in "I spent two days gigging at RentAHuman and didn't make a single cent"]]></title><description><![CDATA[
<p>The paper you're talking about is "Deal or No Deal? End-to-End Learning for Negotiation Dialogues" and it was just AIs drifting away from English. The crazy news article was from Forbes with the title "AI invents its own language so Facebook had to shut it down!" before they changed it after backlash.<p>Not related to alignment though<p><a href="https://www.forbes.com/sites/tonybradley/2017/07/31/facebook-ai-creates-its-own-language-in-creepy-preview-of-our-potential-future/" rel="nofollow">https://www.forbes.com/sites/tonybradley/2017/07/31/facebook...</a></p>
]]></description><pubDate>Fri, 13 Feb 2026 18:35:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47006047</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=47006047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47006047</guid></item><item><title><![CDATA[New comment by mnkv in "We will ban you and ridicule you in public if you waste our time on crap reports"]]></title><description><![CDATA[
<p>My ideal is copilot that would evaluate the PR against some basic guidelines that maintainers write down.<p>And perhaps a way to filter PRs to just contributor PRs would be easy to implement and pretty useful</p>
]]></description><pubDate>Thu, 22 Jan 2026 19:29:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46724011</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=46724011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46724011</guid></item><item><title><![CDATA[New comment by mnkv in "Animated AI"]]></title><description><![CDATA[
<p>Nice work. A while back, I learned convolutions using similar animations by Vincent Dumoulin and Francesco Visin's gifs<p><a href="https://github.com/vdumoulin/conv_arithmetic" rel="nofollow">https://github.com/vdumoulin/conv_arithmetic</a></p>
]]></description><pubDate>Wed, 31 Dec 2025 03:57:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46441104</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=46441104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46441104</guid></item><item><title><![CDATA[New comment by mnkv in "Extract-0: A specialized language model for document information extraction"]]></title><description><![CDATA[
<p>> the generation of 281,128 augmented examples, from which 1,000 were
held out as a benchmark test set.<p>This model is trained on a custom dataset of 280k examples then tested on 1k very similar examples from the same dataset. Of course it is specialized to outperform general models on this specific task in this specific domain with this specific json format for output.<p>This is a reasonable hobby project and interesting approach to synthetic data generation but not impressive research.<p>At minimum you should test your model on other benchmarks that have similar tasks e.g. docbench</p>
]]></description><pubDate>Tue, 30 Sep 2025 18:00:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45428879</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=45428879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45428879</guid></item><item><title><![CDATA[New comment by mnkv in "Reinforcement learning, explained with a minimum of math and jargon"]]></title><description><![CDATA[
<p>reasonable post with a decent analogy explaining on-policy learning, only major thing I take issue with is<p>> Reinforcement learning is a technical subject—there are whole textbooks written about it.<p>and then linking to the still wip RLHF book instead of <i>the</i> book on RL: Sutton & Barto.</p>
]]></description><pubDate>Sat, 28 Jun 2025 01:54:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44401813</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=44401813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44401813</guid></item><item><title><![CDATA[New comment by mnkv in "Wired is dropping paywalls for FOIA-based reporting. Others should follow"]]></title><description><![CDATA[
<p>I think it's pretty obvious it's 1. Given the recent huge, clearly politically-motivated cuts from the current administration, it feels pretty likely that FOIA could be disrupted under the guise of "cost-saving".<p>And I think you're supposed to be generous to the commenter, not the current administration ;)</p>
]]></description><pubDate>Tue, 18 Mar 2025 15:55:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43400942</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=43400942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43400942</guid></item><item><title><![CDATA[New comment by mnkv in "JabRef – Literature Management"]]></title><description><![CDATA[
<p>how does this compare to zotero?</p>
]]></description><pubDate>Wed, 25 Sep 2024 18:38:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41650508</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=41650508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41650508</guid></item><item><title><![CDATA[New comment by mnkv in "iPhone 16 Pro and iPhone 16 Pro Max"]]></title><description><![CDATA[
<p>> IR temperature sensor for checking your body temperature or stuff you baking in the oven<p>> tiny thermal camera sensor for inspecting leaks in house for the winter<p>So just a thermometer gun? It costs like $20-30 on amazon and I've never needed one other than in my home / kitchen. Why in the world do you want a phone for this haha.<p>I do think I've found the perfect car for you: <a href="https://tenor.com/view/homer-simpsons-car-gif-8120474" rel="nofollow">https://tenor.com/view/homer-simpsons-car-gif-8120474</a></p>
]]></description><pubDate>Mon, 09 Sep 2024 20:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41493156</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=41493156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41493156</guid></item><item><title><![CDATA[New comment by mnkv in "Large models of what? Mistaking engineering achievements for linguistic agency"]]></title><description><![CDATA[
<p>Good summary of some of the main "theoretical" criticism of LLMs but I feel that it's a bit dated and ignores the recent trend of iterative post-training, especially with human feedback. Major chatbots are no doubt being iteratively refined on the feedback from users i.e. interaction feedback, RLHF, RLAIF. So ChatGPT could fall within the sort of "enactive" perspective on language and definitely goes beyond the issues of static datasets and data completeness.<p>Sidenote: the authors make a mistake when citing Wittgenstein to find similarity between humans and LLMs. Language modelling on a static dataset is mostly <i>not</i> a language game (see Bender and Koller's section on distributional semantics and caveats on learning meaning from "control codes")</p>
]]></description><pubDate>Sat, 20 Jul 2024 21:58:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41020363</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=41020363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41020363</guid></item><item><title><![CDATA[New comment by mnkv in "How AI Is Enhancing, Not Replacing, Human Expertise in Creative Fields"]]></title><description><![CDATA[
<p>The low quality of this blog post (and all your posts) makes me think you wrote it mostly with AI. The irony is palpable.<p>AI is clearly enhancing humans in their creation of garbage.</p>
]]></description><pubDate>Tue, 16 Jul 2024 16:29:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40977999</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=40977999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40977999</guid></item><item><title><![CDATA[New comment by mnkv in "Charlie Munger – Feeling Like a Victim Is Perfectly Disastrous"]]></title><description><![CDATA[
<p>You give up a shitty view and any chance of fire escape. Such a savings!</p>
]]></description><pubDate>Tue, 28 Nov 2023 21:47:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=38451754</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=38451754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38451754</guid></item><item><title><![CDATA[New comment by mnkv in "Tractatus Logico-Philosophicus"]]></title><description><![CDATA[
<p>You understand some of what your cats mean because you learned it using the same language games Wittgenstein describes. Also they co-evolved to work with us. But just because you understand three moods of your cat, doesn't mean you would understand their language (if they had one). In fact, it is well studied that cats communicate differently with other cats than with humans.<p>Sidenote: grouping together non-verbal communication and language fails to take into account the richness of language.</p>
]]></description><pubDate>Mon, 14 Aug 2023 17:47:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=37124104</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=37124104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37124104</guid></item><item><title><![CDATA[New comment by mnkv in "Lewis Hine’s early 20th-century “photo stories”"]]></title><description><![CDATA[
<p>The problem with your perspective is you are assuming children have independent wants and needs to work and can stand up for themselves like adult workers can. This just isn't the case.<p>Children don't personally decide to work, they are told to by parents / authority / etc.. and they are incredibly vulnerable as employees. Comparing child labour to lemonade stands is ridiculous. There are rules about children working in the family store etc.. and child labour laws explicitly account for this. Child labour laws are explicitly about preventing abusive conditions in factories, fields, and other hard, grueling jobs.</p>
]]></description><pubDate>Wed, 14 Jun 2023 14:42:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=36326753</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=36326753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36326753</guid></item><item><title><![CDATA[New comment by mnkv in "The techlash that never happened"]]></title><description><![CDATA[
<p>Of all the absolute horseshit in the article, the most obviously wrong is saying that "tech doesn't play both sides of the political aisle".<p>So obviously wrong if you look at any single company. Just recently, we saw how FTX was lobbying hard for both sides.<p>And there absolutely has been a backlash against tech. Ask any Facebook employee how people react when they say where they work.</p>
]]></description><pubDate>Sun, 14 May 2023 17:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=35939843</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=35939843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35939843</guid></item><item><title><![CDATA[New comment by mnkv in "Digital addiction: Focusing on the cure, not the disease"]]></title><description><![CDATA[
<p>> The solvents we need in this case are the healthier methods of fulfilling these longings.<p>Terrible take. Algorithmic feeds and ad-tech has continually optimized how to get and maintain our attention. It is ridiculous to think "going into nature" or any individual solution is the answer. We blame pharmaceutical companies for making addictive drugs, why don't we blame tech companies for making addictive apps?</p>
]]></description><pubDate>Mon, 24 Apr 2023 21:24:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=35693479</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=35693479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35693479</guid></item><item><title><![CDATA[New comment by mnkv in "StableLM: A new open-source language model"]]></title><description><![CDATA[
<p>How did you run the benchmarking, zero-shot or few-shot? I think a fair comparison would be Llama-7B which got an average ~35% for 5-shot.</p>
]]></description><pubDate>Wed, 19 Apr 2023 22:21:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=35634073</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=35634073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35634073</guid></item><item><title><![CDATA[New comment by mnkv in "Giving the finger is a ‘God-given right’, Canadian judge rules"]]></title><description><![CDATA[
<p>Did you read the whole report??? The complainant is essentially stalking his neighbour with surveillance footage, recording any time the neighbour so much as looks in his direction, and keeps a stalker-ish log book with insults. On top of that his wife and his father nearly hit the neighbour's 4 year olds with a car and then say they refuse to slow down. The report says the car was "inches away" from another person and that kid would have been run over!<p>And then the complainant has the audacity to file criminal suit over his neighbour giving him middle finger after he does it first! This story is about basic insanity.</p>
]]></description><pubDate>Fri, 10 Mar 2023 22:03:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=35101811</link><dc:creator>mnkv</dc:creator><comments>https://news.ycombinator.com/item?id=35101811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35101811</guid></item></channel></rss>