Don't read it end-to-end like a novel. It's a great book to keep around. Open it, every once in a while (even at a random page), read a passage or two, think about it, and go on with your day. Over time the ideas seep in and really change how you approach certain aspects of life, I've found.
What do you use? -- I've tried with lynx and its ilk but I find that too many websites these days are completely broken without javascript, and the layout often unreadable without CSS.
I've been a (paying) user of NewsBlur (https://newsblur.com/) since Google Reader shut down and haven't looked back.
p.s: In HN spirit, it also happens to be one developer's side-project-turned-profitable-business, and the "social" features a totally non-intrusive, but there if you want to know what people are sharing and commenting on.
Perfect time to start moving (and contributing) to decentralized services.
I've been following the development of https://beakerbrowser.com and I really hope it captures wider attention. -- It's not just super user friendly already, it's actually easier to set up a Beaker website than one on the regular net (literally one click).
> "really understanding" is just something a computer program thinks it can do once it gets complex enough to be conscious.
At the same time, consciousness might not be a requisite of higher intelligence at all; it could merely have been
evolutionarily advantageous early on in the development of complex brains because of our natural environment... it's hard to imagine an intelligent animal with no "me" program doing very well.
But maybe a digital intelligence (one that did not evolve having to worry about feeding itself, acquiring rare resources, mating, communicating socially, etc.) would have no use for a central "me" program that "really experiences" things.
Anecdotal: nothing helped my IBS. Dietary changes, exercise, nothing. Drs said nothing looked wrong. By the time I was 26, it was so bad I would stay home and not socialize often. I would need immodium like candy just to get through a social function. It was truly a nightmare. I was ready to give up.
4000 UI vitamin D a day, and about four weeks in it magically goes away 90%. I've gotten thanks from other people I passed the tip to.
Incidentally, the symptoms started abruptly about a year and a half before my diagnosis of melanoma; another disease with a vitamin D link.
This article has too many holes to count and reads more like someone in denial.
---
BUT, as an aside: I think a decent argument exists for the non-certainty of intelligence explosion.
The argument goes like this: it takes an intelligence of level X to engineer an intelligence of level X+1.
First, it may well be that humans are not an intelligence of level X, and reach our limit before we engineer an intelligence superior to our own.
Furthermore, even if we do, it may also be that it takes an intelligence of level X+2 to engineer an intelligence of level X+2 (Etc. for some intelligence level X+n.), in which case we at most end up with an AI only somewhat superior to ourselves, but no God-like singularity (for example, we end up with Data from Star Trek TNG, who in season 3, episode 16 fails to engineer an offspring superior to himself -- sure, Data is far superior to his human peers in some aspects, but not crushingly so).
While of course the current move towards exposing harassment in the office is important, I don't hear much recognition that the people getting the most benefit are those whose prospects are already cushy to begin with... how much of this is actually "tricking down" to people working in often dehumanizing conditions?
I worked minimum wage until my mid-20's, and most of my high school friends didn't do college (or even graduate high school, in some cases); my parents (who both hold degrees) also worked in warehouses and stuff like that for a while when we first immigrated. In many jobs, being treated like trash, bullied, etc. is the norm. Being constantly talked down to and treated like a child is certainly the norm. And the sexual harassment stories are also much more frequent, and much worse. But people at the lower rungs don't have the social capital to take to Twitter safely, jump ship to a different company, etc. Doing so risks losing next month's bills, losing a good reference, etc. So it's just the way it is.
And I'm talking here in Canada where we have much better worker protection laws, so I can only assume it's even worse in the US.
Same with workplace safety. Sure, on paper you have the right to refuse unsafe work. But don't be surprised if all of a sudden you start getting less hours or get reprimanded for "not being a team player" or some crap.
There's no denying they promote a certain narrative in their PR, but are there known examples of leaks withheld by Wiki Leaks, where the whistleblower had to go elsewhere?
Eve looks interesting, thanks I'll try it out. (And the detailed response.)
Most of my programming is in the domain of "take some data, do stuff to it, produce an output" and my experience with Idris so far is very positive -- more so than Haskell (which I admittedly gave up on early on), the language does feel ergonomic, and like the type system is "guiding me" rather than getting in the way. I also find its approach to metaprogramming interesting. Whether this translates to Real World™ productivity / maintainability gains vs a mainstream language, it's too early for me to compare.
Heh, I've had the same thought (https://noamswebsite.com/r/books/). We are physical beings after all; at the end of the day our nervous system evolved for the sole purpose of helping our bodies do stuff within a a physical world.
I hope soon with augmented reality I can get the best of both worlds and, for example, point at a word on my book and immediately hear the definition.
I've noticed it too with a friend's TV. Some shows / movies become unwatchable because it's so distracting. -- I think part of it is that many of the artificialities of the screen become too obvious: the lighting, the makeup, the fact that many elements on a set a plastic / CG, oddities in perspective, etc... all of these elements are "fuzzed up" by a lower resolution and FPS, forcing your brain to fill in the gaps -- ironically more convincingly.
Sometimes in art, less really is more. Many modern Sci-Fi flicks fail to achieve that feeling of wonder precisely because they are shooting for too much realism in their special effects, I think. The problem is not CGI itself, but the technology does seem to make it too tempting for the filmmakers to fill in blanks that are perhaps better left up to the viewers' imagination.
I have, but I'm no security expert so perhaps I'm not seeing something obvious. -- Do you have a specific attack in mind? Is it an insurmountable vulnerability?
I don't know the internals of IPFS DHT implementation, but the whitepaper mentions Kadmelia and Coral. Coral tries to optimize for ping latency (you're not literally fetching from nearest geographical neighbor, I simplified to make a point).
Unless I misunderstand your point, but honestly it seems like people here are engaging more in "gotcha" nay-saying than honest efforts of criticism... it would've taken you two minutes of googling to find out this is a non-issue.
> Last I checked IPFS will not tolerate minute long latencies and requires a bandwidth above several kilobits per second. [...] It isn't hosted unless atleast one person keeps a copy online.
And the vacuum tubes in my Colossus might overheat at that rate too! -- Damn, you're right, we're just not smart enough to solve those problems.
---
edit:
> Does sarcasm prove your point?
Fair enough, sarcastic Parthian shot removed. I get overexcited sometimes.
- Even assuming all this, a hybrid approach of HTTP + IPFS (or DAT) is still better than what we have now, since IPFS is essentially a worldwide CDN for static files.(Sorry: an inter-planetary one.)
- The content-addressing aspect makes it perfect for distributing commonly used libraries.
- We already cache all this content locally. What a waste! Why do I have to fetch jQuery from fricking California when it's sitting on my girlfriend's phone in the other room?
- This extends beyond the web: think about the benefits (both in security, practicality, and performance) of content addressing introduced into package managers (take it one step further even: combine this idea with the new move towards reproducible builds (https://reproducible-builds.org) and package managers like guix and nix and things get really interesting).
- It's actually easier to use for the average person. If you don't think this is the case I propose a simple experiment: download the beaker browser and set up a simple static site. I recently did this. It really is one-click hosting! Considering how complicated web hosting is to the average person (ever try to walk a friend through setting up a website? not. fun.) -- people would love to be able to set up personal websites this easily... and for free?
- As others have mentioned, there are many solutions being worked on for the mirroring of data (Filecoin etc).
- For websites that are visited regularly, this is not an issue -- all content is cached temporarily. It suddenly becomes basically free to serve an audience of millions... again: with one click.
- If history serves as precedent, if it does fail it would be in spite of being an objectively superior, practical solution. Getting a critical mass of people on this thing is the hardest problem to figure out. -- I suspect package management, academic data are the best place to start, then one-click personal hosting -- not even think about "apps" for now.
- Didn't you just read the web is about to go permanent? Do you really want to be archived for all history as one more nay-sayer? ;)