<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: Mc91</title><link>https://news.ycombinator.com/user?id=Mc91</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 09:06:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Mc91" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Mc91 in "Ask HN: How do you tune your personality to get better at interviews?"]]></title><description><![CDATA[
<p>You are looking at this from your perspective, which is either pass or fail.<p>From their perspective, they might be interviewing, say, six people.  As you say, they've already weeded out people from their resumes before they even get to the interview.  From my experience, and I have heard people note this before, interviews tend to be a Gaussian curve with a normal distribution.  People are weeded out by resumes and such.  However, if I interview six people, usually someone slips through the cracks who knows nothing or next to nothing.  That leaves the remaining five.<p>Of the five, four are usually interchangeable.  They're like you - they get the technical questions right, or right enough.  It's obvious they've been writing features for code for a company like yours.  But of the five, often one person seems to not just know the easiest questions, or normal questions, but has a very good understanding of the subject matter.  You keep probing how much they know, and they have in-depth knowledge about a lot of things.  They know how registers on a processor work, they know about cache, they know the big O space of various algorithms, they can explain different approaches to concurrency in depth, or testing, or a lot of things.  So you got the answers right, they just did better.<p>It could be something else - you might be just as good as someone else, but they were recommended by someone already on the team, or on an adjacent team, and they get brought in.<p>I guess personalities are on a bell curve as well.  Maybe one out of six people fail on this.  Maybe they're disorganized, or immature, or arrogant.  Sometimes they miss basic social cues, or don't follow instructions, or even seem like they have a screw loose.  Then four out of six people seem nice enough - professional but friendly.  Then maybe one out of six just seems very sharp and smart, or avuncular, or what have you.  A lot of it ties together - someone who has done the work to learn a programming language more than the other candidates, you assume is going to be hard-working on features as well, and they also seem sharp because they know so much (about IT, but other things as well).<p>Some things are contrasting.  The hard-working person who knows the programming language in and out, and who gets a lot of feature work done is probably willing  to sacrifice a little comity within the group to get a feature out.  On the other hand, some people are so stubborn and argumentative, their presence would be a negative, even if they have technical skills.  But some personality traits can contrast - I've working with friendly, supportive leads with great technical skills, but if they are a little bit hard charging this type of thing might be expected to come with the package of being very good technically.</p>
]]></description><pubDate>Thu, 14 Aug 2025 16:27:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44902413</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=44902413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44902413</guid></item><item><title><![CDATA[New comment by Mc91 in "ChatGPT's enterprise success against Copilot fuels OpenAI/Microsoft rivalry"]]></title><description><![CDATA[
<p>I program at a non-tech Fortune 100 company.  Our team is on a pilot program to try out AI-assisted programming at the company, and Cursor with OpenAI models are mostly what we are using.  I have it integrated into my standard IDE workflow and try to write unit tests and the like with it.</p>
]]></description><pubDate>Tue, 24 Jun 2025 23:12:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44372067</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=44372067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44372067</guid></item><item><title><![CDATA[New comment by Mc91 in "Ask HN: What's with the repeated job posts on "Who's hiring"?"]]></title><description><![CDATA[
<p>I got a gig from who's hiring a few years ago.  I also interviewed at some other places which were not a fit.  Some places never got back to me.  It has been a mix.</p>
]]></description><pubDate>Tue, 03 Jun 2025 22:37:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44175523</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=44175523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44175523</guid></item><item><title><![CDATA[New comment by Mc91 in "Ask HN: Difficulties with going back to school"]]></title><description><![CDATA[
<p>I went to a state school (cheap) and took one class a semester - usually at night, sometimes on a weekend.  So I'd work until 5, then take a class from say 7 to 830 every Tuesday and Thursday.<p>In 2009 the economy sank and I was laid off.  I was able to go back full time for a while.  I was already enrolled and everything, I just started taking 4-5 classes a semester instead of 1, I was also able to take them during the day for a while.<p>$80k over four years is a certain amount, $80k over more years is less.  I think I paid less per than $20,000 for a year's worth of classes.  Some people got Pell grants and financial aid, although I just paid for it cash.</p>
]]></description><pubDate>Sun, 23 Mar 2025 23:12:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43456633</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=43456633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43456633</guid></item><item><title><![CDATA[New comment by Mc91 in "AI Blindspots – Blindspots in LLMs I've noticed while AI coding"]]></title><description><![CDATA[
<p>One thing I do is go to Leetcode, see the optimal big O time and space solutions, then give the LLM the Leetcode medium/hard problem, and limit it to the optimal big O time/space solution and suggest the method (bidirectional BFS).  I ask for the solution in some fairly mainstream modern language (although not Javascript, Java or Python).  I also say to do it as compact as possible.  Sometimes I reiterate that.<p>It's just a function usually, but it does not always compile.  I'd set this as a low bar for programming.  We haven't even gotten into classes, architecture, badly-defined specifications and so on.<p>LLMs are useful for programming, but I'd want them to clear this low hurdle first.</p>
]]></description><pubDate>Wed, 19 Mar 2025 20:01:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=43416635</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=43416635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43416635</guid></item><item><title><![CDATA[New comment by Mc91 in "The good times in tech are over"]]></title><description><![CDATA[
<p>I have been working in IT for over 30 years.  What is happening is not new.  Late 1999 was a very go-go time, early 2022 was a very go-go time.  Alternatively, things were dead in 1991, in 2001, in 2009.  Things were briefly dead in some ways for some people in spring/summer 2020 when Covid hit. 2022 went from go-go in the spring and summer to massive FAANG layoffs in November.  Massive FAANG layoffs continue into early 2023, and things have kind of been stagnant since them.  Things seem to have gotten worse at the beginning of this year, although it varies, some people with certain AI-related skills are doing well.<p>In 2000-2001, dot-com startups were hit harder than the rest of the economy.  I worked for Internet startups and dot-coms from 1996 until the end of the summer 2000, where I started consulting for a large investment bank.  I figured Internet-related startups were not going to make a comeback in the short term and I was right.  The Fortune 500 was kind of starved for technical talent at the time, especially outside the Bay Area, so you could shift.  There were some difficulties getting hired - I knew a lot about Red Hat Linux and Apache web servers and Java application servers, and I moved into a world of Solaris e4500 servers and NFS mounts and RAID 10 arrays and middleware.  There were later shifts - for backend, things began shifting from monoliths and SOAs to microservices.  Ruby on Rails was big from 2007 until 2013 until Javascript web front end began picking up more.  Then native/hybrid mobile began cutting into the dominance of web front end.  Now AI is coming in.  So there are economic ups and downs, but what skills they are hiring for shift as well.<p>Unless society is entering some major transformative period like the 1930s, these shifts of the business cycle will keep happening.  While the general tech market has been stagnant since November 2022, Nvidia stock has gone up 800%, as it has gone from the 15th most valuable company in the world (by market cap) to the 2nd, behind Apple.  I have a strong feeling it will surpass Apple in the coming months and years as the most valuable company in the world.  Programmers programming CUDA for them and whatnot, programmers programming Pytorch for FAANG and AI startups, and these kinds of jobs are open now, and in a few years companies might be offering $200k TC to people coming out of college who can program that.  Or maybe LLMs will hit a wall in the short term and that won't happen.  But something will happen - I've seen IT hit a slump a bunch of times and it always comes back (unless, as I said, we get into a situation like the 1930s).</p>
]]></description><pubDate>Sun, 16 Mar 2025 13:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43379137</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=43379137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43379137</guid></item><item><title><![CDATA[New comment by Mc91 in "A layoff fundamentally changed how I perceive work"]]></title><description><![CDATA[
<p>> Sometimes that means making dumb business decisions like sacrificing an evening to a company that doesn't care, but IMO that sort of thing is worth it now and then.<p>I sacrifice an evening - but not to my company, but to studying Leetcode to move on to the next company.  I also have side hustles that I devote time to.<p>> when layoffs come your next job often comes from contacts that you built up from the current job, or jobs before. If people know you are a standout contributor then you will be hired quickly into desirable roles. If people think you are a hired gun who only does the bare minimum that next role will be harder to find.<p>I am helpful to most people when they need help, and they remember this.  My code is clean and well architected and well tested, and they can see this too.  They also know that I know the language and platform we're using, and general programming (and business) knowledge.  Few care whether I'm a "standout contributor" in terms of getting many stories done.  Actually if I have a good lead or manager I might go above and beyond for them in terms of doing more.<p>> a company will never love you back. But your co-workers will.<p>Well, this is correct.  I help my co-workers.<p>Things are situational.  If I got a job helping set up LLM's or something, I might dive in and work a lot of hours just because I feel it is benefiting me too.  On the other hand I can be somewhere where it doesn't make sense to work more than forty hours (if that) a week.</p>
]]></description><pubDate>Mon, 27 Jan 2025 16:20:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42842696</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=42842696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42842696</guid></item><item><title><![CDATA[New comment by Mc91 in "Ask HN: How to work at a bigger tech company?"]]></title><description><![CDATA[
<p>We say grind out Leetcode, because if someone can't do a Leetcode medium (or hard) like finding a cycle in a linked list in a few minutes, it diminishes their chances of getting into FAANG.  It might be the bare minimum nowadays, but if they can't do even that, it is where they should start.<p>We're not telling people to grind Leetcode because we think Leetcode is great, we're telling people to grind Leetcode because this is usually one of the steps you need to do to get in.</p>
]]></description><pubDate>Thu, 16 Jan 2025 17:09:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42727964</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=42727964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42727964</guid></item><item><title><![CDATA[New comment by Mc91 in "Laid off for the first time in my career, and twice in one year"]]></title><description><![CDATA[
<p>> it’s much more realistic to start a business that is going to convince enough people to pay you enough to support yourself.<p>I only have to convince one place - Google Ads.  Plus bring in the "eyeballs" with my free app, but I have accomplished that more than once.<p>> Also you have to convince companies to do business with you instead of a well known company.<p>Just one company in my case (actually several, but 90+% of the money comes from Google)<p>> Oh and to be competitive you need to have some type of funding.
I have to be competitive enough to make a few thousand a month, and with my programming (and database design, and UX, and SRE etc.) skills, I have achieved that.<p>> And you need to make enough to pay for health care.
In the US you do.</p>
]]></description><pubDate>Wed, 08 Jan 2025 14:28:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42634602</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=42634602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42634602</guid></item><item><title><![CDATA[New comment by Mc91 in "How I got promoted to staff engineer twice"]]></title><description><![CDATA[
<p>Corollary: This role can also be filled by someone of Asian heritage who was raised in the US, and who speaks English very well, as well as some Asian language proficiently.</p>
]]></description><pubDate>Wed, 01 Jan 2025 11:17:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42565362</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=42565362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42565362</guid></item><item><title><![CDATA[New comment by Mc91 in "Installed an open source garage door opener, and I'm loving it"]]></title><description><![CDATA[
<p>I live in an apartment building and was given a fob that opens my apartment garage door and doors in the building.  The fob takes specific lithium coin batteries and lately has been acting worse, I practically have to replace the batteries every day to use it.  I had my Flipper Zero read the signals (the fob does one for garage door, one for the other doors) and I now use that to get into my building.  Instead of having to buy two new lithium coin batteries every day, I just have to charge my Flipper Zero every few weeks.  I heard the Flipper Zero had other uses, and I did scan some other things with it, but I got it in the hopes that it could handle my garage door, and it does.</p>
]]></description><pubDate>Sat, 16 Nov 2024 19:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42158385</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=42158385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42158385</guid></item><item><title><![CDATA[New comment by Mc91 in "LLMs have reached a point of diminishing returns"]]></title><description><![CDATA[
<p>I've been using ChatGPT (paid) and Perplexity (unpaid) to help with different coding stuff. I've found it very helpful in some situations.  There are some instructions I give it almost every time - "don't use Kotlin non-null assertions".  Sometimes the code doesn't work.  I have some idea of its strengths and limitations and have definitely found them useful.  I understand there are other AI programming tools out there too.</p>
]]></description><pubDate>Sun, 10 Nov 2024 01:43:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42098043</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=42098043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42098043</guid></item><item><title><![CDATA[New comment by Mc91 in "1 in 6 Companies Are Hesitant to Hire Recent College Graduates"]]></title><description><![CDATA[
<p>I worked in IT for a number of years without a degree, then went back to school.  I had a discussion with some CS major seniors around 2011, who tended to be the more promising half of the class - I started talking about software version control.  "What's that?" they said.  "You know, like git or perforce or cvs" I said.  "Git?  What's that?"  I hadn't even been programming before college, I was sliding rack mount servers into server racks and the like.  I guess internships are where students would learn things like that, or independently.<p>On the other hand, I've worked with interns who were pretty good.  One I knew had done a lot of side projects while going to school.  He is now making about $300k TC, 3.5 years after his internship.<p>In the climate today, internships are the road to a job.  People intern at a company between sophomore and junior year, and then another one between junior and senior year, and hope they have offers from at least one of the two on graduation (plus maybe a few more they applied to separately).<p>The IT job market has been tight since the end of 2022.  I don't know what position someone who is ready is in, but just doing classes probably isn't enough.  I tended to learn something in a semester, and then apply it after.  Like I learned Java one semester, and during the semester started fixing bugs for a free software project that was online.  Then I had a small program I wanted, and did it in Java.  Similar with C++, computer graphics and other things - I learned it during the semester, then applied it during summer or winter break on little projects.<p>On a wider level, I wouldn't disagree the managers and owners of the field can make you work to death without caring about you and the like.  On an individual level though, if people want to break in they need to do the right things, know the right things, and get a lucky break.  I can say everyone I know who kept at it eventually got a break, but it can take longer than they wanted it to.  Also, from late 2022 until now has not been a great time for new talent.</p>
]]></description><pubDate>Sun, 20 Oct 2024 16:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41896222</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41896222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41896222</guid></item><item><title><![CDATA[New comment by Mc91 in "Ask HN: What Technologies Should I Learn to Quickly Secure a Remote Position"]]></title><description><![CDATA[
<p>Something along these lines.  Something with Javascript underneath.  Probably React front-end.<p>Someone else had the right idea at looking at Linkedin and seeing what people are hiring for, but it would be difficult to become an FTE at a large company.  You want somewhere willing to hire you from three months of study. One good bet is a startup that has not gotten angel/seed, but not VC funding yet, as they can't afford to pay market rates even for an SWE of average skill.  Another is to work for a company that does consulting, as it is low commitment all around - they already have a place they can bill you for three months, and the billed company is getting you and a few others for three months, and at the end of that will keep whoever worked out and bounce whoever didn't.  The bigger the "consulting" company you get into the better, it might be surprising how easy it can sometimes be to get in them after three months of study (although maybe not in 2022).<p>As others said, you have better options than these if your timeline is longer than three months.</p>
]]></description><pubDate>Tue, 15 Oct 2024 17:12:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=41850720</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41850720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41850720</guid></item><item><title><![CDATA[New comment by Mc91 in "COBOL has been “dead” for so long, my grandpa wrote about it"]]></title><description><![CDATA[
<p>I program an Android app for a Fortune 100 company.  Last commit where someone edited a Java file was last week.<p>Most of the new code from the past few years has been in Kotlin though.</p>
]]></description><pubDate>Tue, 01 Oct 2024 20:56:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=41714063</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41714063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41714063</guid></item><item><title><![CDATA[New comment by Mc91 in "The Slow, Painful Death of Agile and Jira"]]></title><description><![CDATA[
<p>Most shops are doing (theoretically) agile, and specifically scrum.<p>Where I work we are theoretically doing scrum, but it is the worst of all worlds.  Tickets (I mean - stories) are very vaguely specified.  While we get almost no specs for the stories, we are asked to point the stories, and are then held to those estimates.  We have deadlines, even though the point of scrum is not to have deadlines.  Also, the features often tend to be complex and incremental, so if I am off doing other work, no one can easily step in and work on the feature I am doing, so that there is the agileness to move me off the feature I'm working on to fix some fire, but not the agileness to have someone else work on the story.<p>"That's not really agile, that's not really scrum" - well, whatever.  Most of the SWEs I know are in similar boats.  It can depend, I did have a PM a few years ago who actually did spec out the stories more.  I can get on my PM's back to spec out the stories of course, but I can also spend all day getting on everyone's back to do their jobs as well.<p>It's none of the benefits of waterfall, with almost all of the downsides.  Plus the theoretical benefits of scrum like no deadlines or the ability to move people around like cogs is not something found either.</p>
]]></description><pubDate>Thu, 26 Sep 2024 16:06:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41660078</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41660078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41660078</guid></item><item><title><![CDATA[New comment by Mc91 in "Ask HN: If LLMs are so useful, why haven't we seen any spike in productivity?"]]></title><description><![CDATA[
<p>LLMs have been getting better - they were all pretty poor for my programming purposes a year or so ago, recently Perplexity (even the non-Pro version) and GPT4 have been helpful, and 4o is even better.  I have been posting Leetcode hard problems into 4o and getting sensible outputs, something I didn't even try previously.  Sometimes I do have to have it go through a few iterations, and I give it various qualifications (like keep to such-and-such time and space complexity or better).  My usual instruction is to make the class or function more and more compact while keeping to the same functionality and time/space complexity.<p>I got 4o to give me a 33 line, relatively simple and understandable bidirectional BFS Kotlin function for this Leetcode problem which Perplexity (non-Pro) and GPT4 could solve, but not as well as 4o - <a href="https://leetcode.com/problems/word-ladder" rel="nofollow">https://leetcode.com/problems/word-ladder</a><p>Of course, even though these are Leetcode hard level problems, they are well-defined and relatively self-contained.  I work at a Fortune 100 company and 99% of the time I can pound out the CRUD I do in my sleep - the difficulties I encounter are distractions, the CI server having some problem, the ticket/story I am working out not being fully specified and the PM is MIA that day, all teams are working on the feature at the same time and I need to find out what feature flags to have set and which test headers have been agreed on, the PM has asked me to work on something but some of what he says does not make sense in context so I have to ask for clarification etc.  Then there's the meta-game of knowing what to prioritize, with one important component being what will make my manager happy so I get a good yearly review, and what I need to prioritize may differ from what my PM says to prioritize, or even more complexly, what my manager says to prioritize, but doesn't really mean.</p>
]]></description><pubDate>Sat, 14 Sep 2024 21:12:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41543009</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41543009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41543009</guid></item><item><title><![CDATA[New comment by Mc91 in "Ask HN: Where are the part-time remote coding jobs?"]]></title><description><![CDATA[
<p>> Offering a part-time role is a sign that they don’t actually have enough money to be in the software industry, rather than an indication that they have less than 40 hours a week of work to outsource.<p>Kind of.  I work full time for a big company, but also have a software-heavy side business which used to make thousands a month in revenue.  I have enough money to be in the software industry with my side business - when I worked on it alone, my expenses were very, very low, unless you count the spare time I have spent on it.<p>My full-time job keeps me busy and working on my side business eats up time.  For example, an API upgrade we were kind of forced into swallowed up a massive amount of my spare time.  That doesn't even cover other work I wanted to do in my side business, never mind everything else in life.  As luck would have it, I know an experienced programmer who is not working a full time job right now, and I have paid him about $7000 so far this year to do work on my side business.  He gets some cash in his pocket and I get some of my spare time back.<p>In terms of finding jobs like this - I have known this person for over a decade, and he just started doing some work this year.<p>On another tangent - someone I used to work with on my team left for another company, and started his own side business of a consultancy.  He started getting so much business he reached out and a lot of programmers including myself started moonlighting, doing those projects after work.  He did so well he left his full-time job to work on his business full-time.  Then he started releasing his own projects as well.  Me and others I know did work (actually, I recommended the guy who is currently doing work for me to do work for him, and he did some features for a project).<p>So with regards to my business and this other business - you work with people, some of the more energetic types start their own side businesses, and some of those side businesses grow.  I think the parent poster is right, people hiring part-time might tend to be smaller, underfunded businesses.</p>
]]></description><pubDate>Tue, 03 Sep 2024 16:16:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41436414</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41436414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41436414</guid></item><item><title><![CDATA[New comment by Mc91 in "Ask HN: Would you use (or recommend) Windows as a developer laptop?"]]></title><description><![CDATA[
<p>I default to Linux when I can.  I have a System76 laptop (running Ubuntu, not PopOS).<p>My current company gives us a MBP or Windows laptop, my team gets MBPs, Linux is not an option.  My preference if asked would have been Linux then MBP then Windows.<p>If Linux were not an option, MBP would be my next choice, since terminal brings me to a Unix shell, and there are things like homebrew etc.<p>I use my Linux machine for everything.  I have an MBP, but I only break it out when I need to do a Zoom call or something like that - you can do it on Linux but I don't want to do the rigmarole of it.  I also use it if I know someone has a Mac and I'm trying to debug something on their machine over the phone.  Otherwise Linux for everything.</p>
]]></description><pubDate>Fri, 30 Aug 2024 17:04:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=41402592</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41402592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41402592</guid></item><item><title><![CDATA[New comment by Mc91 in "OpenAI is good at unminifying code"]]></title><description><![CDATA[
<p>I have been told by people working in $200k+/$300k+ SWE jobs to look up at the answers and just be able to regurgitate something along the lines of the Grind 75 answers as a first step.<p>As a next step - even within these 75 questions, Grind 75's eighth answer and fourteenth answer are answered essentially the same way, as are other questions in there.  So the next step would be to see these patterns (binary search, priority queues, sliding window, backtracking) and how to answer them, and then be able to solve them in slightly novel problems (in the more complex questions I understand one might run into more than one of these patterns).</p>
]]></description><pubDate>Thu, 29 Aug 2024 15:21:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=41391733</link><dc:creator>Mc91</dc:creator><comments>https://news.ycombinator.com/item?id=41391733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41391733</guid></item></channel></rss>