<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: ascar</title><link>https://news.ycombinator.com/user?id=ascar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 09:41:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ascar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ascar in "New Date("wtf") – How well do you know JavaScript's Date class?"]]></title><description><![CDATA[
<p>yea that's an odd example to pick. expecting type conversion to add meaning to strings is a programmer problem not a language problem. really comes down to developers not thinking about types and their meaning anymore.<p>there are plenty of javascript examples that are actually weird though, especiall when javascript DOES apply meaning to strings, e.g. when attempting implicit integer parsing.</p>
]]></description><pubDate>Sat, 12 Jul 2025 11:49:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44541389</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=44541389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44541389</guid></item><item><title><![CDATA[New comment by ascar in "GitHub Git Operations Are Down"]]></title><description><![CDATA[
<p>And a `git remote add name url` and you are setup to use another remote server.</p>
]]></description><pubDate>Tue, 14 Jan 2025 01:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42692466</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=42692466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42692466</guid></item><item><title><![CDATA[New comment by ascar in "GitHub Git Operations Are Down"]]></title><description><![CDATA[
<p>Even if that's a concern in a doomsday scenario, self-hosting gitlab is super easy and a good (some would argue better) alternative.</p>
]]></description><pubDate>Tue, 14 Jan 2025 01:48:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=42692445</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=42692445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42692445</guid></item><item><title><![CDATA[New comment by ascar in "Ask HN: How do you backup your Android?"]]></title><description><![CDATA[
<p>It has an export function that you can scan from an old phone. And I kept the setup keys in my keepass database.<p>On top of that now Google backs those up for you too.</p>
]]></description><pubDate>Fri, 10 Jan 2025 02:26:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42651874</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=42651874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42651874</guid></item><item><title><![CDATA[New comment by ascar in "Four billion years in four minutes – Simulating worlds on the GPU"]]></title><description><![CDATA[
<p>Not sure if that's actually your question, but GLSL is the language <a href="https://en.m.wikipedia.org/wiki/OpenGL_Shading_Language" rel="nofollow">https://en.m.wikipedia.org/wiki/OpenGL_Shading_Language</a></p>
]]></description><pubDate>Tue, 30 Jul 2024 02:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41105691</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=41105691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41105691</guid></item><item><title><![CDATA[New comment by ascar in "I found a 1-click exploit in South Korea's biggest mobile chat app"]]></title><description><![CDATA[
<p>Seems like a rather easy thing to go wrong in the client, no?<p>User sends message via client. Client fumbles the recipient id. Message ends up at the wrong recipient.<p>Examples: incorrect recipient ID attached to contact in list where users selects recipient. Buggy selection of multiple targets in the selection UI due to incorrect touch event handling. Incorrect deletion of previously selected and then deselected recipient from recipient array of multitarget message. Or if working low level even a good old off by one error and reading out of bounds data for the recipient list (though that one hopefully should trigger a faulty send request due to other stuff no longer matching). There is endless examples.<p>The server can't really safeguard against the client providing a legitimate send request even though the user intended to send it to another recipient.</p>
]]></description><pubDate>Tue, 25 Jun 2024 20:32:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40793256</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40793256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40793256</guid></item><item><title><![CDATA[New comment by ascar in "My VM is lighter (and safer) than your container (2017)"]]></title><description><![CDATA[
<p>I'm not sure if I missed a bit here, but I have some colleagues doing research on unikernels for HPC and the point is that this unikernel is running directly on the hardware or hypervisor and not inside another VM. The unikernel is effectively a minimal VM and the network stack is one of the things they struggle the most with due to sheer effort.</p>
]]></description><pubDate>Tue, 14 May 2024 12:47:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=40354644</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40354644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40354644</guid></item><item><title><![CDATA[New comment by ascar in "Using ARG in a Dockerfile – beware the gotcha"]]></title><description><![CDATA[
<p>JSON for something that essentially mirrors a shell installation process? Feels like you are trying to reinvent things with a golden hammer, not like actually making it easier.</p>
]]></description><pubDate>Tue, 14 May 2024 10:05:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40353463</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40353463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40353463</guid></item><item><title><![CDATA[New comment by ascar in "AI programming tools should be added to the Joel Test"]]></title><description><![CDATA[
<p>If you read closely I am not talking about the limitations of GPT, but about the limitations of the developer having to fix code of others (GPT essentially being another developer). I guess it depends on the complexity of the problem. A lot of stuff is very easy to review and for me other stuff needs more time to understand than it did to write.</p>
]]></description><pubDate>Tue, 23 Apr 2024 08:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=40129759</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40129759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40129759</guid></item><item><title><![CDATA[New comment by ascar in "AI programming tools should be added to the Joel Test"]]></title><description><![CDATA[
<p>You're working under the assumption that you will be able to find the errors. I personally found reviewing code always way harder than writing it and we already push tons of bugs to production in written+reviewed code.</p>
]]></description><pubDate>Tue, 23 Apr 2024 08:20:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=40129718</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40129718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40129718</guid></item><item><title><![CDATA[New comment by ascar in "AI programming tools should be added to the Joel Test"]]></title><description><![CDATA[
<p>It's more like not using semi-autonomuous driving features with the car entirely relying on your expertise to realise and correct when it's making a mistake. The main difference is risk. Your own life at stake versus bugs in some production system.</p>
]]></description><pubDate>Mon, 22 Apr 2024 23:13:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40125485</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40125485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40125485</guid></item><item><title><![CDATA[New comment by ascar in "AI programming tools should be added to the Joel Test"]]></title><description><![CDATA[
<p>Due to the nature of my current work I haven't really used GPT for coding yet, but I keep wondering isn't it easier to write code than to read and truly understand it? So how much development time was really saved, if I still care about off-by-one errors or correct identity checks in hash maps or all those edge cases I probably should care about? Those are all things much harder to spot reading than writing the code.<p>So I keep wondering if we just save time by introducing more unknown bugs using GPT?<p>I guess this also has a lot to do with what code is written. I would be much more concerned with a system level C++ library than some JavaScript CRUD.</p>
]]></description><pubDate>Mon, 22 Apr 2024 22:58:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=40124321</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40124321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40124321</guid></item><item><title><![CDATA[New comment by ascar in "Curl is just the hobby"]]></title><description><![CDATA[
<p>Fair enough. I lost track of the correct comment chain there.</p>
]]></description><pubDate>Mon, 22 Apr 2024 12:35:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=40113747</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40113747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40113747</guid></item><item><title><![CDATA[New comment by ascar in "Curl is just the hobby"]]></title><description><![CDATA[
<p>According to the RFC's PUT can be used to create a resource as long as the request has a clear target. That doesn't necessarily mean an ID, but just some kind of identifier (composite key, hash of content, url, etc.). When a create instead of update happens the server should respond with a 201 CREATED, which should indicate the location or identifier of the created resource.</p>
]]></description><pubDate>Mon, 22 Apr 2024 11:38:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=40113338</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40113338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40113338</guid></item><item><title><![CDATA[New comment by ascar in "Curl is just the hobby"]]></title><description><![CDATA[
<p>Aren't you basically describing that you want idempotency?<p>The RFC 9110 (and also the old 2616) clearly state PUT is idempotent while POST isn't.<p>9.3.4 PUT<p><i>"The fundamental difference between the POST and PUT methods is highlighted by the different intent for the enclosed representation. The target resource in a POST request is intended to handle the enclosed representation according to the resource's own semantics, whereas the enclosed representation in a PUT request is defined as replacing the state of the target resource. Hence, the intent of PUT is idempotent and visible to intermediaries, even though the exact effect is only known by the origin server."</i><p>9.2.2 Idempotent Methods<p><i>"Idempotent methods are distinguished because the request can be repeated automatically if a communication failure occurs before the client is able to read the server's response. For example, if a client sends a PUT request and the underlying connection is closed before any response is received, then the client can establish a new connection and retry the idempotent request. It knows that repeating the request will have the same intended effect, even if the original request succeeded, though the response might differ."</i></p>
]]></description><pubDate>Mon, 22 Apr 2024 11:31:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40113295</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40113295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40113295</guid></item><item><title><![CDATA[New comment by ascar in "Curl is just the hobby"]]></title><description><![CDATA[
<p>It's not part of RFC 9110, so why should it be included?</p>
]]></description><pubDate>Mon, 22 Apr 2024 11:23:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=40113255</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40113255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40113255</guid></item><item><title><![CDATA[New comment by ascar in "Bringing Exchange Support to Thunderbird"]]></title><description><![CDATA[
<p>Yes, as a long time Thunderbird on Windows user I second this.</p>
]]></description><pubDate>Sat, 20 Apr 2024 23:20:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=40101862</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=40101862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40101862</guid></item><item><title><![CDATA[New comment by ascar in "What to do when an airline website doesn't accept your legal name"]]></title><description><![CDATA[
<p>Until it's the German bureaucrats that ruin your day.<p>This is an international issue and a national answer doesn't solve it.<p>For what it's worth my first name is also not accepted correctly (it contains a hyphen) and I never had a problem so far. But every time an airline asks me to put my name exactly as in the passport I cringe.</p>
]]></description><pubDate>Sat, 06 Apr 2024 21:30:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=39955761</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=39955761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39955761</guid></item><item><title><![CDATA[New comment by ascar in "Dear Paul Graham, there is no cookie banner law"]]></title><description><![CDATA[
<p>The article makes that point. There is no law to put a giant banner that disturbs UX in your users face. Companies choose to do so. There only is a law that prevents companies from tracking you without consent.</p>
]]></description><pubDate>Mon, 18 Mar 2024 11:55:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=39742892</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=39742892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39742892</guid></item><item><title><![CDATA[New comment by ascar in "So you want to abolish time zones (2015)"]]></title><description><![CDATA[
<p>I don't think we should abolish time zones, but he isn't making good points.<p>His points are based on conventions that exist because we use local time zones and he uses a lot of English centric bias in his argument.<p>His first point of am/pm is already a bad start considering a 24h clock is simply advantageous and used throughout most of the world.<p>Finding out if he can call his uncle would be as easy as looking up daylight times instead of time offsets/local times. And even then the cultural conventions of your country might not map to his and it was still inappropriate to call.<p>The problem with business hours and overlapping days is entirely made up, because he wants to stick to previous conventions that worked well with local time. If a night club opens Saturday from 19:00 to 05:00 it's perfectly clear that means it's open till Sunday 05:00. It would work similarly for business hours. The regular business hours also differ vastly in different cultures and jobs! The day name is of course UTC based and wraps at 00:00UTC.<p>I play an international online game that wraps days at 00:00UTC and we communicate in UTC. If I say Wednesday 14:00 UTC it's perfectly clear what that means and you get used to that very quickly. If we would change the system the next generation would grow up with that system and it would be natural. And I find it much easier to remember that my Korean friends are available from 23:00 UTC till 16:00 UTC than to remember what time it is there right now compared to here, because that requires mental math or a lookup.</p>
]]></description><pubDate>Wed, 13 Mar 2024 16:03:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=39693182</link><dc:creator>ascar</dc:creator><comments>https://news.ycombinator.com/item?id=39693182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39693182</guid></item></channel></rss>