HN user

timothylaurent

38 karma
Posts0
Comments34
View on HN
No posts found.

I assume this "Universal" resolution is enabled by adding the "--universal" cli argument?

It doesn't look like this is currently documented but I found some hints in the release notes.

mostly because you can spend an arbitrary amount of time tweaking your vim to get it the way you want it. This Vim distros, like SpaceVim and AstroNvim, are a great foundation working on an IDE-like vim setup.

For example, in AstroNvim - the path completion dropdown shows icons and all paths accessible, when focusing on a file, it shows the head of the file. It's a really smart UX integration. It would likely have taken me weeks to months of playing with my config to have a small subset of what is available in the distro.

They're also very configurable, so you can override any key-binding you want, add or disable plugins.

I guess it depends on how you want to spend your time :shrug

I've tried lots of these tools. I'm currently doing

pan-OS

ohmyzsh - mostly for the git aliases :D

starship - contextual prompt

AstroNvim - this replaced SpaceVim for me - a delightful- batteries included vim

direnv - directory-based environments - I have custom layouts that install python with pyenv, and a virtualenv with pyenv-virtualenv, and activates the VE based on the .python-version

RipGrep - replaces ag for search

k9s - for managing kubernetes

hishtory - command history search

lsd - colorful ls replacement in rust

bat - colorful cat replacement in rust

brew - so much fresher than apt packages on linux

OSx

Warp - next gen terminal - replaced iterm for me

Linux

Wezterm - really snappy terminal emulator

There's no way that isolating the soleus is somehow mysterious and out of reach of the common person.

Just tell us what sort of activation is needed - how long should you do the exercise - we can manage to figure out if we're working our soleus.

you.com is so refreshing -- I've been using it since learning about it and I see it getting better and better.

Been loving the twitter integration, the code blocks, stack overflow -- and the lack of adds. Love it!

Check out https://obsidian.md/ for a note taking app. It's a local markdown file-based knowledge base. It is great for zettelkasten workflows since links are a first class citizen, it also has a rich plugin system to extend and customize your worklfow. It's also free for personal use.

The goals of this project seem great at first glance as it allows you to have unified paradigm for development environment management allowing for local, k8s, and ssh-based connections described in declarative yaml. I'll definitely keep an eye on this.

Like Telepresence[1], it allows swapping out of a running pod with a local environment. Is there a potential to dump the environment's environment variables to allow for integration with IDE debuggers, similar to what is described here [2]?

Is there support for multiple kubernetes clusters?

Can it only swap out pods? Or is there a way to declaratively deploy if not already running and swap out?

Also, it would be nice to be able to avoid needing to run as privileged in some way.

1 https://www.telepresence.io/ 2 https://www.telepresence.io/tutorials/intellij