Viewing profile — tomtomtom1
tomtomtom1
HN member- Joined
- Tue, Apr 28, 2020, 7:54 AM UTC
- HN karma
- 14
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About tomtomtom1
No profile information was provided.
Recent public activity
-
comment
Comment #23335419
I think the object-oriented paradigm, is the most hated aspect: - "Object-Oriented design" ( class diagrams, use case diagrams, Abbott Textual Analysis... and all the bike bikeshed…
-
comment
Comment #23314912
a quote on this topic, during the early days of the Afghanistan, was "CNN shows us where the missiles are launched and Al-Jazeera shows us where they land" a More concrete example …
-
comment
Comment #23276853
that's interesting, so you use an iPad for your day to day programming? from my experience converting ppt/word to pdf is a common enough use case that I would've assumed the majori…
-
comment
Comment #23271075
I don't understand why no one is blaming the education system? How is it possible that students that are being considered for "advanced placement" are not familiar with file format…
-
comment
Comment #23248147
when I last bought a laptop, notebookcheck's [1] cpu ranking was helpful. [1] - https://www.notebookcheck.net/Mobile-Processors-Benchmark-Li...
-
comment
Comment #23232887
how can you reconcile that with the fact that job-hopping in 2-5 years is proven to be a more effective way to raise your salary? Being seen as "local" may have its benefits but I …
- story
-
comment
Comment #23133559
I genuinely hate the software architect title. It's like when we were in school and the teacher told us to write an outline before writing. No problem ! the majority wrote the text…
-
comment
Comment #23107976
would ios_base::sync_with_stdio(false); also help?
-
comment
Comment #23027674
sorry I typoed I meant, countably infinite. by w I meant the ordinal.
-
comment
Comment #23007569
> An infinite number of zeroes. . .and then a one. . .wait, you can't do that. why not? why can't an infinitely small number exist?
-
comment
Comment #23007545
wouldn't 0.999.. be equal to 1 - 10^w since it's only a countably finite series of nines.
-
comment
Comment #23005132
but the long division algorithm never terminates. why would it terminate at countable infinity?
-
comment
Comment #23005109
>"but you're no longer talking the same language as the rest of the world" yes, in the standard real numbers 1 = 0.999.., but people have dealt with numbers like "pi" and "sqrt(2)"…
-
comment
Comment #23004887
if we say that infinitesimals exist. that 1/3 != 0.33.. and 1 != 0.9999... and the probability of possible events is never 0. what are the properties that we would lose?
-
comment
Comment #23004729
more like 1/3 != 0.3333 .... as in 1/3 does not have a decimal representation. you can only approximate it but never reach it.
-
comment
Comment #23004667
why? 1/3 * 3 could still be equal to one. but 1/3 != 0.33333... that is, 1/3 is not representable in base 10. Which makes way more sense. I wonder if taking 0.9999.. != 1, that is …