Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
m0nastic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
m0nastic
7y ago
The research paper authors also posted a python package on GitHub that generates these reports: https://github.com/responsibleproblemsolving/energy-usage
2.
▲
Environmental awareness as part of algorithmic accountability
(arxiv.org)
2 points
by
m0nastic
7y ago
|
1 comments
3.
▲
Announcing the community-oriented osquery fork, osql
(blog.trailofbits.com)
2 points
by
m0nastic
7y ago
|
0 comments
4.
▲
Run book Run: From physical paper to executable online books
(blogs.msdn.microsoft.com)
4 points
by
m0nastic
9y ago
|
0 comments
5.
▲
Fast and Precise Type Checking for JavaScript
(arxiv.org)
2 points
by
m0nastic
9y ago
|
0 comments
6.
▲
Go Experience Report for Generics: Google Metrics API
(medium.com)
21 points
by
m0nastic
9y ago
|
4 comments
7.
▲
by
m0nastic
10y ago
It's of varying importance depending on what field of security you're talking about, but generally it's the chasm that separates entry-level security folks from the rest. Using systems administration as an analog, there exist
8.
▲
by
m0nastic
10y ago
This is a wonderful sentiment, but as someone who lives next door to this place, you absolutely don't want to eat there. If you come to DC, by all means buy some food from there, but then throw it in the garbage and I'll happily t
9.
▲
Automated Code Audit’s First Customer
(blog.trailofbits.com)
1 points
by
m0nastic
10y ago
|
0 comments
10.
▲
Industry Concerns about TLS 1.3
(ietf.org)
23 points
by
m0nastic
10y ago
|
5 comments
11.
▲
Resources for Teaching A-Level Mathematics
(undergroundmathematics.org)
1 points
by
m0nastic
10y ago
|
0 comments
12.
▲
by
m0nastic
11y ago
I'm biased because John Ennis played one of the lawyers, but that one was absolutely my favorite of these.
13.
▲
by
m0nastic
11y ago
A few years back I picked up "Russian Criminal Tattoo Encyclopedia Volumes 1-3" on Amazon[1] for something I was working on and they are fascinating. [1] http://www.amazon.com/Russian-Criminal-Tattoo-Encyclopaedia-
14.
▲
by
m0nastic
11y ago
I can't narrow it down to one (it's like trying to pick a favorite binary message format), but the best I can do: A Single Man - Christopher Isherwood. A beautifully somber story of a gay man dealing with loss in the 60's. Wh
15.
▲
by
m0nastic
11y ago
I've been using Haskell at work for the past two years, but despite the fact that it's been a great investment, I don't really like articles like this. I find evangelism gross, and in particular, developer technology evangeli
16.
▲
by
m0nastic
11y ago
Lots of other people have suggested Neruda, which makes me happy, because he's fantastic. I think my favorite poem is probably "Under Milk Wood", by Dylan Thomas (folks have posted some of his other work, which sheepishly I d
17.
▲
Introducing “6-pack”: the first open hardware modular switch
(code.facebook.com)
251 points
by
m0nastic
12y ago
|
95 comments
18.
▲
by
m0nastic
12y ago
For years I've tried to figure out good advice to this question, but I've never been able to successfully articulate it. Here's attempt++. There's two things that would be helpful to know before providing advice, and the
19.
▲
by
m0nastic
12y ago
RSA isn't in remotely the same space as Matasano, nor would it be "one of the largest" if it were in that space. As I rock back and forth in my chair, silently repeat the serenity prayer, and try to remain charitable; what so
20.
▲
by
m0nastic
12y ago
I ran the professional services division for one of the largest companies in the same space as Matasano. I'd love to hear what you think the NSA might have persuaded us to do?
21.
▲
by
m0nastic
12y ago
Without knowing what his next project is, maybe I'm mis-reading the statement; but I took that as more of a condemnation against the web than against Javascript specifically.
22.
▲
by
m0nastic
12y ago
I take issue with "often", as the vast majority of mobile phones don't have anything (even if there exist specific models which could have them). There was a brief window in time when you had to go out of your way to buy an I
23.
▲
by
m0nastic
12y ago
I've worked implementing both, and Bromium is basically as good of a solution to this problem as you're going to get, in the sense that it requires the least modification of user behavior (the user's Windows machine mostly be
24.
▲
Lua-Based Mac OS X Window Manager
(hammerspoon.org)
12 points
by
m0nastic
12y ago
|
7 comments
25.
▲
by
m0nastic
12y ago
Ah, you're correct. (It's too late for me to fix my comment). I went over the issues with this version of quicksort in the original comment, but I still think it was a good example because most people are familiar with quicksort,
26.
▲
by
m0nastic
12y ago
Ok, here let's step through what this function is doing with a simple example (sort a list that looks like this: [3, 5, 1, 4, 2]: qsort [] = [] This means that if you hand the qsort function an empty list, you get an empty list
27.
▲
by
m0nastic
12y ago
I feel like you're conflating "purity" with algorithms. Just to clarify, in Haskell there is no issue with algorithms being contained inside functions. Here's a naive implementation of quicksort: qsort [] = [] qsor
28.
▲
by
m0nastic
12y ago
I hesitate to recommend my process to other people, because I don't think I'm a very good programmer. But for the past year or so, I find that I program best by actually writing out my program in a notebook (in my case a quad-rule
29.
▲
by
m0nastic
12y ago
I'm not the OP, but I am also currently taking the FP101X Mooc with Erik Meijer. So far, I'm enjoying it tremendously. I've signed up for several moocs the past couple years, but have never been able to stick with any. This
30.
▲
by
m0nastic
12y ago
RootBSD ( https://www.rootbsd.net/services/virtual-servers-vps/ ) has OpenBSD VPS's (I'm guessing it'll be a little bit before they have 5.6 available).
More ›