Viewing profile — shared4you
shared4you
HN member- Joined
- Tue, Aug 14, 2012, 10:40 AM UTC
- HN karma
- 1,288
- Public activity
- 220 items
- HN profile
- View on Hacker News ↗
About shared4you
Recent public activity
-
comment
Comment #10494929
What is BOSS Linux's contribution to upstream (Debian) ? AFAIK, it's zero. Some gripes about BOSS: (1) On the BOSS Download page, the download button downloads i386. Why isn't the …
-
comment
Comment #10494890
Linus Torvalds would be so happy to hear that Linux is moving to C++ and OOP. http://harmful.cat-v.org/software/c++/linus
-
comment
Comment #10024490
Indeed, Venkatadhvari's 17th century Sanskrit work Raghava Yadaveeyam narrates the story of Ramayana (left-to-right) and Mahabharata (right-to-left) simultaneously. http://www.sans…
-
comment
Comment #9708497
NixOS has been discussed many times on HN already. However, Nix 1.9 was released today (/yesterday for the some): Release Notes: https://nixos.org/releases/nix/nix-1.9/manual/#ssec…
-
comment
Comment #9677806
What does this do that `apt-get autoremove` doesn't?
-
comment
Comment #9272149
Thanks, cool tool ! A suggestion: Making the first column to have URL linking to the repo's homepage would be useful.
-
comment
Comment #9206901
Another one for Mac: [Multimarkdown Composer][1]. A friend of mine uses it and I think it worked well. [1]: http://multimarkdown.com/
-
comment
Comment #9146206
Are your graphs up to date ? Seems just an hour ago [1]: > Rust: build with --release. 10X performance boost! That might mean that Rust would top the charts instead of Nim. [1]: ht…
-
comment
Comment #9091802
Indeed it does, although not directly. From the RFC: > TEXTDATA = %x20-21 / %x23-2B / %x2D-7E So, it is a subset of ASCII whose hex codes must lie in the ranges given above. Basica…
-
comment
Comment #9059645
Indeed, your format looks exactly like what Perl's CHANGES spec stipulate: https://metacpan.org/pod/distribution/CPAN-Changes/lib/CPAN/...
-
comment
Comment #9049509
Nitpick: > The idea is to use zero-width and space characters of UTF-8 such as U+200B, U+200C, U+200D That must be Unicode, not UTF-8.
-
comment
Comment #8909495
OP or mods: please add [2010] tag to the title.
-
comment
Comment #8822622
I'm getting an error message [1]: "Sorry your session has expired. Kindly login again to continue." even if I have just logged in. I cleared cookies, etc. but no use. And that erro…
-
comment
Comment #8796855
ಕ್ರಿಸ್ಮಸ್ ಹಬ್ಬದ ಶುಭಾಷಯಗಳು ! With regards from India :)
-
comment
Comment #8621612
I had the exact same problem on an Ubuntu server at work. Since I don't have root access, I was forced to compile from source. I gave up when I couldn't compile Cabal. My solution …
-
comment
Comment #8548616
Missing feature: Sort by language. This is especially important for massively multilingual countries like India. Choosing 'India' lists hundreds of movies, but I would like to sort…
-
comment
Comment #8161531
I discovered various CardDAV servers listed on Davdroid's homepage. I just installed Baikal server and worked flawlessly with Davdriod. THanks OP and DAVdroid !
-
comment
Comment #8088631
Classifying Hinduism and Buddhism as "religions" in the Western sense of the word is imprecise and misleading at best. You can be a Hindu atheist: https://en.wikipedia.org/wiki/Cha…
-
comment
Comment #8058017
> India for example was ruled primarily by Muslim rulers for over a thousand years Factually incorrect. India as a whole (esp. south India) was never under complete Islamic rule, l…
-
comment
Comment #8040765
I have been using Noto fonts for a more than 6 months now (mostly Indic fonts) and quite pleased with them. And just saw that they have "Noto Sans Brahmi" in the pipeline. Although…
-
comment
Comment #7554054
What do you guys think about OVH? I believe they stood by Wikileaks in the past. But their servers are listed in the top 10 spamming hosts.
-
comment
Comment #7409956
The flag doesn't work for the billion people of India. We are massively multilingual; we have 22 official languages. Google.co.in is offered in 9 of those 22 languages -- each one …
-
comment
Comment #6970311
The README says: we recommend using version (Python) 3.2 or higher It requires Python >= 3.2. It didn't run on my Ubuntu machine which has default 2.7 And it doesn't support tables…
-
comment
Comment #6910968
Doesn't gcc's "-funroll-loops" do the same thing? This looks more manual work to me, unrolling loops by hand.
-
comment
Comment #6864409
If I understand these correctly, I can come up with this mapping between Hg Git rebase rebase histedit rebase -i shelve stash unbundle ??? purge clean -x -d -f alias [alias] sectio…