Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_lm_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
_lm_
8y ago
Eeeee ee eeeeeee eee Eeeeeee Eeeeeee! E eeeee!!!
2.
▲
What's wrong with big data?
(newhumanist.org.uk)
2 points
by
_lm_
9y ago
|
0 comments
3.
▲
by
_lm_
9y ago
I live in a ruralish area--20 minute drive from the local university, but I'm surrounded by farms. I like the solitude and the space. I can't see any of my neighbors--the closest I get to that is seeing their utility pole light th
4.
▲
Ask HN: What C++ unit testing framework do you use?
6 points
by
_lm_
9y ago
|
4 comments
5.
▲
by
_lm_
9y ago
I wonder if closed-access publishing is part of why academia seems so insluated from the "real world". People write for their audience, and if the general public can't read academic papers, then academics are going to write a
6.
▲
by
_lm_
9y ago
It doesn't matter how you get a copy of the paper; the citation is the same either way. Plenty of academics have been passing around PDF copies of papers their libraries don't buy access to for years before this!
7.
▲
Linux Namespaces and Go Don't Mix
(weave.works)
266 points
by
_lm_
9y ago
|
160 comments
8.
▲
by
_lm_
9y ago
You might find Idris's totality checking very interesting, if you haven't already seen it! http://docs.idris-lang.org/en/latest/tutorial/typesfuns.html...
9.
▲
C++ Function Dispatch Under the Hood
(web.mst.edu)
2 points
by
_lm_
10y ago
|
0 comments
10.
▲
by
_lm_
10y ago
It's more readable, but using std::function here introduces a second layer of indirection vs using a plain function pointer. More specifically, std::function's operator() is virtual, and calls into a subclass that's specializ
11.
▲
C++ Lambdas Under the Hood
(web.mst.edu)
2 points
by
_lm_
10y ago
|
0 comments
12.
▲
by
_lm_
10y ago
Zotero will work the way it does with Chrome now: there will be a plugin that integrates with Zotero Standalone, which will continue to be developed using XULRunner. I think this will be good in the long run--Zotero is complex enough to mer
13.
▲
by
_lm_
10y ago
http://www.ee.ryerson.ca/~elf/hack/recovery.html (Note that 'gnu' in the story is GNU Emacs!)
14.
▲
by
_lm_
10y ago
I suspect that the float frequency is generally equal to the AC frequency, but I suppose it may be possible for it to be some subharmonic of the switching frequency, assuming you've got a switching power supply.
15.
▲
by
_lm_
10y ago
Laptops are indeed powered off of DC, which means that there will be a constant voltage measured across the positive and negative pins of the MagSafe plug. However, the voltage measured from either pin to ground might very well fluctuate. W
16.
▲
by
_lm_
10y ago
> To avoid extracting irrelevant features, the TSFRESH package has a built-in filtering procedure. This filtering procedure evaluates the explaining power and importance of each characteristic for the regression or classification tasks a
17.
▲
There is a blind spot in AI research
(nature.com)
98 points
by
_lm_
10y ago
|
51 comments
18.
▲
Category Theory for the Working Hacker
(infoq.com)
5 points
by
_lm_
10y ago
|
0 comments
19.
▲
by
_lm_
10y ago
Betteridge's Law of Headlines applies here. Here's a long article on why this is a bad idea: https://www.troyhunt.com/the-cobra-effect-that-is-disabling/
20.
▲
by
_lm_
10y ago
Last I checked, most places reimburse you about 50 cents/mile for vehicle depreciation and gas. Let's assume drivers pay 15% in taxes, just to make the math easy. $1 - 20 cents for Uber - 15 cents for taxes - 50 cents for fuel
21.
▲
by
_lm_
10y ago
Man, my newest car is 25 years old and I do all the maintenance on all of them (25 years, 30 years, and 32 years old) myself, aside from safety inspections and alignments. I recently had one fail safety for two small things and the shop quo
22.
▲
by
_lm_
10y ago
I once fixed the alternator pulley on my 1984 VW Rabbit in the parking lot of a gas station in the middle of nowhere in Wyoming using nothing but JB Weld, zip ties, and a piece of scrap metal I found and shaped into a replacement Woodruff k
23.
▲
by
_lm_
10y ago
For the Map-Reduce transformation, you require f(r(a,b)) = r(f(a),f(b)). This is equivalent to requiring r to be a homomorphism, I think. You could probably generalize that condition to situations where f can be lifted over the output of r