Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
epilys
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
epilys
4mo ago
Hi Rain, have you considered fuzzing? and if not, why? (Thanks for cargo-nextest btw!)
2.
▲
by
epilys
4mo ago
> However, I haven’t found any such cards for Greek characters, so I think mine are the first in Greek. Huh? A simple web search shows many, many, many results.
3.
▲
Long branches in compilers, assemblers, and linkers
(maskray.me)
5 points
by
epilys
8mo ago
|
0 comments
4.
▲
by
epilys
9mo ago
(2021). Keep in mind that TCG API and internals have no stable guarantees, so if you cross-reference with current QEMU code you are bound to find differences.
5.
▲
by
epilys
1y ago
Seconding the other comments that recommend architecture manuals and guides. For Aarch64, Arm's official guide is pretty good https://developer.arm.com/documentation/102142/latest/
6.
▲
by
epilys
1y ago
Very little free time unfortunately... Haven't spent many hours on this project.
7.
▲
by
epilys
1y ago
Writing a JIT and a disassembler are completely separate topics than emulating a system, don't you agree? :D (The article only talks about structuring a system emulator.) The disassembler is my next step, since it's the easiest to
8.
▲
by
epilys
1y ago
Yes! I also started with using vm_memory traits in the beginning but delayed it till I refactor my memory subsystem. When we get that in upstream QEMU it might be possible to share this implementation as well as future devices.
9.
▲
by
epilys
1y ago
Yes, it's possible and supported. QEMU can emulate an aarch64 system, and Google provides aarch64 Android builds for virtual machines specifically, called "Cuttlefish". Search for keywords "Android Cuttlefish QEMU"
10.
▲
Show HN: Emulating aarch64 in software using JIT compilation and Rust
(pitsidianak.is)
2 points
by
epilys
1y ago
|
0 comments
11.
▲
by
epilys
1y ago
The only book I have that came with a barf bag. More books should do this.
12.
▲
by
epilys
1y ago
I agree it depends on the writer and their cultural and educational background. Another example is Thucydides (which as also a native Greek speaker, find funny that anglophones pronounce as Thoo-see-dee-dees, but I digress). Thucydides was
13.
▲
by
epilys
2y ago
First published in the Metropolitan Museum Journal, vol. 56, 2021, pp.160-73. This study focuses on artist-designed frames at the end of the 19th century, many of which are preserved in the Havemeyer collection at the Metropolitan Museum, w
14.
▲
What has case distinction but is neither uppercase nor lowercase?
(devblogs.microsoft.com)
18 points
by
epilys
2y ago
|
4 comments
15.
▲
The Pixel Aesthetic (2017)
(alexhw.com)
2 points
by
epilys
2y ago
|
0 comments
16.
▲
by
epilys
2y ago
Closeup photo of the collar/neck part: https://www.ancientworldmagazine.com/site/assets/files/2766/...
17.
▲
by
epilys
2y ago
You are mixing up two concepts here, that of the domesticated species and the domesticated individual animal. The article talks about the former. The latter means taming an individual of a species. Dogs are by definition domesticated wolves
18.
▲
by
epilys
2y ago
Erlang was implemented in Prolog and ran on top of it (as a prolog DSL? Not sure to be honest.), until the workloads increased and they switched to a VM model (the BEAM).
19.
▲
by
epilys
2y ago
To add to other comments, a positive thing with Latin and Greek jargon is that it's not intentionally obtuse, but a combination of stem words aiming to make up literal terms. Anesthesia for example means literally "not feeling&quo
20.
▲
Chime Design and Build
(leehite.org)
89 points
by
epilys
2y ago
|
4 comments
21.
▲
by
epilys
2y ago
It's basically allowing you to use the vulkan API on the virtualized guest, by writing vulkan API commands in a ring buffer in memory that is visible both by guest and host. These memory regions are only alive and accessible as long as
22.
▲
by
epilys
2y ago
I'm sorry for your loss. I'm not a medical practitioner but it sounds like the experience triggered a psychotic "break" in your friend? It's a sad but real possibility with psychedelics that more people should be aw
23.
▲
by
epilys
2y ago
Where do you think you are, right now? This is a *link* aggregator.
24.
▲
by
epilys
2y ago
virtio-gpu with vulkan command passthrough to host, https://docs.mesa3d.org/drivers/venus.html
25.
▲
by
epilys
2y ago
Temporarily embarrassed feudal lords.
26.
▲
by
epilys
2y ago
Tolkien (or his son Christopher) had said that names are meant to be unique in this world. See the matter of Glorfindel.
27.
▲
by
epilys
2y ago
An inconsistency Tolkien "solved" is most notably Glorfindel. The name was used twice in early drafts so he decided to merge those two persons even though they appears eras apart, and the first one had died. He did it by introduci
28.
▲
by
epilys
2y ago
I've been writing a new mailing lists manager on and off over the years. Deliverability and failure tolerance and recovery scare me a lot regarding mailing lists. My project is by no means ready for production but people interested to
29.
▲
by
epilys
3y ago
The intricate matter of the name of the Greeks :) To be pedantic, the soldiers might have probably said Hellenes, not Greek (γραικοί). But Roman was also a common ethnonym back then, used by the Ottoman society. In Greek (Helleneke) it was
30.
▲
by
epilys
3y ago
What is osquery? osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as runnin
More ›