Viewing profile — ingenter
ingenter
HN member- Joined
- Mon, Sep 09, 2013, 8:51 PM UTC
- HN karma
- 601
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About ingenter
No profile information was provided.
Recent public activity
-
comment
Comment #13413810
Here's a list of various image interpolation techniques: - http://www.ifp.illinois.edu/~jyang29/papers/chap1.pdf * Image super-resolution: Historical overview and future challenges…
-
comment
Comment #13229038
Would it be better if GPU drivers could compile open-spec bytecode and upload the result to the GPU to do all of the computation? This way OpenGL may be used as a library, shipped …
-
comment
Comment #13013331
To be fair "React Draft Wysiwyg" is using contenteditable too, but it also builds a full model of the document.
-
comment
Comment #13013234
I just came here to write that I think this is THE right approach for wysiwyg editor. Having a full model of the document tree rather and working from that rather than sanitizing `…
-
comment
Comment #12993761
No, light is not different. If you want to adjust for "red/blue shift", you may use special relativity, and in special relativity you have the conservation of 4-momentum, which wil…
-
comment
Comment #12950259
> What is it that super intelligence is supposed to be able to do that cannot otherwise be done? Find patterns a human would never be able to. Find winning strategies we could not …
-
comment
Comment #12823541
Here's a list of various image interpolation techniques, with similar goal: - http://www.wisdom.weizmann.ac.il/~vision/SingleImageSR.html - http://chiranjivi.tripod.com/EDITut.html…
-
comment
Comment #12701378
From what I see, the only thing that can help with post-mortem debugging is changing the promise so that it doesn't catch the exception when calling the initialiser or handler. You…
-
comment
Comment #12700721
> To make your GC-when-appropriate advice real, one has to show a real implmentation. I haven't tested it closely, but I believe that Rust with this crate: https://github.com/Manis…
-
comment
Comment #12700515
> Your prelude and the followup question is not well-formed. Thank you for your feedback, I appreciate it. > C++ programmers do not have a bias against GC as a specific problem-sol…
-
comment
Comment #12700391
> No program language I am aware of (and I don't claim to know all) are good at saying "GC this 5%, I'll explicitly handle everything else" I haven't used rust in production, but I…
-
comment
Comment #12700329
Do you understand that the linked article, and the talk referenced in the article describe a way to implement garbage collection as a solution to (memory management for) data struc…
-
comment
Comment #12700254
You haven't answered my question. Please re-read it carefully.
-
comment
Comment #12700230
I recently watched Herb Sutter's talk "Leak-Freedom in C++", described in the article [1], and I can't help but notice that C++ community has a strong bias against garbage collecti…
-
comment
Comment #12659666
Because there is always a way to extract the "protected" work. See: https://en.wikipedia.org/wiki/Analog_hole . If you're a photographer, I can always make a screenshot, or record …
-
comment
Comment #12659573
The answer is that it's technologically impossible to prevent third parties from using your work if you publish it. DRM doesn't solve this problem, but claims to do so. As a result…
-
comment
Comment #12612523
Did you think about manufacturing or designing your own ARM CPUs and releasing HDL for the CPU?
-
comment
Comment #12611629
- It has happened, see the comment below (openresolve). - It doesn't solve the problem, unlike other existing solutions for encrypting DNS. - It adds unnecessarily high overhead.
-
comment
Comment #12421318
There is a significant difference between self-driving cars in 1960, flying cars and self-driving cars today. Flying cars are doable, and there are several prototypes of a flying c…
-
comment
Comment #12380514
I had a similar attempt. http://m1el.github.io/jsonht.htm
-
comment
Comment #12358035
I'd like to add a few things: - 1 parsec ~~ 3.26 light years. - pixel coverage ~ angular resolution * distance. pixel coverage ~ 0.1 * AU / (distance / 3.26 light-years)
-
comment
Comment #12357343
> If you're going to use magsails to slow it down, why not use a magsail to get it there? The trip is basically symmetrical. If you launch a strong magnet in interstellar space, it…
-
comment
Comment #12242991
I'm running steam in a systemd container, the main issues were sound and notifications: I don't understand how pulseaudio works, so I had to give share some system directories with…
-
comment
Comment #11954257
> There is theoretical pure black in any modern representation of color. If the term confuses you, you can replaces it with #000000. If the black vs red comparison still confuses y…
-
comment
Comment #11953953
There is no pure black in the real world.