Viewing profile — waffles2021
waffles2021
HN member- Joined
- Wed, Jan 12, 2022, 8:07 AM UTC
- HN karma
- 7
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About waffles2021
No profile information was provided.
Recent public activity
-
comment
Comment #33407355
Before Google, and before there was actually content on the Internet, it was the MSDN documentation CDs and about 20-30 very large books. People scoff these days about stack overfl…
-
comment
Comment #33407304
There's legendary stories of the very few software developers out there, having huge "conferences" (parties) across Las Vegas and almost every Ski Resort on the planet. To be in de…
-
comment
Comment #33327281
Back in the day, we used to have several monitors when developing web applications, mainly to mimic laptop use and desktop use. I thought that the dynamic resizing features in mode…
-
comment
Comment #32675081
About a decade ago, everyone was told that scientific documents were impenetratable by common folk, so to make them more accessible and attract more funding, a narrative should be …
-
comment
Comment #32594598
There's always Leetcode and Hacker Rank. If you get involved in an open source project your horizons may narrow quickly, so it's best understanding the strengths of being a general…
-
comment
Comment #32224361
I don't think there is an end goal. Programmers do seem to have an abundance of Ego, so maybe best to keep that under control? Personally, seniority comes with opportunity. If you …
-
comment
Comment #32224269
Learn your development environment (IDE, or text editor). It may contain features that will make your life easier, both during development and during debugging.
-
comment
Comment #32224249
Don't optimise until it works.
-
comment
Comment #32224240
If working in a team, create a policy document that everyone signs off on. Don't sacrifice quality for speed when it comes to policy. This ensures that code is transferable between…
-
comment
Comment #32224190
Being able to use search engines is a definite skill that certainly cannot be understated. Once upon a time we'd have shelves of $100 books to pore over, and that would take time i…
-
comment
Comment #31975073
The most starry of starry eyed startups will want a team that is already fit for scale, so they build for scale before they need it. Possibly convinced by VC behaviour and getting …
-
comment
Comment #31975053
There is also an issue with conceptual leakage, most noticeably I've found with devs well versed in one language bending another language into behaving like the former.