Hacker News new | past | comments | ask | show | jobs | submit | more mark_edward's comments login

What's the agenda? Why don't you people just say what you think instead of making ominous noises?


Why would you share this story? It really is horrible. Anyway, glad you changed.


From GP's "about me" on HN:

> most of my comments are designed to provoke a response

Nothing to see here. It's likely a bs story.


That's... If I ran a forum that was supposed to be moderated like HN I'd ban someone like that. This is Reddit-tier copy-pasta or YouTube "Social Experiment" garbage.


All my content is my own and original, not "CopyPasta". Thanks for your value judgement on my creative works in calling my content "garbage".

Why don't you go start your own forum that will be as dull and devoid of any dissenting opinion as yourself?


Wow you certainly read into that. Just because I post provocative things doesn't make them untrue.


What is the indication that this person has changed? OP ran an extortion scheme against non-technical folks, and then extorted the victims again. Its a horrible horrible story and the OP should be ashamed with themselves, and rethink their life.


I just kind of assumed they did. Also the sibling indicates this might be a troll so I'm taking the whole thing with a grain of salt.


Why should I rethink my life? What is the difference between what I did, and what Symantec does on a massive scale? Or even Equifax? Or Facebook?

We changed the names of the SSIDs, which were publicly open at the time and there was no legal president set as to if it was legal or not to do so, since we were on public property. We were providing a service to the community, letting people know there is someone who can help them secure their network.

I do admit the changing them back part was a bit evil, but don't act like you're some saint who hasn't done anything wrong especially as a teenager or in your early adulthood.


Web Components?


No, because web components assume you're using the DOM. Which we definitely do not want. I want to go lower level. Give me a hashmap of nodes currently on screen. Let me design how the nodes are arranged in a render tree. Let me design how the nodes are redrawn. Let me design how the nodes are styled. I shouldn't have to compile my styles to CSS. Make the browser a rendering slave with a small but effective layout engine + UI API.


What about accessibility? Accessibility helpers would need semantic information about the UI to be of any use. And I doubt that many homegrown or halfbaked Ui libraries (which would certainly sprout like mushrooms on a platform like yours) would provide correct annotations through an accessibility API. Most developers wouldn't care.


Accessibility is definitely something I have thought about, too. Including accessibility features in the API is vital I think. I'm not very familiar with accessibility features as they exist today, but I think it would be possible for longer term projects built on top of such a UI system to emerge which would provide accessibility information by default, and the rest would resemble what we have with HTML today.


Can't you do this by yourself by implementing a thin layer on top of the canvas element? What do you need more than a z-map of all of your nodes to keep track of which one is at the top and should receive mouse and touch events?


A render list would be more efficient than a tree, simply because you're not jumping left and right in RAM with cache misses on every jump.

A hashmap of nodes on screen is still very high level; you're basically replacing the DOM with data, yet keeping the exact same structure. But now you lose static types and everything is slower.

Redrawing doesn't happen at the node level either; that would be terribly inefficient. Things are instead batched together.

You don't have to compile your styles to CSS currently; just write them as JS objects and call the CSS constructors yourself from code. You'll quickly find its not productive for most styling.

I simply don't believe the vast majority of developers to be able to properly handle rendering at that level. No offence but all your points about low-level rendering is not how it actually works. Its incredibly easy to fool yourself into thinking you wrote a well-designed, efficient piece of code and learn years later every single piece of it was far from optimal.

Thats why we have layers of abstractions.


Don't worry, the American Enterprise Institute and other business groups have produced plenty of educational material on how unions work.


Special treatment for tech CEOs on the social media/PR front of an incubator.


From the god of the gaps to the pseudoscience of the gaps. The same 5 old tricks to justify superstition and folk belief.


It's also people who throw fits with little provocation when they don't like things, which sounds fitting to me. Seriously, the thing gets merged anyway but he has to "express himself"


I found your post aggressive. Will you please change it to appease me?


I see what you're doing, and it doesn't make any sense. I just said I didn't like a pointless display of emotion, and so you do a "satirical" emotional appeal?


Don't worry, the free market will take care of it by killing patients who choose unwisely.


Move fast and break things, like norms


I think you should read some stats on Korea or Vietnam and get back to me


Neither of those conflicts happened after the end of the Cold War.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: