Readit News logoReadit News
nickandbro commented on VIM Master   github.com/renzorlive/vim... · Posted by u/Fluffyrnz
opan · a day ago
I think once you start trying to use the occasional macro and/or make custom keybinds it pushes you further into the vim golf mindset. When you're saving an action to be repeated 100 times you really gotta get it right. I learned a lot of advanced movements due to macros as well. Like } and ) and marks (only just recently learned apostrophe jumps to marked line while backtick jumps to marked character on the line after years of always using apostrophe). I recently spent a half hour or so making two keybinds to insert the date/time in my preferred format at the end or start of a line + return the cursor to where it was before. While about half of the process was the same for both binds, I ran into multiple issues with the start of line version. Like, `I` for insert at start of line in neovim places your cursor after whitespace instead of before it, so instead had to use 0 and then insert stuff relatively. Also found out marked characters are based on the numbers of characters into the line, so if you add new stuff to the start of the line and then return to your mark, you won't be on the same word. 14 characters in before, 14 characters in now. I worked around that by counting how many I was inserting with my date text + spaces and such, then adding that # and l (move right) to the end of the keybind to make up for the difference. It was pretty satisfying when it finally worked.
nickandbro · a day ago
You are truly a vim master. Yes, that's exactly the reason why I used containers to host the vim instances, as using a DOM based vim library wouldn't record each stroke accurately. Thank you for trying my site out.
nickandbro commented on VIM Master   github.com/renzorlive/vim... · Posted by u/Fluffyrnz
mac-attack · 2 days ago
The required login/sign-up, privacy policy and lack of apparent open-sourcing seems antithetical for the average Linux user. You're going after a niche of a niche of a niche with this one, good luck lol.
nickandbro · 2 days ago
Good feedback
nickandbro commented on VIM Master   github.com/renzorlive/vim... · Posted by u/Fluffyrnz
nickandbro · 2 days ago
Very cool site! Working on my own similar project:

https://vimgolf.ai

To learn new vim motions. Have since gotten distracted by life, but need to actually finish it.

nickandbro commented on DeepConf: Scaling LLM reasoning with confidence, not just compute   arxiviq.substack.com/p/de... · Posted by u/che_shr_cat
nickandbro · 5 days ago
Wonder what this means for the pelican riding on a bicycle test? Or will it just be good at strictly reasoning type problems.
nickandbro commented on Qwen-Image: Crafting with native text rendering   qwenlm.github.io/blog/qwe... · Posted by u/meetpateltech
nickandbro · 25 days ago
The fact that it doesn’t change the images like 4o image gen is incredible. Often when I try to tweak someone’s clothing using 4o, it also tweaks their face. This only seems to apply those recognizable AI artifacts to only the elements needing to be edited.
nickandbro commented on Cerebras Code   cerebras.ai/blog/introduc... · Posted by u/d3vr
unraveller · a month ago
Some users who signed up for pro ($50 p.m.) are reporting further limitations than those advertised.

>While they advertise a 1,000-request limit, the actual daily constraint is a 7.5 million-token limit. [1]

Assumes an average of 7.5k/request whereas in their marketing videos they show API requests ballooning by ~24k per request. Still lower than the API price.

[1] https://old.reddit.com/r/LocalLLaMA/comments/1mfeazc/cerebra...

nickandbro · 25 days ago
Had a similar experience. I got rate limited as well even when I well below 1M tokens. When its working, it's nice, but can't use it as a replacement for Cursor until higher rate limits are granted.
nickandbro commented on Gemini 2.5 Deep Think   blog.google/products/gemi... · Posted by u/meetpateltech
simonw · a month ago
If you train a model on the SVGs of pelicans on a bicycle that are out there already you're going to get a VERY weird looking pelican on a bicycle: https://simonwillison.net/tags/pelican-riding-a-bicycle/
nickandbro · a month ago
Thanks for the mention on your blog. You’re the original GPT pelican artist
nickandbro commented on Gemini 2.5 Deep Think   blog.google/products/gemi... · Posted by u/meetpateltech
nickandbro · a month ago
Ladies and Gentlemen,

Here's Gemini Deep Think when prompted with:

"Create a svg of a pelican riding on a bicycle"

https://www.svgviewer.dev/s/5R5iTexQ

Beat Simon Willison to it :)

nickandbro commented on The POSIX specification of vi   pubs.opengroup.org/online... · Posted by u/exvi
rdancer · a month ago
Marvellous!

:w<CR> should count the same as ZZ for the purposes of hiding better solutions, else it's fairly easy to walk up the leaderboard even though the better solutions are ostensibly hidden.

nickandbro · a month ago
Thanks, appreciate the feedback
nickandbro commented on The POSIX specification of vi   pubs.opengroup.org/online... · Posted by u/exvi
cocoa19 · a month ago
Can I suggest dropping the sign up requirement and email verification to try it out?
nickandbro · a month ago
I agree! I am just working the containerization of the vim instances. Right now using k8, but wasting $$$ on infra. Moving to cloudflare containers to save that $$$ and make it more available. In the mean time, temporary email sites are allowed and not black listed.

u/nickandbro

KarmaCake day145November 12, 2023View Original