HN user

ajmarcic

151 karma
Posts7
Comments32
View on HN

The answer is, yes, a small third-party used listing was removed by eBay. The fact that large retailers are recirculating used Pis has no bearing on what makes this intriguing (see my reply).

The open question is whether this is part of broader efforts by parties such as eBay or the Raspberry Pi Foundation.

In 2016, there was furor regarding third party data analytics. The $5 billion FTC fine was ostensibly about protecting user privacy. It can be seen here as a fine for inadequate exercise of data authority: Facebook was letting outsiders see what's in the castle.

Now, the walls are opaque, and privacy situation is worse. Outsiders can no longer observe and audit Facebook's output information to users, let alone the information users offer as input.

A better metric for text difficulty might be mean tf-idf. Essentially the average "rareness" of each word used.

This topic is fun to analyze, but it's not really aligned with the objective of a political debate. Simple words can broadcast competence, and big words can be taken as pretentious.

I don't find the examples listed notably precognizant.

CNN Jan 21 "First US case of Wuhan coronavirus confirmed by CDC"

The entrepreneur blog posts linked seem to have been posted in March. This was the month of shutdowns and widespread recognition.

Thanks for the links. I know little on the topic. It may be a while before a litigious content owner identifies their work as having contributed to another generated one. I have yet to see in-your-face examples being monetized.

From a technical standpoint using copyrighted text to train a text translator is similar to using copyrighted movies to train a movie generator. Which of these are acceptable?

Every time evidence leans the author towards "viruses might come from space", I find myself leaning the other way.

My general view is that cellular life and viruses mutualistically co-evolved from life-like junk at the very beginning. Cells provide the metabolisms necessary to fight entropy. Viruses promote genetic diversity while acting as a stress-test to ensure cells can survive their environments. This seems separate from the trichotomy offered: - Virus first - Reductive virus - Escaped genes

"If viruses originate from the cells that they interact with, one would expect there to be significant genetic overlap between the host and the parasite"

The generally small amount of genetic material in a virus is being used for viral reproduction. I assume most functions encoded in the genomes of cells are useless and expensive for a virus to replicate. Hence, they'll drop out; we'll be left with oddball viral genes for viruses to do virus things.

[clipped list of reasons] "All of these facts together suggest that viruses are the raw material from which living creatures build their genetic material. They’re like bricks in a building, ..." I think of viruses more as clipboards (like copy-paste in your OS). Great for moving info around, but wholly dependent on a cell metabolizing somewhere. Hardly building blocks.

"If that’s the case, it’s possible that the absolute simplest viruses, ones who consist of genetic information encased in a capsid made from a single repeating subunit, could be abiotic products of the cosmos. If that’s the case, we would expect to still find viruses as you got further and further away from the surface of the Earth."

Considering the density of viruses in the ocean (mentioned by the author), it seems a simple gust of wind would be enough to cover the earth in viruses.

I believe extraterrestrial life is nearly certain and that viruses can survive in space. I also think viruses depend on host cells to reproduce. A virus would have to land in the primordial soup to be of any life-generating use. By that point there would be enough lifelike junk for the virus to be an unnecessary step in the recipe.

On Voice Coding 6 years ago

I list the low-hanging fruit first:

Look up nerve flossing exercises on YouTube. Routinely doing these had the largest impact for me. You'll feel the ones that work on whatever nerve is inflamed.

Try to improve your posture. My general mantra is "lift your head as much as possible. Pull your shoulders back". It gets easier eventually. If your head lies forward from the spine you have a hunch. You may notice a small lump of muscle behind your neck. That's bad. There are exercises to try and strengthen the opposite muscles.

If you sleep on your arms try to stop as well. I recommend sleeping on your back. Fluffy couches and back rests sacrifice posture. Don't use a laptop in bed.

Sleep, eat nutrient-dense foods, and run or swim. Avoid alcohol. If you do pushups or bench press, make sure to exercise your upper back equally to avoid imbalance.

This article misses an actual definition of Big O.

This forces us to skip crucial points like why O(n^2) truly identically equals O(n^2/2 + 5n). The author instead seems to think they are approximately the same because the lower order terms are small compared to the highest one.

We only need to explain the definition and the reader could understand why an O(n) algorithm is in O(n^2), why some O(n^3) algorithms are much faster than others in O(n^~2.4), etc.

Why would a physicist embrace superdeterminism? Present science holds the falsifiability of a theory as a necessity for its utility. Under the light of SD every experimental result may be impossible to interpret as supportive of a theory.

Free will seems to be the most difficult philosophical question. Accepting SD invalidates the scientific method's approach to learning about the world.

You may be interested in other non-local hidden variable theories as a way to sidestep Bell's Theorem & the Copenhagen interpretation.

Graphite is stacked and fragmented layers of graphene (search "graphene scotch tape"). It occurs naturally when carbon deposits are subjected to the right temperature and pressure. Meteorites, igneous, and metamorphic rock.

Elders' need for care may have burdened the success of their living descendants. In this sense we may have evolved to die.

A counterargument is that past generations lived too rarely to the point of natural death ("Intrinsic senescence") to experience selective pressure. I feel the burden of proof is in showing this.

An interesting discussion is whether or how an encoded trait that's negatively selected for is different than one that was never factored into the equation.

I don't fear machine analysis draining the life of literature. Its limit would simply be a functioning similar to a human's. Rather than algorithmic analysis, we'd lump it with literary criticism. Here the computer's personal context rules on how 'vivid' or 'good' a text is.

This aside, I am as decidedly pro-analysis as your comment. My claim that OP's method may as well be subjective was a criticism of his process' insubstantial description.

The formula involves:

1) A mystery heuristic to arrive at your 10,000 'vivid' words

2) A mystery 'vivid' word numerical rating "...depending on the intensity of the sensory experience it invokes"

3) A mystery "linguistic algorithm"/"massive machine-learning algorithm"

Imagine clicking on an HN post titled "I made a raytracer in Python". Imagine the post contains pretty examples of the renders. Unfortunately it describes the raytracer as "cutting edge" but has no code for repeatability. Worse yet, the post doesn't recount any critical reasoning employed in the process of building a raytracer.

You skipped the following sentence in your quote: "Other researchers consider it a protoscience, or trans-science system instead."

Early thought systems evolved from hundreds of generations of folk wisdom. There are significant enough gaps in modern scientific understanding that to discount these systems is foolish.

Note that the current discussion is set in such a gap.

CNN representation of objects is nothing more than a series of filters. The criticism being addressed here is to create an architecture representing the actual geometry of objects.

Consider this problem: given a picture of a simple object, a human could draw a picture of the same object rotated at some angle. Currently there is no elegant NN solution to this because no architectures "understand" a three dimensional representation from images.

A CNN can identify every video frame of a dog running as a dog, but there is no conception of the same dog running through space.