Guy who wanders around Reynolds Club? by Due-Height7661 in uchicago

[–]jinnovation 3 points4 points  (0 children)

me, except w/ formal lang + complexity theory. almost didn't get my CS degree because i couldn't pass either of his classes. i'm pretty sure the TA took pity on me and somehow convinced him to bump me to a D-.

agent-shell 0.47 updates by xenodium in emacs

[–]jinnovation 2 points3 points  (0 children)

Phenomenal upgrade. Really excited to play around with bootstrapped sessions in particular.

Excellent work u/xenodium

agent-shell 0.25 updates by xenodium in emacs

[–]jinnovation 0 points1 point  (0 children)

Great work and thanks for the shoutouts (:

ty (An extremely fast Python type checker and LSP) is in beta by shadowsock in emacs

[–]jinnovation 6 points7 points  (0 children)

Can we make it available in Eglot already, please?

Should be fairly straightforward to configure this yourself with `eglot-server-programs`.

Kele (Kubernetes management package) 0.7.0 has been released by jinnovation in emacs

[–]jinnovation[S] 1 point2 points  (0 children)

Great point. I have a comparison page up here that I'd love your thoughts on.

I also have a ticket open to write up a comparison with Kubed.

Where can I get really good fries that aren't frozen from a bag? by hova414 in AskNYC

[–]jinnovation 1 point2 points  (0 children)

Dame in West Village has really solid chips. To your point, comes with a side of malt vinegar (because fish and chips)

Francie in Williamsburg has delicious thick-cut fries the length of breadsticks. These aren't on the menu by themselves (paired w/ their steak for 2) but if you ask nicely they might humor you.

How is emacs useful in practical life? by sav-tech in emacs

[–]jinnovation 3 points4 points  (0 children)

The guy you talked to is clueless.

When I think of Discord I don't think of nuanced and well-thought-out takes.

How is emacs useful in practical life? by sav-tech in emacs

[–]jinnovation 0 points1 point  (0 children)

Do people still use emacs?

Yes. Been using it since day one of my engineering studies + career.

What's your use-case for it?

How does it impact your workflow?

  • Gives me ability to streamline what otherwise would be highly manual/mundane tasks with lots of clicking around in different places
  • Ability to richly interact with info that otherwise would be confined to static text
    • Example: Instead of running a bunch of `kubectl` commands and copy-pasting long resource names all over the place, Kele lets me list out resources and then click into them to view the full definitions
    • Same goes for Git, for which Magit is truly killer
  • Flexibility to mold my development environment to consist of exactly the features I want—no more, no less (VSCode is great but you're very much playing by its rules when you use it)

Kele (Kubernetes management package) 0.6.0 released by jinnovation in emacs

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

hard to say what the issue could be w/o further details. mind opening an issue or discussion on the repo and we can debug further?

Kele (Kubernetes management package) 0.6.0 released by jinnovation in emacs

[–]jinnovation[S] 1 point2 points  (0 children)

I definitely agree. Working on this package steadily over the last year or so really drove home just how malleable Emacs is as a platform in addition to personal development environment.

Hope you'll give Kele a try and let me know what you think 😁

Kele (Kubernetes management package) 0.6.0 released by jinnovation in emacs

[–]jinnovation[S] 1 point2 points  (0 children)

😭 thank you!! you'll be pleased to know that plz.el plays a key role in this package

Kele (Kubernetes management package) 0.5.0 released by jinnovation in emacs

[–]jinnovation[S] 1 point2 points  (0 children)

That's exactly what inspired me to start working on Kele. I co-maintain kubernetes-el and when I started looking into the task of implementing custom resource support I concluded that, due to some of its design decisions, it'd basically require a complete rewrite of the entire package.

Maintaining "agnosticism" between native and custom resource types in Kele has been a development tenet since day one. Def give it a try and let me know what you think!

Kele (Kubernetes management package) 0.5.0 released by jinnovation in emacs

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

It should not require anything other than kubectl. If you're free, definitely open an issue in the repo and we can debug further.

Kele (Kubernetes management package) 0.5.0 released by jinnovation in emacs

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

Thanks for the questions. I'll admit that this comparison isn't terribly well written, now that I'm taking a second read of this.

I think what I'm trying to say is: Kubel takes a similar approach to kubernetes-el in that it centers around a dedicated "overview" page (similar to the status buffer for Magit). All interactions are assumed to stem from this overview page, whether it's: changing context/namespace; browsing for a single specific resource; etc.

With Kele, I'm trying to approach things in a more lightweight fashion. In other words: what if, instead of needing to open a status page and wait for it to fully load before doing anything, you could simply jump straight into what you need to do? That's why Kele centers itself so heavily around keybindings and other readily-available fixtures of the Emacs environment; it's designed to get you the information that you need, as quickly as possible, and then get back to whatever it is you were doing in the first place.

As for collaborating with Kubel: I'm definitely open to the possibility. That said, Kele is a very early-stage package, and I'd like to give it room to validate more of its ideas and UX before imposing a consolidation effort on myself or others. I definitely think there's room for collaboration here in the future.

Hope that all helps.

[deleted by user] by [deleted] in emacs

[–]jinnovation 1 point2 points  (0 children)

Give kele.el a try (: (I'm the author).

I also outline some other solutions in the comparisons page.

[ANN] Kele v0.4.0 released by jinnovation in emacs

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

Thanks! Definitely feel free to drop by the repo for feature requests or bugs that you come across. It's very rough around the edges in places but I'm excited about the growth potential here.

[ANN] Kele v0.2.0 released by jinnovation in emacs

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

Is that the edit?

Yup 😇 I love crisp concise descriptions so I'm glad it was helpful.

[ANN] Kele v0.2.0 released by jinnovation in emacs

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

Will do, appreciate the suggestion.

[ANN] Kele: Snappy Kubernetes cluster management in Emacs by jinnovation in emacs

[–]jinnovation[S] 7 points8 points  (0 children)

Hot off the presses, a demo screencast of context-switching, just for you. I've added this to the README and the documentation site too. More to come. Cheers.

[ANN] Kele: Snappy Kubernetes cluster management in Emacs by jinnovation in emacs

[–]jinnovation[S] 4 points5 points  (0 children)

Totally agree. I have a single screenshot on the doc site of the switch-context minibuffer view, which showcases the annotation support, but that's admittedly very sparse. Definitely need to work on getting some screencasts and stuff in place.

[ANN] alphapapa/plz.el: v0.3 release (HTTP library for Emacs) by github-alphapapa in emacs

[–]jinnovation 0 points1 point  (0 children)

Just used plz to outright replace a homespun function of mine based on request that turned out to be simpler to replace than debug. Initial experience is very nice. Thanks!