Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
choudanu4
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
choudanu4
4y ago
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 be pretty cool to use for debugging device drivers on embed
2.
▲
by
choudanu4
7y ago
Since you seem to know, what company would one go to for fabricating a 500nm chip these days at that price?
3.
▲
by
choudanu4
7y ago
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.org/std/marker&#
4.
▲
by
choudanu4
7y ago
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 hashed perceptron prefetch engine for L1 fetches, which is goi
5.
▲
by
choudanu4
8y ago
Does anyone know where I could get more information on Tools?
6.
▲
by
choudanu4
8y ago
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 Dennard Scaling[0]. [0] https://en.wikipedia.or
7.
▲
by
choudanu4
8y ago
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 Foundation providing an alternative free kernel meeting
8.
▲
Language-based System
(en.wikipedia.org)
1 points
by
choudanu4
9y ago
|
0 comments
9.
▲
by
choudanu4
9y ago
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. :)
10.
▲
by
choudanu4
9y ago
Neural networks aside, machine learning is often used for implementing prediction mechanisms in CPUs. Good examples of prediction mechanisms are: - Branch Predictor - Cache Replacement Policy - Memory Prefetcher - Schedulers
11.
▲
by
choudanu4
9y ago
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 latencies within a single die. So for whatever cores a
12.
▲
by
choudanu4
9y ago
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 temporal locality (which is the assumption that makes LRU g
13.
▲
by
choudanu4
10y ago
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. With WiFi Awareness, an access point serves as a middle-man, b
14.
▲
by
choudanu4
10y ago
I think parametric design could be used here, but to what extent that would be useful, I'm not sure.
15.
▲
by
choudanu4
10y ago
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) [1] which defined calling conventions for computing primitive
16.
▲
by
choudanu4
10y ago
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).
17.
▲
by
choudanu4
10y ago
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-...
18.
▲
by
choudanu4
10y ago
Rip the ISO from the discs, then load them up in Dolphin on your Mac.
19.
▲
by
choudanu4
10y ago
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/servo/wiki/Roadma
20.
▲
by
choudanu4
10y ago
The compiler for Rust still needs work in order to support the partial compiling required for typical IDE.
21.
▲
by
choudanu4
11y ago
Just to clarify, unless you're a student/educator, Fusion360 is only free for 30 days....after that you have to pay.
22.
▲
by
choudanu4
11y ago
Couldn't they force the hardware/software modifications when people go in for yearly inspections?
23.
▲
by
choudanu4
11y ago
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 the second of which will hopefully be fixed by 3.7. Obvious
24.
▲
by
choudanu4
11y ago
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 copy-to-ram!
25.
▲
by
choudanu4
11y ago
To be clear, all this data sharing is on by default, but all the settings to turn this data sharing off do exist, they're just buried in settings (as they should be). Indeed, cutting ties with google is quite possible (just don't
26.
▲
by
choudanu4
11y ago
Or an alternative option that requires less work: A list of the objectionable features and how to turn them off in one place? An app would be quite a lot of work, but a reputable, single bulletin with the info would help greatly. That way
27.
▲
by
choudanu4
11y ago
The security researcher who was interviewed was not able to garner how the malware gets in as that would require breaking into the infected systems, which he was not prepared to do (as it would be illegal). The entire podcast was simply sta
28.
▲
by
choudanu4
11y ago
Is there any repository of knowledge for learning these best practices?
29.
▲
by
choudanu4
11y ago
Would anyone familiar with the various qualities of FPGA boards care to weigh in on how to pick a good development board for this project? I personally know nothing about FPGA specs. Additionally, the first blog post in this series can be f
30.
▲
by
choudanu4
11y ago
Considering the philosophy of Python, how likely is it that this idea of return/parameter independence be introduced into the language (via a PEP or whatnot)?
More ›