Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mct
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mct
1y ago
I love that the networking stack uses SLIP and slattach(1)! I was playing with a toy TCP/IP stack, and decided using SLIP over a pty on Linux was a great way to interface with the kernel. Unfortunately it looks like macOS previously s
2.
▲
by
mct
3y ago
Another option is to use the p5.js library. They also have a nice online editor, at https://editor.p5js.org/ , which makes it easy for students to get up and running quickly.
3.
▲
by
mct
4y ago
Very interesting telnet site, thank you for sharing! FYI, though, I think this may be looking at the wrong object ID. It selected "31", which appears to be the entry for one of the Lagrange points. Voyager 1 and 2 appear to have
4.
▲
by
mct
4y ago
I have a domain I've been using for some 20 years as my primary email address. There are some gmail users I can send mail to without any problems at all. For other gmail users, my messages appear to go into a black hole, not even sho
5.
▲
by
mct
5y ago
Thanks for the link! Are there any other court feeds you've found interesting?
6.
▲
by
mct
5y ago
The post does a poor job explaining it, but the term "gaping security hole" comes from traditional netcat's source code. In order to enable the "-e" (exec) flag, it must be compiled with "-DGAPING_SECURITY_HOLE
7.
▲
by
mct
5y ago
I'm seeing "You must log in to continue," with no "not now" option.
8.
▲
by
mct
6y ago
CallerID information. There are a bunch of lookup services available for it: https://www.voip-info.org/cnam/
9.
▲
by
mct
6y ago
> A “crash” is an unscheduled system reboot or halt. There is about one crash every other day; about two-thirds of them are caused by hardware-related difficulties such as power dips and inexplicable processor interrupts to random locat
10.
▲
by
mct
11y ago
The README that Hobbit (author of the original netcat) wrote is a really good read. I learned a lot when I first read it years and years ago. I especially remember it describing how it is possible to get "in front" of another dae
11.
▲
by
mct
11y ago
I've been doing the same with vim for years, using this vim script: https://github.com/mct/dotfiles-public/blob/master/.vim/plug...
12.
▲
by
mct
11y ago
I've been using a perl-based calc for a number of years now. It started as a one liner eval-ing expressions on the command line. My favorite feature is that if symlinked as "hex", "oct", or "bin", it pr
13.
▲
by
mct
11y ago
It looks like the new XPS models have a single trackpad soft-button area (as all new laptops seem to). Have you been able to middle click to paste in X with this configuration? Thanks!
14.
▲
by
mct
11y ago
Don't die without a will. If you do and you appoint an executor, you are giving them a very dirty job This is one of the reasons I've been putting off completing a will :-( Is there a good option for going about this without nam
15.
▲
by
mct
11y ago
Regarding a living will, one I've seen that I really like is Five Wishes ( https://www.agingwithdignity.org/five-wishes.php ). I have one filled out that I've been procrastinating giving to friends and doctors, whi
16.
▲
by
mct
11y ago
(You probably want Arvid's libtorrent, at http://www.libtorrent.org , not the one linked above.)
17.
▲
by
mct
11y ago
You're right, "missing" was a poor choice of words. I meant, "vim keybindings for these commands isn't supported" . They are keybindings my fingers reach for everyday without thinking about it, similar to h
18.
▲
by
mct
11y ago
I get my hopes up when I see another vim emulation project, but after using it for just a few minutes, I already found a few missing vim features I use every day: * Toggling if search results should be highlighted ( :set hls , :set nohls )
19.
▲
by
mct
11y ago
A few years ago, I heard an NPR interview with a doctor who's friend was terminally ill. Rather than opt for treatment, the friend spent his remaining time living with his doctor friend. He died a few months later. The doctor said
20.
▲
by
mct
12y ago
I wish I had time to cite a reference, but my memory is that an ANY query is not guaranteed to return all RRs, anyway. Running a quick experiment against bind 9.8.4 (as packaged in Debian stable), I can confirm that: * When no entry alread
21.
▲
by
mct
12y ago
Adding support for categories/tags would be awesome, too :-)
22.
▲
by
mct
12y ago
Under what conditions do you have a usefully functioning system when the clock is so off you need to do multi minute jumps? One example is embedded systems. Many don't have an RTC, or boot after the RTC has lost power. If a network
23.
▲
by
mct
12y ago
I wrote the original tcptraceroute in 2001. The article mentions many traceroute implementations change the source port to associate queries with responses. Another technique is to use the IP ID field, leaving the source port static. In
24.
▲
by
mct
12y ago
There is a similar feature in Linux which I've used a number of times over the years to simulate various network problems, and to modify packets flowing through my router in interesting ways. You can select packets to be sent to usersp
25.
▲
by
mct
12y ago
Humans most certainly have rights. In this case, those rights were shamefully violated.
26.
▲
by
mct
12y ago
I once wrote an implementation of the classic Redcode "Imp" program in x86 assembly. It does not satisfy the requirements of this contest, but it does act as the Imp program, perpetually copying itself through RAM. :-) I just upl
27.
▲
by
mct
12y ago
When I'm travelling internationally, a currency converter is always a good one to have. You can try searching for public transit apps specific to the cities you'll be visiting. Depending on where you'll be travelling, there
28.
▲
by
mct
12y ago
While this is generally true of newer Debian installations, older machines that have been been regularly updated over the years to stable may still have /bin/sh pointing to bash. I fixed a few of my machines yesterday to use dash
29.
▲
by
mct
12y ago
Interestingly, there are a large number of non-gmail.com addresses in there, including 123k yandex.ru addresses, plus a (very) small number of yahoo.com and hotmail.com addresses. Here's the output of " cut -d@ -f2 | sort | uniq
30.
▲
by
mct
12y ago
(From 2012)
More ›