<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: jorgemf</title><link>https://news.ycombinator.com/user?id=jorgemf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Jul 2026 08:10:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jorgemf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jorgemf in "FLUX.1 Kontext"]]></title><description><![CDATA[
<p>I think they are doing that because using real images the model changes the face. So that problem is removed if the initial image doesn't show the face</p>
]]></description><pubDate>Thu, 29 May 2025 19:24:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44129342</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=44129342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44129342</guid></item><item><title><![CDATA[New comment by jorgemf in "Nvidia's RTX 5090 power connectors are melting"]]></title><description><![CDATA[
<p>This genereation seems that is getting performance using more power and more cores. Not really an architectural change but only packing more things in the chip that require more power.</p>
]]></description><pubDate>Tue, 11 Feb 2025 19:47:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=43017445</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=43017445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43017445</guid></item><item><title><![CDATA[New comment by jorgemf in "MVSplat: Efficient 3D Gaussian Splatting from Sparse Multi-View Images"]]></title><description><![CDATA[
<p>Gaussian splatting transform images to a cloud points. GPUs can render these points but it is a very slow process. You need to transform the cloud points to meshes. So basically is the initial process to capture environments before converting them to 3D meshes that the GPUs can use for anything you want. It is much cheaper to use pictures to have a 3D representantion of an object or environment than buying professional stuff.</p>
]]></description><pubDate>Wed, 14 Aug 2024 10:00:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=41244411</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=41244411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41244411</guid></item><item><title><![CDATA[New comment by jorgemf in "MVSplat: Efficient 3D Gaussian Splatting from Sparse Multi-View Images"]]></title><description><![CDATA[
<p>Basically you train a model per each set of images. The model is a neural network able to render the final image. Different images will require different trained models. Initial gaussian splatting models took hours to train, last year models took minutes to train. I am not sure how much this one takes, but it should be between minutes and hours (and probably more close to minutes than hours).</p>
]]></description><pubDate>Wed, 14 Aug 2024 09:57:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41244392</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=41244392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41244392</guid></item><item><title><![CDATA[New comment by jorgemf in "Claude 3 model family"]]></title><description><![CDATA[
<p>cost is relative. how much would it cost for a human to read and give you an answer for 200k tokens? Probably much more than $3.</p>
]]></description><pubDate>Mon, 04 Mar 2024 14:45:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39591092</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=39591092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39591092</guid></item><item><title><![CDATA[New comment by jorgemf in "Tracking developer build times to decide if the M3 MacBook is worth upgrading"]]></title><description><![CDATA[
<p>My problem with this analysis is ignoring the fact of who is using which computer. So far new people in the company get the M3, while old people have M2, and the people who has been the longest time in the company have an M1. Who is going to work on more critical tasks with more changes in the code? who is going to work mostly in easy bugs until they get some experience with the code in the company? I bet you if you give both populations the same computer the compiling times are going to be faster for the new people. For me the analysis doesn't have enough dimensions, it should take into account the time since the person was hired in the company and the seniority. I would also have added more type of graphs (boxplots seems a better way to compare the information), and also I would have measure the total % of CPU usage. The battery/AC analysis gave me the impression that M3 might be underutilized and that it is going to be impossible to get lower compiling times without faster single core speeds (which might be a relevant information for the future).</p>
]]></description><pubDate>Sat, 30 Dec 2023 02:12:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=38812303</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=38812303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38812303</guid></item><item><title><![CDATA[New comment by jorgemf in "The Changing "Guarantees" Given by Python's Global Interpreter Lock"]]></title><description><![CDATA[
<p>I think kotlin is one example. It uses the same idea but it uses powers of 10 for incremental fixes and numbers for 1 to 9 for hotfixes. That's if for the 3rd number, I do not know what will happen when the second number reaches 2 digits. I guess they will do something to make it comparable again.</p>
]]></description><pubDate>Fri, 17 Nov 2023 15:00:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38304459</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=38304459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38304459</guid></item><item><title><![CDATA[New comment by jorgemf in "GPT-4-turbo preliminary benchmark results on code-editing"]]></title><description><![CDATA[
<p>That's under the assumption that nothing else will change. But it is not the case, the system would have to adapt. One possibility is that we wont use money anymore, and there are a lot of in betweens in the middle. But for sure what you cannot do is to stop the change that is coming.</p>
]]></description><pubDate>Wed, 08 Nov 2023 15:45:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38192016</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=38192016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38192016</guid></item><item><title><![CDATA[New comment by jorgemf in "GPT-4-turbo preliminary benchmark results on code-editing"]]></title><description><![CDATA[
<p>If AI does everything, the economic won't make sense anymore. Maybe there would be a basic rent or just anyone will ask for what they want and AI will provide it.<p>We though AI would replace the low level jobs first, but it seems creative jobs are gone first (art, software developers, etc). Bear that in mind.</p>
]]></description><pubDate>Wed, 08 Nov 2023 11:09:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=38188861</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=38188861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38188861</guid></item><item><title><![CDATA[New comment by jorgemf in "GPT-4-turbo preliminary benchmark results on code-editing"]]></title><description><![CDATA[
<p>You are assuming that the whole existence of humanity is to work? because, without working, they would be sloths?
What about expending more time having healthy habits like working out, meeting more often with family and friends, discovering the world, learning new stuff? 
So retired people are just sloths?</p>
]]></description><pubDate>Wed, 08 Nov 2023 01:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=38185558</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=38185558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38185558</guid></item><item><title><![CDATA[New comment by jorgemf in "4K4D: Real-Time 4D View Synthesis at 4K Resolution"]]></title><description><![CDATA[
<p>Time is the forth dimension. The input data is a video, so the model learns the colors and the position of the elements (basically points). You can rende the scene from any angle at any time once the models is trained</p>
]]></description><pubDate>Wed, 18 Oct 2023 01:33:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=37923873</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=37923873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37923873</guid></item><item><title><![CDATA[New comment by jorgemf in "Ask HN: Freelancer? Seeking freelancer? (October 2023)"]]></title><description><![CDATA[
<p>SEEKING WORK | Spain | Remote (EU and US time zones)<p><pre><code>  Technologies: TensorFlow, Pytorch, Deep learning, LLM, diffusion models, GANs
  Résumé/CV: http://jorgemf.github.io/cv.pdf
  Personal website: http://jorgemf.github.io
  Email: (in the CV)</code></pre></p>
]]></description><pubDate>Mon, 02 Oct 2023 20:11:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=37743775</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=37743775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37743775</guid></item><item><title><![CDATA[New comment by jorgemf in "Ask HN: Who wants to be hired? (October 2023)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Spain
  Remote: Yes
  Willing to relocate: Potentially
  Technologies: TensorFlow, Pytorch, Deep learning, LLM, diffusion models, GANs
  Résumé/CV: http://jorgemf.github.io/cv.pdf
  Personal website: http://jorgemf.github.io
  Email: (in the CV)</code></pre></p>
]]></description><pubDate>Mon, 02 Oct 2023 20:06:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=37743722</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=37743722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37743722</guid></item><item><title><![CDATA[New comment by jorgemf in "LLMs, RAG, and the missing storage layer for AI"]]></title><description><![CDATA[
<p>The main reason is that you might not want the raw information but some reasoning above. LLM is not only the context but all the information it has been trained with. For example a math student is making a question, it doesn't want the raw theorems but some reasoning with them, and currently LLM can do that. It will make mistakes sometimes because of hallucinations, but for not very difficult questions it usually gives you the right answer. And that helps a lot when you are not an expert in the domain. And that is the reason GPT4 is a great tool for students, it helps you to understand the basics as if you have a teacher with you.</p>
]]></description><pubDate>Fri, 08 Sep 2023 09:15:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=37431368</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=37431368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37431368</guid></item><item><title><![CDATA[New comment by jorgemf in "Teaching with AI"]]></title><description><![CDATA[
<p>I think your argument is similar to the one we had with the calculators and later with Internet. I think ChatGPT is another tool. For sure there is going to be lazy people who use it and won't learn anything, but it also sure it is going to be a boost for so many people. We will adapt.</p>
]]></description><pubDate>Thu, 31 Aug 2023 21:31:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=37343942</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=37343942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37343942</guid></item><item><title><![CDATA[New comment by jorgemf in "Nvidia’s H100: Funny L2, and Tons of Bandwidth"]]></title><description><![CDATA[
<p>well, the data is way smaller than the model (at least the current trend), and you probably still need random access for the weights of the model. I am not sure if it a gain worth to pursue.</p>
]]></description><pubDate>Mon, 03 Jul 2023 14:10:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=36573106</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=36573106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36573106</guid></item><item><title><![CDATA[New comment by jorgemf in "Nvidia’s H100: Funny L2, and Tons of Bandwidth"]]></title><description><![CDATA[
<p>As far as I know you can preload the data in the GPU before processing it. What is the difference/advantage of what you are proposing?</p>
]]></description><pubDate>Mon, 03 Jul 2023 12:59:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=36572273</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=36572273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36572273</guid></item><item><title><![CDATA[New comment by jorgemf in "Ask HN: How to navigate the world as a brain-damaged 17 year old?"]]></title><description><![CDATA[
<p>Give yourself more time, don't pressure yourself. Probably your brain will be better with more time, you are still 17 and developing. Even if it is more difficult for you now than before, it doesn't mean you cannot achieve anything you want. It will probably take you more time. Be patient, small steps to your goal is still progress.<p>I would try to find things that make me happy and make me use my brain, for example video games. I think it is a good way to train your brain while you enjoy, instead of watching tv or things like that. And don't forget to make some sport and eat healthy, those two things help with everything.<p>I am not a doctor, talk to professionals anyway (more than one).</p>
]]></description><pubDate>Wed, 28 Jun 2023 12:34:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=36505468</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=36505468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36505468</guid></item><item><title><![CDATA[New comment by jorgemf in "Vivaldi on Android bypasses restrictions to let users access Bing Chat"]]></title><description><![CDATA[
<p>It is chatGPT but using information from searches to answer your questions.</p>
]]></description><pubDate>Thu, 08 Jun 2023 12:53:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=36241061</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=36241061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36241061</guid></item><item><title><![CDATA[New comment by jorgemf in "Nvidia releases new AI chip with 480GB CPU RAM, 96GB GPU RAM"]]></title><description><![CDATA[
<p>In that video they run the Linux experiments over a windows with a virtual machine. And I didn't see the model, but I bet you I can trains a model in a 4090 one 2x faster than in a old 1050 (because i can chose a model which bottle neck could be the data transfering not the actual computation).</p>
]]></description><pubDate>Tue, 06 Jun 2023 11:07:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=36210911</link><dc:creator>jorgemf</dc:creator><comments>https://news.ycombinator.com/item?id=36210911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36210911</guid></item></channel></rss>