Live data from Hacker News

Viewing profile — distcs

distcs

HN member
Joined
Mon, Oct 10, 2022, 8:39 AM UTC
HN karma
1,691
Public activity
377 items

About distcs

No profile information was provided.

Recent public activity

  1. comment
    Comment #40679326

    For those like me confused how opensource.net is related to opensource.org from their about link: > OpenSource.net launched in response to the halt of Opensource.com operations by …

  2. comment
    Comment #40679319

    From the HN guidelines: > Comments should get more thoughtful and substantive, not less, as a topic gets more divisive. > Please don't post shallow dismissals, especially of other …

  3. comment
    Comment #39011978

    It isn't mysterious. It just doesn't match the vibes of HN. I don't come on HN to see silly jokes. And as you can see by the number of flags this post has received to kill it, it l…

  4. comment
    Comment #39011956

    Still it is not clear why a silly joke needs to be on the front page of HN!

  5. comment
    Comment #38879881

    > Iceland was a very poor country for most people other than a few well off in the fishing industry. Very insightful. I had no clue this was the case. Is there any published list s…

  6. comment
    Comment #38878665

    Tell us more about your project! Did you start it from scratch? Or did you use another opensource app as starting point and developed it further for yourself? What language is your…

  7. comment
    Comment #38878565

    Thanks for clearing up my confusion! That comment makes total sense now and not as baffling as it first looked.

  8. comment
    Comment #38878047

    > What if you have never cooked at home but all the time in a commercial kitchen? That's the reality for most of us here so it is a bit difficult to relate to this article. Really?…

  9. story
  10. story
  11. story
  12. comment
    Comment #38842756

    But the OP is talking about creating a new blog (a website that has a collection of blog posts).

  13. comment
    Comment #38771106

    > As noted in another comment, some of this can be attributed to manufacturing being done elsewhere This is an excellent point. Are there reports similar to TFA that accounts for t…

  14. comment
    Comment #38697595

    > The current Remembrance Agent uses the Savant information retrieval system developed in-house by the Jan Nelson and Bradley Rhodes. The Remembrance Agent runs through emacs, a po…

  15. story
    Ask HN: How do HN posters find interesting links?

    The post about The Borsuk-Ulam Explorer made me ask this question. If someone had not posted that link I'd have never discovered that cool link. But thanks to HN now I know it exis…

  16. comment
    Comment #38652867

    > Who made this? > Colin Cotter (Imperial College, London) and Julius Ross (University of Illinois at Chicago, supported by NSF-DMS 1749447). You can provide feedback, or access th…

  17. comment
    Comment #38640783

    Is it a common practice to commit dependencies into the project repo? If so what type of projects do that?

  18. comment
    Comment #38630607

    > still don’t have contents insurance (a hangover from poverty, I just wasn’t in the habit of insuring things and now keep putting it off, because paperwork terrifies me) The autho…

  19. comment
    Comment #38447798

    Anyone has got a similar list for single file software tools that are not libs? Something end users can use directly?

  20. story
    Ask HN: Examples of nice open source software that are written as single file?

    Are there examples nice open source software or tools that are written as single file? These could be big or small projects but it needs to fit in a single file of source code. Lik…

  21. story
    Ask HN: Name names and thank open source maintainers of small projects!

    Are there some small open source projects you really love? Take some time to thank the maintainers today. If they have a discussion forum where they welcome feedback, go thank them…

  22. comment
    Comment #38392578

    Is there a service that actually gives MP3 downloads? Call me old fashioned but I'll happily pay for a service that actually gives me MP3 files that I can download and keep offline…

  23. story
  24. comment
    Comment #38379272

    > In many years of coding C++, very rarely I experienced a stack overflow or segmentation fault. It is literally not an issue in every codebase I have worked with. Is this true for…

  25. comment
    Comment #38379144

    A few things I've found notoriously difficult to do in C++: 1. Add two signed 64-bit integers without overflowing on either side (negative or positive) and without using 128-bit in…