Viewing profile — fazzone
fazzone
HN member- Joined
- Sun, Apr 11, 2010, 10:15 PM UTC
- HN karma
- 98
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About fazzone
No profile information was provided.
Recent public activity
-
comment
Comment #27725895
The Linux kernel can be configured at build time to expose its own headers as /proc/kheaders.tar.xz. Not sure if distribution kernels generally have this option enabled or not.
- comment
-
comment
Comment #20430757
This is pretty much how clojure atoms [0] work. It's basically a Clojure wrapper around a Java AtomicReference, but Clojure's immutable data structures make an atomic reference typ…
-
comment
Comment #19944883
The problem is that the condition is parsed as (user=671156 AND permission=16 AND org=101) OR 102 The right way is to use something like org IN (101, 102)
-
comment
Comment #19478725
Some years ago I worked at a technology-oriented summer camp where I personally taught several bright young children to program. Minecraft mods were an incredibly popular project a…
-
comment
Comment #18907053
This sounds like sort of reasonably OK layman's explanation of Weak DH https://weakdh.org/
-
comment
Comment #18347981
In Clojure unresolved names are a compile failure, and Spec would not be involved. Spec is just a nice library for writing runtime assertions about data. An example would be callin…
-
comment
Comment #18331873
Wow, I really can't imagine an acquisition that I would less rather learn about than FB hypothetically buying reddit. Considering how FB has all the money in the world it is probab…
-
comment
Comment #15495791
To expand on the debugging bit, Datomic knows and can tell you the exact transaction responsible for every piece of data in the database. You can also see the complete state of the…
-
comment
Comment #15471259
I think the strongest point in the article is this: "After the next breakthrough [in AI], we still won’t know how many more breakthroughs are needed, leaving us in pretty much the …
-
comment
Comment #14758109
Paredit is great but it is not the same as AST editing, it even describes itself as a 'cheesy imitation,' see https://github.com/takeoutweight/paredit/blob/master/CREDITS
-
comment
Comment #14734649
Isn't this what IncrediBuild does on Windows?
-
comment
Comment #14617048
I am playing around with an idea like this for editing Clojure in Emacs with cider-mode. You have to manually build the 'thread' that such a code unravel-er would return, but then …
-
comment
Comment #14102820
A guideline like "three arguments to a function" says nothing about the type of those three arguments. You are right that there are many jobs that require 8 or more pieces of infor…
-
comment
Comment #13044595
I think that Google's TPUs (Tensor Processing Unit) use Altera FPGAs (speculation based on [1]). I'm sure there's some degree of collaboration if Google is filling cabinets with hi…
-
comment
Comment #12975700
My point is that they far over-prioritized fuel economy. If you actually drive like that you will be spending a lot more time changing gears than necessary, and that almost any acc…
-
comment
Comment #12975459
>gear-shift indicator in the dash. My VW has this. It's useless, I never look at it. It is very simple and clearly intended only to give the best results on the controlled gas mile…
- comment
-
comment
Comment #12875068
There's probably no reason to restrict the computer the below human pro players (200-300 APM). My guess is the engine just wasn't designed with superhuman APM in mind and could be …
- comment
-
comment
Comment #12754248
I have seen this reported as a rumour with circumstantial evidence to back it up (why would they release a brand-new flagship product with a 2-year-old chip). Has it been confirmed…
-
comment
Comment #12753924
Well, a lot of the papers published in the field present results like "We designed a neural net to perform and achieved X% accuracy." The design of the net is novel and interesting…
-
comment
Comment #12753801
Quick, name three uses for this technology that aren't annoying advertisements!
-
comment
Comment #12753348
Have any of Altman's critics taken a step back and realized that they are telling him that he is morally obligated to terminate a productive business relationship over political di…
-
comment
Comment #12730270
I thought your thesis was that there was no actual collusion between politicians and the media, just aligned incentives. I agree with your point about the incentives, but don't you…