Live data from Hacker News

Viewing profile — link89

link89

HN member
Joined
Thu, Aug 25, 2022, 7:48 AM UTC
HN karma
14
Public activity
13 items

About link89

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #49163256

    AI-generated software is accelerating Shadow IT, putting heavy pressure on internal governance.

  3. comment
    Comment #48440704

    [flagged]

  4. comment
    Comment #47830085

    Object-oriented programming is less of a syntax and more of a philosophy. While Erlang’s syntax belongs to the ML family, its creator, Joe Armstrong, argued that Erlang aligns more…

  5. comment
    Comment #47746675

    And ChatGPT not only taught him how but also told him it was a good idea to do so.

  6. comment
    Comment #45296987

    NVIDIA has started integrating NVLink with the x86 CPU ecosystem. It's possible that NVLink will overcome CXL in this competition, just as CUDA once defeated OpenCL.

  7. story
    Show HN: Sci-parser, a parser for extract data from the unstructured output

    sci-parser is designed for extract data from unstructured output of scientific software. I try to make it as easy as possible, performance is not a top priority for now.

  8. comment
    Comment #40783284

    This programming language reminds me of a lot of meta-language (ML) styles: function overloading based on pattern matching, immutable variables, and using `spawn` keyword for light…

  9. comment
    Comment #34410343

    I have tried both typescript and cue-lang to generate json configuration for a while and I have to say that I prefer typescript to cue-lang, especially after deno provides native s…

  10. story
    Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices

    dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device. dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS…

  11. comment
    Comment #32852014

    It turns your function or class into command line with one line of code. It's based on runtime type inspection so you don't even need to use decorator which most of the command lin…

  12. comment
  13. story
    Show HN: Jenkins-fire-CLI A Jenkins command line tool built with Python-fire

    Jenkins community has provided the offical jenkins-cli.jar but it is not very intuitive to use. So I just create a tiny wrapper for it to make it less noisy by dowlonading the jar …