• 1 Post
  • 30 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle







  • What kind of workstation? Is your software fully compatible with arm and the gpu stack?

    I would verify that the new Nvidia gpus work well with the arm-kernel; Though I cant possibly imagine why it would differ to x86_64. I don’t know though.

    Personally I would not consider any Nvidia card for linux. Simply due to the fact that nvidia may hide capabilities after the purchase. If you need e.g. virtualization in the future the flag may already hidden or change afterwards by nvidia (happend before). They will force a non-consumer card at you for this.

    I am a happy linux-arm user.




  • Very nice to hear!

    The F2 version enables one to directly call scripts by e.g. issuing sh myscriptfrompath.sh. Or start a program within a terminal: st -e top. The F3 version wouldn’t accept these.

    My usage is 95% of the time F3 - and I am a sw engineer. So very specific reasons.

    I am really glad you liked it and prompted your question. I was playing for hours until I simply dragged away the categories 😅😃!! Now it is preserved :)







  • Underrated comment.

    To put it into user perspective:

    Exception X with error code xxx means Y. Y should be shown via a modal dialog to the user. The state of the application has to be reverted to a valid state as error handling.

    The exception/error gets logged, the user doesn’t receive a exception but the interpretation of the error is shown to him via the UI.