Live data from Hacker News

Viewing profile — yklcs

yklcs

HN member
Joined
Thu, Mar 30, 2023, 12:22 PM UTC
HN karma
49
Public activity
17 items

About yklcs

https://yklcs.com

Recent public activity

  1. comment
    Comment #41729030

    The main selling point of Gaussian Splatting over NeRF-based methods is rendering (and training) speed and efficiency. This does come at the cost of physical correctness as it uses…

  2. story
  3. comment
    Comment #40273649

    I’m using Zed on macOS and like it so far. Only thing I wish they add is remote development like VSCode has. Zed seems to be focusing on collaborative development and the integrate…

  4. comment
    Comment #40129620

    It's mostly an ecosystem thing, being unable to use existing methods. In my experience, research goes something like 1. Milestone paper introducing novel method is published with g…

  5. comment
    Comment #40111003

    I like JAX, and find most of the core functionality as an "accelerated NumPy" great. Ecosystem fragmentation and difficulties in interop make adopting JAX hard though. There's too …

  6. comment
    Comment #39325464

    I've recently started using fountain pens, the Pilot Capless (Vanishing Point) Decimo with Pilot Iroshizuku Shin-kai ink in particular. The Decimo is retractable, making it great f…

  7. comment
    Comment #39197083

    What would you consider to be a “safe” TLD? I imagine most ccTLDs are off the table, and even a lot of the gTLDs are shady, so .com/.org/.net?

  8. comment
    Comment #38910032

    CPP needs to run after lexing, and integer constant expressions need to be parsed and interpreted for #if. So I'm trying to implement my own since I'm already doing lexing/parsing/…

  9. comment
    Comment #38906058

    I've been working on a C compiler with the goal of ANSI C compliance, and most of the projects described as a "C compiler" seem to only support an arbitrary subset of C. This proje…

  10. comment
    Comment #38563926

    I’m stuck with PVS-7s and 14s. The nerd part of me is amazed looking at the stars with them, but the soldier part of me is frustrated having to move with them. I can’t imagine havi…

  11. comment
    Comment #38199517

    Korean versions of the article have more details. He was from a robot maintenance company visiting the factory to perform a software update. He was working on the robot alone and c…

  12. comment
    Comment #38149237

    I wrote a short blog post[1] on this method a while ago. I do think running WASM in embedded runtimes is a pretty good option, but overhead remains high, and WASI remains somewhat …

  13. comment
    Comment #37894608

    It’s a bit rough around the edges, but I implemented my own for the web in JS: https://yklcs.com/coverflow Mine’s a bit different from the actual one as I had to reverse engineer t…

  14. story
  15. comment
    Comment #37754103

    I’ve tried out some work on generating vector fonts too, in the format of Bezier curves and a seq2seq model. The problem was that fonts outputted by ML models were imprecise. Lines…

  16. comment
    Comment #36561304

    Using WASM for things requiring low IO and high compute that are traditionally written in C/C++ makes a lot of sense to me. Image codecs are an example and native implementations f…

  17. comment
    Comment #35371741

    Since this is an npmjs problem, I wonder if a CAPTCHA requiring the uploader to solve a JS programming problem could work. Something hard for spammers to solve just by googling – w…