Viewing profile — jrop
jrop
HN member- Joined
- Fri, Mar 17, 2017, 2:48 PM UTC
- HN karma
- 128
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About jrop
Socials: - github.com/jrop - gitlab.com/jrop - reddit.com/user/jrop2
---
Recent public activity
-
comment
Comment #49022576
Glad I'm not the only one who does this.
-
comment
Comment #48698469
An old favorite. "How stupid can you get, animal?"
-
comment
Comment #48496676
I really prefer to lock the version numbers instead: mise use -g somepackage --pin I can commit/rollback to known good versions. To upgrade: mise up -il Not so long ago, I was outs…
-
comment
Comment #48371611
That is a valid point of view. For me, however, I have found a huge productivity boost being able to stay in Neovim for extended periods of time. That's not to say that my way is t…
-
comment
Comment #48370532
On k8s/devops tooling: I'm building tuis.nvim [1] — Docker and Kubernetes management as Neovim buffer TUIs, built on morph.nvim [2], a react-like UI framework for Neovim. Stay in t…
-
comment
Comment #48370471
I've been working on exactly this with morph.nvim [1] — a React-like component model (h(), component lifecycle, reconciliation, extmark-based styling) for building declarative TUIs…
-
comment
Comment #47757781
So far, it's just a flash-banner on their `/code` page. I don't see any announcement other than folks mentioning that they are getting email announcements about its release.
- story
-
comment
Comment #47681271
Tommy Emmanuel apparently learned by transrcibing, famously thinking that both the bass line and guitar lines he was hearing were a singular "guitar part". Just by having his expec…
-
comment
Comment #47570261
As others have said, the fact that they're letting the ecosystem settle before including something out-of-the box is beneficial in some sense. It's allowed time for experiments (in…
-
comment
Comment #47430496
I assume that you've tried Termux and somehow that doesn't meet your needs? (Also, you didn't specify whether you are on Android/iOS)
-
comment
Comment #47416896
Right? That's the only reason that "coding with LLMs" works at all (believe me, all at the same time, I am wowed by LLMs, and carry a healthy level of skepticism with respect to th…
-
comment
Comment #47360502
We have been rewatching Clone Wars as a family, and I, for one, find this terminology hilarious given the use of it in the series towards the separatist droids.
-
comment
Comment #46930331
This sounds like a really cool project. What challenges have you encountered so far?
-
comment
Comment #46874732
I don't buy this. I've long wondered if the larger models, while exhibiting more useful knowledge, are not more wasteful as we greedily explore the frontier of "bigger is getting u…
-
comment
Comment #46721529
Between GLM-4.7-Flash and this announcement, THIS is what I'm excited to see in this space: pushing the capabilities of _small_ models further and further. It really feels like we'…
- comment
-
comment
Comment #45993562
Wow, I really want a slide rule watch now.
-
comment
Comment #45594031
Just going to jump in here and say that there's another reason I might want Rust with a Garbage Collector: The language/type-system/LSP is really nice to work with. There have inde…
-
comment
Comment #45506982
To be clear, I don't try to Nix-everything. I just use it to 1) install a bunch of CLI tools to my nix-env, and 2) dev-shells. That's pretty much it, though. Even that is a huge bo…
-
comment
Comment #45506944
That's what I meant and didn't communicate well. I'm wishing for short-form syntax of lambdas, to be clear.
-
comment
Comment #45504886
Yep, though I'm still trying to hit my stride recording videos. I don't release regularly because of lots of amazing $life things. https://www.youtube.com/@nocturing If you want a …
-
comment
Comment #45504684
I'm actually trying to work on a video-series to do just this. I've made my own rudimentary plugins reproducing several popular ones, and would like to walk through how I made: a) …
-
comment
Comment #45504352
I always wrote Lua off, scoffing at the 1-based indexing, until I was "forced" to learn it thanks to Neovim. What a delightful little language it is. I do wish I could do certain t…
-
comment
Comment #45492753
Mise is a hard sell for me when I can have pure Nix-shells. However, I can see this gaining wider adoption since it's learning curve is so much lower than Nix.