Viewing profile — merlish
merlish
HN member- Joined
- Mon, Apr 23, 2012, 4:06 PM UTC
- HN karma
- 139
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About merlish
No profile information was provided.
Recent public activity
-
comment
Comment #35466912
For a user to correctly answer a permissions dialog, they need to learn programming and read all the source code of the application. To say nothing of the negative effects of permi…
-
comment
Comment #17896299
You'd be better off believing neither, but taking the participants' stories as what they believe happened. Then drawing your own conclusions. (Sorry, not picking on you in particul…
-
comment
Comment #17896279
Sure, and these are good points, but they solve a problem far less interesting than the real problem. Of the (let's guess) 60 people telling Wil to go do one, up to about half[1] m…
-
comment
Comment #17142595
Ah, never mind! It's a simple 56-step opt out process: https://www.voxmedia.com/pages/cookie-policy#your-cookie-cho...
-
comment
Comment #17142530
Yes - but never mind the requests, what's up with that "GDPR bar"? Where's the 'No, I do not want you to do this' button?
-
comment
Comment #16947175
How do you implement co-operative multitasking in WebAssembly? Do you have to analyze the source program & know where every possible call to a yield is, and store all resulting suf…
-
comment
Comment #16947144
I managed to log in, but the system is pretty barebones. Trying to change or apply for a new banking product just takes you to a help page saying the ability to do this is 'Coming …
-
comment
Comment #16809442
They're planning both. Reference counting/bump pointer allocation in-frame for temp stuff & no GC & manual memory management for the upcoming high-performance restricted C# subset …
-
comment
Comment #16778685
The gist contains a 2018 update section at the bottom...
-
comment
Comment #16778683
The article has additions up to 2018 as additional sections.
-
comment
Comment #16528978
To add (baseless) speculation to the mix, I think it's more NIH than GPLv3 concerns...
-
comment
Comment #16352822
There should be a link on the page. I started binding it to C# over Christmas out of frustration of one not existing, and someone else quickly picked it up and made a cleaner bindi…
-
comment
Comment #16352817
That would be a bit inaccurate though - the core library doesn't have a backend. The example you found e.g. implements an OpenGL backend. It doesn't reference any external librarie…
-
comment
Comment #16352764
The point of single-file header libraries is that generally they are relatively small, and do not rely on linking with other libraries (outside the C runtime).
-
comment
Comment #16252281
I guess you could have just read a lot of books. I don't know if libraries are being closed down in the US, but that's happening a lot now in the UK for cost saving reasons/due to …
-
comment
Comment #15969695
And so, XUL is returned to the TLA pool. Anyone got any claims for what XUL should mean now?
-
comment
Comment #15686365
I think the expectation the Go lot have been working towards is the expectation that individual pauses are very short. Contrast to a Java server GC, aiming towards overall efficien…
-
comment
Comment #15686354
Interesting! IMO it showed that garbage collection isn't some silver bullet (of course), but that with a kick to a quite coarse control it's possible to achieve very good performan…
-
comment
Comment #15680553
It sucks that it's gone - it took me months to retrain my muscle memory to stop using backspace - but I've definitely accidentally navigated back from a form before. I've adjusted.…
-
comment
Comment #15680533
Wow! I honestly thought they were references to the Church of SubGenius and Discordianism respectively. Odd how the names still make sense when viewed with the hacker sense of humo…
-
comment
Comment #15601994
I actually really want to know how Discord does it. Do they actually use the DOM, or just draw everything themselves? Honestly, anyone who hasn't used Discord, I'd recommend instal…
-
comment
Comment #15601924
Re. a single editor: The constant, never-ending search for The Perfect Editor :)
-
comment
Comment #15507204
This sounds like amazing news. LuaJIT being given a future direction by people who know what they're doing & have additional bright ideas to add, funded by Cloudflare. I mean... wo…
-
comment
Comment #14059404
For ShutUp10 at least (and probably the others): Yes. Microsoft resets settings when updates happen. The application explicitly warns you about this. And indeed, I ran the applicat…
-
comment
Comment #13906733
That's very good to know! My current project is pretty insensitive to performance, but that's definitely useful info for the future.