Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
d4rt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
d4rt
15y ago
I use GNU Screen for similar purposes (on Mac OS X)
2.
▲
by
d4rt
15y ago
I loved the literate programming style and the cleanliness of the FFI also. Org-mode is even more useful than I had previously thought, the http://orgmode.org/worg/org-contrib/babel/intro.html Babel addition also has a wonderful introduct
3.
▲
Practical Design Patterns with Blocks and Grand Central Dispatch
(cocoasamurai.blogspot.com)
1 points
by
d4rt
16y ago
|
0 comments
4.
▲
by
d4rt
16y ago
Part 4 is probably the most fascinating piece, as it discusses how their technical choices were different from their competitors and how the leveraged those differences.
5.
▲
by
d4rt
16y ago
Beef Taco is a Firefox extension designed to opt out of tracking cookies. https://addons.mozilla.org/en-US/firefox/addon/180650/ I think it's an acceptable compromise to use such an extension.
6.
▲
by
d4rt
16y ago
Infuriatingly, it's not clear whether Burt Rutan built and designed his early planes by himself from the Wikipedia articles. I may have bought into a mythical view of Burt, but I would definitely believe that Burt Rutan could build an aerop
7.
▲
by
d4rt
16y ago
sqlite is both beautiful and has a significant test suite. http://www.sqlite.org/
8.
▲
The (Amnesic) Incognito Live System
(amnesia.boum.org)
1 points
by
d4rt
16y ago
|
0 comments
9.
▲
by
d4rt
16y ago
I've had to up the maximum simultaneous connections, but otherwise I've been able to log extremely large volumes of data from 1,000s of machines, with syslog-ng. I'd assume the same is true with rsyslog. Looking at limits on open files, and
10.
▲
by
d4rt
16y ago
I can't recommend the Sed & Awk book enough. Regular expressions are my favourite secret weapon; So many problems are made simple by regular expressions and so few people (outside of IT) know of them.
11.
▲
by
d4rt
16y ago
Works for me with MacVim: http://phaseportrait.blogspot.com/2008/12/making-macvim-work...
12.
▲
by
d4rt
16y ago
Enterprise extensibility and inter-operativity or inter-dependency is extremely complex to get right. Multiple standards exist for just about anything, and most implementations of something are broken in one way or another. I've seen obviou
13.
▲
by
d4rt
16y ago
An application is a software product which fulfills a useful purpose (performing a task, storing data, etc.) An enterprise application is an application which is suitable for use in a wide variety of environments seen in companies. (for exa
14.
▲
by
d4rt
16y ago
The real shame is no IE9 for Windows XP. [1] Some 60% [2] of the market share is Windows XP. IE 6 - 8 are going to be with us for some time. [1] http://ie.microsoft.com/testdrive/info/FrequentlyAskedQuesti... [2] https://secure.wikimedia
15.
▲
by
d4rt
16y ago
wouldn't this be better if you could only go to the same level or lower, thus preventing server/~user1 pretending to be server/~user2? does this break real use cases?
16.
▲
by
d4rt
16y ago
corollary: if everyone complains your prices are too high, find a new market
17.
▲
by
d4rt
16y ago
supporting the fork with updates to the opt outs is good, but the change to the add-on seems gratuitous. a more user friendly approach would have been to give them the 'downgrade' update, and opened a tab offering the 'enhanced' abine priva
18.
▲
by
d4rt
16y ago
How do you know that IT pros are less likely to implement a workaround than hackers are to exploit it? How prevalent is deploying workarounds and mitigations versus deploying patches? I don't know of any research in this area; it would be v
19.
▲
by
d4rt
16y ago
Adding a mode makes the interaction with it both modal and more complex. Compatibility modes are confusing and user hostile, and two different methods of interaction increasing testing requirements.
20.
▲
by
d4rt
16y ago
The important questions are how much value is derived from: - Privacy - Limited Sharing - Unlimited Sharing for both Facebook and the user. This can then be counterbalanced by the costs experienced by the user and Facebook, such as loss
21.
▲
by
d4rt
16y ago
Disclaimer: I work for a Splunk Partner. Interesting technique, although I think a domain specific extension of Haskell for analysing log records might be more useful. I'm sure there are more complex examples, but all the tasks in the scree
22.
▲
by
d4rt
16y ago
It's questioning the idea of work for wages, not the idea of producing in order to consume. An alternative system could be co-operatives or contract working, for example.
23.
▲
by
d4rt
16y ago
Could the lists in the article be cross referenced with 'public' data such as Facebook or LinkedIn to get better results?
24.
▲
by
d4rt
16y ago
With regards to the Dutch Auction it may not have captured the maximum value for Google, but did it capture more than the alternative? According to http://www.businessweek.com/1999/99_47/b3656143.htm the average IPO gained 14.1%, which wo
25.
▲
by
d4rt
16y ago
On most firewalls this should be trivial. On an Cisco ASA: access-list BLOCK_TIMEEXCEEDED deny icmp any any time-exceeded (iirc) and then apply the acl. You should block all hosts as any could be chosen by the person. They could change 3.3.
26.
▲
by
d4rt
16y ago
Hopefully soon we can engineer an eat watch http://www.fourmilab.ch/hackdiet/e4/eatwatch.html The rest of the Hacker's Diet is worth reading and has an excellent analytical approach to describe the eating (inputs) and energy use / exercis
27.
▲
by
d4rt
17y ago
I submitted this because it's a different viewpoint to those I've seen previously. The point that countries with debt denominated in their own currencies are in a stronger position than others is valid, but I question the assertion that if
28.
▲
James K Galbraith : In Defense of Deficits
(thenation.com)
3 points
by
d4rt
17y ago
|
1 comments
29.
▲
by
d4rt
17y ago
His rules for supplier credit fail the basic rule of reciprocity, unless he also extends 45 days credit to his customers, which I doubt.
30.
▲
by
d4rt
17y ago
Using a text editor (Vim) to edit text. Particularly in this case use of the :g/ and :v/ commands to filter text and edit all lines matching a pattern. Excel scripting and filtering and text functions. (Basic things, like looking for a part
More ›