Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cristeigabriel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
What do those CPUID VM checks do anyway?
(gist.github.com)
1 points
by
cristeigabriel
2y ago
|
0 comments
2.
▲
by
cristeigabriel
3y ago
What a bullshit response.
3.
▲
by
cristeigabriel
3y ago
And we help them out for their own sake, so that they can live a life of their own eventually.
4.
▲
by
cristeigabriel
3y ago
I think you forget the fact that his son has 0 ability for self-preservance. In some cases, we may make things that have no chance to exist on their own, persist, but in this case, what does it serve, but our own selfishness?
5.
▲
by
cristeigabriel
3y ago
I believe it's selfish to keep somebody going when they have absolutely 0 ability for self-maintenance.
6.
▲
by
cristeigabriel
3y ago
Seconded. For reference, I have experience with this kind of scenario first hand (helping care, and living with, somebody with dementia combined with complete immobility and many other things making the quality of life for absolutely everyb
7.
▲
by
cristeigabriel
3y ago
The questions would come from reading a paper in particular. Have a question? Ask away. That's how I'd use it personally.
8.
▲
by
cristeigabriel
3y ago
I am aware. I am asserting the distinction there.
9.
▲
by
cristeigabriel
3y ago
Since words have to mean stuff, I would definitely call it immediate mode, it's not trivial at all to hack a generic retained mode UI library into being as flexible to what's on screen as ImGui. A generic retained mode design woul
10.
▲
by
cristeigabriel
3y ago
It does require some state in the back for everything to work as it does.
11.
▲
by
cristeigabriel
3y ago
I think it fits, Dear ImGui is the most popular immediate mode GUI, and it's what most people think of when they hear "imgui" even though I've seen people shorten "immediate mode GUI" to "imgui" too.
12.
▲
by
cristeigabriel
3y ago
ImGui supports multiple text rasterizers.
13.
▲
by
cristeigabriel
3y ago
Egui is not the "Rust version" of ImGui. There's libraries which allow for ImGui in other languages by applying the hourglass pattern first (making a C api for the C++ api), to allow for the creation of bindings, since most
14.
▲
by
cristeigabriel
3y ago
I believe you mean the (general) transparency of state? But yes, that's quite great when you're getting stuff together quickly. It's even used for more serious stuff, where immediate mode is a necessity.
15.
▲
by
cristeigabriel
3y ago
Seconded!:)
16.
▲
Ask HN: I mastered a trade, how do I keep that up while working towards another?
2 points
by
cristeigabriel
3y ago
|
1 comments
17.
▲
by
cristeigabriel
3y ago
Do you have something like exceptions and segments? Itd be cool if it didn't IMO (besides for permission situations, I guess)
18.
▲
by
cristeigabriel
3y ago
So lovely!
19.
▲
by
cristeigabriel
3y ago
Thanks for sharing!
20.
▲
by
cristeigabriel
3y ago
It makes sense, it's a perfect advertisement of their superiority.
21.
▲
by
cristeigabriel
3y ago
Very nice. A parallel, I've been working on an emulator project recently, implementing my own disassembler, and I keep thinking about how I would turn patterns of machine code into a generalized form, which could then be turned into so
22.
▲
by
cristeigabriel
3y ago
To advertise "finesse of macOS", you should deliver on that
23.
▲
by
cristeigabriel
3y ago
Whilst I agree, it was just a development on what I perceive to be their vision. I address this particular point in another comment in this comment thread.
24.
▲
by
cristeigabriel
3y ago
Sure, but I don't think that is the issue here.
25.
▲
by
cristeigabriel
3y ago
I think there is a critical error in the judgement you make here, we can see that they advertise[0] the finesse of macOS. But what does this really mean? Let's think about it. But before that, they clearly must be aware that... it'
26.
▲
by
cristeigabriel
3y ago
It just looks bad. You want to be MacOS? Actually go and copy it, as close to pixel perfect as you fancy. I've personally experimented with replicating UIs using just a "device" object to a graphical API, so I know very well
27.
▲
by
cristeigabriel
3y ago
Maybe Grammarly doesn't work for Chromium? (guessing)
28.
▲
by
cristeigabriel
3y ago
If Chrome is able to generate a crash-report, nothing would prevent you to intercept it. > Unfortunately, with access to neither the Chrome source code [...] I mean, it's still very possible to debug (especially with the fact in min
29.
▲
by
cristeigabriel
3y ago
`&&` and `||` are very well defined (for the better part, there's languages where `||` does more than just Logical OR.), this double-not hack is just a hack, and can be achieved in many more ways. Stop trying to be obfuscatingl
30.
▲
by
cristeigabriel
3y ago
This is not the same at all. What OP does is a *hack* to convert some arbitrary value to a number. This should be very explicit, to avoid having 9999999999999999999999999999999999 and 1 more way to do the same thing.
More ›