halfnibble
|
6 years ago
|
on: Big O Notation – Using not-boring math to measure code’s efficiency
Self-taught as well. It’s a game. All the big name software co’s and the startups founded by former big name software devs like to play it. Heck, I’m starting to enjoy the game (primarily because I have exceptional pattern recognition skills).
I was failing interviews too until I picked up an undergrad CS algorithms book and read through the first few chapters on data structures and theory. Then I signed up for LeetCode premium. After a couple months of reading and practicing, I was getting an offer from every place I interviewed at. Now I’m at one of those big name software companies, and if I’m ever asked to interview a candidate—well, I don’t know what I’ll do. Maybe something with a binary search tree. I’ve literally never had to use that in 8 years of development. :)
halfnibble
|
7 years ago
|
on: The San Francisco plague epidemic of 1900
I wonder if the infected squirrels will reinfect the growing rat population in San Francisco and repeat the cycle.
halfnibble
|
7 years ago
|
on: Ask HN: What is your money-making side project outside programming?
But many predictions ARE basically binary. I made so much money on the "Will Trump be impeached by the end of 2019?" question. I can't believe how many people put money on that.
halfnibble
|
7 years ago
|
on: Ask HN: What is your money-making side project outside programming?
I've made a ton of money in PredictIt just by betting from a GOP perspective (I'm guessing not many "investors" go that way, so the odds are skewed).
halfnibble
|
7 years ago
|
on: How Amazon's Mechanical Turkers Got Squeezed Inside the Machine
MTurk sucks. I need to have over a thousand video transcripts manually fixed, and so far, only about 15% come back even close. Most MTurkers submit the original, unmodified transcript, or something completely irrelevant. I have to use diffing software just to quickly scan each submission for scammers trying to make a quick buck. Granted, I feel like a scammer myself for paying so little (but the decision for payout is coming from above me).
halfnibble
|
7 years ago
|
on: Ask HN: What would you do with a monthly budget to spend on development time?
Tedious development tasks.
halfnibble
|
7 years ago
|
on: Startup Stock Options – Why a Good Deal Has Gone Bad
Can someone tell me what letter "BigCorp" starts with? I'm scared because I'm looking at a job at a big corp., but I was under the impression that I could leave the office at 5pm.
halfnibble
|
7 years ago
|
on: How to Permanently Disable Chrome Full-Screen Mode
Windows only. :(
halfnibble
|
7 years ago
|
on: When Microsoft's eBook store closes, your books disappear too
I didn't even know Microsoft had an eBook store. Somebody in marketing needs to get laid off.
halfnibble
|
7 years ago
|
on: Microsoft Launches Visual Studio 2019 for Windows and Mac
Anyone know how it performs on Mac?
halfnibble
|
7 years ago
|
on: Ask HN: Is all programming constantly changing or just front-end JavaScript?
The biggest change I can think of in my Python/Django development over the past few years is:
print "" >>> print("")
halfnibble
|
7 years ago
|
on: Why Did San Francisco Schools Stop Teaching Algebra in Middle School? (2016)
"""
...unequal access to high quality education is a comparable injustice to unequal access to the ballot box and is "the clearest manifestation of the nation's caste system."
"""
The real caste system in education is those who can afford to send their kids to a high-performing private school vs. those who cannot. This solution only exacerbates that problem.
halfnibble
|
7 years ago
|
on: PHP 8 to Add a JIT
I felt the intro was a little off too. I hadn't even heard of PHP 8 until today.
halfnibble
|
7 years ago
|
on: PHP 8 to Add a JIT
I understood that "array expression" meant "associative array", and that the closest equivalent in JavaScript is an Object. But I don't consider myself a PHP guru.
halfnibble
|
7 years ago
|
on: Ask HN: I just got fired from a startup. What now?
1. Ask if they would feel comfortable recommending you.
2. Apply at a better run startup.
3. ???
4. PROFIT!!
Seriously, I get the best recommendations and referrals from former colleagues at failed startups. We were in the trenches together. It forms a special bond—even if you don't always win.
halfnibble
|
7 years ago
|
on: Is WSL actually ready for developers?
Not just Silicon Valley–it's a West Coast thing. Go into any hip coffee shop in CA, OR, or WA, and you'll find a sea of MacBooks covered in stickers running brightly colored IDE's (and at least a few running vim).
The stickers are usually souvenirs from tech conferences, employers, cool startups, and hackathons.
halfnibble
|
7 years ago
|
on: Facebook blames a server configuration change for yesterday’s outage
WAT. A server configuration change? What kind of server configuration can affect presumably thousands of machines replicated across the globe? I'm trying to understand this.
halfnibble
|
7 years ago
|
on: Ask HN: Startup failed after years of work – Can I even get a job now?
Microsoft? I applied for a half dozen jobs over a week ago. Referred by an MS employee too. Still have heard nothing. Then I applied at Amazon this week and have two different Amazon recruiters reaching out to me. What does it take to get a hold of a MS recruiter?
halfnibble
|
7 years ago
|
on: Getting too absorbed in side projects
My parents retired early too, and it looked like we were about to be in a similar situation, but then my mom caught a rare and aggressive form of cancer. It happened so fast. We are all still in shock. Don't take any moment for granted, and call your mom—even if you're busy.
halfnibble
|
7 years ago
|
on: Ask HN: How to Send Money to Users?
This is an excellent question. I have yet to discover a good API based method. Let me know if you find one.
I was failing interviews too until I picked up an undergrad CS algorithms book and read through the first few chapters on data structures and theory. Then I signed up for LeetCode premium. After a couple months of reading and practicing, I was getting an offer from every place I interviewed at. Now I’m at one of those big name software companies, and if I’m ever asked to interview a candidate—well, I don’t know what I’ll do. Maybe something with a binary search tree. I’ve literally never had to use that in 8 years of development. :)