• 1 Post
  • 155 Comments
Joined 1 年前
cake
Cake day: 2023年6月15日

help-circle
  • Xiaomi’s reasoning was they produce different phones for Chinese internal and for global market. A lot of scalpers bought the Chinese version, took it outside China, flashed a global rom and sold it. Chinese versions have limited frequency support and sometimes different chipsets, the problem was buyers of these phones nagged to Xiaomi’s support and left bad reviews, even though it wasn’t Xiaomi’s fault.

    Yes, it sounds bullshit, I’m just illustrating, that if you ask companies for reasons, they can tell you some similar stories.

    The good part, is that bootloader opening workflow was not the best, but at least acceptable for me compared to Asus’. You had to register your IMEI with a Xiaomi account, than wait a week and you could open it (This was the workflow like 5 years ago, and I still have the same phone, I don’t know if they changed it). This way they could slow down the scalpers, and they could see if someone want to mass open a lot of phones at the same time.






  • One of them is a laptop, why ssh to the server isn’t an option? Set up tmux on the server so it always connects to the same session, so you can just continue where you left last time. If you need desktop support, rdp in gnome works really well.

    E.g if you connect with this command, and tmux is installed on the server, it will start a new session named “main”. If a session with that name exists it will connect to that:

    ssh -t pi@192.168.1.2 tmux new-session -A -s main

    Add something to .bashrc on the server to always do the same if you work on that phisically:

    if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
    tmux new-session
    fi
    







  • The announcement comes after Twitter announced across-the-board job cuts earlier on Thursday, with plans to lay off 9 percent of its workforce, which equals about 350 people. The company also said in a letter to shareholders that it was going to prioritize some parts of its business, while deprioritizing others.

    Source

    Twitter was financially in a bad shape for a long time, the first year they generated some profit was 2018. Source Vine existed 2012-2017, I think they couldn’t figure out how to monetize it. Twitter was a text based platform, tiktok was designed for video from conception.

    But I still don’t know why they didn’t try to sell it instead of shutting it down.

    Coub was also nearly shut down in 2022, it seems like it’s hard to profitably maintain a short video service.

    One more thing could have an important impact was music rights. Tiktok has special deals with record labels for background music, Coub was Russian, so they could just pirate music. Streaming wasn’t big back than, only spotify existed, labels couldn’t figure yet out how to milk internet users, so I guess Vine couldn’t get as good deals as it would now. Too early, too legal.