Readit News logoReadit News
robinhoode commented on An Overwhelmingly Negative and Demoralizing Force   aftermath.site/ai-video-g... · Posted by u/Doches
recursivedoubts · 5 months ago
I teach compilers, systems, etc. at a university. Innumerable times I have seen AI lead a poor student down a completely incorrect but plausible path that will still compile.

I'm adding `.noai` files to all the project going forward:

https://www.jetbrains.com/help/idea/disable-ai-assistant.htm...

AI may be somewhat useful for experienced devs but it is a catastrophe for inexperienced developers.

"That's OK, we only hire experienced developers."

Yes, and where do you suppose experienced developers come from?

Again and again in this AI arc I'm reminded of the magicians apprentice scene from fantasia.

robinhoode · 5 months ago
> Yes, and where do you suppose experienced developers come from?

Almost every time I hear this argument, I realize that people are not actually complaining about AI, but about how modern capitalism is going to use AI.

Don't get me wrong, it will take huge social upheaval to replace the current economic system.

But at least it's an honest assessment -- criticizing the humans that are using AI to replace workers, instead of criticizing AI itself -- even if you fear biting the hands that feed you.

robinhoode commented on AI 2027   ai-2027.com/... · Posted by u/Tenoke
kypro · 5 months ago
> and probably revolution

I theorise that revolution would be near-impossible in post-AGI world. If people consider where power comes from it's relatively obvious that people will likely suffer and die on mass if we ever create AGI.

Historically the general public have held the vast majority of power in society. 100+ years ago this would have been physical power – the state has to keep you happy or the public will come for them with pitchforks. But in an age of modern weaponry the public today would be pose little physical threat to the state.

Instead in todays democracy power comes from the publics collective labour and purchasing power. A government can't risk upsetting people too much because a government's power today is not a product of its standing army, but the product of its economic strength. A government needs workers to create businesses and produce goods and therefore the goals of government generally align with the goals of the public.

But in an post-AGI world neither businesses or the state need workers or consumers. In this world if you want something you wouldn't pay anyone for it or workers to produce it for you, instead you would just ask your fleet of AGIs to get you the resource.

In this world people become more like pests. They offer no economic value yet demand that AGI owners (wherever publicly or privately owned) share resources with them. If people revolted any AGI owner would be far better off just deploying a bioweapon to humanely kill the protestors rather than sharing resources with them.

Of course, this is assuming the AGI doesn't have it's own goals and just sees the whole of humanely as nuance to be stepped over in the same way humans will happy step over animals if they interfere with our goals.

Imo humanity has 10-20 years left max if we continue on this path. There can be no good outcome of AGI because it would even make sense for the AGI or those who control the AGI to be aligned with goals of humanity.

robinhoode · 5 months ago
> In this world people become more like pests. They offer no economic value yet demand that AGI owners (wherever publicly or privately owned) share resources with them. If people revolted any AGI owner would be far better off just deploying a bioweapon to humanely kill the protestors rather than sharing resources with them.

This is a very doomer take. The threats are real, and I'm certain some people feel this way, but eliminating large swaths of humanity is something dicatorships have tried in the past.

Waking up every morning means believing there are others who will cooperate with you.

Most of humanity has empathy for others. I would prefer to have hope that we will make it through, rather than drown in fear.

robinhoode commented on An electric new era for Atlas   bostondynamics.com/blog/e... · Posted by u/colinramsay
joe_the_user · a year ago
Uh, what evidence do you have of this "wide scale robotic deployment"? More humanoid robots have been announced lately but that is all I know of.

Humanoid robots have many, many challenges to deployment. Especially, creating a machine that people can safely operate near is extremely challenging. The amount of intelligence person uses to not bump another person is very under rated.

robinhoode · a year ago
It's a hypothetical deployment but it's reasonable to expect. These robots will be very valuable, and everyone will want one. It's not going to become a housemaid in a few years. But will they be making car parts? Almost certainly. Moravec's paradox is still in play, but advancement in AI chips will slowly overcome it.
robinhoode commented on Ask HN: How to Publish on Your Own?    · Posted by u/FullMetalJason
chatmasta · 6 years ago
It's definitely better to have a strong LOR from a PI, even moreso from a PI at the school to which you're applying. "No great LORs but self-publishing" can be shortened to "no great LORs."

Why do you see these things as mutually exclusive? You could self-publish and use it as an "in" to working for a PI over the summer. If you do well and the PI likes you, they likely have a lot of sway with admissions and can help you get into whatever grad program they work with.

Disclaimer: Never applied/went to grad school but know many people who did... I've seen the strategy I described work at a high tier school.

robinhoode · 6 years ago
> You could self-publish and use it as an "in" to working for a PI over the summer

This. Publishing is not an end onto itself. Think of it as a chance to get your foot in the door of the research community.

robinhoode commented on A Solution for Loneliness: Get out and volunteer, research suggests   scientificamerican.com/ar... · Posted by u/headalgorithm
alexanderlabrie · 6 years ago
It's a sign of how people are on the Internet. I did more than 1000 hours of volunteering in high school and it's made me who I am today. Now I run a startup that uses AI to automatically create real-world social events between friends: research shows the best solution to loneliness is seeing people in person more often and volunteering is certainly one of the best ways.
robinhoode · 6 years ago
That sounds awesome!

However, I don't quite see how the volunteering is connected to your startup.

robinhoode commented on Leveraging A Poor Memory In Engineering   senrigan.io/blog/chasing-... · Posted by u/jeffshek
Felz · 6 years ago
Memorizing APIs is... not how I'd approach productivity, but if it works for you, great.

I'm doing a lot of Kotlin right now, where simple, useful extension functions are an autocomplete away. I don't need to memorize how to get a slice of an array; I know it's going to be named something like .slice(), and I can jump right to the documentation from my IDE.

When I run into something not in the standard library, I write a little extension function of my own. And then I remember it the next time I run into that problem, and get to reuse it, just like it were part of the language.

robinhoode · 6 years ago
Reading that line made me cringe. Memorizing APIs come in handy for interviews or perhaps fixing bugs in production but not so much for day-to-day work.

Now, math equations or the minute details of data structures and algorithms.. Those can be hard to internalize and knowing them well is very helpful when reading papers or other diving into open source projects which make critical use of advanced, specialized knowledge.

robinhoode commented on Theorem Proving in Lean   leanprover.github.io/theo... · Posted by u/benwr
robinhoode · 7 years ago
This seems really cool!

Unfortunately I can't seem to get the live compiler to work properly. I get this message when I check the JS console:

Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': DOMException object could not be cloned.

robinhoode commented on Ask HN: What was your best passive income in 2015?    · Posted by u/ca98am79
_neil · 10 years ago
I've been looking at this as well and I also have very little idea what I'm doing. I found a spreadsheet on Bigger Pockets that helps evaluate properties as rental investments by plugging in some numbers. Apart from that, I just have some alerts set up on Redfin and a general idea of what parts of my city would probably attract good tenants.

But I've seen enough stories about nightmare situations that I'd rather cover all my bases before jumping in.

robinhoode · 10 years ago
Nice to see someone name drop Bigger Pockets! That was my first big project as a Rails developer.
robinhoode commented on Ask HN: What was your best passive income in 2015?    · Posted by u/ca98am79
robinhoode · 10 years ago
Is anyone doing old-fashion landlording these days? I'm trying to break into that space, but I have no idea what I'm doing and could use some advice from someone who's done it before.
robinhoode commented on How Your Brain Decides Without You (2014)   nautil.us/issue/19/illusi... · Posted by u/electic
laotzu · 10 years ago
>We feel that our actions are voluntary when they follow a decision and involuntary when they happen without decision. But if a decision itself were voluntary every decision would have to be preceded by a decision to decide - An infinite regression which fortunately does not occur. Oddly enough, if we had to decide to decide, we would not be free to decide.

-Alan Watts, Way of Zen

robinhoode · 10 years ago
> An infinite regression which fortunately does not occur.

Even when this regression is finite, it has a name: anxiety.

u/robinhoode

KarmaCake day112April 12, 2008View Original