HN user

samebreath

91 karma

Community builder by nature. I like code that saves me time.

Posts46
Comments14
View on HN
opensource.com 4y ago

I patched Python to include this great Ruby feature

samebreath
4pts1
opensource.com 6y ago

Should API-restricting licenses qualify as open source?

samebreath
4pts1
opensource.com 6y ago

Open Source Alternatives to VSCode

samebreath
3pts1
opensource.com 6y ago

Unboxing the latest Linux laptop from System76

samebreath
4pts0
opensource.com 6y ago

I Made the Switch from Mac to Linux

samebreath
3pts0
opensource.com 6y ago

How to structure a multi-file C program

samebreath
1pts0
opensource.com 7y ago

What Is Posix? RMS Explains

samebreath
2pts1
opensource.com 7y ago

A short primer on assemblers, compilers, and interpreters

samebreath
1pts0
opensource.com 7y ago

Querying 10 Years of GitHub Data with GHTorrent and Libraries.io

samebreath
3pts0
opensource.com 7y ago

Managing Python packages the right way

samebreath
1pts0
opensource.com 7y ago

Maintain Your Calendar with Git

samebreath
10pts0
opensource.com 7y ago

Take the jobs no one else wants

samebreath
2pts1
opensource.com 7y ago

How to use Spark SQL: A hands-on tutorial

samebreath
3pts0
opensource.com 7y ago

Scaling Relational Databases with Apache Spark SQL and DataFrames

samebreath
4pts0
opensource.com 7y ago

Move your dotfiles to version control

samebreath
5pts1
opensource.com 7y ago

Getting started with Jaeger to build an Istio service mesh

samebreath
3pts0
opensource.com 7y ago

Building and augmenting libraries by calling Rust from JavaScript

samebreath
1pts0
opensource.com 7y ago

Python Image Manipulation Tools

samebreath
15pts0
opensource.com 7y ago

Raspberry Pi Projects to Explore

samebreath
1pts0
opensource.com 7y ago

Building the virtualization stack of the future with rust-vmm

samebreath
1pts1
opensource.com 7y ago

Building virtualization stacks with rust-vmm

samebreath
2pts0
opensource.com 7y ago

Virtual filesystems: Why we need them and how they work

samebreath
3pts0
opensource.com 7y ago

Small Scale Scrum vs. Large Scale Scrum

samebreath
1pts0
hackernoon.com 7y ago

Marketing 102 for Engineers

samebreath
3pts2
opensource.com 7y ago

Building Containers in Unprivileged Environments

samebreath
2pts0
opensource.com 7y ago

Screwdriver: A scalable build platform for continuous delivery

samebreath
2pts0
opensource.com 7y ago

A Linux User Review of the Darter Pro Laptop from System76

samebreath
2pts0
opensource.com 7y ago

Why CLAs aren't good for open source

samebreath
5pts1
blog.jessfraz.com 7y ago

Jessie Frazelle's Blog: Government. Medicine. Capitalism?

samebreath
2pts0
opensource.com 7y ago

Let your engineers choose the license: A guide

samebreath
2pts0

This quote nails the overall concern for me. What's the point of OSS if the API isn't also protected?

Oracle v. Google-influenced interpretations of existing open source licenses would similarly extend familiar open source license conditions to activities merely involving APIs. Such reinterpretations would transform these licenses into ones that fail to provide software freedom and advance the goals of open source ...

Microsoft released VS Code as open source, but the version you download from Microsoft is not open source. However, you have several options for using VS Code as open source or selecting one of its open source alternatives.

It's an interesting argument to make.

VS Code's source code is available on GitHub. Yet when you download the VS Code application from Microsoft, you'll find that your download is licensed under the Microsoft Software License. This isn't an open source license. The difference is in the build process.

"Open source discourse typically encourages certain practices for the sake of practical advantages, not as a moral imperative."

The line between practical and moral adoption of F/OSS continues to be interesting to me. Has the tide shifted toward practical at this point, or is that perspective still a minority?

Firefox Monitor 7 years ago

Yes, exactly. It's on the bottom of every breach page too:

Breach data provided by Have I Been Pwned

I love that it's a visually engaging and simple way of showing breaches. It's going to be a lot easier to share this with family, then get them on a password manager.

I love this focus on the funnel.

Yes, a "funnel" isn't a completely accurate representation of how people buy. All models are wrong, some are more helpful than others, and this one remains helpful.

I'm adding this to my "what's good for OSS business tactics is not good for the OSS ecosystem" file. It's easier to be principled when you don't owe venture capital a return, but it doesn't make it any less true.

What kind of value are you looking to achieve?

My strategy started by being kind on Twitter in my target community. Those interactions led me to target conferences to attend, and from there I aimed to build content with people (side projects on GitHub or podcasts) which have added up to something of value. I now feel good about my extended network without being internet famous to really any degree, which works for me. What's your goal?

The strategy of saying `I “improved this thing” using “this method” by “this measurable amount.”` has had a major impact on my perception of business value. My resume is all in these terms as well. Have others had similar results?

biases generality is a great question to ask. I rely on smarter people than me quoting repeated and repeatable research. The best I've ever read is in the book Thinking Fast and Slow, and a beautiful representation of it can be seen on designhacks.co (the latter is on my wall as a reminder of how fallible the mind can be).

Books I Recommend 7 years ago

I see your point on holding some space for self-exploration before we cargo cult other's beliefs as our own. A couple counter-thoughts: (1) There is no forming of ego without external influence. I'd much prefer a younger person be influenced by the enthusiasm for life of Feynmann when compared to the thousands of other options. I imagine influence to be a zero-sum game. Better to have it add up to enthusiasm. (2) We see different aspects of a book at different points in our lives. We hear only the questions to which we are capable of finding an answer (partial quote of FN). Rereading books that influence our younger years is a form of self-discovery.

You win for enthusiasm when it comes to that syntax. I appreciate I pipe output to uniq (MacOS) to get uniques, proving that easy is an extremely relative value :)

I.. don't get it. I imagine it's embarrassingly straightforward once I do, but until then I'm lost. Could someone help me out?