Live data from Hacker News

Viewing profile — choudanu4

choudanu4

HN member
Joined
Sat, Apr 11, 2015, 11:40 PM UTC
HN karma
68
Public activity
35 items

About choudanu4

No profile information was provided.

Recent public activity

  1. comment
    Comment #30826750

    Can Wachy be used to trace kernel code as well? And would you need to do anything specific to get that to work? (How would Wachy find the kernel sources?) I was thinking this would…

  2. comment
    Comment #21621464

    Since you seem to know, what company would one go to for fabricating a 500nm chip these days at that price?

  3. comment
    Comment #21415275

    Does the PhantomData type in Rust do what you want? Or are you talking about something slightly different? https://doc.rust-lang.org/nomicon/phantom-data.html https://doc.rust-lang…

  4. comment
    Comment #20155205

    AMD’s primary advertised improvement here is the use of a TAGE predictor, although it is only used for non-L1 fetches. This might not sound too impressive: AMD is still using a has…

  5. comment
    Comment #18172637

    Does anyone know where I could get more information on Tools?

  6. comment
    Comment #17645183

    Yes, but for the previous few generations of transistor manufacturing, transistors' power consumption has not scaled down as well as their size. This is known as the failure of Den…

  7. comment
    Comment #16860177

    But I was under the impression that Linux isn't suitable as a real-time operating system (RTOS)[1] (which Microsoft may very well not require for their IoT systems). So the Linux F…

  8. story
  9. comment
  10. comment
    Comment #14622825

    I was under the impression that the previous discussion got flagged because it was behind a paywall. Don't despair, I think we do care. :)

  11. comment
    Comment #14599124

    Neural networks aside, machine learning is often used for implementing prediction mechanisms in CPUs. Good examples of prediction mechanisms are: - Branch Predictor - Cache Replace…

  12. comment
    Comment #14599032

    They mentioned in the article that the full cache of each die is available. Additionally, EPYC uses the same dies used in Ryzen. I'd look at earlier articles for Ryzen to determine…

  13. comment
    Comment #14148748

    Even when discussing CPU caches, there are policies that can severely outperform LRU, specifically at the Last-Level Cache (LLC). LLCs often are exposed to access streams where the…

  14. comment
    Comment #13925943

    WiFi Direct differs from WiFi Awareness in respect to the presence of the access point. In WiFi direct, there is no access point, and the devices connect directly to each other. Wi…

  15. comment
    Comment #13486963

    I think parametric design could be used here, but to what extent that would be useful, I'm not sure.

  16. comment
    Comment #13268199

    This is an interesting idea that has been explored before in VMS, an old operating system I believe competed with UNIX. VMS had a feature called CLE (Common Language Enviornment) […

  17. comment
    Comment #12812075

    USB-C and USB-3 aren't mutually exclusive. One describes the shape (Type-A, Type-C) of the connector. The other describes the speeds supported by the port (USB2, USB3, USB3.1).

  18. comment
    Comment #12158502

    The raspberry pi 3 only runs in 32-bit mode right now [1]. There is no 64-bit kernel for it currently. [1]: https://www.linux.com/news/raspberry-pi-3-still-essentially-...

  19. comment
    Comment #11973047

    Rip the ISO from the discs, then load them up in Dolphin on your Mac.

  20. comment
    Comment #11551353

    This incorrect. While Gecko is not in its entirety going away, components of Gecko will be replaced with Servo's code. Such is detailed at Servo's roadmap. https://github.com/servo…

  21. comment
    Comment #11338319

    The compiler for Rust still needs work in order to support the partial compiling required for typical IDE.

  22. comment
    Comment #10793546

    Just to clarify, unless you're a student/educator, Fusion360 is only free for 30 days....after that you have to pay.

  23. comment
    Comment #10464665

    Couldn't they force the hardware/software modifications when people go in for yearly inspections?

  24. comment
    Comment #10045215

    Language feature-wise, I think python 3 has very little complained about it. The chief complaints about python I hear are anything to do with packaging software and multi threading…

  25. comment
    Comment #10016585

    Amen, for linux's copy-to-ram! I use the Slitaz distribution on my old Compaq computer from 1999, and wow! Even with only 384 MB of RAM, the system is blazing fast, all thanks to c…