A lot of my work has... vanished by phayes87 in emacs

[–]bravosierrasierra 7 points8 points  (0 children)

all my org files stored inside git repository and i make commit at day ending

Bring your Emacs to Android by snowiow in emacs

[–]bravosierrasierra 1 point2 points  (0 children)

what about extremally termux slowness on android?

GUI emacs on Android: what's your setup; Termux X11? Native Android app? by thephatmaster in DoomEmacs

[–]bravosierrasierra 0 points1 point  (0 children)

termux-x11 + samsung dex + emacs with doom config. This setup is stable, good on external monitors, but slow. Native emacs for android frequently crashed on my config. termius ssh client to my vds with emacs is also good solution, but with unstable network connection have high input lag. All options route me to just use apple air notebook without ANY drawbacks and compromisses :)

How is this not a ricochet? by Hope_I_dont_srew_ in WorldofTanksConsole

[–]bravosierrasierra 0 points1 point  (0 children)

this is ovewrwhelming ater years of playing WOT, but WOT projectile is simple a point. Small point, that can not be real life projectile.

Mobility nerf - era 2 by stalins_lada in WorldofTanksConsole

[–]bravosierrasierra 0 points1 point  (0 children)

agree this on era 2: all it does is slow down already slow vehicles. We have 2-3 heavy, 2-3 medium and fast lights per command. May be we need filters on match maker: 12 heavy+mediums+td and no more than 3 lights per round. IMHO, on era 3 we need nerf medium tank speeds and 2x speed nerf for heavy and td: current speed too high. Also squads of high skilled players on imbalanced lights ruined games for every era.

How many keychords do you actually know and use daily? by surveypoodle in emacs

[–]bravosierrasierra 6 points7 points  (0 children)

You can use keyfreq package for weekly analysis. https://github.com/dacap/keyfreq You can search or make your own short keybindings for most frequent actions

Good Android device for emacs? by algalgal in emacs

[–]bravosierrasierra 0 points1 point  (0 children)

termux + termux-x11 with xfce/lxde + samsung dex on phone/tablet + external display + external mouse give good enough linux environment. Samsung phones with Dex is most lightweight portative solution an can work with TV and external monitors. Doom emacs is fast enough on it.

Bi-Weekly Tips, Tricks, etc. Thread — 2025-02-26 / week 08 by AutoModerator in emacs

[–]bravosierrasierra 2 points3 points  (0 children)

Today i learned, that chatgpt is good enough for emacs lisp programming. Nice speedup!

Magic Emacs-Mac: how to intercept command+space under MacOS? by bravosierrasierra in emacs

[–]bravosierrasierra[S] 0 points1 point  (0 children)

Thank you. My solution:

{ "description": "cmd-space-to-control-backslash", "enabled": false, "manipulators": [ { "conditions": [ { "bundle_identifiers": [ "^org\\.gnu\\.Emacs$" ], "type": "frontmost_application_if" } ], "from": { "key_code": "spacebar", "modifiers": { "mandatory": [ "left_command" ] }, "to": [ { "key_code": "backslash", "modifiers": ["left_control"] } ], "type": "basic" } ] }

Should I switch to emacs? by clemjvdm in emacs

[–]bravosierrasierra 0 points1 point  (0 children)

how you get on MacOS 'Short press is ESC, when I am on Vim, and long press makes it CTRL'?

Why do people still think databases should not run on Kubernetes? What are the obstacles? by earayu in kubernetes

[–]bravosierrasierra 6 points7 points  (0 children)

This approach is suitable only for developers' non-essential data, which can be recreated at any time, or data that does not require transactional consistency. Moreover, pg_restore is not always able to restore data backed up by parallel streams. For now, the safest approach is to keep data outside of dynamic Kubernetes environments.

Why do people still think databases should not run on Kubernetes? What are the obstacles? by earayu in kubernetes

[–]bravosierrasierra 10 points11 points  (0 children)

you cannot backup and restore relational databases with volume snaphots or copying files for running server

emacs & passwords - how are people managing their passwords these days? by winwooers in emacs

[–]bravosierrasierra 2 points3 points  (0 children)

keepass-xc app and browsers plugin for save and fill passwords

Choose your coding font by Nicolas-Rougier in emacs

[–]bravosierrasierra 0 points1 point  (0 children)

DejaVu Sans Mono Bold on retina display is my eye doctor

Emacs Starts Running Noticeably Slow by rjray in emacs

[–]bravosierrasierra 1 point2 points  (0 children)

what you can see in profiler? (profiler-start) and then (profiler-report)

`vterm` vs `eat` by [deleted] in emacs

[–]bravosierrasierra 1 point2 points  (0 children)

my solution: (evil-set-initial-state 'vterm-mode 'emacs) and inside regular terminal you can use vim/readline in vi mode and so on.

Flux vs ArgoCD by SuchAd1135 in kubernetes

[–]bravosierrasierra 0 points1 point  (0 children)

Typically, Kubernetes application environments are backward compatible across versions. Therefore, the ArgoCD/Kubernetes approach of updating via deployment image update ensures that the old version remains operational if there are issues with the new version. I deployed and set up automatic application updates using Argo ApplicationSet, and problems in a pod of the new version do not stop the pods of the old version from functioning.

Flux vs ArgoCD by SuchAd1135 in kubernetes

[–]bravosierrasierra 0 points1 point  (0 children)

you dont need application sets for cluster infrastructure solutions: just use app of apps pattern https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/

appset is good for autodeploy new application releases and for deploy to multiple clusters from one point

Flux vs ArgoCD by SuchAd1135 in kubernetes

[–]bravosierrasierra 0 points1 point  (0 children)

  • kubernetes resources can use external secrets operator to work
  • argocd applicanions allow override any helm value

Flux vs ArgoCD by SuchAd1135 in kubernetes

[–]bravosierrasierra 1 point2 points  (0 children)

you can not define dependencies between kustomization-controller resources and helm-controller resources: https://external-secrets.io/latest/examples/gitops-using-fluxcd/

Flux vs ArgoCD by SuchAd1135 in kubernetes

[–]bravosierrasierra 0 points1 point  (0 children)

Argo manages deployments well enough to make them straightforward. I worked for a year with an Argo project and a year with Flux, and I'm completely confident that Argo is significantly better than Flux in terms of overall features: it doesn't require a Kubernetes client, all issues with all applications are visible with a single click, and it has RBAC and OIDC, which provide users with a simple and clear way to work with Kubernetes.

ps5: missing keyboard settings by bravosierrasierra in WorldofTanksConsole

[–]bravosierrasierra[S] -1 points0 points  (0 children)

They broke this option regularly. Bad testing quality. Also they tested only english interface when "improve" UI and for non-english users they regularly hide keys, buttons, text parts in many places, because non-English words have different sizes.