Live data from Hacker News

Viewing profile — tkinom

tkinom

HN member
Joined
Mon, Apr 07, 2014, 3:13 PM UTC
HN karma
485
Public activity
313 items

About tkinom

tkinom.lee@gmail.com

Recent public activity

  1. comment
    Comment #48101500

    Implemented my own specialized memory allocator 26+ yrs ago. (Y2K timeframe) Probably older than the most of the CMU students :-( Use pre-allocated pools with array of indexes, fre…

  2. comment
    Comment #46270756

    Can we design something like virustotal setup? ( https://en.wikipedia.org/wiki/VirusTotal ) NPM setup similar dl_files_security_sigs.db .database for all downloaded files from npm …

  3. comment
    Comment #34268782

    As Dr. Ian Malcolm said it: “Your scientists were so preoccupied with whether they could, they didn’t stop to think if they should.”

  4. comment
    Comment #34266566

    About right, did it two years ago with 2 Sockets, 128Cores (64 core per socket), 256 Threads 2 Epyc Motherboard with 1TB DDR4. Build Kernel < 90 seconds. Should be faster nowadays.…

  5. comment
    Comment #34266460

    Another idea for them: Walkatron for NFTs token for "....." causes....

  6. comment
    Comment #34210400

    RPi+ Yolo can do real time object recognition of cluster Tank, Trucks, BMP from orbit. A service with real time streams of those objects + GPS data info directly from starlink for …

  7. comment
    Comment #34203469

    Love to see a container environment that can monitor Monitor and log all outgoing network connection requests.... Monitor and log all critical file/directory access such as /etc/* …

  8. comment
    Comment #32065354

    There should be some post post-processing algorithms that can remove/clean hex elements, right?

  9. comment
    Comment #31570242

    NV21? https://www.phoronix.com/scan.php?page=news_item&px=Radeon-R...

  10. comment
    Comment #31470658

    Got Honda Clarity PHEV since 2018. Loving it so far. It is 48 miles E range. I need ~36 for round trip daily commute. Charging at work is free. I remember only fuel up only 3 times…

  11. comment
    Comment #30652525

    Fog of war.

  12. comment
    Comment #30433753

    I have written time series logging db with sqlite believe that approach has following advantages: System performance scales well with latest SSD HW. As compare to cloud base approa…

  13. comment
    Comment #30351308

    One can easily cut the zip-tie, search and re-zip it again, right?

  14. comment
    Comment #30110491

    Start by tracing exist open source Intel/AMD driver in linux: Can be for old laptop (T420, etc with Intel GPU/Driver.) Use FTRACE in kernel. Setup ebpf trace for GPU acitivies. Wri…

  15. comment
    Comment #29797000

    Love to see compiler benchmark (compile firefox, chrome) on this vs system with EPYC 64C/128T or 128C/256T.

  16. comment
    Comment #29796947

    Name the project "SETI@PI"?

  17. comment
    Comment #29586773

    Religion can help? - I have a Mormon co-worker. They have 8 kids. Move whole family to Japan. Told me that every time they came home to US they took a row in the wide body Jet.

  18. comment
    Comment #29435236

    I love the fact they can convince VC to spend $80mil to try this. 20 year ago, most of space experts probably laugh at SpaceX for even trying to reuse the rocket by landing it back…

  19. comment
    Comment #28936336

    Old Programming Languages never die, they just fade away.

  20. comment
    Comment #28845203

    For anyone who like to hack legally and ethically, check out https://www.hackerone.com/ . If you're very good at hacking devices, software, networks, etc, companies will pay bounti…

  21. comment
    Comment #28767873

    Commander BGP (aka DATA) entered the "sleep" command. The faceborgs found they can't enter building, connect to the collectives or take over the Galaxy.

  22. comment
    Comment #28753896

    Instead develop a system to auto upgrade users to latest release with security patches like iOS, G is focusing on the tweaking icon/layout with a new "(im)material design".

  23. comment
    Comment #28545903

    For the few folks that doesn't live in SF, maybe?

  24. comment
    Comment #28332940

    In 2-5 years, US/Japan/UK can/will block every single silicon build with "ARM China" IP for "ARM China" without any IP license / Interop tests for USB4, PCIe gen4,5,6, LPDDR5,6 etc…

  25. comment
    Comment #28285338

    Another way to learn how the kernel module work is by tracing the kernel code.. Learn about FTRACE - https://jvns.ca/blog/2017/03/19/getting-started-with-ftrace/ Use ftrace to trac…