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

help-circle








  • It does?

    Pixel Camera (previously known as Google Camera) can take full advantage of the available cameras and image processing hardware as it can on the stock OS and does not require GSF or sandboxed Google Play on GrapheneOS. Direct TPU and GXP access by Google apps including Pixel Camera is controlled by a toggle added by GrapheneOS and doesn’t provide them with any additional access to data. The toggle exists for attack surface reduction. Every app can use the TPU and GXP via standard APIs including the Android Neural Networks API and Camera2 API regardless.

    TPUs and GXP are what enable apps to do on device ais with whatever model they choose to bring.





  • If you actually read the article it seems pretty factual. It lists Bush’s claims and then has a response. Seems to merit the rating.

    The reporting of the Bush administration’s position and the response seems fair.

    **IRAQ:**
    
    STATUS: Since 1998, the Iraqi government has barred U.N. weapons inspectors from examining sites where some suspect that nuclear, chemical or biological weapons are made and stored. The United Nations has said it will lift sanctions against the Middle Eastern country -- in place since Iraq's invasion of Kuwait and the ensuing Gulf War in 1991 -- only if inspectors can verify that Iraq has dismantled all its weapons of mass destruction. In an editorial this month in a state-run newspaper, Iraq again denied it has or is developing such weapons.
    
    RESPONSE TO BUSH'S SPEECH: "This statement of President Bush is stupid and a statement that does not befit the leader of the biggest state in the world," Iraqi Vice President Taha Yassin Ramadan said Wednesday.
    


  • For me it’s less effort because everything that I want just works out of the box. The totally of my configuration is under 10 lines. I don’t want to have to mess with nested config files each dozens to hundred of lines long most of which I will not understand just to code.

    Also helix is different in that it uses the selection then action workflow. Vim is action then selection which is less nice for me.

    In helix if I want to delete a function I would do: ESC -> space -> f -> d

    Which means: Normal mode then lsp menu then next function then delete.

    In vim I would have to delete then select what to delete which I don’t like.


  • To get to the point where I could feel like not an idiot maybe 3 hours of actual programming time.

    To get to the point where I was a slow yet productive programmer it took maybe 12 hours of actual programming time.

    To get faster than I was at Jetbrains IDEs that took like maybe ~24 hours of actual programming time.

    I strongly recommend:

    1. remapping caps lock to escape.
    2. disabling the arrow keys in all modes.

    After I did these two things, I got better faster. It’s frustrating but totally worth it. Now when I’m on my laptop I just use helix and qutebrowser under the sway desktop environment. It’s a 100% mouse free experience and it’s just faster and better in every way.