HN user

YoukaiCountry

112 karma
Posts10
Comments34
View on HN

If you could show people 20 years ago what we have now, I have no doubt most people would have considered it AI. We can have actual conversations with our computers, they can now interact with tools they are provided, and act in a reasonably intelligent manner for a great many tasks. 20-year-ago-me would have barely been able to believe it. Is this sort of stance that this "isn't AI" missing the forest for the trees?

Oh no, it appears to have received the hug of death?

I am interested in this, I have been using Raspberry Pis for various projects and home servers since the original - Currently one is hosting my navidrome music server, my password manager, and several other local network servers.

I feel the upgrade each time, and then get used to it, as I suppose we tend to do. I still remember the upgrade from 1 to 2 being the most impactful to me personally though. (I think maybe because that's when game emulation became viable?)

It's allowed me to tackle so many small projects that never would have seen the light of day, simply for lack of time.

I’ve tinkered with pixel art now and then but I’m far from skilled. This may sound silly, but the idea of having two windows one zoomed and one unzoomed has never occurred to me, and I feel like it's going to change a lot for me.

It is first-class support, as far as I know everything is accessible from C#. I developed YKnytt, an open source game, fully in C# and never had the issue of something not working in C# as it did in GDScript.

Godot 3.2 6 years ago

I've made several small games for fun, and used Godot in Ludum Dare: https://ldjam.com/events/ludum-dare/44/meter-maid-dx

GDScript is very comfortable for doing simple game and UI logic, but it can be problematic that there's standard/easy way to import other people's code libraries besides copy-paste jobs.

When trying to do some sort of complex logic or when I really could use an external library for something, I simply go to C# to scratch that itch, and it's been working out pretty well for me. You can even have the two languages inter-operate to a degree within a project.

Wouldn't it be far more constructive to discuss and debate the author's views instead of making a passive aggressive attempt to incite an attack on them, simply because you don't agree with them? This sort of attitude can be dangerous.

One thing that is bothering me is the filling in of search queries when you mouse over them. One wrong move with the mouse if you have a query partially typed in, and you have to backspace all of the automatically filled in stuff. Other than that, I think it's pretty nice.

I thought the same thing as you. The police he encountered possibly weren't 'used' to the sort of behavior he was exhibiting, and the way he was going about the crime. It's difficult to conclude that it was necessarily tied to his class / color, and I wonder if the author didn't go in with an idea in mind, and simply saw what he wanted.

Git Cheet Sheet 13 years ago

This is going to be a nice thing to reference. I think I'll print it out. My only complaint is that it doesn't cover the git stash commands. I'll just use a good old fashioned pen to write my own section!

I honestly want to know, who is his target audience? Does all of that talking in circles he does in his description really sound like science to an absolute layperson? More importantly, does he believe what he is saying? We'll probably never get the answers.

Years ago when I had to make the choice, it was easy: Linux supported a larger amount of hardware. I didn't really want to spend all of my time writing drivers when I had other work to do.