Live data from Hacker News

Viewing profile — okraigher

okraigher

HN member
Joined
Sat, Feb 04, 2023, 9:22 PM UTC
HN karma
4
Public activity
8 items

About okraigher

No profile information was provided.

Recent public activity

  1. comment
    Comment #38305006

    I would not care so much about the definition of open source. My ideal scenario is that code is open, can be improved and reused among commercial and non-commercial endeavors. I al…

  2. comment
    Comment #38304919

    Yes I think it needs to be centralized and aggregated. I am sure many companies realize that they gain value from open source. Thus they are willing to pay something. However they …

  3. comment
    Comment #38302274

    I think an open source compensation system could work similar to how artists are payed when their song is played on the radio. Radio stations in Sweden pay a fee to an organisation…

  4. comment
    Comment #34855866

    Why not use an open source license that requires payment for commercial use? Then technically companies have to pay for their use and should have no problem justifying the expense …

  5. comment
    Comment #34664463

    One thing that makes it so fast is the multi-core analysis of the code. Internally it parses every file in parallel since at the parsing stage there are no dependencies. When it co…

  6. comment
    Comment #34663503

    It depends on what you mean by possible. The vhdl_lang crate solves many hard problems required to do document generation such as parsing, disambiguation and connecting references.…

  7. comment
    Comment #34661725

    What did you lack with GHDL-LS? GHDL is a great open simulator with very good support for VHDL but it was not designed to be a language server.

  8. story
    Show HN: Fast VHDL language server written in Rust

    I want to share a VHDL language server I have written in Rust. It is now in a really good state and is ready to be the daily driver for someone working on VHDL. It is completely fr…