How often are tech trees used in software development/ project management? I’m leading a hardware development project and I made a tech tree for my team- but I had only ever seen them in video games. Would love some professional examples
Could you elaborate on how you made a tech tree for a development team/project? I'm struggling to imagine how that would look.
GitHub Arctic Code Vault: Tech Tree
21–30 of 105 posts
Re: GitHub Arctic Code Vault: Tech Tree
#22or how to use that C compiler to bootstrap the rest of the software: https://guix.gnu.org/
Re: GitHub Arctic Code Vault: Tech Tree
#23Some curious selections there: - 4 books on SQL but none on key/value, graph, document, time series, bigtable etc databases. - 3 books on C, 2 on JS but none on Haskell (leading FP language) or Scala (first to bridge FP/OOP). - None on search engines / algorithms even though it's the most widely used aspect of computing. - None on anything mobile even though it's the dominant computing platform.
I was also surprised they picked "Programming Rust" over "The Rust Programming Language" book.
Re: GitHub Arctic Code Vault: Tech Tree
#24Hummm, ok, what about men's role ?
One of the biggest complain women make, is the world keeps reminding them that they are a women. Well this is one of them
Re: GitHub Arctic Code Vault: Tech Tree
#25It's strange that they've omitted video-games which are the intersection of software and culture these days.
Yea, I mean video-games are THE way of software sneaking into culture. I mean there is also programming culture but it's constantly changing, split into a innumerable number of sometimes conflicting variants and is often more like work culture then art. But it's also art, it's complicated tbh. I mean how many opinions are based around what feels nice and/or looks nice instead of what works most reliable and well? Thr…
Re: GitHub Arctic Code Vault: Tech Tree
#26Earlier quoted context omitted.
Could you elaborate on how you made a tech tree for a development team/project? I'm struggling to imagine how that would look.
Usually when joining a fairly technical team, the team has put together "learn these things" to get up to speed. For example, on our team where I am currently, you should be fairly familiar with statistics and maths after the first year on the team.
Re: GitHub Arctic Code Vault: Tech Tree
#27But the 100 Classics approach to media that seems to be showcased in this provisional reamde fundamentally dooms the collection to irrelevance.
Re: GitHub Arctic Code Vault: Tech Tree
#28Re: GitHub Arctic Code Vault: Tech Tree
#29Earlier quoted context omitted.
exactly, and one don't even need to comment on HN, but can just open an issue or even better a pull request ;)
It's a bit late for that -- the archive snapshot has already been created and stored.
Re: GitHub Arctic Code Vault: Tech Tree
#30It s missing solid pieces, like how to bootstrap a C compiler from nothing: https://github.com/oriansj/stage0 or how to use that C compiler to bootstrap the rest of the software: https://guix.gnu.org/