ephemient | 12 years ago | on: Any iPhone can be hacked with a modified charger in under a minute
ephemient's comments
ephemient | 12 years ago | on: SSH uses four TCP segments for each character you type
TIOCPKT_IOCTL(EXTPROC) and TIOCSIG support landed in Linux kernel 2.6.36: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux....
ephemient | 13 years ago | on: Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?
$0.appendChild(document.createElement('tagName'))
but yeah, a [+] button would be nice…ephemient | 13 years ago | on: Sony jumps on the Mozilla bandwagon, will launch Firefox OS device in 2014
ephemient | 13 years ago | on: Chrome Beta channel for phones and tablets on Android 4.0+
android.webkit.WebView is still the same Android WebKit engine that Browser used (whether it's installed or not); Chrome brings along its own WebKit port.
ephemient | 13 years ago | on: A vim interface for gmail: Vmail
I don't know if there are many clients that support it yet, though.
ephemient | 13 years ago | on: Google Chrome SVP says Portable NaCl will ship "in six weeks"
"""Netscape-style plug-ins are supported in Internet Explorer 5.5 Service Pack 1 (SP1) and earlier, but are not supported in Internet Explorer 5.5 Service Pack 2 (SP2) and Internet Explorer 6.""" -- http://support.microsoft.com/kb/306790
ephemient | 13 years ago | on: To understand the command line...
Ctrl-[
instead. Can hit it without moving that far, and it works just as well in GVim as it does in all terminal programs.The only downside is being confused when nothing happens in a browser...
ephemient | 13 years ago | on: Unix Commands I Abuse Every Day
<file ./command --args
and even ./command <file --args
works fine in Bash and Zsh.ephemient | 13 years ago | on: The Beauty of Bresenham's Algorithm
#define ever (;;)
for ever {...}
;-)ephemient | 13 years ago | on: Android 4.1 Jelly Bean is now available
ephemient | 14 years ago | on: Google Updates Google Docs With 450 New Fonts, 60 New Templates And More
ephemient | 14 years ago | on: Google's New Cross Platform Gaming Library PlayN
ephemient | 14 years ago | on: How long filenames were added in Windows 95 to be backward compatible
ephemient | 14 years ago | on: HTML5 Boilerplate v2.0 released
ephemient | 15 years ago | on: Firefox 5 Beta is available for download
http://blog.chromium.org/2010/06/bringing-improved-pdf-suppo...
It's already sandboxed and pretty fast and light-weight, so I'm not sure the Chromium developers would put much work into a replacement.
ephemient | 15 years ago | on: Linux on Windows (Wine in reverse)
ephemient | 15 years ago | on: Windows 7 Network Awareness: How Windows knows it has an Internet connection
IPv[46] have nothing to do with it. "Captive portal" pages are meant to prevent you from getting to the larger Internet, until you do whatever magic is required to dismiss them.
ephemient | 15 years ago | on: "The worst algorithm in the world?"
It would surprise me if "powers" was a big problem relative to the rest. And no shortcuts: each of [1, b b², b³, b⁴, b⁵, …] (up to n) is used in the binomial expansion.
ephemient | 15 years ago | on: "The worst algorithm in the world?"
In any case, the average time to print the first 20 Fibonacci numbers is 0.4157ms with matrix exponentiation and 1.707063s with exact integer math (yes, the units are different) on a T400.