Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MatthiasWandel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
MatthiasWandel
3mo ago
Gotta agree with you there, log splitters rule. We got a little 4 ton electric one for my mom, and on some pieces it would stall. I thought, what a wimpy thing, but then hitting those pieces it wouldn't split with an axe, I realized,
2.
▲
by
MatthiasWandel
3mo ago
A 12 year old can indeed acquire that skill, but that doesn't mean any adult can do it.
3.
▲
by
MatthiasWandel
3mo ago
I once took a sledgehammer to work so everyone could take a turn taking a whack at some old prototypes outside. I came to the sad realization that even hitting a particular spot with a sledgehammer is not an inate skill. If you've ne
4.
▲
by
MatthiasWandel
3mo ago
Looks like its coded by someone who has never split firewood. The challenge is not deciding where to split, its executing the split. Like hitting the same gap if it doesn't split, deciding orientation to aoid knots, figuring out how t
5.
▲
by
MatthiasWandel
9mo ago
A downside of profile shift is that you get away from the pitch diameter. At the pitch diameter, there's no friction on the teeth, the further away you get, the more friction. But any hand drill will have a gear with less than ten tee
6.
▲
by
MatthiasWandel
1y ago
The bottleneck with the pointer table may be the summation. While the fetches of elements can be parallelized, the summation can not, as the addition depends on the result of the previous addition being available. Some experiments I have do
7.
▲
by
MatthiasWandel
1y ago
An interesting aspect is data dependencies. If your next statement reuses data you just computed, that can cause pipeline bubbles, as that result you want to use just isn't available yet. I dived into that topic for a video about rel
8.
▲
by
MatthiasWandel
1y ago
nice, but spotted several inaccuracies on the landing page. perhaps not the best reference.
9.
▲
by
MatthiasWandel
1y ago
Disappointed to see the dots around it all appear to be the same spacing. They should be at different spacing, corresponding to strobe sync with 50 and 60 hz mains and 33.33 and 45 RPM. Hence four rings with different number of dots aroun
10.
▲
by
MatthiasWandel
2y ago
I'm sure they would not have been less than £850 in whatever currency it was sold in back then, inflation adjusted. But the justification was much better than being a fidget toy.
11.
▲
by
MatthiasWandel
2y ago
The JVM based devices came years later. This was around 1998, with the 386 based blackbery pager that could only do emails over Mobitex, no phone calls. It even looked like a pager. At the time, phones were not so dominant, data switched
12.
▲
by
MatthiasWandel
2y ago
yes
13.
▲
by
MatthiasWandel
2y ago
I wrote the calculator for the original blackberry. Floating point won't do. I implemented decimal based floating point functions to avoid these rounding problems. This sounds harder than it was, basically, the "exponent"
14.
▲
by
MatthiasWandel
2y ago
Cutting away a lot with a router is a slow, noisy and dusty process. Less work to just glue together the channels out of smaller pieces of wood. Also, that way you can take individual pipes out and tweak them (called voicing). Another thi
15.
▲
by
MatthiasWandel
2y ago
I remember spell checking my essays for high school on the commodore 64, using Paperclip 64, in 1984, Before there was ANY Microsoft windows. Spell check took a few minutes, because it read the dictionary from disk as it checked, and afte
16.
▲
by
MatthiasWandel
2y ago
Actually not fair criticism, given that I even talk about changing the control parameters and demonstrate the effect of changing them.
17.
▲
by
MatthiasWandel
2y ago
Please re-watch the video, but THIS TIME PAY ATTENTION. I do talk about the motion parameters, even show the code on the screen briefly. I even show the effects of changing the parameters.
18.
▲
by
MatthiasWandel
2y ago
Things that scale can have a big multiplier, so to say. The problem is, more often than anticipated, that multiplier, rather than being large, ends up being considerably less than one. Whereas work that doesn't scale always has a mult
19.
▲
by
MatthiasWandel
2y ago
Since a daily activity once checked presumably never become unchecked, this could be just a big sheet of hexagons you can color in when the activity is done. Yes, you need to print out a new one once a year, but that's pretty trivial c
20.
▲
by
MatthiasWandel
3y ago
Ok, ascii diagram for my previous comment, indented: =============== Pipe <---Suck =============== -----------vane-----------
21.
▲
by
MatthiasWandel
3y ago
regardless of what happens inside the S-curve, the opening ends up getting a slight vacuum from suction, but there is no such suction on the opposite side. Imagine the S is straight, but a vane attached to the side of the pipe blocks suctio
22.
▲
by
MatthiasWandel
3y ago
chalk isn't a silicate. It's calcium carbonate. So no worries about silicosis. I think otherwise it would have been banned from schools long ago.
23.
▲
by
MatthiasWandel
3y ago
I have done something like that at times. I find the bug in the afternoon. Now I have the satisfaction of having found it and don't want to risk the frustration of it not actually being the actual bug I found. So I saved it for the
24.
▲
by
MatthiasWandel
3y ago
We use "science" to prove "they" are inferior.
25.
▲
by
MatthiasWandel
3y ago
I have come to that conclusion myself over the years too. But "bad people" or a holes also have usefulness. You sometimes need people to challenge things that only an unreasonable person would challenge. And you need the occasio
26.
▲
by
MatthiasWandel
3y ago
The first half of the movie mixes a lot of stuff up date and time wise, and adds a bunch of completely fictional sub-plots. I worked at RIM from 1993 to 2007
27.
▲
by
MatthiasWandel
4y ago
Why, its nearly the square root of 3.
28.
▲
by
MatthiasWandel
4y ago
The time part is very important -- it's important to start 15 years ago when the field was less crowded, and then develop your skill as you go along.
29.
▲
by
MatthiasWandel
4y ago
I left the company in 2007
30.
▲
by
MatthiasWandel
4y ago
Back around 2006 I used "panorama tools" to do the same sort of thing. It had this cool feature of being able to work out lens calibration if it had two photos from the same viewpoint but different angles. It did however require
More ›