<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: labawi</title><link>https://news.ycombinator.com/user?id=labawi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 11:51:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=labawi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by labawi in "The Most Disturbing Places We've Found Microplastics So Far"]]></title><description><![CDATA[
<p>I would be wary of using a stainless steel RO system. Extremely pure water tends to leach more. You may avoid a bit of plastic in exchange for heavy metals. Stainless steel tends to be 10% Nickel, 10% Chromium, which are bad and worse for you. If you do so, I would recommend getting the water tested.<p>Otherwise I would recommend a good plastic RO system. One where the plastic doesn't leach loads of harmful plasticizers.</p>
]]></description><pubDate>Mon, 03 Jun 2024 19:44:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40566727</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=40566727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40566727</guid></item><item><title><![CDATA[New comment by labawi in "Former University of Iowa hospital employee used fake identity for 35 years"]]></title><description><![CDATA[
<p>Is lying always a sin? A mortal one?<p>I very much dislike lies, do not want to lie and would rather tell the truth even if it may harm me, but I'm not sure about the absoluteness of such an approach. A few days ago I was reading a book about a christian family helping Jews during WW II (Corrie ten Boom) and I was quite lost when Corrie marveled at the realization she doesn't have to do what the authorities say, or when she lied to the police. I would like to believe telling the truth would be better, but .. it seems suspect. Telling Nazi Jews are hiding in my house .. very much not sure what to think about that.<p><i>Note for casual readers: We are not here to live a comfy life, so, even if saying the truth leads to bodily mortal consequences for another, I can't with 100% certainty say lying would be the right thing to do.</i><p>It seems to me, there are cases when even God used / instructed Jews to use deception or something very close to it, to scare off attackers or make them kill eachother in a frenzy (different times), so I am dumbfounded on what is right.<p>Even God puts Himself behind a veil, for our benefit, so going around pushing truth for the sake of truth can not be correct. That would be one extreme. But I'm not sure what the criteria is.<p>Do you have any thoughts, or basis on criteria, when is volunteering truth / answering truthfully if asked / refusing to answer / deceiving / lying good or not. Or maybe even what is to be considered lying?</p>
]]></description><pubDate>Sat, 13 Apr 2024 22:39:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=40026839</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=40026839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40026839</guid></item><item><title><![CDATA[New comment by labawi in "Comparing dd and cp when writing a file to a thumb drive"]]></title><description><![CDATA[
<p>While rsync is different than cp and mv, I dislike the cp and mv destination-state-dependent behaviour.<p>With rsync, destination paths are defined by the command itself and the command is idempotent. I don't usually need to know what the destination is like to form a proper command (though oopsies happen, so verify before using --delete).<p>With cp/mv - the result depends on the presence and type of the destination.
E.g. try running cp or mv, canceling then restarting. Do you need to change the arguments? Why?<p><pre><code>  mkdir s1 s2 d1
  touch s1/s1.txt s2/s2.txt
  # this seems inconsistent
  cp -r s1 d1  # generates d1/s1/s1.txt
  cp -r s2 d2  # generates d2/s2.txt

  mkdir s1 s2 d1
  touch s1/s1.txt s2/s2.txt
  # I don't use this form, but it is consitent
  rsync -r s1 d1  # generates d1/s1/s1.txt
  rsync -r s2 d2  # generates d2/s2/s2.txt
  # Same as above but more explicit
  rsync -r s1 d1/  # generates d1/s1/s1.txt
  rsync -r s2 d2/  # generates d2/s1/s2.txt
  # I prefer this form most of the time:
  rsync -r s1/ d1/  # generates d1/s1.txt
  rsync -r s2/ d2/  # generates d2/s2.txt
</code></pre>
I simply try to use trailing slashes wherever permitted and the result is amply clear.</p>
]]></description><pubDate>Sat, 27 Jan 2024 22:17:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=39160433</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=39160433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39160433</guid></item><item><title><![CDATA[New comment by labawi in "Becoming a contractor"]]></title><description><![CDATA[
<p>TLDR: feel free to skip<p>When I was little, my mother tried to teach me how to tie my shoelaces, but she
had shown me a method I did not understand and did not like, so I invented my
own way. I was proud of it for 20 years or so.  A friend I trusted more than
anyone, tried to tell me in a kind way, that many people tie their shoelaces in
a bad knot.  When one knows, it's easy to see even from a glance and such a
knots gets untied, but I wouldn't listen. Thought of not knowing how to tie
shoelaces seemed absurd.<p>I was the only one I know that would stop randomly to re-tie his shoelaces,
occasionally with people piling up behind me. It may be considered
incontrovertible evidence in truth, yet at the time, it didn't bare much
relevance to me. It was obvious that bad shoelaces were always at fault, or I
didn't apply enough force. In my mind it would be too humiliating to even
consider bad technique a possibility.<p>It wasn't until I had the grace to look at a knot-tying website alone, try it,
accept I was tying a granny knot, learn how to tie a standard knot, in a
recommended fast way, then proceed to one-up it in my own point of view. I
didn't get much humbler, but at 23 years old, at least I knew how to tie my
shoelaces and they didn't get untied anymore.<p>If it wasn't for the love of the one who had grace and has given up his grace
so we would have his grace, acting through those who follow him, Himself and
His Spirit, I would not have seen and felt the loving self-sacrifice, which
paled my self-righteousness in an humbling and emotionally painful experience
of the pain I've caused, setting me off in a search to do better, so that after
nearly a decade I would once and then many times again in humility accept what
I cannot deny, that Lord is better than anything I could imagine and Jesus
Christ is our (our = all those who accept Him) Lord and Savior.<p>This is enough evidence (for me, for others it's just word of mouth) to love
and worship Jesus. I've seen much more, and for that I accept what is written.
It seems I may understand and see more than many, yet still, easily and often,
I forget what I know, ignore and blank my mind, to doubt and void the
uncomfortable.  Only hours ago I've yet again given in to what I know to be
bad, to lull and dull the mind, close my eyes and ears so I would not see what
I had a longing to avoid.<p>I write this as an admission and hoping it will be useful to someone.
To perhaps understand, that one cannot just see and one cannot just be
explained, if it affects him dearly and he does not wish to know.<p>Speaking of others, but showing the principle:<p><i>“Though seeing, they do not see; though hearing, they do not hear or understand.
In them is fulfilled the prophecy of Isaiah:
‘You will be ever hearing but never understanding; you will be ever seeing but never perceiving.
...<<specific judgement of specific people>>...
Otherwise they might see with their eyes, hear with their ears,
understand with their hearts and turn, and I would heal them.’...”<p>Matthew 13:13-15</i></p>
]]></description><pubDate>Sun, 03 Sep 2023 02:27:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=37367208</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=37367208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37367208</guid></item><item><title><![CDATA[New comment by labawi in "An excruciatingly detailed guide to SSH (but only the things I find useful)"]]></title><description><![CDATA[
<p>There an additional trick - you can put include inside a Host/Match directive.<p><pre><code>  # in ~/.ssh/config
  Host proj1.*.corp
    Include ~/.ssh/proj1.conf

  # in ~/.ssh/proj1.conf
  ...
</code></pre>
This way, I can put project-specific matches at or near the top, while being sure I don't have to wade through numerous of individual files during review.</p>
]]></description><pubDate>Thu, 24 Aug 2023 19:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=37253326</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=37253326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37253326</guid></item><item><title><![CDATA[New comment by labawi in "OpenZFS – add disks to existing RAIDZ"]]></title><description><![CDATA[
<p>Note that the listed probabilities of surviving N-disk failures are not correct, though after calculation, though the differences may not be that important.<p>Listed survival probability of N-disk failure in 8-drive/4-vdev mirror.<p>1: 1; 2: 0.857; 3: 0.667; 4: 0.400; 5: 0; 6: N/A; 7: N/A; 8: N/A<p>Proper survival probability:<p>1: 1; 2: 0.857; 3: 0.571; 4: 0.229; 5: 0; 6: 0; 7: 0; 8: 0<p>Comparatively, survival probability for 8-drive RAIDz4 with equal amount of usable space:<p>1: 1; 2: 1; 3: 1; 4: 1; 5: 0; 6: 0; 7: 0; 8: 0<p>Personally, I'd use multi-vdev mirror pools only for data that is either backed-up or data I can afford to lose completely.</p>
]]></description><pubDate>Sun, 20 Aug 2023 20:45:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=37202784</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=37202784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37202784</guid></item><item><title><![CDATA[New comment by labawi in "OpenZFS – add disks to existing RAIDZ"]]></title><description><![CDATA[
<p>If we were to only compare survival after a fixed number of drives failed vs. storage efficiency, RAIDzN should always come out ahead in any configuration - with mirrors you can get unlucky drives choice fail, with RAIDzN any choice is a good choice. Only way to have RAIDz fail sooner than mirror is to have a comparatively less redundant setup (your choice of N and K).<p>Realistically though, RAIDz recovery is longer and more stressful, so more of your drives can fail in the critical period, and, assuming you have backups, your storage is there for for usability - mirroring gives you a performant usable system during a fast recovery for the price of a small chance of complete data loss (but you have backups?) vs RAIDz that gives you long recovery pains on a degraded system, but I expect a smaller chance of data loss on a lightly loaded system.</p>
]]></description><pubDate>Sun, 20 Aug 2023 19:53:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=37202411</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=37202411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37202411</guid></item><item><title><![CDATA[New comment by labawi in "Windows feature that resets system clocks based on random data is wreaking havoc"]]></title><description><![CDATA[
<p>GPS doesn't send full time. It wraps every 1024 weeks, or about 20 years, hence you need a (very) rough basis in case the system is over 20 years old.</p>
]]></description><pubDate>Sun, 20 Aug 2023 18:01:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=37201495</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=37201495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37201495</guid></item><item><title><![CDATA[New comment by labawi in "3M heads to trial in ‘existential’ $143B forever-chemicals litigation"]]></title><description><![CDATA[
<p>I'm not sure why people keep talking about teflon pans and dental floss. There are PFAS in products that necessarily release them into human bodies and the environment, in dispersed form rather than flakes that would usually pass the digestive system.<p>A few examples:<p>- food containers coated with PFAS (usually single use, often cardboard)
 - water-repellent PFAS spray for clothes, shoes, cars/whatever
 - surface PFAS treatment of clothes/shoes/whatever (better but still rubs off)
 - PFAS bike-chain lube<p>Why are any of these things legal? They cause much more exposure, by design cannot be contained and spread PFAS everywhere you go. They are the reason there are PFAS in snow on Mt. Everest.<p>Pans, medical tubes and maybe even inner layers in clothes can at least <i>theoretically</i> be responsibly disposed of, e.g. by reasonably contained incineration. I don't want to support unneeded PFAS, but pans seem a whole different category than spray-on PFAS for "weather-proofing" that people use because <i>shrug</i> "it helps I get less wet".</p>
]]></description><pubDate>Sat, 10 Jun 2023 16:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=36272172</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=36272172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36272172</guid></item><item><title><![CDATA[New comment by labawi in "Debian 12 “Bookworm”"]]></title><description><![CDATA[
<p>While I don't like proprietary firmware, I'm not sure if the line is drawn at a useful place.<p>If you have firmware/software/whatever in a device, which is <i>updateable</i> (as opposed to mask-rom or hard logic), I'd much rather have it transparently managed by an OS I can control, than some EEPROM with often proprietary, inscrutable, I-ask-you-nicely-please-update-your-firmware update mechanism.<p>IMO, the difference is:<p>- with OS provided firmware (and preferably no writable storage), I can be sure my device is running the same SW as the rest of the world<p>- with dozens of EEPROMs in my device, I can never be sure what is running on it.<p>Firmware that is legally not redistributable is a non-trivial, though perhaps less bothersome issue. Firmware that requires manufaturer's signature is bothersome but I would still prefer it over inscrutable hidden firmware.</p>
]]></description><pubDate>Sat, 10 Jun 2023 16:18:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=36271828</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=36271828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36271828</guid></item><item><title><![CDATA[New comment by labawi in "The NixOS Foundation’s Call to Action: S3 Costs Require Community Support"]]></title><description><![CDATA[
<p>I really like the storj concept - distributed storage, local encryption.
Comes from tahoe-lafs I believe, except you don't need to find 10 buddies.<p>There is one main reason I don't use it besides web share:
Despite being OSS, uplink-cli is not available in linux distribution
packages, which<p>- makes me uneasy about stability/maturity of the platform (e.g. do you not provide packages because you don't have a stable API, and if so, should I really rely on you to keep my data?)<p>- it increases friction - either build from source or manually copy binaries; and you have need to do this on all your machines and servers; and it means no automatic updates<p>- binaries/packages without trusted update channels may be against corporate/personal policies, and you usually want your storage accessible on all/most of your computers<p>- if available in non-distribution package repositories (didn't see in quick-start) - it would still create trust issues<p>Have you considered getting your cli packages in distributions?<p>If I could just `apt install uplink-cli` or similar, I would already be using it.</p>
]]></description><pubDate>Thu, 08 Jun 2023 08:04:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=36238682</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=36238682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36238682</guid></item><item><title><![CDATA[New comment by labawi in "New York to ban natural gas, including stoves, in new buildings"]]></title><description><![CDATA[
<p>Don't have experience, but I'd guess a buyer/renter won't see a difference between grades of paint quality, but a resistive vs. induction cooktop will be very noticeable and may raise the value far beyond the price difference.</p>
]]></description><pubDate>Sun, 30 Apr 2023 18:41:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=35765361</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=35765361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35765361</guid></item><item><title><![CDATA[New comment by labawi in "Translating the Bible is a vexed task"]]></title><description><![CDATA[
<p>Even in the four scriptures Jesus makes it pretty clear several times that the chosen people are first but they will refuse and salvation will be passed onto others. E.g. the address to Jews when he healed a (gentile) centurion's servant [Matthew 8:10-12]<p><a href="https://www.biblegateway.com/passage/?search=Matthew%208&version=ESV" rel="nofollow">https://www.biblegateway.com/passage/?search=Matthew%208&ver...</a></p>
]]></description><pubDate>Sun, 22 Jan 2023 21:41:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=34482528</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=34482528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34482528</guid></item><item><title><![CDATA[New comment by labawi in "Plant-based meat is turning out to be a flop"]]></title><description><![CDATA[
<p>I don't mind food sovereinty per se, but do we need to subsidize <i>meat</i>?<p>Lately, in the supermarket, there would usually be some meat at about 2€/kg, which I could not comprehend, as most other groceries have gone up. Pricewise it's competitive with carrots, potatoes and bananas.<p>How can meat end up cheaper than ordinary pastry? Measured per kg and yes, meat has a lot of water, but still..</p>
]]></description><pubDate>Sat, 21 Jan 2023 02:00:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34463009</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=34463009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34463009</guid></item><item><title><![CDATA[New comment by labawi in "Gore-TEX, a lightweight, waterproof fabric made from the expanded form of PTFE"]]></title><description><![CDATA[
<p>When talking about a small polymer, I was mainly commenting on microscopic flakes and lakes laced with "chemically inert" molecules that have devastating physiological effects.<p>Either way, what you claim is simply not true by any reasoning [1], though I do agree eating teflon flakes in moderate amounts should not pose much concern.<p>[1] <a href="https://phys.org/news/2020-08-micro-nanoplastics-human-tissues.html" rel="nofollow">https://phys.org/news/2020-08-micro-nanoplastics-human-tissu...</a></p>
]]></description><pubDate>Sat, 26 Nov 2022 00:10:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=33748397</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=33748397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33748397</guid></item><item><title><![CDATA[New comment by labawi in "Gore-TEX, a lightweight, waterproof fabric made from the expanded form of PTFE"]]></title><description><![CDATA[
<p>Small chemically inert substances can gunk up your cells and tissues even if they are soft.</p>
]]></description><pubDate>Fri, 25 Nov 2022 23:25:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=33748075</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=33748075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33748075</guid></item><item><title><![CDATA[New comment by labawi in "Gore-TEX, a lightweight, waterproof fabric made from the expanded form of PTFE"]]></title><description><![CDATA[
<p>Is it more precisely: don't use PFOA or PFOS anymore, switching to less-proven-guilty chemicals with different lengths?<p>Either way, my concerns are mostly: how much fluorinated waste they release from factories and what happens at the end of product lifetime. Solid fluorinated compounds don't seem atrocious, as they can be reduced to safe minerals if burned properly unlike the spray-on compounds and factory leakage.</p>
]]></description><pubDate>Fri, 25 Nov 2022 23:22:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=33748051</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=33748051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33748051</guid></item><item><title><![CDATA[New comment by labawi in "Systemd 252"]]></title><description><![CDATA[
<p>I don't know about your experiences, but systemd is leaking preconceived notions and self-imposed limitations like a broken sieve where one is left to sift manually through documentation and bug-reports, collecting and evaluating rules, exceptions and idiosyncratic notions to determine whether systemd will do what one wants.<p>Latest example: I have a service I want running, so I set it to Restart=always. Read the long Restart= documentations - seems ok. Does it work?<p>Failure 1: Well.. you also need appropriate RestartSec/StartLimitInterval. Ok, I I set it up. Does it work?<p>Failure 2: Well.. restart doesn't actually apply to failed dependencies, so .. don't have dependencies that fail, ok? That's not a bug. [1][2]<p>[1] <a href="https://github.com/systemd/systemd/issues/1312" rel="nofollow">https://github.com/systemd/systemd/issues/1312</a>
[2] <a href="https://unix.stackexchange.com/questions/213185/restarting-systemd-service-on-dependency-failure" rel="nofollow">https://unix.stackexchange.com/questions/213185/restarting-s...</a></p>
]]></description><pubDate>Tue, 01 Nov 2022 17:26:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=33424331</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=33424331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33424331</guid></item><item><title><![CDATA[New comment by labawi in "Build a Fusion Reactor"]]></title><description><![CDATA[
<p>This is fusion. Different working principle, different composition - I would expect orders of magnitude less radioactive working materials.</p>
]]></description><pubDate>Sat, 17 Sep 2022 14:57:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=32878035</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=32878035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32878035</guid></item><item><title><![CDATA[New comment by labawi in "The First Small Modular Nuclear Reactor Was Just Approved by US Regulators"]]></title><description><![CDATA[
<p>Battery minerals are not an issue, as you say. I'm still worried about the electrolytes and stuff - not in scarcity, but eventual pollution. They don't typically advertise them and I have a hunch they are nasty stuff.</p>
]]></description><pubDate>Sun, 07 Aug 2022 21:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=32379907</link><dc:creator>labawi</dc:creator><comments>https://news.ycombinator.com/item?id=32379907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32379907</guid></item></channel></rss>