Live data from Hacker News

Viewing profile — gyf304

gyf304

HN member
Joined
Wed, Dec 30, 2020, 12:10 PM UTC
HN karma
453
Public activity
37 items

About gyf304

No profile information was provided.

Recent public activity

  1. comment
    Comment #48079946

    That’s a thing as well in some US states called duty to retreat.

  2. comment
    Comment #45066726

    Look great, a few nits: - For the convert page, the tool seems to conflate codec and container format. For example, for MKV option, the tool specifies libx264, when MKV is capable …

  3. comment
    Comment #44188554

    It’s worth noting that this same restriction of not being able to do perspective transformations is also one of the defining characteristics of PlayStation 1 graphics. And the work…

  4. comment
    Comment #42050829

    I made something that achieved similar results with existing technologies by abusing STUN/TURN. It does not handle discovery but it does allow local communication without a server.…

  5. comment
    Comment #41199587

    If you want to index HTML documents using SQLite FTS5, I have a HTML (pseudo) tokenizer plugin https://github.com/gyf304/sqlite3-fts5-html

  6. story
  7. comment
    Comment #40610714

    I usually copy the built library from a Chrome/Chromium installation, saves me from building the library myself.

  8. comment
    Comment #40201742

    This is an awesome solution. I have the 5-bay variant of the same NAS. I decided to put TrueNAS Scale on it using a Samsung USB stick using the internal USB. I chose one that’s wid…

  9. comment
    Comment #40193158

    This is a very neat project that seems to accomplish the same goal and have some extra features.

  10. comment
    Comment #40193146

    * Memory allocation NULL check: this is a bona-fide bug introduced by my refactoring * MAX_FILE_SIZE: I don't think this is true. * skip_until_charset, skip_charset bound check bug…

  11. story
    Show HN: Dotenv, if it is a Unix utility

    I like the idea of using dotenv files, but I dislike having to use different language-specific libraries to read them. To solve this, I created a small utility that lets you prefix…

  12. comment
    Comment #38757424

    The reason I think is that GM is multinational. And while Buick is not doing well in the US, it’s doing very well in China (80%+ of sales of the brand is in China).

  13. comment
    Comment #38476676

    The crosswalk button my city uses has an LED that illuminates if the button was pressed before. It’s a great UX improvement over the ones without the LED.

  14. comment
    Comment #38255545

    Did something very similar years ago - https://blog.yifangu.com/tag/library-occupancy-project/

  15. comment
    Comment #36963551

    Does anyone remember X3D[1] / VRML? X3D is roughly the same concept, 20-some years ago. Here's a hello world for X3D: https://www.web3d.org/x3d/content/examples/Basic/X3dSpecific..…

  16. comment
    Comment #36639453

    Thank you for your reply. Here are my thoughts on your 2 points. (1) Noted. The main graphic emphasizes reporting rate over the delta, in both the axes selection and the ranking - …

  17. comment
    Comment #36634069

    I believe the methodology is flawed. > The business cards displayed the owner’s name and email address and we used fictitious but commonplace male names for each country. This is a…

  18. comment
    Comment #35835790

    I know exactly where this is from. This has been floating around the Chinese Internet for a bit. The repo is originally at https://github.com/wheatup/evil.js but has been made priv…

  19. comment
    Comment #34851650

    Something about the use billiard balls immensely amuses me. I'm impressed.

  20. comment
    Comment #31553642

    Such a device exists and can be bought from Amazon for less than 20 dollars. Keyword USB HDMI Capture.

  21. comment
    Comment #31045977

    We must protect human lives at all costs, even at the cost of human lives. Jokes aside, what we really want to know is that - what are the human lives lost lockdown v.s. no lockdow…

  22. comment
    Comment #26283233

    You can see this line from the log. Using Device : Intel GPU 0.0 Apple M1 OpenCL 1.2 Memory : 10.67 GB (11453251584 B)

  23. comment
    Comment #26283212

    I suspected that as well. Since M1 CPU and GPU shares memory, this also means you really can't do anything else while mining. You can't even scroll a webpage smoothly.

  24. story
  25. comment
    Comment #26270528

    There’s also ZPU. Which is straightforward enough to write an emulator for in an afternoon. https://en.m.wikipedia.org/wiki/ZPU_(microprocessor)