Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sdkmvx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
sdkmvx
8y ago
I just want a world where you go into a cell store, and they don't tell you they've got a great idea, just make your PIN your birthdate. If they actually took part that seriously, most identification could be done with a PIN or a
2.
▲
by
sdkmvx
8y ago
Are you sure? Today is July 31, 2018 in the United States, which adopted the Gregorian calender per the act of British parliament entitled "An Act for Regulating the Commencement of the Year; and for Correcting the Calendar now in Use&
3.
▲
by
sdkmvx
9y ago
On BSD (including Mac OS X), you can also type ^t at dd, and it will print status information. If that doesn't work, do stty status ^t first. This is SIGINFO; it's been in BSD for a long time, but isn't in Linux and is relati
4.
▲
by
sdkmvx
9y ago
Of course that's not true. All you must do is find a counterparty willing to take Facebook stock as payment for Amazon stock. (I am not aware of any exchange listing such a contract, but it's certainly possible over the counter.
5.
▲
by
sdkmvx
9y ago
Well the IPO price is the price at which the company sold new stock to the public. Then the price moves however the market causes the price to move. They're not going to sell new stock to the public, but the price will move however t
6.
▲
by
sdkmvx
9y ago
There is none. On the first day of trading there would be an opening auction as is done with every other stock listed on the NYSE. Prior to open, everyone interested in trading submits his orders. Then as many shares as can be traded are
7.
▲
by
sdkmvx
10y ago
cat could tell but it probably wouldn't be a good design. Calling isatty is easy, and I think GNU cat already does so and buffers differently. But how can it tell what raw binary data did to your terminal? First you'd need to prog
8.
▲
by
sdkmvx
10y ago
The shell needs to print a prompt and read input. This is I/O, which involves the kernel. The shell is (when running interactively) attached to some terminal. These days it's usually a pseudo-terminal with a terminal emulator like
9.
▲
by
sdkmvx
10y ago
I always set network.IDN_show_punycode to true in Firefox to force it to show me ASCII. Perhaps I'd feel differently if I spoke another language, but as it is, the risk of lookalike characters is too great to allow them to display.
10.
▲
by
sdkmvx
10y ago
> Okay, you got burned by Pulseaudio. But why was it your job to debug these issues? Because it's his computer? Who else's job might it be? He only has a few options: fix it himself, pay someone else to fix it, convince someone
11.
▲
by
sdkmvx
10y ago
I've been setting browser.showQuitWarning to true for years to stop ^Q from killing the browser and with it my state.
12.
▲
by
sdkmvx
10y ago
Lawyers are rather fond of such doublets and triplets. Consider free and clear, null and void, terms and conditions, and even law and order. The origin of a lot of legalisms is the historical confusion over language in ancient English court
13.
▲
by
sdkmvx
10y ago
> And for OSX naming... I thought Apple is an international company. Tiger, Leopard etc was easy to read and understand as a word for us foreigners and now what? El capitan? I must think their vision is just getting narrower naming a OS
14.
▲
by
sdkmvx
10y ago
I haven't needed to configure X on OpenBSD at least five years now. The X server does that automatically, just like on Linux. For the record, I haven't needed to on FreeBSD either, but I've run that much more sporadically, so
15.
▲
by
sdkmvx
10y ago
Just so you and others know, the L in ALSA stands for Linux. It doesn't run on DragonFlyBSD. I think DragonFlyBSD uses a re-implementation of the OSS API that they inherited from FreeBSD. The other BSDs use /dev/audio, which
16.
▲
by
sdkmvx
10y ago
The OpenBSD developers are unwilling to do anything that makes some architectures better than others, and M:Tier is unwilling to build stable updates for everything. Perhaps this will change one day as hardware continues to consolidate, but
17.
▲
by
sdkmvx
10y ago
I like that. It helps me to see where one comment ends and another begins. I can't stand these modern sites which have no borders at all, making it very hard to visually distinguish separate posts.
18.
▲
by
sdkmvx
10y ago
It gets even less useful as time goes on. Eventually it'll say one year ago. A timestamp would give the exact time rather than a huge range.
19.
▲
by
sdkmvx
10y ago
> When you join ssh-chat, not only do I know who you claim to be, but I can also permanently and securely attach an identity to your connection without any user intervention on your part. A great part of IRC is that there's no regis
20.
▲
by
sdkmvx
10y ago
It's not being updated at all. You are looking at the version in ports. This can be updated to a GPLv3 version (as 4.9.3 is a GPLv3 version) just fine. I don't know why it isn't; perhaps there's some porting problem and
21.
▲
by
sdkmvx
10y ago
I've had the same results as you, though without the glasses. I really don't understand why people prefer such blurry fonts. The biggest practical problem I've had with turning antialiasing off though is badly hinted web font
22.
▲
by
sdkmvx
10y ago
Obviously they were never exclusively marketed towards technical users, but Apple was definitely targeting the UNIX workstation and multimedia workstation markets in the early 2000s. See http://www.brainmapping.org/MarkCohen
23.
▲
by
sdkmvx
10y ago
> regularly used as Facebook or Twitter or Reddit or Soundcloud And there's the problem. I don't use any of those four sites regularly, but I have visited all of them. Hyperlinks provide for that, and they (a) don't exist
24.
▲
by
sdkmvx
10y ago
OS X's libsandbox is much closer to SELinux. It's MAC-based (mandatory access control not Macintosh) and is actually TrustedBSD under the covers. Pledge simply disallows access to syscalls and paths outside a list. It's not v
25.
▲
by
sdkmvx
10y ago
From the manpage: > exec: Allows a process to call execve(2). Coupled with the proc promise, this allows a process to fork and execute another program. The new program starts running without pledge active and hopefully makes a new pled
26.
▲
by
sdkmvx
10y ago
That won't work because exec resets pledge. A very important part of pledge's design is that a parent can be more restricted than its child. This isn't a sandboxing mechanism. It's intended to mitigate the dangers of som
27.
▲
by
sdkmvx
10y ago
nvi? https://sites.google.com/a/bostic.com/keithbostic/vi/ Sure it doesn't have the features of Vim or Emacs (and some would say that's a feature!), but it's perfectly serviceable if you&#
28.
▲
by
sdkmvx
11y ago
The DNS root servers need offline signing. Many servers are in untrusted areas (think intervention from local government).
29.
▲
by
sdkmvx
11y ago
I have to disagree. There were movies every two paragraphs. It is hard to read when something is moving around an inch from the text. Further the movies took forever to load. I sat and waited 10 minutes for one. So I really had big panes th
30.
▲
by
sdkmvx
11y ago
Since Slideshare is completely broken, this is available in PDF form (along with more) at https://github.com/earthquake/chw00t
More ›