Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
melloc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
The Year Without a Summer
(en.wikipedia.org)
14 points
by
melloc
8y ago
|
1 comments
2.
▲
by
melloc
8y ago
For those who don't know, the term "daemon" as used in computing is a reference to Maxwell's demon, since it's doing its work in the background.
3.
▲
by
melloc
8y ago
The biggest thing I've been missing since I started using FastMail is labels. My workflow in GMail used labels pretty heavily, and I've been able to get pretty close using saved searches and folders, but it's not quite the sa
4.
▲
by
melloc
9y ago
This has happened to me with labels before, too. I'll do a search for all things that have a label and are in my inbox, and then archive them. I'll then go back to my inbox, and see that it missed something with that label. If I t
5.
▲
by
melloc
9y ago
I do all of my development on a remote box. All of my work is in a screen session, so I can always reattach to it. Since that box is a lot more stable than my Mac is, it doesn't take much effort to restore my workspace after OS X crash
6.
▲
by
melloc
9y ago
Postgres' network types [0] are very useful, especially when you use the << and >> operators to query for addresses contained in a subnet. [0] https://www.postgresql.org/docs/9.5/static/dataty
7.
▲
by
melloc
10y ago
Manta doesn't run on a proprietary OS, but runs on SmartOS, a distribution of illumos [1][2]. In fact, almost everything at Joyent is open source, including all of Manta [3]. As for why not anything else, Manta has been around since 20
8.
▲
by
melloc
10y ago
In addition to Windows and Mac OS X, illumos and I believe all of the BSDs require you to use libc for the same reason. I'm sure that they exist, but I don't know of any kernels other than Linux where the syscall layer is a stable
9.
▲
by
melloc
10y ago
You might want to try booting without graphics and accessing it via a serial port, to see if that makes a difference. See this e-mail thread for a discussion: https://www.mail-archive.com/smartos-discuss@lists.smartos.o...
10.
▲
by
melloc
10y ago
Is there a way to do the reverse, and convert a Git repository into a BitKeeper repository? I found the fast-export manual page: https://www.bitkeeper.org/man/fast-export.html But it doesn't look like there's
11.
▲
by
melloc
10y ago
Things that complain about tabs vs spaces and other code layout concerns are style checkers. Linters complain about the actual content of the program, and enforce certain behavior. For example, warning you about unused functions, parameters
12.
▲
by
melloc
10y ago
Your biggest concern seems to be that a litigious Oracle could come after someone using an illumos-based system: > It's best to just avoid using any I.P. from a company like that unless the licensing terms protect you in present and
13.
▲
by
melloc
10y ago
The search I have the most trouble with is searching for things that match a label and are in my inbox. GMail will consistently miss messages. I don't know what it is about them, but I imagine it's some indexing bug. I can go to m
14.
▲
by
melloc
10y ago
It's hard to find an exact date, but according to this blog post, it looks like it was removed in June 2010: http://os-solaris.ru/en/lx-brand-dlya-openindiana-151a/
15.
▲
by
melloc
10y ago
You can't use lx-branded zones in Solaris anymore, but SmartOS has revived and continued the project, and OmniOS has started porting the bits into their distribution, too.
16.
▲
by
melloc
11y ago
linc01n's comment was a little unclear. SmartOS isn't doing anything with the LXC protect. What SmartOS has done is revived the branded zones code from Sun for emulating Linux system calls. This means that you can run Docker conta
17.
▲
by
melloc
11y ago
In Firefox's developer toolbar (Tools -> Web Developer -> Developer Toolbar), you can type 'screenshot --fullpage' and it will save an image of the entire page for you.
18.
▲
by
melloc
11y ago
Thank you for your site! When I first started using the shell, I found it useful for discovering new utilities. I still use it whenever I find myself on Windows and needing a cmd equivalent. :)
19.
▲
by
melloc
11y ago
There's a Wikipedia article on this, it seems: https://en.wikipedia.org/wiki/Rainhill_Trials