Can you share more about where you took the class? Continuing education, or a vocational school? Did you take it purely as a hobbyist, or hope to get into the trade?
HN user
yan
yan (@) srtd . org
@yan / twitter
Contact me. I'd love to hear from you.
[ my public key: https://keybase.io/yan; my proof: https://keybase.io/yan/sigs/bsufXWbJRQgWAiZQ3yD9Ydi_lDSJDWpSAxS1aqv3ORk ]
331M
To solve the wide-screen, narrow text problem, I once threw together a demo with a hacked up Chromium/WebKit to create a flowing, multi column view mode that created a long virtual scroll surface and scrolled it like newspaper columns: https://vimeo.com/59463521.
It wasn't super intuitive, but wish a modern browser had this.
I believe what you’re looking for is: https://www.telescopictext.org/ (demo is at .com)
This is essentially how a wingsuit works, although inflation happens in flight through inlets. That is in general how nylon wings (e.g. paragliders) work as well.
"I drive, I ride my bike, and I walk places, but when I do one, I hate the other two"
Did your degree help you with that decision?
You'd be remiss if you don't mention Binary Ninja[1]. A relative newcomer that's already extremely capable, has great scripting support and is under very active development.
If you're healthy and using a normal, dynamic rope, no it won't. It won't even hurt. A factor 2 fall onto webbing or dyneema can totally mess you up though, even from a couple of feet.
Unsafe for what? Almost all of the fall forces should be dissipated by a dynamic rope, not the harness.
Man, talk about the ephemeral internet: One of my first projects[1] in Haskell was a small tool to go through my Google Reader favorites and download posts I tagged on ffffound.
Something that made filling rentals cars easier: there's a triangle on the dash that points to which side the cap is on next to the "fuel" symbol on all the cars I've been in.
Moxie explicitly gave Zizek credit in his speech.
He addresses that in the book as well. His goal is to give rough estimates and a framework to reason about energy sources, not provide conclusions.
I recently started reading "Sustainable Energy Without The Hot Air"[1], which is available as a free book, and it's been a wonderful introduction to reasoning about alternative energy. The author also gave a talk a few years ago that is very approachable[2].
[1] https://www.withouthotair.com/ [2] https://www.youtube.com/watch?v=GFosQtEqzSE
When I first discovered Music for 18 musicians, it's all I'd listen to while working and commuting for weeks and weeks.
What most recent topic in the field of programming languages, or computing more broadly, have you changed your mind about in a substantial way?
I agree it sounds similar, I was just pointing out that it's likely a reference to the plasma device and not a comment on Mac computers.
How? Только != Тока
Slightly related, but I had a small epiphany when taking a class on DSP on Coursera. The kernel that is used to blur an image and that which is used to remove the treble/high frequencies from an audio sample are identical, except one is in 2 dimensions and the other is in 1. And this makes perfect sense! A low pass filter removes high frequencies, and sharp edges are high frequencies in the 2D plane.
TFA only mentions Gaussian blur, but a Gaussian blur is just a moving average, with "closer" pixels being valued higher, plus a smooth falloff. When you replace each value with an average of its neighborhood, you "soften" the transitions.
For anyone interested in DSP, the Coursera DSP class is superbly well done: https://www.coursera.org/course/dsp
It is. ssh-agent caches it though.
To paraphrase Jay-Z: he's not a C++ developer, he's C++, developer.
Speaking of, after getting the third edition, I have the second version sitting unused. If anyone wants it for the cost of shipping, let me know.
More required reading on this topic: http://ridiculousfish.com/blog/posts/old-age-and-treachery.h...
If anyone is even marginally interested in GPU internals, you'd do yourself a favor by checking out John Owens' UC Davis class on the topic[1]. I once watched the first lecture just to fill an hour and ended up going through the entire course within the span of a week, following up with my own research later on. Superbly interesting.
[1] https://itunes.apple.com/us/itunes-u/graphics-architecture-w...
or on youtube: https://www.youtube.com/playlist?list=PL4A8BA1C3B38CFCA0
eevblog is wonderful! During a recent side-track into electronics, I've been consuming all of Dave's (EEVblog) videos, all of Mike's (mikeselectricstuff) videos and all of Ben Krasnow's videos (Applied Science).
EEVblog is very specific to EE, Mike's Electric Stuff is electronics as well, but tends much more toward tear downs/obscure components/reverse engineering and Ben's channel is just a delectable collection of DIY everything. Ben became famous for building his own (and probably first DIY ever) electron scanning microscope, but has videos where he builds all sorts of amazing things in his home shop.
A breakpoint instruction is usually a single byte in variable length instruction ISAs and the same width as any other instruction on fixed width ISAs, so inserting a breakpoint is just overwriting the first byte of an instruction and keeping all other offsets identical.
Zalewski was the reason I felt unaccomplished in 2005, when I read his "Silence on the wire" and noted he wasn't much older than I am.
His separate guide on CNC is great[1]. He also has a great intro to electronics[2]. His first book is an amazing survey of totally passive attacks[3]. His second book is a comprehensive survey of web application osecurity[4].
[1] http://lcamtuf.coredump.cx/gcnc/
[2] http://lcamtuf.coredump.cx/electronics/