<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: barankilic</title><link>https://news.ycombinator.com/user?id=barankilic</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 01 May 2026 08:40:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=barankilic" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by barankilic in "The West forgot how to make things, now it’s forgetting how to code"]]></title><description><![CDATA[
<p>Since I cannot edit my comment, I replied my comment. I did not mean to insult HN moderators. I am actually very happy that they are protecting HN by removing and flagging AI content. I only wanted to attract attention to the topic that for some areas AI is promoted but then for some areas AI is demoted and I do not get it.<p>What I mean with "we" is that there is a general perception that using AI is okay and mandatory. This idea is becoming more and more prevalent in management positions and it disturbs me deeply.<p>I got some replies since I commented, but I am still in the same mind. I did not see a strong refutation to my idea. Why are some people (I didn't want to use the word "we" again) are okay with AI use in code but not in prose? I know that they are not exactly same but they have some similarities. If we are unhappy with sloppy prose, why are we happy with sloppy, potentially buggy or hard to maintain code?</p>
]]></description><pubDate>Sun, 26 Apr 2026 16:30:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47911544</link><dc:creator>barankilic</dc:creator><comments>https://news.ycombinator.com/item?id=47911544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47911544</guid></item><item><title><![CDATA[New comment by barankilic in "The West forgot how to make things, now it’s forgetting how to code"]]></title><description><![CDATA[
<p>I am really amazed at how we are really okay with LLMs writing code end to end (without human in the loop) / dark factory concept but when it comes articles, HN is suddenly against LLMs writing words. I do not see the difference between writing code and writing prose. Both have keywords, grammars, syntax, meaningful combinations (function or chaining in code / collocations in words). If we think that AI-generated words are not meaningful or easy to follow that same must apply to AI-generated code, which may be harder to read or understand since it is not written by human. Let's stop being hypocrites.<p>Note: My comment is not specific to this comment. I just wanted to express myself at somewhere and this is where I think it may be suitable.</p>
]]></description><pubDate>Sun, 26 Apr 2026 11:19:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47909384</link><dc:creator>barankilic</dc:creator><comments>https://news.ycombinator.com/item?id=47909384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47909384</guid></item><item><title><![CDATA[New comment by barankilic in "Flutter Web: A Fractal of Bad Design (2020)"]]></title><description><![CDATA[
<p>> the general principle of Flutter is a terrible idea.<p>I think Flutter is a good idea with bad execution. Maybe due to the lack of resources or effort put into it or maybe due to the management, I don't know.<p>The only thing that is cross-platform right now is the web and it is based on graphics engines (Skia in the case of Chrome). My idea of Flutter is that it is being web (i.e. cross-platform) without being a browser (i.e. overhead of being browser). However, in practice, I couldn't observe a good performance from Flutter when I tried it.<p>Right now, a lot of apps are developed using Electron (aka Chrome). Flutter is the equivalent of Electron for mobile without the extra layer of having a browser. With the advent of frameworks using WebView (WebGPU is also becoming popular) such as Tauri, we may need less Electron and Flutter.<p>> Flutter Web in particular is fundamentally flawed and needs to be rebuilt from the ground up if it has any hopes of being viable tech that generates semantic, accessible, and modern web experiences.<p>I don't know the exact technology of Flutter Web, but I think Flutter Web doesn't makes sense because it is running a renderer (Flutter) inside a renderer (browser).</p>
]]></description><pubDate>Fri, 05 May 2023 15:18:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=35830345</link><dc:creator>barankilic</dc:creator><comments>https://news.ycombinator.com/item?id=35830345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35830345</guid></item><item><title><![CDATA[New comment by barankilic in "Language Tool – Open-source Grammarly alternative"]]></title><description><![CDATA[
<p>If you use VSCode as a text editor, you can use it locally on LaTeX files using LTeX extension (<a href="https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=valentjn...</a>)</p>
]]></description><pubDate>Tue, 26 Jul 2022 15:50:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=32239941</link><dc:creator>barankilic</dc:creator><comments>https://news.ycombinator.com/item?id=32239941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32239941</guid></item><item><title><![CDATA[New comment by barankilic in "Ask HN: What is the job market like for niche languages (Nim, Crystal)?"]]></title><description><![CDATA[
<p>Good luck with listing "problem solver" as a skill in your resume. I don't think anybody will care about it.<p>As an experiment, one can create two resumes with different identities where the first one is listing Nim as a skill and the other one is listing Java and Spring as skills, and apply to the same jobs. I wonder what the ratio of replies will be.</p>
]]></description><pubDate>Sat, 23 Jul 2022 19:47:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=32206936</link><dc:creator>barankilic</dc:creator><comments>https://news.ycombinator.com/item?id=32206936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32206936</guid></item><item><title><![CDATA[New comment by barankilic in "Show HN: A plain-text file format for todos and check lists"]]></title><description><![CDATA[
<p>Isn't org-mode tied to emacs? Also, does it have a specification? I searched for a specification and found this (<a href="https://orgmode.org/worg/dev/org-syntax.html" rel="nofollow">https://orgmode.org/worg/dev/org-syntax.html</a>) and couldn't understand whether it is a proper spec. Without a well-defined spec, it becomes very hard to create tooling around it. For example, Markdown was using Perl scripts initially and didn't have a spec for some time.</p>
]]></description><pubDate>Fri, 01 Apr 2022 20:11:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=30882776</link><dc:creator>barankilic</dc:creator><comments>https://news.ycombinator.com/item?id=30882776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30882776</guid></item><item><title><![CDATA[New comment by barankilic in "Why isn't there a universal data format for résumés?"]]></title><description><![CDATA[
<p>Yet, companies use AST tools, which automatically processes the CVs and resumes.<p>One person that is developing such a tool recommended collage students not to add too much links to their CVs because otherwise, their CV will be flagged as a malicious document.</p>
]]></description><pubDate>Mon, 17 Jan 2022 09:09:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=29964735</link><dc:creator>barankilic</dc:creator><comments>https://news.ycombinator.com/item?id=29964735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29964735</guid></item></channel></rss>