Viewing profile — irishsultan
irishsultan
HN member- Joined
- Mon, Nov 21, 2016, 2:17 PM UTC
- HN karma
- 498
- Public activity
- 285 items
- HN profile
- View on Hacker News ↗
About irishsultan
No profile information was provided.
Recent public activity
-
comment
Comment #44368817
The word epidemic does not imply contagiousness, not in the medical context and therefore definitely not outside of it.
-
comment
Comment #44327238
You've used reasonable twice, but haven't explained how it's reasonable.
-
comment
Comment #44316903
So let me get this right: It's okay for a blind person to write content about accessibility being trash, but it's not okay for a privileged person without disabilities to share tha…
-
comment
Comment #43769614
Aren't discrete and discreet homophones?
-
comment
Comment #43360945
I'm very confused, the author talks about having to charge a device instead of replacing batteries and blames it on Lithium-ion batteries, instead of doing the sensible thing and b…
-
comment
Comment #43090231
> Q is indeed dense in R, but firstly it’s very clear that there isn’t an equal number of them because rational numbers are a subset of the real numbers and there exists at least o…
-
comment
Comment #42041664
I don't see how you could interpret "a != b != c" as equivalent to "not (a == b == c)" in the first place. In the first expression a doesn't equal b and b doesn't equal c (no restr…
-
comment
Comment #39669443
> It may look obvious to you, but someone will interpret “the same value” as literally the same. But it is literally the same? Numbers are immutable, so there is a performance opti…
-
comment
Comment #39602089
Sorting your data before searching it will only pay off if you need to search multiple things. If instead you need to search for one specific thing then going through things linear…
-
comment
Comment #38304753
TeX and Metafont have version numbers that are approaching pi and e respectively, so the sensible way is to read these as decimals.
-
comment
Comment #38187821
Depends on your shell, if you execute `which -a cd` it will show you /usr/bin/cd in addition to the built-in command. (zsh has which as a built in command, apparently bash doesn't,…
-
comment
Comment #37897541
IANAL, but I think the right comparison for standby power usage would be the power usage in sleep, not in idle.
-
comment
Comment #37569235
bc and dc are arbitrary precision. By using -l you are specifying that it should keep track of 20 decimal digits (plus you are importing some extra stuff). You can try higher preci…
-
comment
Comment #37262392
When they tell you "the price is low if A is the case, and high if A is not the case" and you say "I'll take the lower price" and A is not the case then you are deceiving them.
-
comment
Comment #37221144
Imagine the expansion rate starts out at 2. Then 1 day later it's 1.5, after 1 more day it's 1.25 and after another day it's 1.125. Hopefully you can see that if this series contin…
-
comment
Comment #37089422
1 januari toegevoegd sounds like you're adding the date. If you're going to write it as a sentence it ought to have something like "Op 1 januari", and in that case it actually does…
-
comment
Comment #35714161
You need to take a closer look at the Pages sidebard, there is for example this https://ruby-doc.org/3.2.2/syntax/pattern_matching_rdoc.html
-
comment
Comment #35637402
It doesn't make sense at all, if you see them as a sequence (which is wrong, sets are not ordered) then after taking the first 3 elements the odd numbers are at 5 and the naturals …
-
comment
Comment #35637381
Consider the following sets: the primes (let's call it P), the odd numbers (let's call that O), the odd numbers except for 3 (and let's call this O3). Using your definition O would…
-
comment
Comment #34529651
Unless state boundaries suddenly become convex it's definitely impossible. Ignoring state boundaries you have the issue that you need approximately equal numbers of population. It'…
-
comment
Comment #34529607
What you're describing seems to be the D'Hondt method which favors larger parties, not smaller parties.
-
comment
Comment #34401283
According to wikipedia even shakespeare parodied the style of subtitles in "Twelfth Night, or What You Will", so again much older than 1929.
-
comment
Comment #34401018
The first element of an array is usually indexed by 0 (usually here means in most modern programming languages). The second element is usually indexed by 1 etc. So the eight bit in…
-
comment
Comment #34352880
It doesn't matter for you personally, but it kind of matters globally. If everyone hits that same inefficiency at the same time then there needs to be a lot of extra capacity in th…
-
comment
Comment #33828652
That first quote (as well as the rest of the article) supports the view that people tend to underestimate the usefulness of procedures they are not yet using and especially to over…