back
user profile
gurjeet
3,842karma·794submissions·September 17, 2017
about
http://gurjeet.singh.im/
http://gurje.et
recent activity (794 total)
comment
It's possible that they had equity in the company after they left.
comment
I wish Nixpkgs were available over peer-served networks, like bittorrent.
comment
They started Bandwidth Alliance [0] [1] to reduce, or even eliminate, bandwidth charges. So I think they're sticking to that commitment. I can't speak to the overall health of the alliance, …
comment
I've seen this happen to a few others, including myself, when it's clear that the title was thoughtfully created to convey something substantial. The way I've made peace with it is to t…
comment
Click on your profile in the top-right, and then in the resulting menu, click on 'Feature preview'. You might be able to disable it from there.
comment
It's interesting that they will not accept any transfer-in, even reject a transfer, if the balance exceeds $250,000. This must be because of the FDIC insurance limit, and hence protects the consu…
comment
This is the first time I've heard of Yunohost, but their documentation instills a lot of confidence in me. I've been thinking of setting up NextCloud or similar for starting self-hosting of …
comment
Pacing around in the parking lot has worked for me many a times.
comment
The phrase "death by a thousand paper cuts" comes to mind.
comment
Use numeric data type instead of integer, and update the position to the midpoint of the other 2 you're trying to place the record between. update ... set position = (prev + next)/2;
…
comment
Yes. I'm guessing you're asking to estimate shipping costs :-)
comment
Please drop me a line. My email is in my profile.
comment
I’m looking to buy these boards; recently I bought one on eBay. I plan on using them to add to FOSS projects’ buildfarms. The first one I got from eBay is now running Postgres buildfarm. Please let me…
comment
To see how much havoc such a core change causes for Nix package builders, please see my troubleshooting report on building Postgres in Nix [1]. BTW, my conclusion was that Postgres, as distributed by …
comment
From TFA: Many frauds start out as a legitimate business or idea that simply gets taken too far through some combination of greed, loose morals, and overconfidence. Once the ball gets rolling, m…
comment
Important bit to pay attention to: <SQLite's behaviour is> "Be liberal in what you accept". This used to be considered good design - that a system would accept dodgy inputs …