bradb3030 | 3 years ago | on: Ask HN: I want to propose spinning out my work from current employer. How?
bradb3030's comments
bradb3030 | 6 years ago | on: The Feedback Fallacy
bradb3030 | 7 years ago | on: Interviews with developers who became managers
Outside of searching the keywords "interview" and "hiring" and looking for what seems relevant, I'd recommend specifically the 4 "Management Trinity" episodes and "Juggling Koan".
source: 5-year manager at a public SaaS company in the Midwest, recently discovered the podcast.
bradb3030 | 8 years ago | on: The End of Windows
bradb3030 | 8 years ago | on: Windy.com
bradb3030 | 9 years ago | on: Thought Experiments to De-Risk Your Startup
It sounds good, but isn't good. I think the answer in response to it is to have ammo that both sounds good and is useful, and it'll win out to the smart people.
bradb3030 | 9 years ago | on: There Are Plenty of Jobs Out There, America
bradb3030 | 9 years ago | on: Ask HN: What “missing” technical solution(s) do you wish existed?
bradb3030 | 9 years ago | on: Ask HN: What “missing” technical solution(s) do you wish existed?
bradb3030 | 10 years ago | on: Foursquare Predicts Chipotle’s Q1 Sales Down Nearly 30%
bradb3030 | 10 years ago | on: A nation divided - into perfect square miles
bradb3030 | 10 years ago | on: 30 second arithmetic challenge
4/6 easy, 19.1s 47/77 medium, 16.2s 19/25 hard, 17.8s
I started scribbling numbers on paper without looking down when I got to the hard ones, which helped...but I still think the hard ones were slightly easier than medium ones.
Good question design: forcing you to look ahead simplify things like 69 * 2 - 5 / 7 ...
realizing that 69 is one smaller away from being evenly divisible by 7, when doubled is 2 smaller, minus 5 makes it 7 smaller so the divided by 7 can apply to the thing it's close to...140 as well as the 7 smaller..140/7 minus 1...19
Common core on steroids?
bradb3030 | 11 years ago | on: Online Storage Provider Box Prices I.P.O. at $14 a Share
bradb3030 | 11 years ago | on: Ask HN: Maybe found huge security problem, unsure what to do
bradb3030 | 12 years ago | on: Ask HN: What is the difference between a junior and senior developer?
an acceptable Junior Software Engineer... uses tools to make properly formatted code
produces readable code, mostly self-documenting
becomes a 'goto person' on code after spending 2 total weeks in it.
rarely goes 3 days without obvious progress or output to the sprint team
is comfortable making estimates about new work
is comfortable re-using existing patterns for new work, even in unfamiliar code
can explain the 'why' of processes and rules, and be able to see situations where they may not apply
understands agile development and participates effectively
----------------
a Senior Software Engineer... is also a Software Engineer with everything that comes with it
is a team representative of code, projects, and end-users
has a running list of 5 things the team or the team's code is weak in, and could be doing better
considers edge cases well, writes bulletproof code
understands integration points with other teams and projects
reliably resolves tickets in team's estimated timeframe.
does code reviews and design reviews that are kind and instructive
is able to refactor code to improve maintainability without being too aggressive and causing additional problems
is able to help any other dev with problems in any of the team's code
is capable of teaching a new employee about all of the team's code, projects, and end-users
brings innovative ideas back to the team from reading, experimentation, and conversations in addition to normal work
is a student of agile development and can effectively coach and mentor others in agile development
maintains good relationships among cross-functional team members
can boldly estimate very low or very high for new work, keen prediction for the very easy and very hard
can sense CPU, memory, and computation time problems in code invents new patterns and solutions rather than always using existing patterns
sees the give and take in processes and rules, uses them as a tool for guidance not to be followed rigidly 100% if not best for the company
understands feelings and history about codebases and projects, not just the immediately apparent facts
is not just extremely knowledgeable, but also with passion and proper application and improvisation of concepts
It describes employee-owned companies and frames the type of spinoff you described as a positive investment, mutually beneficial, to re-leverage debt and provide growth for leaders that are blocked.
Obviously I don't know the situation and the mindset of leadership, but I wouldn't ridicule what you suggested as stealing their IP. They're getting a % ownership in a company in hopes of it becoming a valuable asset -they'd be making a choice.