<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for cawoodm</title><link>http://disqus.com/by/cawoodm/</link><description></description><atom:link href="http://disqus.com/cawoodm/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 16 Mar 2025 11:23:23 -0000</lastBuildDate><item><title>Re: My sales pitch for TypeScript</title><link>http://www.2ality.com/2025/03/typescript-sales-pitch.html#comment-6671186240</link><description>&lt;p&gt;I just converted a small project to TypeScript. Errors reported: hundreds. Bugs discovered: zero. TypeScript definitely makes you safer because it’s dead strict but the cost in effort (and effort) is considerable. Many errors are caught by ESLint just as well as TS.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sun, 16 Mar 2025 11:23:23 -0000</pubDate></item><item><title>Re: How to Build a Shopping Cart with Ionic 4</title><link>https://devdactic.com/shopping-cart-ionic-4/#comment-6658891366</link><description>&lt;p&gt;Why are you making a new grid inside every item? Surely it would make more sense to make one grid with a row per cart entry.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Tue, 25 Feb 2025 10:40:57 -0000</pubDate></item><item><title>Re: HTML attributes vs DOM properties</title><link>http://jakearchibald.com/2024/attributes-vs-properties#comment-6654803066</link><description>&lt;p&gt;OMG a getter which validates, while the setter doesn't. 🤦‍♂️&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Wed, 19 Feb 2025 08:11:06 -0000</pubDate></item><item><title>Re: Alert: Hackers Are Tricking iMessage Users Into Enabling Phishing Links - Security</title><link>https://www.pcmag.com/news/alert-hackers-are-tricking-imessage-users-into-enabling-phishing-links#comment-6629280623</link><description>&lt;p&gt;Just disable iMessage completely- who needs it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Mon, 13 Jan 2025 14:17:55 -0000</pubDate></item><item><title>Re: Kubernetes NodePort and iptables rules</title><link>https://ronaknathani.com/blog/2020/07/kubernetes-nodeport-and-iptables-rules/#comment-5799452963</link><description>&lt;p&gt;When my master goes down in my 2-node master+worker cluster requests to my worker fail 50% of the time. The worker is perfectly healthy but something is blindly sending traffic round-robin to a pod on the master node which no longer exists. Is this because of the IP tables? Is there a way for the worker to actively check the pods it’s balancing?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Mon, 21 Mar 2022 15:35:37 -0000</pubDate></item><item><title>Re: Using envsubst to Merge Environment Variables into Config Files</title><link>https://nickjanetakis.com/blog/using-envsubst-to-merge-environment-variables-into-config-files#comment-5750941849</link><description>&lt;p&gt;This is not working for me:&lt;br&gt;&lt;code&gt;PERSON=foo; echo 'hello ${PERSON}' | envsubst&lt;/code&gt;&lt;br&gt;Results in "hello " and not "hello foo".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sun, 20 Feb 2022 03:57:57 -0000</pubDate></item><item><title>Re: Making tmux Pretty and Usable - A Guide to Customizing your tmux.conf</title><link>https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/#comment-5684635897</link><description>&lt;p&gt;Actually, new panes are opened on the path you started tmux with. A good tip nevertheless!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Mon, 10 Jan 2022 11:04:00 -0000</pubDate></item><item><title>Re: Making tmux Pretty and Usable - A Guide to Customizing your tmux.conf</title><link>https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/#comment-5684633504</link><description>&lt;p&gt;Don't worry, nobody will be blindly pasting code from the web with tmux - they made pasting waaay to hard for that to work.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Mon, 10 Jan 2022 11:02:32 -0000</pubDate></item><item><title>Re: Why Windows Azure AD is important and how Auth0 works with it</title><link>https://auth0.com/blog/Auth0-Windows-Azure-Active-Directory#comment-5542949628</link><description>&lt;p&gt;Broken link at the bottom „few clicks“&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Tue, 21 Sep 2021 10:16:50 -0000</pubDate></item><item><title>Re: 3 ways to download files with PowerShell</title><link>https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell#comment-5379913767</link><description>&lt;p&gt;Looks like you can't add any custom headers to the BITS option either.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Wed, 12 May 2021 01:53:47 -0000</pubDate></item><item><title>Re: Enabling strong cryptography for all .Net applications</title><link>http://www.johnlouros.com/blog/enabling-strong-cryptography-for-all-dot-net-applications/#comment-5069930863</link><description>&lt;p&gt;How would you enable TLS 1.2 by default (for all sessions) in Linux (pwsh)?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Mon, 14 Sep 2020 08:43:13 -0000</pubDate></item><item><title>Re: Using Elasticsearch on Amazon EC2 | Chris Simpson - Software Developer</title><link>http://chrissimpson.co.uk/using-elasticsearch-on-amazon-ec2.html#comment-4913955857</link><description>&lt;p&gt;Your "yellow node" points here saying the article describes how to add a node to a cluster. I failed to find these instructions here... I ask because I started a 2nd node with the same &lt;a href="http://cluster.name" rel="nofollow noopener" target="_blank" title="cluster.name"&gt;cluster.name&lt;/a&gt; and the cluster still thinks there is only one node...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Thu, 14 May 2020 13:12:35 -0000</pubDate></item><item><title>Re: Getting started with Kafka and Node.js with example</title><link>https://thatcoder.space/getting-started-with-kafka-and-node-js-with-example/#comment-4901059475</link><description>&lt;p&gt;Is Java only required to *run* Kafka?&lt;br&gt;You see, I'm allergic to programming Java - my Doctor says it could kill me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Mon, 04 May 2020 14:31:31 -0000</pubDate></item><item><title>Re: 
      Elasticsearch Scoring Changes In Action
  </title><link>https://blog.mimacom.com/elasticsearch-scoring-algorithm-changes/#comment-4790344075</link><description>&lt;p&gt;Can you explain exactly how "dl" is counted. I am getting a dl of 2.0 which makes no sense: I have no documents with a field of length 2.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Mon, 10 Feb 2020 03:26:14 -0000</pubDate></item><item><title>Re: Running locally installed npm executables</title><link>http://www.2ality.com/2016/01/locally-installed-npm-executables.html#comment-4692458416</link><description>&lt;blockquote&gt;That’s because npm adds local .bin/ directories to the shell path before it executes scripts.&lt;/blockquote&gt;&lt;p&gt;&lt;br&gt;Where do these little-known features hide. How awesome!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sun, 17 Nov 2019 04:43:52 -0000</pubDate></item><item><title>Re: Set Up AWS CLI and Download Your S3 Files From the Command Line</title><link>https://www.viget.com/admin/entries/article/19502-set-up-aws-cli-and-download-your-s3-files-from-the-command-line#comment-4686389742</link><description>&lt;p&gt;How does one determine the correct URL for the bucket? `s3://...?`&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Tue, 12 Nov 2019 07:59:46 -0000</pubDate></item><item><title>Re: HTTP request timeouts in JavaScript</title><link>https://shuheikagawa.com/blog/2017/05/13/http-request-timeouts-in-javascript/#comment-4683061748</link><description>&lt;p&gt;Excellent study. I wonder if you could help with my question on The Stack about reusing upstream connections in NodeJS:&lt;br&gt;&lt;a href="https://stackoverflow.com/questions/58777450/" rel="nofollow noopener" target="_blank" title="https://stackoverflow.com/questions/58777450/"&gt;https://stackoverflow.com/q...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sat, 09 Nov 2019 04:28:54 -0000</pubDate></item><item><title>Re: Setting Up Docker for Windows and WSL to Work Flawlessly</title><link>https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly#comment-4675017378</link><description>&lt;p&gt;OK, so it's about being at home in a linuxy shell. How would git for windows' bash shell suite that purpose?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sat, 02 Nov 2019 10:36:53 -0000</pubDate></item><item><title>Re: Setting Up Docker for Windows and WSL to Work Flawlessly</title><link>https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly#comment-4674785491</link><description>&lt;p&gt;I must have missed the Why? Why would one run Docker on Windows and then use WSL to connect to it??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sat, 02 Nov 2019 04:13:32 -0000</pubDate></item><item><title>Re: Azure DevOps Multi-Stage Pipelines Approval Strategies</title><link>https://devkimchi.com/2019/10/02/azure-devops-multi-stage-pipelines-approval-strategies/#comment-4673708868</link><description>&lt;p&gt;Can anyone explain what an Environment actually *does* outside the context of Kubernetes? If we're using on-prem agents - how do we assign/align agents (servers) with environments if DevOps only lets us assign Kubernetes resources to environments.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Fri, 01 Nov 2019 07:42:42 -0000</pubDate></item><item><title>Re: Logging Requests to Elasticsearch</title><link>http://blog.florian-hopf.de/2016/03/logging-requests-to-elasticsearch.html#comment-4629804877</link><description>&lt;p&gt;GET /myindex/_settings&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Thu, 26 Sep 2019 07:54:25 -0000</pubDate></item><item><title>Re: Live Reloading for Developing Electron Apps</title><link>https://trevorsullivan.net/2018/10/29/live-reloading-for-developing-electron-apps/#comment-4398731744</link><description>&lt;p&gt;electron-reload relies on fs.existsSync which is buggy on windows (saying files don't exist when they do). Just hack node_modules/electron-reload/main.js (line 84) and remove ` &amp;amp;&amp;amp; fs.existsSync(eXecutable)`.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Wed, 27 Mar 2019 15:49:48 -0000</pubDate></item><item><title>Re: 
        An Example of Ajax Searching with Vue.js
    </title><link>http://www.raymondcamden.com/2018/03/01/an-example-of-ajax-searching-with-vuejs#comment-4391694975</link><description>&lt;p&gt;What is &lt;code&gt;fetch()&lt;/code&gt;?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sat, 23 Mar 2019 16:09:20 -0000</pubDate></item><item><title>Re: Add session identifier to request logging in Tomcat - Messages from mrhaki</title><link>http://mrhaki.blogspot.com/2009/02/add-session-identifier-to-request.html#comment-4323073922</link><description>&lt;p&gt;Any way to add the sessionId to the console log of tomcat?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Tue, 05 Feb 2019 06:08:09 -0000</pubDate></item><item><title>Re: Windows 10 100% disk usage in Task Manager [SOLVED]</title><link>https://www.drivereasy.com/knowledge/100-disk-usage-windows-10-fixed/#comment-4234879624</link><description>&lt;p&gt;Reformatting and re-installing windows has removed the problem, at least for now. A "secure erase" seems to be a more permanent fix but apparently complicated to achieve.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Tue, 11 Dec 2018 01:52:13 -0000</pubDate></item></channel></rss>