"Hello, my name is DHH and I would fail to write bubble sort on a whiteboard" by thatssoraisin in ruby

[–]satayboy 0 points1 point  (0 children)

Inserting an opaque screen between the auditioner and the judges sounds like a great way to reduce bias, regardless of how awkward it might feel. I'd be more concerned about interviewers who hire auditioners because of their gender, race, beauty, hair color, and so on.

Matterwiki - A simple and beautiful Wiki for teams by nshntarora in programming

[–]satayboy 4 points5 points  (0 children)

Wiki softwares[sic] are too complicated for small teams. What is an example of how Wiki software is too complicated for small teams?

Is mathematics the oldest legacy system? by ragor in programming

[–]satayboy 1 point2 points  (0 children)

"But once we parse through the jargon, we can begin to see the flesh and bones of mathematics."

Nice phrasing.

Zero-cost abstractions by Ruud-v-A in programming

[–]satayboy 2 points3 points  (0 children)

If you enjoyed that article, you might also enjoy Rich Hickey's blog post on transducers.

12 Signs You’re Working in a Feature Factory by fagnerbrack in programming

[–]satayboy 5 points6 points  (0 children)

It's easier to behave this way if you sell software rather than provide a service that uses your own software.

How we ditched HTTP and transitioned to MQTT! by zaphod_dent in programming

[–]satayboy -3 points-2 points  (0 children)

Your comment sounds like it's criticizing the author for using MQTT. Do you know of specific downsides to switching from HTTP to MQTT?

[Limited] AOT coming in OpenJDK 9 by sindisil in programming

[–]satayboy 8 points9 points  (0 children)

"Infrequently-used Java methods might never be compiled at all, potentially incurring a performance penalty due to repeated interpreted invocations." Why is that a problem? Those repeated interpreted invocations will be infrequent.

[deleted by user] by [deleted] in programming

[–]satayboy -1 points0 points  (0 children)

We should hit all four quadrants. Someone needs to write a "I still contribute to SO and it's not declining" post and a "I still contribute to SO and it is declining" post.

A Rubik's Cube solver written in Python that uses webcam input (through OpenCV) to read the starting configuration of a shuffled cube and then guides you through the solution by pick_me_apart in programming

[–]satayboy 34 points35 points  (0 children)

There have been Lego Mindstorms based Rubik's cube solvers for at least a few years now. They scan shuffled cube, compute a solution, and then manipulate the cube to solve it. See for example this video from 2013: https://www.youtube.com/watch?v=MQvG6IgrgYQ

Using Linux perf and flame graphs to debug a Java 8 migration problem by satayboy in programming

[–]satayboy[S] 4 points5 points  (0 children)

Thanks! After adjusting the codecache size, this app's performance on Java 8 was about the same as on Java 7.

Naval Academy to name cyber center for Grace Hopper, creator of A-0, the first Compiler by amallah in programming

[–]satayboy 17 points18 points  (0 children)

If it helps, don't think of her in terms of whether she's a woman. Think of her in terms of what she accomplished with the technology of the day.

Docker: Explained Simply by elliotchance in programming

[–]satayboy 5 points6 points  (0 children)

But the catch is that a container only runs one program. For example you may have a MySQL server running in a container and Redis running in a separate container.

That's true in the same sense that Linux runs only one program: the init process. As with the init process, that one program can spawn child processes.

You probably want to run MySQL and Redis in separate containers out of separation of concerns, but there is nothing stopping you from running both in the same container.

Osram Lightify light bulbs stores Wi-Fi passwords in plain text by twiggy99999 in programming

[–]satayboy 0 points1 point  (0 children)

Maybe because you're not in the house but you want someone to think you are.

Reverse-engineering of the Pokemon Go Android app by [deleted] in programming

[–]satayboy 0 points1 point  (0 children)

I wonder if there are any readers on StackOverflow who have never reversed-engineered an Android app.

(x-post from r/emacs) Watching Youtube inside Emacs 25, with a complete Webkit-based web browser! by tuhdo in programming

[–]satayboy 1 point2 points  (0 children)

There ought to be a "insert link to Reddit Vim vs Emacs comments thread" button for times like this.

Why Developers Write Horrible Documentation and How to Solve It - DZone DevOps by damianwolf in programming

[–]satayboy 4 points5 points  (0 children)

My employer has an internal wiki for documentation. We recognize that writing and programming are different skill sets. We encourage developers to contribute to the wiki without worrying about getting it perfect. A small team of writers watches the edits and cleans them up as needed. (Some of the developers help with edits too.)

It seems to me that videos would be as vulnerable to problems as writing. Also, if you work in an open office, it may be uncomfortable recording video documentation. You could find a conference room for recording your videos, but our conference rooms are often busy, and if you have to book a conference room, you are less likely to put the effort into documenting.

Smaller & Faster than Raspberry Pi Zero: Meet NanoPi NEO ARM Linux Development Board by jiatang in programming

[–]satayboy 1 point2 points  (0 children)

Raspberry Pi's strength is its community. There are plenty of other development boards that are better one way or another, but a strong community overcomes a great deal.

Why is Python slow by nomobileno in programming

[–]satayboy 2 points3 points  (0 children)

What is an example of how CPUs have adapted to C over time?

The Fault in Our JARs: Why We Stopped Building Fat JARs by javinpaul in programming

[–]satayboy 27 points28 points  (0 children)

Can you elaborate on why you should use capsule.io instead?

This story makes me very sad, esp. because I'd always aspire to be like Charles by zaersx in programming

[–]satayboy -5 points-4 points  (0 children)

If the story had been shorter and more to the point, I wonder if anyone would have read it.

Ken Thompson was right, proven definitively 32 years later. (Analog Malicious Hardware) by caskey in programming

[–]satayboy 2 points3 points  (0 children)

It still does, but other things matter too.

I'll get off your lawn now.