oldprogrammer2's comments

oldprogrammer2 | 10 months ago | on: NSF faces shake-up as officials abolish its 37 divisions

Iran is on the tariffs list because of Trump's maximum pressure policy (an official National Security Memorandum) against Iran. This is coupled with Trump's willingness to get Russia to cooperate in the ceasefire.

I'm not claiming his administration's logic is 100% sound, only that there is an explanation that doesn't assume the rather farfetched theory that Trump is an agent for Russia.

I'm not particularly well-versed in this area, but searching for the topic on Google easily found this information on sites such as Wikipedia, WSJ, Newsweek, and whitehouse.gov.

oldprogrammer2 | 10 months ago | on: NSF faces shake-up as officials abolish its 37 divisions

In my opinion, this was decades in the making. Most Americans are sick of the two party system that can't seem to get anything done, as well as with a political system owned by the elite. As odd and bizarre as it is, Trump was able to channel that disgruntlement into a voting bloc. And it certainly doesn't help that the Democratic party has been unable to put forth a charismatic candidate since President Obama.

oldprogrammer2 | 11 months ago | on: How the U.S. became a science superpower

Systems don’t remain constant, though, and every system gets “gamed” once the incentives are well understood. I’m 100% for investment in scientific research, but I’m skeptical that the current system is efficient at allocating the funds. We’ve seen so many reports of celebrity scientists committing fraud at our most elite institutions, and a publish or perish model that encourages that bad behavior as well as junk science that will have minimal impact on their fields. We pay taxes to fund science so that universities or corporations can claim ownership and make us pay for the results.

oldprogrammer2 | 11 months ago | on: Harvard's response to federal government letter demanding changes

People are reflexive. In a different context, driven by someone else, many of the people currently defending Harvard would instead be pointing out that Harvard and the other elite institutions are part of "the problem". In general this year, it's been interesting to me to see Republicans become protectionists and Democrats become neoliberal free traders, both parties flipping their talking points to either align or disagree with Trump.

oldprogrammer2 | 1 year ago | on: Ask HN: Why is .NET never talked about as an option for solo/small team dev?

I've led startups running Rails and Python/Flask, but I do all my side projects in dotnet. And I haven't had a Windows machine in years, fwiw.

Deployment and Cost: For solo projects, I do 1-click deploys to a load-balanced Azure App Service. I was using GitHub Actions for a while, but it was slow and I kept pushing up against the need for a paid plan. I keep things local.

Dotnet is dramatically more scalable than Rails or Django, which means much simpler infrastructure for a lot longer. Poor performance leads to the need for more complexity. More servers, caching, queueing, etc. Then you need things like docker and k8s to manage all that infrastructure. For me, I can scale up or out by changing a single flag, and entire apps are just single dotnet apps (aside from the DB), so there's no need for docker.

Batteries Included: My team that ran Rails was burned by the magic, repeatedly. Over the years, developers made decisions that turned into maintainability nightmares. With Python/Flask, the lack of structure was like a Wild West after several years of rotating contractors. In some of my older solo-dev work with Flask, it was nearly impossible to come back to because all the disparate dependencies wouldn't play nicely any longer. And in both Ruby and Python, the lack of static typing was also a source of inscrutability (so please use type annotations in your Ruby and Python projects - your future self will thank you).

As for why people don't use it more, I think it's largely due to "resume driven development". It's the same reason every startup thinks they need k8s or they need to be using React. That's not necessarily a bad thing. Choosing dotnet is definitely not going to lead to job opportunities in the startup world. But, in my opinion, any startup that chooses dotnet will have a competitive advantage over those that choose Rails, Node.js, or Python because of simplicity and maintainability.

As for the argument that "time to market is faster with rails or python", I disagree. The biggest factor will be using what you know. The second will be the complexity of your infrastructure, which will be much simpler on dotnet. Avoid analysis paralysis as much as possible.

Other folks may have very different opinions, but as someone who has worked on several major platforms, each for years at a time, I have found dotnet to be the best option. However, no choice will be perfect, and dotnet has many warts. My recommendation if you do choose dotnet, is to go with MVC + HTMX. It's not sexy, but it's stable and mature. I don't recommend Blazor, yet. I think it needs another version. Last note: I've never bought any third party libraries/controls to do anything in my dotnet projects.

oldprogrammer2 | 1 year ago | on: Reclaim the Stack

The amount of complexity people are introducing into their infrastructure is insane. At the end of the day, we're still just building the same CRUD web apps we were building 20 years ago. We have 50x the computation power, much faster disk, much more RAM, and much faster internet.

A pair of load-balanced web servers and a managed database, with Cloudflare out front, will get you really, really far.

oldprogrammer2 | 1 year ago | on: Reclaim the Stack

Even worse, this feels like the goal was actually about reclaiming their resumes, not the stack. I expect these two guys to jump ship within a year, leaving the rest of the team trying to take care of an entire ecosystem they didn't build.

oldprogrammer2 | 1 year ago | on: Ask HN: Where are the part-time remote coding jobs?

Because you just inadvertently labeled yourself as a potential flight risk. Bad managers don’t know how to handle that, and will assume you’re going to leave if you don’t get what you want. The “firing” probably won’t be immediate, but bad managers will passive aggressively manage you out.

oldprogrammer2 | 1 year ago | on: Congress Should Make Universities Pay for Handing Out Useless Degrees

Determining need in the context of disability isn't the same argument, though. That's a cost specific to the individual.

I'm all for public/state schools providing even more assistance to those in need, but I couldn't be more opposed to private institutions being free to charge $500k/year or $1mil/year, and then we as taxpayers just pay it because someone decided they liked the dorm rooms better. That doesn't make sense at all.

oldprogrammer2 | 1 year ago | on: Congress Should Make Universities Pay for Handing Out Useless Degrees

If one student chooses to get their degree from a state school at a cost of $10k/year, and another student chooses to go to a private school at $50k/year, why should taxpayers reward the second student, for making a poor financial choice, with 5x the funds?

If there’s going to be student loan debt forgiveness, at least max it out at that person’s average in-state public tuition rate.

When students and universities are both just spending other people’s money, there’s no thought toward financial viability, and the prices will only keep escalating.

oldprogrammer2 | 1 year ago | on: Ask HN: Do we need to pay billions in fees to Stripe, Block, PayPal and Visa/MC?

Stripe, Block, and PayPal each solved a massive pain point.

PayPal provided a way to pay people and vendors without giving away your credit card number.

Square made it easy to accept payment in person on a phone, without an extensive upfront underwriting experience and without expensive fixed monthly fees.

Stripe did the same as Square, but for accepting online payments.

Fraud and Risk come in many forms, and these providers, even with their UX innovations, sit on top of those same rails to reduce fraud. Without those rails, buyers can’t trust sellers and sellers can’t trust buyers.

In my opinion, you need to find a way to solve that problem before you can eliminate the fees being captured by these providers.

oldprogrammer2 | 1 year ago | on: Ask HN: Freelancer? Seeking freelancer? (August 2024)

SEEKING WORK | US Remote or Dallas Local

Looking for part-time work, 10-30 hours/week, as I'm chasing a couple projects of my own.

I have 10 years of experience as a software engineer, and another 10 years at the VP/CTO level. I'm a polyglot, quick learner who can jump in and start working.

Particular technical strengths: Python/Flask, C#, and SQL.

Particular managerial strengths: recruiting, strategy, and security/compliance.

So I could give a team more bandwidth by working on query optimization, ETL, SQL-based reports, technical screens for candidates, looking for gaps in security, or writing technical documentation.

https://www.linkedin.com/in/donald-hughes-24601/

oldprogrammer2 | 1 year ago | on: The NSA advises you to turn your phone off and back on once a week

As someone who lives in Texas, the push alerts for dangerous weather has been very helpful. Not just tornadoes, but violent storms with damaging winds or hail also happen 10-20 times per year. As previously said, these storms are very localized and often materialize with only 10-30 minutes of notice. That notice can be used to relocate everyone to a safe place away from windows, in the case of a tornado warning, or protect outside pets/livestock, vehicles, etc in the case of a violent storm.

oldprogrammer2 | 1 year ago | on: Migrating Uber's ledger data from DynamoDB to LedgerStore

The homepage could benefit from more tangible examples, because right now I can't discern where it fits into my current stack. For most companies, it would be replacing something in a specific context.

Like a side-by-side example. Doing "work" on BigTable (show code examples) versus doing the same "work" on Haystack. Then show the specific metrics on how Haystack is cheaper/faster/better.

oldprogrammer2 | 1 year ago | on: Tim Cook is running out of ideas

Innovation doesn't always mean new products, sometimes it means making the current ones better. In the case of laptops, tablets, phones, and smart watches: thinner, lighter, more power, and longer battery life are the innovations most people want. In support of that, Apple Silicon was an incredibly important innovation that was not even mentioned once in the article.
page 1