Live data from Hacker News

Viewing profile — tonyplee

tonyplee

HN member
Joined
Wed, Dec 14, 2011, 11:39 AM UTC
HN karma
237
Public activity
192 items

About tonyplee

No profile information was provided.

Recent public activity

  1. comment
    Comment #47066058

    If both sides of your ssh tunnel (pub,private keys) are under your control, in theory, that's "zero trust". Unless one considers the meta data such as src/dest IP are visible to Ta…

  2. comment
    Comment #46707536

    Works for me too 145/Windows - default settings. Very cool project. Thanks!!!

  3. comment
    Comment #46696061

    Maybe: if PCIe device in on BDF 00AA:BB:00, create the proxy device on 00AA:BB:01 and the typical PCIe utils that talk to default 00AA:BB:00 will stead be config to talk to 00AA:BB…

  4. comment
    Comment #46693256

    Can one make a PCIe analyzer out of your code base by proxy all transactions thru a virtual PCIem driver to a real driver?

  5. comment
    Comment #46635874

    files in https://github.com/stepandel/chroma-explorer/tree/master/src are .tsx (typescipt) code.

  6. comment
    Comment #46634302

    [flagged]

  7. comment
    Comment #46603481

    https://www.youtube.com/watch?v=wAIzlGwEAO0&t=300s This seems provide instruction on that. There are a lot of other yt videos on this topic.

  8. comment
    Comment #46515806

    Wonder if it is better to create separate localized app download such as gmail-japanese, etc.

  9. comment
    Comment #46513835

    Love to see an AI agent to auto transpile C (sqlite, apache, nginx, mariadb, etc) into rust and run all the regression associated tests and perf benchmarks and produce report on th…

  10. comment
    Comment #46319016

    Any good options for wifi/wire gateway (opensource) that can filter and block spying?

  11. comment
    Comment #46318500

    If you do any npm install, pip install ..., docker pull ... / docker run ... , etc in linux. It is very easy to get compromise. I did docker pull a few times base on some webpost (…

  12. comment
    Comment #45825471

    The feels like JS -> TS type of change on JS side, except that was done with transpiler (sp ? ).

  13. story
    Ask HN: Should LLM be able to translate C to rust as easy as English to Japanese

    Tried that on Google's AI and gpt-oss with few models locally, the answers was not as good and I expect. Any idea on why? Not enough training materials over all?

  14. comment
    Comment #45813587

    Would be cool if he adds a session on how to hack distributed system in 1988...

  15. comment
    Comment #45606033

    Are there any researches/works/agents into use LLM to auto covert some/all C code to Rust? Ask LLM to generate rust code from chat, usb, i2c, GPU drivers - build and test it automa…

  16. comment
    Comment #14651062

    Wonder if they manage to disable the UK's Trident Nuclear Submarine this time. "Windows for Warship" https://en.wikipedia.org/wiki/Submarine_Command_System "Want to Nuke someone, p…

  17. comment
    Comment #14592233

    Part of the reason probably more biz related. CEO/CFO of Intel looked at the balance sheet every Quarters and make decision if they should continue to invest in ARM SOC (A few year…

  18. comment
    Comment #14564414

    It looks like this is putting 4 8 cores chips on the same package to scale up the cores counts, etc. What are some of the technical limit to if AMD to 2, 4, 8x this approach? Only …

  19. comment
    Comment #13363244

    "Jack of all trades, master of none" is probably not a good way to increase share holder value.

  20. comment
    Comment #13363151

    Sounds more like H-1B is just 21st century legal mean for the company to chain down those employees (like indentured servants of the past).

  21. comment
  22. comment
    Comment #13356701

    This also gives interesting overview of SDN, NFV, scale inside google data center. https://www.youtube.com/watch?v=vMgZ_BdipYw

  23. comment
    Comment #13345031

    DOS is a acquired product, for $50k? :-) They only finally disable cmd.exe in the latest update. .bat files still run.

  24. comment
    Comment #13312618

    According on this: http://kyokojap.myweb.hinet.net/gpu_gflops/ There were multiple factors of improvements in speed in the GPU inside last few generation of Intel CPU. Unfortunatel…

  25. comment
    Comment #13312463

    Just challenge the promoter to rewrite a c++ base program in their new favorite method, paradigm. For example, the author of this paper can try to rewrite the google chrome browser…