Viewing profile — fortunateregard
fortunateregard
HN member- Joined
- Thu, Jan 13, 2022, 3:43 AM UTC
- HN karma
- 55
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About fortunateregard
No profile information was provided.
Recent public activity
-
comment
Comment #39552788
I've had a similar experience where my account was banned despite providing all the info they requested (including my passport). Hetzner was the only provider where I was banned de…
-
comment
Comment #37994407
That sounds awful. Can you export your bookmarks as csv or json? If so, you can use duckdb (or xsv) to clean any duplicates. While you're at it, I'd recommend to consider uploading…
-
comment
Comment #37721476
Here is the source on github in case you're still unable to access the page: https://github.com/ryan4yin/nixos-and-flakes-book
-
comment
Comment #37632495
Link to full cheatsheet: https://www.totaltypescript.com/tsconfig-cheat-sheet
-
comment
Comment #37615454
Also see this userscript to "Bring back the peace on Twitter": https://github.com/antfu/userscript-clean-twitter
-
comment
Comment #37541588
It would be useful if the wiki articles showed a 'last modified at' date. Articles like this [0] dominate search results, but it's not clear how outdated the info is. In case anyon…
-
comment
Comment #37345712
Hover/go-to-definition seems more like a nice-to-have than a requirement. Either way, neovim support can be found here: https://github.com/LhKipp/nvim-nu
-
comment
Comment #37339680
Margin Call
-
comment
Comment #37329739
> PS - Why do you think this is an overkill solution? Only because my use case is very trivial and does not require most of the features. On the other hand, it did get the job done…
-
comment
Comment #37314250
If you want to intercept and modify a incoming json response for some specific url pattern, would a service worker be a good way to do so? To illustrate, assume I frequently browse…
-
comment
Comment #37107315
> I can speak new instances of my environment into existence You're not kidding. I used nixos-anywhere [1] for the first time the other day. You can point it to any linux host and …
-
comment
Comment #37107195
> How do you use Nix on a project, any tips? Combining nix with direnv is a popular combo for dev environments. Example: https://determinate.systems/posts/nix-direnv If you haven't…
-
comment
Comment #37102726
https://github.com/m4xshen/hardtime.nvim https://github.com/takac/vim-hardtime
-
comment
Comment #37074843
What is it that prevents the rest of the vim community from adopting neovim? From what I can observe, a great deal already have. But for the folks holding out, what is it that outw…
-
comment
Comment #36592344
I'm not sure. What? Is there a reasonably legitimate reason to stop using this?
-
comment
Comment #36590179
The button on the browser just navigates to the URL `git-peek:// https://github.com/name/repo `. How your system handles this git-peek protocol is completely up to you. While the g…
-
comment
Comment #36589348
Yesterday I found out about git-peek ( https://github.com/Jarred-Sumner/git-peek ). Instead of describing how satisfying it is to use, here is a GIF: https://imgur.com/a/cT8zAha It…
-
comment
Comment #36430304
Rich Harris demo'd an upcoming "shallow routing" feature a few weeks ago: https://youtu.be/HdkJTOTY-Js?t=419 around the 7:00 min mark
-
comment
Comment #36277519
Or drag this bookmarklet to your bookmarks bar. javascript: (() => { document.getElementsByTagName('video')[0].playbackRate = prompt("Set video speed multiplier:", "3"); })();
-
comment
Comment #35824184
I like Vimium. Besides the basic stuff, my favorites are: `yt` yank (duplicate) a tab `W` detach tab to new window
-
comment
Comment #35819946
Also see vim-like-pile[1] [1] https://vim.reversed.top/
-
comment
Comment #35819369
In that case give firenvim[1] a try. It uses your existing config (keymaps, plugins, autocmds, etc). [1] https://github.com/glacambre/firenvim
-
comment
Comment #34513588
Safeql[1] can also be a good middleground. Adds type checking to prisma raw queries. [1] https://safeql.dev/compatibility/prisma.html
-
comment
Comment #33950242
This sounds silly when I say it out loud, but reaching for the number row always felt like a chore. Of course, when I had to input numbers, I'd still have to reach for the number r…
-
comment
Comment #33013422
On an unrelated note, I opened this url in a new tab, took a quick look, then came back to read the comments. A few minutes after I hear the fans on my pc start ramping up. Sure en…