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

help-circle


  • Save you a click:

    However, if you’ve been following Android platform development news lately, you may have heard of something called the trunk stable project. Without getting too technical, the way that Google develops Android has significantly changed. The first Android version to be released as part of the trunk stable project was Android 14 QPR2 back in March, which is why that release used a very different build ID naming scheme. Instead of having build IDs that started with the letter “U” for Upside Down Cake, Android 14 QPR2 had build IDs that started with the letter “A.”









  • I’m sure there are ways to suppress output from stdin presenting in the terminal but I couldn’t tell you how to do it without looking it up myself.

    The easiest entry point to this problem that I can think of off the top of my head is password input masking (e.g., when you run sudo and type your password, it prevents character output even though the characters are read by the application).

    There is almost certainly a much better and more appropriate mechanism to prevent stdin characters from printing directly to the terminal (perhaps some kind of special character? A TTY control option?) but I don’t know it off-hand.





  • I’m replying with a sample size of N=1 so don’t take too much from it, but I suspect it’s not the typical response (at least, not yet anyway).

    People do often seem to complain about bot accounts but I don’t know how much of those are in the space of stirring up hot topics to generate content, vs informational (or dis-informational) bot accounts posting on requests for help or explanations.

    I guess if people are seeking answers for something, having a bot feed responses to suit some kind of agenda is entirely a possibility, so I wouldn’t write it off as something that could happen. To that end, being wary of posts that look like they might be generated due to the tone/content is probably fair enough.