HN user

computerdork

324 karma
Posts2
Comments353
View on HN

Thanks for the explanation on this. Think I partially understand. Birds can distinguish calls on at least two characteristics, by the sound of it and by its function. And the authors have developed experiments to show that birds can do both. Is this correct or did I get on the wrong track?

Interesting! Could you break this down further? Maybe specific examples of what you're mentioning might help - for instance, what "similar-sounding calls with different functions" are zebra finches discriminating between? What exactly are different situations of these functions? How exactly (and through what experiments) did she determine this?

And I read the article (but not her research paper), and have a vague idea, but it's tough to get a full grasp - and if this is just too difficult to fully explain, no worries!

Totally agree - having been telling this to friends for years, to no avail.

Btw, what network monitor are you using? Was it just a diagnostic tool in your router's admin page? Or is it something special like dd-wrt? Because seems like it's kind of hit or miss if a router's stock admin includes a reliable network monitor.

Actually, think all the devs here should know this too (and am surprised people on HN are making such a big deal about this). Agreed, 500Mb is what most households need because, yeah, 90% of the time 4k video is the most demanding thing we do (which is only 25Mb/s per person in the household).

Having been telling this to my family and friends whenever they want to upgrade to 1Gb/s, but to noavail. They rarely ever take the suggestion (ah well, to each their own).

...By the way, on a different subject, 4 days ago, had read your comments on a different post dealing with Alzheimer's. Just now, asked you a follow up question, and it's easy for them to get buried in your hackernews comments threads, so thought I'd just mention it. Thanks!

Am pretty sure he's right. I rent out my house, and it is very illegal for the landlord to record video inside the house (or even of the driveway). You are infringing the privacy of your tenants and is a huge no-no.

Yeah, if you accidentally recorded families walking through their homes unclothed, this could land a landlord in jail.

True, the pull command is simple. But it's really the pushing and merging that cause the problems.

And, yeah, don't know if i'd call it simple in the way you're using the word. It's simple in that the tool is very "RISC" in nature instead of CISC, doing smaller simple operations instead of larger more complex ones (except for a few exceptions like pull). But for procedures like pushing your code, it's complex. You have to do a lot of things yourself that other VCS take care of. As you probably are aware of, you need to make sure you do things in the correct order, because the tool won't help you if you make a mistake. Don't think something like source control should be this way (especially when other VCS's don't require this amount of thought).

Just my two cents.

Oh sorry, yeah, didn't use the right term, meant commit... Still, conceptually in terms of source control, think it's the right term (meaning the process of having your code changes added into the main repo).

... and btw, haven't thought about git in awhile, and am reviewing its concepts. It does really have some nice features - always used to think the staging area was an unused feature (and at least for me, it kind of is), but local branches are super useful, and it seems like all that focus on git being a distributed vcs allows (and requires) a dev to work more locally first in very flexible ways. This is really, really nice. Still not sure all the complexity is worth it...

Know this has been said countless times, but some abstraction layer on top of git (that is actually apart of git itself so that it becomes standard) would have been really nice. Understandably, since git started its life in use by sharp linux-devs, usability probably wasn't at the forefront, but yeah, how many countless hours worldwide would have been saved if git was easier to use? (the dreaded botched friday-night commit and update)

Ah, right. Yeah, I've been reading about their incredible decrease in pollution overall, and not on just their C02 emissions. Didn't know these had still been rising over the years, and it's really only in the two years have these been falling too. Still, amazing turn around.

Hmm, but AI isn't just a really-good tool, it's also doing creative work too. As an aspiring composer, music generators are in my opinion really quite good, and often matches what composers and song writers can do. So if you ask me does a person who creates music with gen AI miss out on the soul of creating music? In my opinion at least, for the most part, yes.

To write a piece of music, you're working at so many different levels, the analytical, emotional, and structural as well as drawing on years of training and experience. When a person with little (or even just a moderate amount of) music training generates a piece of music in a couple hours, are they actually a composer? I personally would say no. I mean it does take a good ear (which is important) to use a music generator well, but still, would say they are more of an editor or an evaluator or a practical critic of music instead of a composer.

Yeah, at what point in a discipline does the increasing skill of AI overtake the need for our contributions from the working being done? In music, it's happened already. Looks like it's happening in coding too.