• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle


  • Hey, no one is trying to stop you from doing that. I’m sure it is very convenient for you.

    My point of view though is that automatically uploading my personal files to some corporation computer on the other side of the world should not be the default when I try to save something. Maybe sometimes I’ll want to use that feature, but there are a variety of reasons why I don’t want it most of the time. And I definitely don’t like having to jump through hoops just to avoid it.



  • Look, I don’t know exactly. I don’t think it’s an easy problem.

    But I think the first stages would try to help the aliens understand how we communicate with each other. If people are waving their limbs around and breathing and poking at devices, and making all sorts of noises, it may be unclear which of those actions is meant to be communication. So the first thing is to have very clear correlations and patterns that are easy to recognise. Bring in the white-board to write words is a decent idea; but writing the word ‘human’ and then just standing there doing nothing with no follow-up is pretty much useless. There needs to be a couple of different words shown with very concrete context. ‘Human’ is not terrible, but it isn’t a great choice because you can’t really draw attention to what a human is when there is literally always a human there while you are trying to communicate. So it might be a decent word if the aliens already have the concept of words - but as a starting point… not really. Better to just say nouns for concrete things and point while doing it; with repetition and clear patterns. Writing just a list of counting numbers wouldn’t be a bad idea either. If you write all the numbers up to 100 or so I think there would be a clear pattern, so that at least the aliens would know that you are trying to communicate by writing stuff.

    Regarding my criticism of the movie, it’s not so much that the whiteboard idea is bad, or that their attempts were bad; but rather that these are supposedly the attempts of experts - after other experts have tried and failed; and then the meetings with the project coordinators have weird discussions like “this method will take too long.” - as if they think you can somehow side-step the need to establish a common language. And the description of the plan from the scientist talk about teaching the different meanings of the word ‘you’, and some grammar rules - as if that’s somehow a core priority. I just think it’s a really shallow level of discussion. Their strategy is super basic (but not unreasonable), and the criticism of it from the other characters is somehow even more shallow. They were even questioning why the scientist wanted to bring in the whiteboard. Like, isn’t that extremely obviously? Do you really need to have a discussion about that? I really just felt like it was not a convincing set of smart people talking about the problem.

    When I said anyone off the street could do a better job, I guess what I had it mind is that people would typically just point to things and say what they pointing to. They could bring in props and talk about the props; and perhaps try to give something to the aliens to interact with - if possible. Just basic ideas like that would be a decent start. I reckon that would be better than just holding up a whiteboard with a single word on it then just standing around. Like, how are the aliens meant to even know that it is a word at all - let alone what it might mean?


  • I stopped watching this movie after this scene (which is pretty close to the start). The way the scientists and world leaders were discussing how to communicate was just so absurdly shallow that I couldn’t take the movie seriously.

    Like, I can easily suspend disbelieve to watch a movie about aliens doing all sorts of weird things that are inconsistent with basic physics; but it just really bugs me when a movie makes a point of bringing together the smartest and most capable people to solve some issue, and then utterly fails to show even a faint glimmer of that knowledge or intelligence in what they do. I reckon a random person picked up off the street would do a better job of first-contact with aliens compared to these clowns.


  • Perhaps you just have a different view on what is or is not an ad. For example when I see a link in the start menu for an app that I did not install, I consider that to be an ad. The most common time this happens is for Office. (Or Microsoft 365 or whatever it is called now.) Also, when I see a ‘suggestion’ to sign into a Microsoft account to use OneDrive - I consider that an ad. Microsoft aren’t telling me about OneDrive to improve my life. They are telling me to improve their profits. And when I type something in the start menu to launch an app, any result that comes up that is not something I put on my computer is an ad. It often will suggest particular websites for example.

    These are the kinds of thing that we’re talking about. I’m sure if you’re using Windows on a home computer you will have seen these things. (I assume you’re talking about ads in Windows. It would be quite something else if you’d never seen any ad anywhere.)




  • blind3rdeye@lemm.eetolinuxmemes@lemmy.worldSupreme leader mad
    link
    fedilink
    arrow-up
    15
    arrow-down
    3
    ·
    3 months ago

    I would have agreed with that before C++11. But since then, C++ has improved a lot. Its like the vision of what C++ suddenly became more clear. So I wonder if Linus would still say that today. (Unfortunately, there have been a lot of missteps in the development of C++ though, and so there is a lot of cruft that everyone wishes was not there…)








  • Good to hear! My main computer is my desktop, running Mint. (I’m using it right now.) But I also have a Surface Pro 4 that I use for work. It has no problems and works fine on Windows… but I have been wondering if I can move that away from Windows as well. So its encouraging to hear that it has worked for you.

    Does Mint have good support for the stylus and touch-screen on the Surface 4? (I imagine the Surface tech might be specialised to Windows a bit, so I wouldn’t be confident those would work immediately in Linux.)


  • When I bought my first (and only) smartphone, I figured that since it was using this partially open source linux-based OS, I’d be able to customise it, get rid of crapware, and remove google’s hooks from it. But I was wrong. I wasn’t able to do any of those things. Because of that, I don’t have a particularly favourable view towards Android.



  • Fairly often.

    I tend to fork open-source stuff when I want to make my own adjustments, often the adjustments I make are not wanted upstream. So I’m doomed to having merge conflicts for all eternity.

    Often what happens though is that I fix some bug, and then a few months later the upstream fixes it in some other way - so the conflict resolution is to basically just throw away my own (clearly superior but now obsolete*) changes, to avoid more conflicts later on.

    (* I’m joking. But it does feel bad to throw away good work.)