<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: ahmetsait</title><link>https://news.ycombinator.com/user?id=ahmetsait</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 12:07:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ahmetsait" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: A CV build system for developers based on HTML Jinja templates]]></title><description><![CDATA[
<p>Hi there hackers!<p>I've been creating my CVs using a very simple and limited template system I've scripted a few years back. Fast forward to a few weeks ago, I've decided it's time to update my CV but of course I got completely distracted on improving my tool and the result is me working on a document generator for 3-4 weeks instead of actually applying for jobs :P</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43805492">https://news.ycombinator.com/item?id=43805492</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 26 Apr 2025 17:28:59 +0000</pubDate><link>https://github.com/ahmetsait/CV-Machinery</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=43805492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43805492</guid></item><item><title><![CDATA[New comment by ahmetsait in "Less Htmx Is More"]]></title><description><![CDATA[
<p>Browsers already have built-in mechanism to prevent flicker while switching pages, unless your page has issues such as flash of unstyled content or something similar.</p>
]]></description><pubDate>Tue, 08 Apr 2025 11:12:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=43620349</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=43620349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43620349</guid></item><item><title><![CDATA[New comment by ahmetsait in "ToolGit: A collection of scripts that extend Git with various sub-commands"]]></title><description><![CDATA[
<p>I like these a lot! It seems like git-extras is pure bash allowing it to work out of the box without any dependencies but I would probably go mad if I had to implement¹ reading/writing git index² in bash.<p>¹ <a href="https://github.com/ahmetsait/toolgit/blob/58713ead5abc0605106ff7672d33d8afa3146fac/git-mode-restore#L362">https://github.com/ahmetsait/toolgit/blob/58713ead5abc060510...</a><p>² <a href="https://git-scm.com/docs/index-format" rel="nofollow">https://git-scm.com/docs/index-format</a></p>
]]></description><pubDate>Sun, 03 Nov 2024 22:09:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42036467</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=42036467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42036467</guid></item><item><title><![CDATA[New comment by ahmetsait in "ToolGit: A collection of scripts that extend Git with various sub-commands"]]></title><description><![CDATA[
<p>Hi! Author here. Some of these can indeed be an alias, others.. not so much. `git-root` for example is more-or-less a one-liner, meanwhile `git-mode-restore` is a ~840 loc python script.
I do use git aliases but trying to do anything non-trivial in them seems rather counter-productive so I'm confused about everyone suggesting it :P</p>
]]></description><pubDate>Sun, 03 Nov 2024 20:38:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42035941</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=42035941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42035941</guid></item><item><title><![CDATA[ToolGit: A collection of scripts that extend Git with various sub-commands]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ahmetsait/toolgit">https://github.com/ahmetsait/toolgit</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42034521">https://news.ycombinator.com/item?id=42034521</a></p>
<p>Points: 111</p>
<p># Comments: 56</p>
]]></description><pubDate>Sun, 03 Nov 2024 17:32:52 +0000</pubDate><link>https://github.com/ahmetsait/toolgit</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=42034521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42034521</guid></item><item><title><![CDATA['Git config status.showStash' breaks VS Git integration]]></title><description><![CDATA[
<p>Article URL: <a href="https://developercommunity.visualstudio.com/t/visual-studio-2022-git-changes-pane-does-not-show/1695502">https://developercommunity.visualstudio.com/t/visual-studio-2022-git-changes-pane-does-not-show/1695502</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41256186">https://news.ycombinator.com/item?id=41256186</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 15 Aug 2024 14:03:02 +0000</pubDate><link>https://developercommunity.visualstudio.com/t/visual-studio-2022-git-changes-pane-does-not-show/1695502</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=41256186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41256186</guid></item><item><title><![CDATA[New comment by ahmetsait in "Microfeatures I love in blogs and personal websites"]]></title><description><![CDATA[
<p>I don't think it looks that bad. My blog's anchors are hover-visible on desktop and always visible on mobile (with lower opacity). I used this query to check for hover event availability to decide whether they should be always-visible: `@media screen and (hover: none)`. I think it turned out pretty ok¹.<p>[1]: <a href="https://ahmetsait.com/blog/en/Hello-World" rel="nofollow">https://ahmetsait.com/blog/en/Hello-World</a></p>
]]></description><pubDate>Mon, 24 Jun 2024 13:33:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40775863</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=40775863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40775863</guid></item><item><title><![CDATA[New comment by ahmetsait in "Ask HN: Who wants to be hired? (February 2024)"]]></title><description><![CDATA[
<p>Location: Turkey<p>Remote: Yes<p>Willing to relocate: Open to discussion<p>Technologies: C#, Java, Dlang, Python, C, TypeScript, SQL, ASP.NET, Spring Framework, Docker, Azure DevOps, GitHub Actions<p>Résumé/CV: Available upon request<p>Email: hn1 {at} ahmetsait.com<p>GitHub: <a href="https://github.com/ahmetsait">https://github.com/ahmetsait</a><p>LinkedIn: <a href="https://www.linkedin.com/in/ahmetsait" rel="nofollow">https://www.linkedin.com/in/ahmetsait</a><p>Big time computer nerd and highly enthusiastic software developer with experience in various technologies ranging from microcontrollers to GPU programming, database administration to web design, image processing to game development, git version control, Linux systems and more. Looking for Swiss army knife equivalent of a software engineer? You've come to the right place.</p>
]]></description><pubDate>Fri, 02 Feb 2024 06:29:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39225728</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=39225728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39225728</guid></item><item><title><![CDATA[New comment by ahmetsait in "Ask HN: Who wants to be hired? (December 2023)"]]></title><description><![CDATA[
<p>Location: Turkey<p>Remote: Yes<p>Willing to relocate: Open to discussion<p>Technologies: C#, Java, Dlang, Python, C, TypeScript, SQL, ASP.NET, Spring Framework, Docker, Azure DevOps, GitHub Actions<p>Résumé/CV: Available upon request<p>Email: hn1 {at} ahmetsait.com<p>GitHub: <a href="https://github.com/ahmetsait">https://github.com/ahmetsait</a><p>LinkedIn: <a href="https://www.linkedin.com/in/ahmetsait" rel="nofollow noreferrer">https://www.linkedin.com/in/ahmetsait</a><p>Big time computer nerd and highly enthusiastic software developer with experience in various technologies ranging from microcontrollers to GPU programming, database administration to web design, image processing to game development, git version control, Linux systems and more. Looking for Swiss army knife equivalent of a software engineer? You've come to the right place.</p>
]]></description><pubDate>Sat, 02 Dec 2023 15:28:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=38499217</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=38499217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38499217</guid></item><item><title><![CDATA[New comment by ahmetsait in "FreeRDP: A remote desktop protocol implementation"]]></title><description><![CDATA[
<p>I recently tried to get remote desktop working on my KDE laptop with xrdp. Spent days trying to get it working properly with all the fixes and workarounds I've found online and yet it didn't even come close to how smooth it all works in Windows. In the end, I accepted defeat, depressed about the state of linux desktop even more.</p>
]]></description><pubDate>Thu, 28 Sep 2023 15:59:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=37691505</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=37691505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37691505</guid></item><item><title><![CDATA[New comment by ahmetsait in "An Introduction to Graph Theory"]]></title><description><![CDATA[
<p>Thanks! I'm really happy to hear that since we tried to make drawing as user friendly as possible and spent some extra time on touch screen support. I had this vision in my mind where the discrete math lecturer would show a QR code (links to my website) on the screen and students would be able to fiddle with graphs and see all those things they learn interactively right there on their phone which.. could make the class more distracting or more engaging depending on how you look, but I liked the idea.</p>
]]></description><pubDate>Sat, 12 Aug 2023 17:41:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=37102484</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=37102484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37102484</guid></item><item><title><![CDATA[New comment by ahmetsait in "An Introduction to Graph Theory"]]></title><description><![CDATA[
<p>I think graph theory is undoubtedly one of the most important subjects for anyone working in the field of computer software. Speaking of which, back in university I made a website [1] that allows you to interactively draw graphs and animate a few algorithms on them, as my design project. Doesn't have a lot going for it feature-wise (no directed edges, no weights, just a few algorithms) but it was a fun project to work on. [2]<p>[1] <a href="https://ahmetsait.com/interactive-graph-theory/" rel="nofollow noreferrer">https://ahmetsait.com/interactive-graph-theory/</a><p>[2] <a href="https://github.com/ahmetsait/interactive-graph-theory">https://github.com/ahmetsait/interactive-graph-theory</a></p>
]]></description><pubDate>Sat, 12 Aug 2023 07:59:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=37098071</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=37098071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37098071</guid></item><item><title><![CDATA[New comment by ahmetsait in "Make a Resume in LaTeX"]]></title><description><![CDATA[
<p>I've been using Word for my resume up until a week ago but rewrote it in html+css because having to keep translated versions of the same document in sync started to become annoying. Now I have a simple pipeline where it builds the document from a text template with content filled from a given yaml file (e.g. `en.yml`, `fr.yml`). The result is self-contained html files in different languages based on the same outline & style.
Feels a bit overengineered but turned out to be pretty neat. Oh, also I can see changes instantly in browser and save as pdf before the LaTeX engine is done compiling ;)</p>
]]></description><pubDate>Tue, 24 Jan 2023 18:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=34507886</link><dc:creator>ahmetsait</dc:creator><comments>https://news.ycombinator.com/item?id=34507886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34507886</guid></item></channel></rss>