Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mykhamill
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mykhamill
1y ago
A warning IS graceful degradation, an error or unexpected behaviour would be ungraceful. The channel that warnings come over is separate from the channel the content is being rendered in and it shows, for those that look at it, that the sys
2.
▲
by
mykhamill
2y ago
We were seen as failing a security audit recently for having firefox installed on some of the development laptops and got ordered to remove it by IT who conceeded that it was stupid but had to check boxes for insurance is ISO standards. Thi
3.
▲
by
mykhamill
3y ago
So land based internet feeds 1 tree and Starlink feeds 30 trees. Guess the Ents will be using Starlink then.
4.
▲
by
mykhamill
3y ago
There are two scale systems at play. pico, nano, micro, milli, unit, kilo, Mega, Giga... Which relates to the SI units. And Micro,Meso and Macro scaling system that centers around human sized reality.
5.
▲
by
mykhamill
4y ago
NJW posits that Real Numbers and Set Theory are based on the notion that it is possible to do an infinite number of calculations which he considers disingenuous. He highlights in some of his Youtube videos that in respected Math textbooks t
6.
▲
by
mykhamill
5y ago
Kind of reminds me of how tight beam communications are used in The Expanse universe.
7.
▲
by
mykhamill
6y ago
Application Performance Monitoring https://docs.newrelic.com/docs/apm/new-relic-apm/getting-sta...
8.
▲
by
mykhamill
6y ago
What can be imagined is what can be discovered. The etymology of invent has the terms 'contrived' and 'discover' baked in. if we take the contrived root, rather than just dead-ending to say that invent is synonymous with
9.
▲
by
mykhamill
7y ago
Is the time difference between the neutron experiment results due to time dilation? One of them had the neutrons moving at high speed, I.e. In a particle beam.
10.
▲
by
mykhamill
11y ago
Spoken like someone who only knows one natural language. As the article stated all languages are about communication. Each language has its own syntax (ie words and word order) but the concept of a rose or money is the same, the concept of
11.
▲
by
mykhamill
11y ago
Reminds me of this game. http://nothing-to-hide-demo.s3.amazonaws.com/index.html
12.
▲
by
mykhamill
12y ago
My personal thoughts would be that if computer interfaces catch up to the point of being able to use them in a redwood forest you won't be looking at the redwood forest you would be working. Much better to be in a controlled environmen
13.
▲
by
mykhamill
12y ago
I wonder if this is what being a telepath would be like. Hearing all the vile thoughts of everyone in a certain radius. If everyone had the ability would we develop a sense akin to smell with BO standing for Brain Odour?
14.
▲
by
mykhamill
13y ago
However after the list he states "And with the sixth example I have reached imperceptibly but unavoidably, the most hairy part of this talk: Educational consequences." which is incorrect as item 6 is actually the 7th exa
15.
▲
by
mykhamill
14y ago
The only problem I see it that MS win either way. Not that I like MS, I don't, but all these companies [ http://www.fool.com/investing/value/2011/10/24/does-microsof... ] produce androids and have to give MS money. So MS doesn't really care
16.
▲
by
mykhamill
14y ago
Thanks :)
17.
▲
by
mykhamill
14y ago
Thanks for that, it is like you read my mind :)
18.
▲
by
mykhamill
15y ago
Any particular reason you didn't go for the list comprehension? def pyChallenge(): print sum([el for el in range(1001) if not((el%5==0) or el%7==0))]) # this call is needed to test your function pyChallenge()