faizshah
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Was reading this old thread on first enterprise sales stories from 2016: https://news.ycombinator.com/item?id=11515307 Thought it might be interesting to hear what changed.
- TUItorial: Beautiful CLI-based interactive tutorials with syntax highlighting (tuitorial.readthedocs.io)
- Crafting Executables from Raw Bytes (youtube.com)
- Microservices Are Technical Debt (youtube.com)
- Game Development Caution (youtube.com)
-
Looking for a book that gets into the details of how you implement a query planner, execution plan etc. I know “Database Systems: The complete book” covers some implementation specifics. Anyone know any others?
- Full-Scratch Implementor of OAuth and OpenID Connect Talks About Findings (darutk.medium.com)
-
Hi HN, We are currently debating at work how to implement continuous delivery in one of our products. My argument is that if we are implementing continuous delivery then almost all PRs should include integ/acceptance…
-
Hey all, Anyone got any advice/war stories for building a new product, getting buy-in from leadership, and actually launching in big tech? I have been trying to navigate it myself and it’s hard to figure out how to…
-
Hey HN. I have been using ChatGPT for 2-8 hours every day since the launch as a development tool. I’m interested in hearing what you think about it’s answers in your area of expertise? For me, I found that it’s really…
-
I made this ~10 liner deep dict diff. It's an abomination but also kind of fun, useful for my project where I'm reverse engineering a deeply nested api. ``` def deep_diff(first, second): """~10 liner find the…
- Crsql – Multi-writer and CRDT support for SQLite (github.com)
-
I’m thinking of trying to build a Backend For Frontend team in order to increase our Frontend team’s ability to ship new user experiences. Does anyone have any experience successfully doing that at a large company or…
-
Hi HN, Does anyone have a list of IT security stuff that you should setup for your early stage startup? Like for example DNSSEC, VPN, forcing employees to use 2-factor etc.
-
I’m looking for books on talking to customers about their problems with the product (user research) and on customer service (for SaaS companies).
-
Hi HN, Does anyone know of any articles or stories on how social media sites like SoundCloud, instagram, etc. acquire users in their first year?
-
Hi HN, Does anyone have some ideas for how to validate product ideas before you invest a lot of time into building the MVP. I have read about people making a landing page and then trying to drive traffic to it as a…
-
Hi all, Is there a tool that can graph the dependencies between the code inside of your codebase? I found some solutions for graphing external dependencies but I can’t find a solution for graphing dependencies between…
-
Hi HN, Is there any prior work in psychology or AI on what the minimum requirements for the average person to recognize something as conscious are? Like for example what additional features would a Roomba need in order…
-
Hi HN, Any recommendations on a book on stochastic differential equations? Looking for something that is more applied and explains it to me like I took calculus years ago and hardly remember it but want to learn…