back
user profile
gurjeet
3,841karma·794submissions·September 17, 2017
about
http://gurjeet.singh.im/
http://gurje.et
recent activity (794 total)
comment
Thanks for sharing this! I didn't find anything off-color in that; maybe it's my level of acceptance.
comment
I want the title to reflect what prompted this article in the first place. Just as others are calling out, I noticed those Google login boxes on unrelated websites. I want the reader to also make that…
comment
_A plea to the moderators:_ Please change the title of the submission back to match the title of the blog post, "Never Use Google to Sign-In". To be fair to Google I have clearly called out …
comment
Yes, it did. See my comment in sibling comments for slightly longer response. - OP
comment
OP here. I certainly did not change the title, and would like to know who changed the title and why? In the article I clearly call out that using any third-party is a risk, so I don't see a reaso…
comment
I think it's a very pertinent question, just like asking someone "Are you happy?". The definitions of happiness and satisfaction are different for each person, and even for the same per…
comment
I rely on Git's `user.useConfigOnly` option to force myself to set my email per repository. This is what my `user` section in ~/.gitconfig looks like. [user]
name = Gurjeet Singh
…
comment
Obviously, this is a complicated topic but I was wondering about how well are the projects like Postgres protected when people make contributions to them? They don't require any CLA signing etc, …
comment
FWIW, it looked great on paper/Github, so I installed and tried it. The colors just overwhelmed me, so I had to uninstall it. Thinking "perhaps, it's just the default color scheme"…
comment
For first timers, like me, who are curious about it, I found this video to be a good intro to the module and how to code it.
comment
I have made (and posted here a while ago) an app that gives you a PDF that you can download, print and mark off at home. https://q.ht/life-in-weeks-on-one-sheet/ …
comment
> The focus on implementation language seems to be the whole selling point here. Given that the said language, Rust, has its own unique selling proposition, I think that's a good enough selli…
comment
Does anyone have any experience with running and upgrading FreedomBox for self-hosting.
comment
There are functions in log.go that emit message to stdout (thinking about it, I need to send warnings and above to stderr). The function err(), in addition to sending a message to stdout, also causes …
comment
> difficulty of creating a language that is simultaneously a good programming language and a good scripting language I bridged that gap recently with GoLang. Below [1] is an example of how I now us…
comment
I recently discovered the multi-command shebangs and started using it to develop scripts in Golang. E.g. `//usr/bin/env true; go run `dirname $0`/*.go; exit $?` at the top of …
comment
If you search for "today's date" [1] you'd see that there are many webpages trying to serve this particular need. So I guess this is just one more in the noise. Besides, this serve…
comment
Plain and simple page that shows just today's date and day-of-week. I could not find one that was as plain as this; others have ads, weather, other links and whatnot. I use it as the first tab in…
1 pts