<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: mdibaiee</title><link>https://news.ycombinator.com/user?id=mdibaiee</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 21:26:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mdibaiee" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mdibaiee in "MacBook Pro Insomnia"]]></title><description><![CDATA[
<p>I thought so, but I installed Sleep Aid, and when I disable "Wake for Maintenance", Sleep Aid gives me a stern warning:<p>> Disabling "Wake for Maintenance" can lead to this Mac waking every few seconds. Please select "Disable Wi-Fi" to help with this<p>So it seems like actually Enabling this setting somehow prevents the Macbook from waking up every few seconds... presumably due to Wi-Fi? Enabling it seems like the recommendation by Sleep Aid anyway</p>
]]></description><pubDate>Fri, 01 Aug 2025 12:01:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44755571</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=44755571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44755571</guid></item><item><title><![CDATA[New comment by mdibaiee in "Pkg.go.dev Is Down"]]></title><description><![CDATA[
<p>Seems like wider outage of Google Cloud Run services, can anyone confirm?</p>
]]></description><pubDate>Tue, 20 May 2025 15:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44042943</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=44042943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44042943</guid></item><item><title><![CDATA[New comment by mdibaiee in "Google is already pushing WEI into Chromium"]]></title><description><![CDATA[
<p>For people who want to put something like this, here is the code snippet:<p><pre><code>  <span id='browser' class='hidden'>
    This website is designed for <a target="_blank" rel="noopener noreferrer" href="https://firefox.com/">Firefox</a>, a web browser that respects your privacy.
  </span>

  <script>
    if (window.chrome) {
      document.getElementById('browser').className = '';
    }
  </script>
</code></pre>
Class .hidden must hide the element somehow, in this case I do:<p><pre><code>  .hidden { display: none; }</code></pre></p>
]]></description><pubDate>Wed, 26 Jul 2023 14:03:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=36877913</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=36877913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36877913</guid></item><item><title><![CDATA[New comment by mdibaiee in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://mahdi.blog" rel="nofollow noreferrer">https://mahdi.blog</a></p>
]]></description><pubDate>Thu, 06 Jul 2023 10:24:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=36613789</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=36613789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36613789</guid></item><item><title><![CDATA[New comment by mdibaiee in "Ask HN: Freelancer? Seeking freelancer? (July 2023)"]]></title><description><![CDATA[
<p>SEEKING WORK | Based in EU | REMOTE ONLY (anywhere)<p>GitHub: <a href="https://github.com/mdibaiee">https://github.com/mdibaiee</a><p>Email: mdibaiee@pm.me<p>Hello! I'm a software engineer with 8 years experience, focused on backend development and infrastructure at the moment, but I have front-end and full-stack experience as well, and I'm happy to be an all-arounder for freelance projects!<p>Technologies: Rust, Go, Kotlin, Scala, TypeScript, CSS, HTML, React, Kubernetes, Docker, Linux, DevOps, GitLab, GitHub, Jenkins, Elasticsearch, Linkerd, Istio, Terraform, Helm, Supabase, Postgres, Ruby on Rails, etc.<p>I'm flexible with timezones, and I try to be a good async communicator: I do my best to reply early and keep people in the loop. I have been working remotely for the past 6 years.<p>Let's chat about your project!</p>
]]></description><pubDate>Mon, 03 Jul 2023 15:11:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=36574023</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=36574023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36574023</guid></item><item><title><![CDATA[New comment by mdibaiee in "Iran’s Internet Shutdown Hides a Deadly Crackdown"]]></title><description><![CDATA[
<p>We are not asking for foreign countries to "replace the Ayatollahs" for us.
What we are asking, is ending their diplomatic relations with this government, or at least severing it, instead of trying to strengthen their diplomatic relations.<p>A deal between this dictatorship and the west will only strengthen them, leading to more oppression. A weakened dictatorship due to foreign pressure will make it easier for the people of Iran to replace them.</p>
]]></description><pubDate>Sun, 25 Sep 2022 19:49:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=32975300</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=32975300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32975300</guid></item><item><title><![CDATA[New comment by mdibaiee in "You can read my blog posts using curl"]]></title><description><![CDATA[
<p>For me the reasoning is being able to distinguish between what needs to be wrapped, and what I would prefer not to be wrapped. In this case, code samples would preferrably not be wrapped. If I can wrap normal text manually, and keep code samples unwrapped, the client can disable wrapping entirely and see the code lines untouched.<p>This is possible with HTML and CSS, but not in plaintext. I think wasted space is something I can handle, but a badly wrapped code is something I dislike.</p>
]]></description><pubDate>Wed, 27 Jul 2022 13:15:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=32250023</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=32250023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32250023</guid></item><item><title><![CDATA[New comment by mdibaiee in "You can read my blog posts using curl"]]></title><description><![CDATA[
<p>the code highlighting is really cool, well done!
pretty sure it's possible to do something like that with jekyll by updating the `highlight` liquid tag to be able to render ascii highlighting in case of raw pages.</p>
]]></description><pubDate>Wed, 27 Jul 2022 11:59:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=32249417</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=32249417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32249417</guid></item><item><title><![CDATA[New comment by mdibaiee in "You can read my blog posts using curl"]]></title><description><![CDATA[
<p>ah! that one includes a JavaScript I used to draw a canvas in the post body, hence the script showing up in the curl result. Might try to think of a solution for that.<p>Edit: fixed it by moving the script to its own file.</p>
]]></description><pubDate>Wed, 27 Jul 2022 11:55:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=32249384</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=32249384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32249384</guid></item><item><title><![CDATA[You can read my blog posts using curl]]></title><description><![CDATA[
<p>Article URL: <a href="https://mahdi.blog/raw-permalinks-for-accessibility/">https://mahdi.blog/raw-permalinks-for-accessibility/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32248404">https://news.ycombinator.com/item?id=32248404</a></p>
<p>Points: 101</p>
<p># Comments: 70</p>
]]></description><pubDate>Wed, 27 Jul 2022 09:15:36 +0000</pubDate><link>https://mahdi.blog/raw-permalinks-for-accessibility/</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=32248404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32248404</guid></item><item><title><![CDATA[What is Box﹤str﹥ and how is it different from String in Rust?]]></title><description><![CDATA[
<p>Article URL: <a href="https://mahdi.blog/rust-box-str-vs-string/">https://mahdi.blog/rust-box-str-vs-string/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31778918">https://news.ycombinator.com/item?id=31778918</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Jun 2022 14:41:29 +0000</pubDate><link>https://mahdi.blog/rust-box-str-vs-string/</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=31778918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31778918</guid></item><item><title><![CDATA[New comment by mdibaiee in "Ask HN: Alternate Email hosting to G Suite"]]></title><description><![CDATA[
<p>I use Protonmail.com and I'm quite happy with their service. It does allow custom email domains, etc., but is paid.</p>
]]></description><pubDate>Sat, 29 Jan 2022 17:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=30128576</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=30128576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30128576</guid></item><item><title><![CDATA[New comment by mdibaiee in "Ask HN: Who wants to be hired? (January 2022)"]]></title><description><![CDATA[
<p>Location: Ireland<p>Remote: Yes<p>Willing to relocate: No<p>Technologies: Java/Kotlin/Scala, Rust, Haskell, Go, Kubernetes, DevOps, etc.<p>Resume: <a href="https://mahdi.blog/files/resume.pdf" rel="nofollow">https://mahdi.blog/files/resume.pdf</a><p>LinkedIn: <a href="https://www.linkedin.com/in/mdibaiee/" rel="nofollow">https://www.linkedin.com/in/mdibaiee/</a><p>Email: mdibaiee@pm.me<p>GitHub: <a href="https://github.com/mdibaiee" rel="nofollow">https://github.com/mdibaiee</a><p>I'm a software/platform engineer for 6 years, looking for opportunities preferrably with potential for low-level programming work. See my resume for my experience with different technologies and projects. Thank you!</p>
]]></description><pubDate>Mon, 03 Jan 2022 18:40:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=29784486</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=29784486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29784486</guid></item><item><title><![CDATA[New comment by mdibaiee in "Ask HN: What's the best corporate password manager?"]]></title><description><![CDATA[
<p>LastPass is the worst piece of software I have ever worked with. We had a lot of trouble making sense out of its sluggish user interface and confusing terminology and more.<p>BitWarden is my choice, it's cheaper than alternatives, the UI is simple and easy to understand. It's open-source and battle-tested. You may want to self-host as well.</p>
]]></description><pubDate>Tue, 10 Mar 2020 13:32:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=22535268</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=22535268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22535268</guid></item><item><title><![CDATA[Emulator Tools for Google Cloud BigTable and PubSub]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AYLIEN/emulator-tools">https://github.com/AYLIEN/emulator-tools</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22355266">https://news.ycombinator.com/item?id=22355266</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 18 Feb 2020 11:52:15 +0000</pubDate><link>https://github.com/AYLIEN/emulator-tools</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=22355266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22355266</guid></item><item><title><![CDATA[New comment by mdibaiee in "Switching from Chrome to Firefox"]]></title><description><![CDATA[
<p>That's a good idea to propose to Mozilla for the new "Firefox Preview" which is a new version built from the ground up. They are open to innovations on that version and so far they already have made some experiments there.<p>You might want to try it out and leave this idea as a feedback on the app: <a href="https://play.google.com/store/apps/details?id=org.mozilla.fenix&hl=en_US" rel="nofollow">https://play.google.com/store/apps/details?id=org.mozilla.fe...</a></p>
]]></description><pubDate>Mon, 30 Dec 2019 09:36:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=21912138</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=21912138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21912138</guid></item><item><title><![CDATA[How Complex Systems Fail (1998) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="http://web.mit.edu/2.75/resources/random/How%20Complex%20Systems%20Fail.pdf">http://web.mit.edu/2.75/resources/random/How%20Complex%20Systems%20Fail.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19832614">https://news.ycombinator.com/item?id=19832614</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 May 2019 13:10:10 +0000</pubDate><link>http://web.mit.edu/2.75/resources/random/How%20Complex%20Systems%20Fail.pdf</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=19832614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19832614</guid></item><item><title><![CDATA[New comment by mdibaiee in "Generate Hacker News Comments from Titles"]]></title><description><![CDATA[
<p>thiscommentdoesnotexist.com</p>
]]></description><pubDate>Sun, 21 Apr 2019 07:26:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=19710954</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=19710954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19710954</guid></item><item><title><![CDATA[New comment by mdibaiee in "Lightweight versions of websites without all the bloat"]]></title><description><![CDATA[
<p>Hey! I just added Gnod tools to the list. I saw your pull-request for Gnoosic, but the other tools also fall in the same bucket.</p>
]]></description><pubDate>Mon, 25 Feb 2019 04:12:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=19242854</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=19242854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19242854</guid></item><item><title><![CDATA[New comment by mdibaiee in "Lightweight versions of websites without all the bloat"]]></title><description><![CDATA[
<p>This is cool! I would appreciate pull-requests to add these to the repository<p>Otherwise I will take a look at them later on myself</p>
]]></description><pubDate>Sun, 24 Feb 2019 18:47:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=19239913</link><dc:creator>mdibaiee</dc:creator><comments>https://news.ycombinator.com/item?id=19239913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19239913</guid></item></channel></rss>