unix-like
Not just unix-like, OS X is certified UNIX.
HN user
unix-like
Not just unix-like, OS X is certified UNIX.
One of my favorite math-related scenes in The Simpsons is where Prof. Frink is standing on stage in front of a group of scientists and not getting attention.
Prof. Frink: "Looking for some order. Some order please with the eyes forward and the hands neatly folded."
(Audience not paying attention.)
Prof. Frink: "Hrm..."
Prof. Frink: "Pi is exactly three!"
(Collective gasp from the audience. Prof. Frink now has their attention.)
---
Edit: Went looking for part of the quote which I couldn't catch, found a book which seems interesting. Simon Singh, 2013. The Simpsons and Their Mathematical Secrets [1]. Singh is also known for his 1997 book Fermat's Enigma [2] and his 1999 book The Code Book [3]. The former of the books I've heard is interesting and the latter of which I enjoyed very much back when I read it.
[1] http://www.goodreads.com/book/show/17287021-the-simpsons-and...
[2] http://www.goodreads.com/book/show/38412.Fermat_s_Enigma
Would this also work as a "music for programmers" course?
Won't the extreme similarity to Disney cause problems?
Proper archive version: https://archive.is/nlKS
Is this a social commentary joke? It must be.
Suppose that you can’t remember whether Pluto is a dwarf planet, and you need to find out by asking someone nearby—but you don’t know whether that person is a knight or a knave. What’s the one yes-no question you can ask to figure out whether Pluto is a dwarf planet?
"Are you a knight if and only if Pluto is a dwarf planet?"
If the person’s a knight and Pluto is a dwarf planet, then you get the answer “yes,” since both statements on each side of if and only if are true, and knights always speak truly.
I don't get how this follows. Surely, the person being a knight or a knave is independent from whether or not Pluto is a dwarf planet so a real knight would say "no" either way since the assumption is bad and a knave would thus say "yes". Thereby, you have not determined whether or not Pluto is a dwarf planet but instead whether the person is a knight or a knave.
Please explain my error.
One thing is having backup, another thing is having backup which is not overwritten by more recent backup.
4/10. "Only slightly worse... than a random guess!"
I already knew that 24-bit vs 16-bit would be indistinguishable for pop music but I would not have expected that the same would go for 16-bit vs 8-bit. Or, well, I was kind of expecting it since otherwise the person who put this test together likely wouldn't have bothered.
However, I don't mind. I've never claimed to be "audiophile" -- a fact which is reflected by the inexpensive headphones I use :)
How so?
Interesting write-up. Still, why even support BMP?
Is this using WebGL? I'm on my tablet and it actually works though at very low frame rate.
I agree the site looks nice. One thing though, the cosplay guy in the illustrations on the page had me immediately thinking of Beastie which I found surprising seeing as GNU has a bit of a different ideology from BSD. GNU has long been using a gnu as their mascot so I guess the suit might be supposed to resemble a gnu calf.
Edit: Specifically I think it is the cover artwork of Kong's 2007 book Designing BSD Rootkits published by No Starch Press [1] combined with the FreeBSD logo [2] that caused me to think of Beastie when I visited the new Guile site.
Cool stuff. I think the official website is a better link, though. http://psychosynth.com/index.php/Main_Page
It feels so small on my tablet now. http://i.imgur.com/WG1ERvyh.jpg
I would like to read more about what you described here. Know of any good articles or open source projects where this is done?
Who were ranked as #1 and #2?
When I think about zooming, I think of how Google maps work and also about responsive web design. That is to say, having differing amounts of information show at different zoom levels. It was my impression that this is how the Oberon desktop works but I may be mistaken in that assumption.
At 1:1, imagine a regular view.
Below some threshold effective resolution, imagine condensed information. Instead of miniature, unreadable windows, one might display a simplified view, say a Metro-style color coded box with -- relative to box size -- a big icon and document title.
Below yet another threshold, condense more, using conventional icons instead of Metro.
At lowest zoom level, display a one-dimensional list of everything. Searchable of course.
Oberon’s «desktop» is an infinitely large two-dimensional space on which windows (and documents, since the distinction becomes meaningless in some ways) can be arranged [...] When people held presentations using Oberon, they would arrange all slides next to each other, zoom in on the first one, and then simply slide the view one screen size to the right to go to the next slide.
It is commonly said that Plan 9 from Bell Labs is more UNIX than UNIX. This idea of sliding the view along an infinite plane, in turn, seems to me even more UNIX than anything I've seen or heard of. Not having used -- and in fact only having heard of in passing -- Oberon before, I can't comment on how Unixy the remainder of the system is, but none-the-less, this right here seems to capture the essense of UNIX. In all the times I have been impressed by well composed presentations, never have I questioned the need for "tricks" like screenshots and videos to get a coherrent presentation of interactive tasks or information from software external to whatever tool was being used to run the presentation.
In our case we output the profile buffer to a file and read that into the visualization tool which is conveniently built into Chrome. (You can find more information about the tracing tool here and you can try it out by typing “chrome://tracing/” into your Chrome browser. It is designed for web page profiling, but the format of the input profile data is a simple json format that can be easily constructed from your own data.)
Clever! Never heard of doing that but it makes sense.
Curiously, I'm getting a lot of ads for products that I've already bought
Exactly the same thing happened to me. Prior to the purchase I had been doing a bit of web searches -- first for the family of products I was looking for (i.e. not a specific brand) and based on what I read I decided to learn more about one product specifically. Confident about its quality after having read a lot of reviews, I bought it shortly after I had began looking. Several days later I began seeing ads for the product and they kept targeting me for quite a while since then.
When I need something, I will generally research intensely and make a decision in short time. Sometimes the decision will be to not buy, sometimes to buy later and at other times to buy right away.
When I decide to buy later, ads are useful to remind me or to offer competing products which come out in the meantime since when I'd done my research.
Ads about something I decided I didn't want are mostly annoying.
Ads about something I have are always annoying. The only kind of ads which are worse are those for things which are so irrelevant that I've never even considered them.
After having had the first few addons I tried to install a good while back tell me Firefox for Android was not supported, I gave up on trying.
I love uBlock Origin on the desktop and thanks to you now I have it on my tablet too!
Either OP or mods have corrected the title now.
I don't understand the point of dual-licensing. Anything licensed under a BSD-style license such as ISC or MIT can to my understanding be redistributed under GPL anyway. IANAL, TINLA.
By definition once a fix is available it's not a 0day anylonger.
I nuked /usr on one of my servers for cleaning purposes some 5-6 years ago when I was still quite fresh to Unix. After reboot, I was unable to log in even as root. That was the day I learned not to change the shell of root to anything outside of /bin (I had set it to /usr/bin/bash).
I was able to recover the machine with a LiveCD but still, it was annoying.
Note the wording. Supported vs. not supported does not equate to works vs. won't work. Rather it means that if something does not work, they will be less inclined to fix the cause of the problem unless a supported platform is also affected and furthermore, not supported means that even if it does work on an unsupported platform now, there's no guarantee made that it'll work on that platform tomorrow (of course, sometimes supported platforms will be deprecated with a new version but in that case it is common courtesy to give notice in advance).