For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | f_'s commentsregister

I don't think this is true; I am running Microsoft 365 and use AWS Route 53 and manually set up DNS records to work with Microsoft 365 just fine.


For me it's clearly Vim. Changed my life for the better.


MAD even had an impact on Donald Knuth; his first publication was in fact "The potrzebie system of weights and measures" in 1957, defining the basic unit, the potrzebie, to be exactly the thickness of MAD 26 (2.263348517438173216473 mm) published in MAD 33. [1] [2]

[1] http://cs.nyu.edu/shasha/outofmind/knuth.html [2] https://blog.codinghorror.com/the-enduring-art-of-computer-p...


Very interesting indeed; but somehow I was even more baffled at the package names they seem to be using:

  com.netflix.vulturemonkey.cow.iguana.MacawSquirrel

  com.netflix.ape.serpent.vulture.ApeVultureMantis

  com.netflix.iguanas.monkey.insect.IguanaRabbit
Any idea what's up with that?


We really love animals! :-) JK. Just obfuscating class names with animal names before publishing the blog post.


Hehe! Thanks for the clarification -- I wondered if everyone was going bananas over at your company! This explains it (:


Still better than some unpronounceable old-norse names we had on a few projects. :-)


I've read this a long time ago and it seems to be still mostly true! A more recent statement of Knuth about email is here: https://www.youtube.com/watch?v=QS8qwMna8_o


The CEPL [0] project could be of interest to you! Pretty great approach to OpenGL from CL.

[0] https://github.com/cbaggers/cepl


Yes, it would be great, but it is most likely not happening anytime soon. As previously discussed on the WebGL mailinglist, Vulkan is strictly (and rightfully, wrt performance) working against all the security considerations that went into WebGL by design. A "WebVulkan" would thus not be much of a benefit, or even usable, if it's severly crippeled in it's features.


Even though Vulkan for would be of little gain for the web due to all the security considerations required, a WebGL backend should still be able to benefit from being built on Vulkan instead.

Due to the refinement of the pipeline and memory access, etc. provided by Vulkan, there's a lot of room for optimization.

___

Though on the other hand, even with additional overhead on a Vulkan web API, the improved state management and access to command buffers may still allow for smarter rendering with negligible overhead via JS

Fun times


I completely agree and one could theoretically do away with things like ANGLE! Though, I also suspect that the implementor's overhead is rather large in contrast to the current way WebGL is implemented in Chrome and FF, which is currently a relatively 'thin' layer on top of OpenGL.

On the other hand the nature of implementation in Chrome, i.e. does seem to lend itself somewhat to a command buffer approach as in Vulkan.


I am somehow reminded of a snippet of a Jesse Schell talk back in 2010 [1] when he predicted convergence of technology in the pocket ... I, too, suspect devices are going to converge towards a device that can be held with both hands, has maximum screen real-estate and still fits in a pocket. One hand usage seems less important as the hold-to-ear phone aspect is slowly phased out as a valid use-case for these devices.

[1] http://www.realtimetranscription.com/showcase/DICE2010/Jesse...


Indeed compliance is an issue with IRC, but you don't need to write an IRCd to log all messages and you don't even need to configure IRC services: you could just use InspIRCd [1] (which, by the way, is a superb and extensible IRCd) and an extension such as [2] to achieve what you are looking for.

[1] https://www.inspircd.org/ [2] https://github.com/joshenders/inspircd-m_chatlog


I'll have to give it some investigation. I'm pretty confident in the ability of end users to figure out a basic IRC client, but logging made it a non-starter for our use cases - the chatlog module you linked is rather basic, but looking at the source it should be easy to extend for our usage.


UnrealIRCD also has modules for this. You have to contact the site admin to acquire them. https://www.unrealircd.org/


Great idea! But wouldn't it be best to restrain the output of htop to a few interesting processes that are running without root privileges. It seems to me that it could be possible to bubble up processes that can leak information, especially at startup and when you put the server under load externally...


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

Search:

HN For You