Hacker Newsnew | past | comments | ask | show | jobs | submit | hwhshs's commentslogin

I feel like the browser should just do the same thing and this not be needed. E.g. seemless reload, keep scroll and focus state etc.


10th April


Jevons "paradox" says as things get cheaper demand goes up. It is kinda how we got modern AI rather than just faster and faster paper form replacements.


Whats the thing that is the Apple ][ of this new world? Get into that? Maybe ASIC design and programming. Not sure.


> Junior and mid-level engineers will suffer before I do

I wouldnt be so sure. They'll keep the people who can do what needs to be done with new tools. Current title is irrelevant.

In addition loosing a 400k tc vs. 2x 200ktc makes more sense if they are all prooompters and AI handlers anyway.


Are your ears alight?


Not completely though. Merely for almost all quintics.


It exists. Linkedin seems to have such jobs.


[flagged]


Hmm. That is a hard one. Not sure how you verify it is a genuine job or the JD is accurate. Id like it but not sure it is possible.


In 2002 I used to think why cant they package a website. These .doc installation instructions are insane! What a waste of someones time.

I sort of had the problem in mind. Docker is the answer. Not clever enough to have inventer it.

If I did I would probably have invented octopus deploy as I was a Microsoft/.NET guy.


Why not a vim plugin



> Note that the Ki keybindings cannot be simply implemented in Vim/Helix via key- remapping, due to the lack of the concept of Selection Mode, and implementing that requires major architectural changes in the core.


Not by default, and it's not a neat and tidy solution, but you can rebind keys as a result of inputing other keys in neovim via a callback (and edit the statusbar ofc to display said selection mode)

This, alongside the use of a variable means you can, in fact, build your own selection modes! Likewise, nvim does have a seperate select and visual mode.

This is primarily designed as an option to replicate the more traditional shift+movement selection and type to replace functionality of something like vscode or notepad, however it can be exploited as an additional layer for storing keybinds in a pinch


It's funny you mention that. I am currently working on a neovim plugin which implements the ki-editor keymap.

https://codeberg.org/alicealysia/ki-bindings.nvim

Unfortunately however, there's some shortcomings of neovim which make its control scheme impossible (at least not without some workarounds)

One of the biggest is ki's momentary layers feature.

Ki uses the kitty keyboard protocol to detect when a key is being held and when it is released in order to allow for unique actions when multiple keys are pressed simultaneously, and this functionality is a big part of what makes it so ergonomic.

For example, tapping c will copy the currently highlighted text, but pressing c and k simultaneously will duplicate the currently selected text to a new line below the current line.

While I'm currently chipping away at a pull request to introduce similar functionality to neovim itself, in the meantime, I'm needing to work around the issue by making a lot of concessions.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: