fortunateregard
No user record in our sample, but fortunateregard has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but fortunateregard has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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 despite providing everything I was asked…
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 the new bookmarks to a dedicated…
Here is the source on github in case you're still unable to access the page: https://github.com/ryan4yin/nixos-and-flakes-book
Link to full cheatsheet: https://www.totaltypescript.com/tsconfig-cheat-sheet
Also see this userscript to "Bring back the peace on Twitter": https://github.com/antfu/userscript-clean-twitter
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 anyone is looking for an up-to-date NixOS…
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
> 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 on the first try so I can't really…
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 a blog and want to trick my browser…
> 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 it will partition, format, and supplant…
> 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 worked with nix before, the quick…
https://github.com/m4xshen/hardtime.nvim https://github.com/takac/vim-hardtime
I'm not sure. What? Is there a reasonably legitimate reason to stop using this?
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 git-peek package does offer to setup a…
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 uses a temp directory, and deletes it…
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
Or drag this bookmarklet to your bookmarks bar. javascript: (() => { document.getElementsByTagName('video')[0].playbackRate = prompt("Set video speed multiplier:", "3"); })();
I like Vimium. Besides the basic stuff, my favorites are: `yt` yank (duplicate) a tab `W` detach tab to new window
Also see vim-like-pile[1] [1] https://vim.reversed.top/
In that case give firenvim[1] a try. It uses your existing config (keymaps, plugins, autocmds, etc). [1] https://github.com/glacambre/firenvim
Safeql[1] can also be a good middleground. Adds type checking to prisma raw queries. [1] https://safeql.dev/compatibility/prisma.html
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 row. But when numbers were optional, say…
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 enough, I open the system monitor and see…