back
user profile
gurjeet
3,842karma·794submissions·September 17, 2017
about
http://gurjeet.singh.im/
http://gurje.et
recent activity (794 total)
comment
Despite the lack of any clear indicators of sarcasm (/s etc.), I can see your sarcasm very clearly :-) Nice try, trying to hide it. You may not appreciate the value of C, since you consider it to…
comment
"The Fine Article". Or you can use your imagination to replace 'Fine' with any other F-word. I think the acronym used to represent the phrase "The F*ing Article", and the…
comment
From the project overview: [it] contains [40 lines of Nix] code, and comments explaining the code, that shows how the plain Nix language can be used to create your own packages.
comment
Sad news :-( This is why I prefer the projects, at least the small ones, don't try to maintain a domain of their own. Sooner or later the domain will not be renewed, by mistake, loss of interest …
comment
> ... data the avg person sees is 15 minutes delayed ..., that may as well be a light year. Nit pick: you've got your units mixed up; minute is a unit of time, and light-year is a unit of dist…
comment
I use Nix for the advantages it provides, and use other package managers (homebrew, etc.) for things that are not available in nixpkgs.
comment
> Honestly, doing that may be easier and a better option than using Nix packages in MacOS. Respectfully, I disagree. I’ve been using Nix on a couple of my Macs, including on an M1, and I’ve cutdown…
comment
The situation is much worse than I had imagined; the parent project, libfuse, is also in need of a maintainer. https://github.com/libfuse/libfuse …
comment
I did consider that. But then a cursory look at the open issues proved that I don’t have the requisite knowledge, and resources (various platforms that it supports)
comment
Since this is on frontage, a gentle reminder, dear reader, sshfs is looking for maintainers, and currently does not have any. https://github.com/libfuse/sshfs …
comment
While TOCTOU is used to describe the problem encountered by software in general, an almost identical problem in lock-free data-structures is called the ABA problem. https://en.wikipedia.org…
comment
Comparison with a related language (perhaps biased, since opinion is from creator of that language). "Comparisons between CUE, Jsonnet, Dhall, OPA, etc." https://github.com/c…
comment
Note: the log (aka write-ahead-log) in Postgres, and its ilk, enables the D(urability) of ACID. MVCC in Postgres is implemented by storing the visibility info of each row in the row-header (search: xm…
comment
I guess the mods here need to create an exception for such paths, and simply label them as 'github.com', rather than the usual scheme of showing the user/org name.
comment
Postgres project is always looking for contributors. The project has a very nice, detailed, well-defined documentation on how to contribute [1]. The community is very welcoming, and has a process (Co…
comment
Involvement of Autopilot is not confirmed, yet. > … the authorities are looking into whether the automated features were involved in the crash.
comment
Just a datapoint: Firefox on iOS, I see the xn— variant in address bar.
comment
Aurora Postgres is a fork of Postgres code, with modifications that allow it to leverage AWS' Aurora storage, and a few other things (replicas, etc.). The goal is to remain 100% Postgres compatib…
comment
Take it easy; it's a proof that you're only human :-) This bugfix brings up 2 good points. 1. Using TLA+ is no silver bullet to writing bullet-proof code. Someone translating from a proven T…
comment
I noticed a bug in the example, and thought that was the bug TLA+ would be used to solve. Apparently, that's a real bug, and the rest of the doc does not address it. So I proposed a fix for it [1…
comment
> ... I am not willing to make the same wrong bet I did with C++. I sunk so much time into perfecting C++ skills ... What are your top complaints about C++? What parts/patterns are wasteful, a…