• 2 Posts
  • 161 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • infeeeee@lemm.eetoAndroid@lemmy.worldFond memories
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    13 hours ago

    Early iOs and Android icons were one of the last offshoot of the style called “Frutiger Aero

    Flat icons doesn’t necessarily bad and undetailed, it’s just harder to create something more recogniseable with less tools, but I actually like the order, that they look like they are related to each other. Back in the day I created icon packs for the programs I used on pc, so my desktop would look clean and uniform.

    Design styles are in a cycle, just wait some years and they will show up again, I’m sure. There is already some connection with the new style of windows 11.




  • 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.



  • Huh? Which rom asks this? Usually you have to go through hoops to get microg, and only a handful of roms have it builtin. It can only ask if you want to enable microg not installing it or not, microg to correctly work it should be installed in /system/priv-app, to do that after boot on device, you have to be root.

    Do you use any app from aurora or outside fdroid? If your answer is no, than you can use android without a GMS package.

    Also as I wrote, location won’t work for you underground or inside concrete buildings. If you are fine with these kind of limitations than you can obviously.

    Marwin (the main developer of microg) said in some interview that he doesn’t want microg to exist, and in a perfect world we shouldn’t need such workaround. I would be also happy if android wouldn’t depend this muhc on google



  • (I reread ops question and I can only see the term open source 2 times, but whatever, I understand what you say, and I don’t want to debate about semantics.)

    The point with microG is it’s still the best way if you want to use android. The other options are:

    • Play services (GMS), or Huawei has some similar solution because of US trade embragoes.
    • You can use android without play services but notifications won’t work for most apps, even if you can open them. (UnifiedPush tries to solve notification part) Wifi and cell based location won’t work
    • I see microG as an acceptable middle ground. I still have to give up something to goog, but it’s not much compared to GMS, and I can use all available apps