HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Vingdoloras

no profile record

comments

Vingdoloras
·21 วันที่ผ่านมา·discuss
After experiencing Nintype on iOS many years ago, I can't use any other swipe keyboard anymore. I'm stuck using the stock keyboard for typing, and sometimes (rarely) swiping a word or two when I din't have two hands available. Swiping (with one finger) when holding my phone with both hands just feels unnatural and sluggish. I wish Apple had just bought/sherlocked Nintype and integrated it into the stock keyboard.
Vingdoloras
·3 เดือนที่ผ่านมา·discuss
Unrelated to the main point, and probably too late to matter, but you can access repo activity logs via Github's API. I had to clean up a bad push before and was able to find the old commit hash in the logs, then reset the branch to that commit, similarly to how you'd fix local messes using reflog.
Vingdoloras
·5 เดือนที่ผ่านมา·discuss
Sadly, it hasn't been updated since 2024 and is slowly breaking. Haven't found a good replacement yet.
Vingdoloras
·11 เดือนที่ผ่านมา·discuss
For anyone else copy pasting the gradients into dev tools to look at them: The second one is missing the # sign on the first color.

And yes, both oklch gradients look pretty weird while the oklab gradient looks nice (if you can accept it going through grey).
Vingdoloras
·ปีที่แล้ว·discuss
Cool setup, but the choice of Obsidian is kind of weird in this context (in an interesting way, see next paragraph). Instead of opening a subfolder of the Hugo project in Obsidian, one could just open the entire thing in VSCode or a similar IDE, enjoy a good markdown editing experience, AND use git integration and the integrated terminal (and possibly set up automated tasks) to run your local testing and deployment workflows.

Note that Obsidian's markdown editing experience is _different_ from (but not necessarily better or worse than) what you'd get in a typical IDE. So while the choice seems weird to me, it absolutely makes sense if the author prefers the feature set that Obsidian offers. Being supported by so many different editors is one of markdown's strengths, after all, and this kind of editor-portability fits right in with the other parts of "Fully Owned" from the blog post.
Vingdoloras
·ปีที่แล้ว·discuss
That might be because Kagi currently has "only" 43,508 members, according to their live stats. That number might be too low for you to be able to expect someone in your personal circle to already be using and talking about it. The number being this low isn't a bad thing, though. Kagi is already profitable and the number is growing, that's all that matters for now. There's a free tier that gets you 100 free searches (I'm testing it myself right now, haven't used it enough to really have an opinion on it yet).

Regarding your point b: Heavily disagree. Even ignoring HN's seeming love for Kagi, surely you must have noticed the narrative about how AI is fixing search? People asking ChatGPT or Bing instead of googling things? Why would they do that if they were satisfied with Google? Also, Google search quality worsening has been a common news headline for years now.
Vingdoloras
·ปีที่แล้ว·discuss
By only doing clones to get data from Github, you're losing anything stored in LFS. Run `git lfs fetch --all` inside each repo after cloning to make sure you have the large files, too.