Live data from Hacker News

Viewing profile — Gorgor

Gorgor

HN member
Joined
Sun, Jul 19, 2015, 7:34 PM UTC
HN karma
95
Public activity
45 items

About Gorgor

No profile information was provided.

Recent public activity

  1. comment
    Comment #39031495

    Calculating the solar position is also pretty important when simulating power production of photovoltaics plants. So, the Python library pvlib has nice functions for working with t…

  2. comment
    Comment #38746317

    But no one is training these kinds of models on their personal device. You need compute clusters for that. And they will probably run Linux. I'd be surprised if Microsoft trains th…

  3. comment
    Comment #30234517

    Have you looked at DigiKam? It offers directories, tagging (with custom tag hierarchies), deduplication and also face recognition. I think it can do quite a bit more, but I'm not a…

  4. comment
    Comment #25991000

    I had not known about 'font-display: optional' before. Now I wish more sites used it because there has been so many times where I started reading something on my phone with slow in…

  5. comment
    Comment #21427463

    I took a look at your link and I don’t understand why you feel it’s “really risky”. To me (a German), it seems like any other playground with quite common elements. Sure, the climb…

  6. comment
    Comment #21232725

    They weren’t even the tallest for very long because the Sears Tower was completed in 1973.

  7. story
  8. comment
    Comment #20909722

    I have a smartphone and use pass via the app Android Password Store [1]. You have to set up your GPG key of course and also an SSH key for the sync with the remote repository, but …

  9. comment
    Comment #20882678

    It has one for me.

  10. comment
    Comment #20874554

    Even if not many developers use an email-based workflow for their own work, I think it’s pretty well-known that the Linux kernel does.

  11. comment
    Comment #20828449

    To be exact, Google did not “delete” the app. It cannot even do that. It removed the app from its own app store. The fundamental problem is that Google’s own app store is perceived…

  12. comment
    Comment #18850036

    If you do it this way, you have to copy your actual server’s private key to your local machine (or even machines if you’re using several), though. That possibly increases the chanc…

  13. comment
    Comment #18494726

    Beside what others are saying, this whale does not look like a big sperm whale. According to Wikipedia [1], a 20-meter animal weighs up to 60 tons. This one looks closer to 10 mete…

  14. comment
    Comment #18157386

    While u"" is accepted in current Python 3, for some reason they ignored the raw unicode string ur"" which still is a syntax error in Python 3. So, unicode_literals is definitely pr…

  15. story
  16. comment
    Comment #17857878

    That’s interesting. Did you \usepackage[T1]{fontenc}?

  17. comment
    Comment #17667299

    In Python’s object system? How so?

  18. comment
    Comment #17264847

    What was their argument? Do you have a link?

  19. comment
    Comment #16678089

    What was the reason for switching from Postgres to MySQL?

  20. comment
    Comment #16668250

    I’m using this setup too for quite a while now and overall, I’m pretty happy with it. But some HTML mail is barely readable. How do you deal with that? I’ve written an emacs functi…

  21. comment
    Comment #15922600

    How is it relevant that it may be a girl?

  22. comment
    Comment #15629312

    That’s something different, though.

  23. comment
    Comment #13622833

    You mean a table with many columns , don't you?

  24. comment
    Comment #13546731

    I'm not familiar with Macs. How is their UTF-8 different from the normal one? How is such a thing even possible?

  25. comment
    Comment #13172365

    I have trouble conceiving of a use case where macros or regex-replacement cannot do what multiple cursors do. Do you have one in mind?