Live data from Hacker News

Viewing profile — abraxaz

abraxaz

HN member
Joined
Wed, Jul 10, 2019, 4:40 PM UTC
HN karma
248
Public activity
53 items

About abraxaz

No profile information was provided.

Recent public activity

  1. comment
    Comment #32037744

    Nice graph, have you considered making it a directed graph, and also assigning more explicit semantic meaning to the edges? So for example, using turtle syntax [1], instead of http…

  2. comment
    Comment #31855338

    This is an incredibly useful swiss-army-knife like tool. I have similarly found rclone to be quite useful. I'm wondering if people know of more tools of similar nature than rclone …

  3. story
  4. story
  5. comment
    Comment #31785417

    > it's pretty difficult to build One ELN to Rule Them All given how flexible many kinds of biological experimental designs are - especially when you're working on the bleeding edge…

  6. comment
    Comment #31417804

    A place to start looking may be the OWL primer ( https://www.w3.org/TR/owl2-primer/ ) and the RDF primer ( https://www.w3.org/TR/rdf11-primer/ ) Other resources: https://github.com…

  7. comment
    Comment #31416144

    > Ok, fine. But I'm not sure how this helps if you have six different systems with six different definitions of a customer, and more importantly, different relationships between cu…

  8. comment
    Comment #31416103

    To pile on a bit here, JSON-LD is based on RDF, which is an abstract syntax for data as semantic triples (i.e. RDF statements), there is also RDF* which is in development which ext…

  9. story
  10. comment
    Comment #29339699

    > If you want to 'protect' FOSS projects you care about, take some time to find out what help is useful to the maintainers and contribute towards items that make sense to you. Join…

  11. comment
  12. comment
    Comment #29162174

    > NFTs do solve a problem, and the problem that they solve is that creatives are getting paid for their creative output. This has been happening for 1000s of years already before N…

  13. comment
  14. comment
    Comment #29082078

    Conan can be made to do what homebrew does with minimal effort, I have written some convenience wrappers around it which makes it slightly easier to use for this use case, you can …

  15. comment
  16. comment
    Comment #27603731

    Last I checked mix-n-match was using CSV, while this is okay, it still would be nicer to have direct RDF ingestion. And yes, I realize the reason why Wikidata does not have it, but…

  17. comment
    Comment #27603366

    > I’ve been considering using it for some projects, but the main thing that’s keeping me away is the concern that some moderator will decide that my data doesn’t fit and remove it.…

  18. comment
    Comment #27577722

    Can the database be exported somehow?

  19. comment
    Comment #27577705

    OWL for data model and RDF for data would work well for it, though I don't know if that is what they use. Compare for example: - Atelestite on mindat: https://www.mindat.org/min-40…

  20. comment
    Comment #27518967

    Thanks for the tip.

  21. comment
    Comment #27515874

    Can't see how, and this seems to suggest this functionality is not implemented yet: https://github.com/cuelang/cue/discussions/663 Mind sharing a reference?

  22. comment
    Comment #27512926

    Is there any plans to support model generation in future as can be done with JSON schema through something like https://github.com/quicktype/quicktype ?

  23. comment
    Comment #27205668

    You don't have to use neo4j or any graph database to use RDF. It is just your current model seems very graph based and actually not that difficult to map to RDF, it would likely be…

  24. comment
    Comment #27202619

    Is there a reason why you did not use rdf for representation and some rdf aware encoding like jsonld for serialization? Would be significantly easier for others to work with, could…

  25. story