HN user

mmcconnell1618

2,504 karma

Founder and President of BV Software. marcus@ bv software dot com

Posts21
Comments516
View on HN
news.ycombinator.com 3y ago

Ask HN: What business pain points aren't being addressed well today?

mmcconnell1618
6pts16
www.willbell.com 6y ago

Astronomical Algorithms – Math to Find Things in the Sky

mmcconnell1618
2pts0
www.cnbc.com 8y ago

A new project to live stream earth from satellites

mmcconnell1618
1pts0
news.ycombinator.com 12y ago

Ask HN: Best tech for monitoring elderly relatives

mmcconnell1618
1pts0
news.ycombinator.com 13y ago

Show HN: Obama iOS App - My First iPhone Game

mmcconnell1618
1pts0
www.linuxfoundation.org 14y ago

Samsung Joins Linux Foundation with $500K investment

mmcconnell1618
3pts0
www.internetretailer.com 14y ago

Retailers win case against Kelora for Faceted Search Patent

mmcconnell1618
3pts1
abcnews.go.com 14y ago

AirBnB for Driveways

mmcconnell1618
2pts1
research.microsoft.com 14y ago

Microsoft used MiPad name a decade before Apple iPad

mmcconnell1618
2pts1
blog.hubspot.com 15y ago

Marketing Lessons from Lady Gaga - 10M Twitter, 33.7M Facebook

mmcconnell1618
1pts0
www.news.com.au 15y ago

A $4.8M model airport with computer controlled vehicles

mmcconnell1618
214pts46
devcentral.f5.com 15y ago

The Stealthy Ascendancy of JSON

mmcconnell1618
3pts0
money.cnn.com 15y ago

7% of Americans Subscribe to Netflix, Now Larger than any Cable Company

mmcconnell1618
299pts143
www.google.com 15y ago

Molyneux's question: Can the Blind identify objects when sight is restored?

mmcconnell1618
1pts0
inventorspot.com 15y ago

Singapore Researchers find way to turn CO2 into Methanol

mmcconnell1618
2pts0
www.space.com 15y ago

How to Watch Space Shuttle Endeavour's Last Launch

mmcconnell1618
2pts0
venturebeat.com 15y ago

Some iPhone Devs get Suped Up Models with A5 Chip

mmcconnell1618
18pts9
youtu.be 15y ago

How Books were made in 1947 [video]

mmcconnell1618
77pts34
michigantoday.umich.edu 15y ago

Magnetic Property of Light May Lead to More Effective Solar Panels

mmcconnell1618
66pts24
blog.bvsoftware.com 15y ago

20 ways you know you're married to an Internet entrepreneur

mmcconnell1618
1pts0
www.informationweek.com 15y ago

Cloud Economics And The Customer Experience

mmcconnell1618
2pts1

Even if they could "do it better" it is still locked into a single device/vehicle and can't match the eco-system that Apple and Google have developed across a family of devices and services. In order to really compete, they would need to enter markets already dominated by big tech companies.

Anthropic clearly doesn't understand that customers see their brand as "Claude", Google's brand as "Gemini" and OpenAI's brand as "ChatGPT." They have so many plans and exclusions that they risk customer confusion. I was surprised when I was pay $200/month for Claude Code, finding it super helpful, and then I had to pay separately to get API access for an experiment. Why are so many parts of "Claude" separate from each other, especially on a $200/month subscription.

Anthropic better get this sorted out with a proper product manager and marketing or they risk customers jumping to easier to understand platforms that are good enough.

NASA Force 3 months ago

NASA "Force?" It sounds very similar to Space Force and Air Force and adds a militaristic tone to NASA. Maybe that is the intent. I know that NASA and the military are closely linked but the general brand of NASA is a the science-focused civilian side while something like Space Force would be the military side.

I've built a few transportation simulations where I started out with pathfinding methods like A* but the compute cost doesn't scale well with 10,000 or 100,000 agents running around. Pre-computing flow fields for common map destinations is one of those areas where you trade off storage for compute. The agents just look for the signpost telling them "this direction to destination x" instead of actually calculating a path.

https://en.wikipedia.org/wiki/A*_search_algorithm#

https://www.youtube.com/watch?v=zr6ObNVgytk

Marco Rubio needed this for his presidential run in 2028. Does this mean that Putin will look the other way for Maduro as long as Trump looks the other way when Putin captures or kills Zelenskyy? Have they officially agreed to divide the world as spheres of influence?

Learning to play individual notes from sheet music only helps you learn one song. The breakthrough for me was thinking in musical structure.

- There are 12 keys on the piano just repeated - A scale can start on any of those 12 keys - The "home" key of the scale get labels with a roman numeral one, I - The rest of the keys in the scale get roman numerals ii,iii,IV,V,vi,vii - The I,IV,V are all upper case to represent major chords, the lower case for minor chords - Most pop songs use I,IV,V from a scale. In C-major scale, C, F, G major chords. - You can start on any key on the piano and if you play the same sequence of I, IV, V, you'll get the same song, just transposed into a different key. (the scales are slightly different due to even temperament for advanced ears)

So, learn songs by the chord structure first. It is easier to remember and you'll start to recognize patterns in other songs and unlock them faster.

Technical:

- Understand how to deploy teams of agents effectively to accomplish significant goals

- Learn ECS/Dots in Unity to scale a system to hundreds of thousands of actors

Non Technical:

- Improve people management skills for leading technical teams with a target of helping each person grow in 2026 and level up the team

- Automate more of my personal finances to gain leverage from systems instead of hoping I make good decisions consistently

Claude Memory 9 months ago

I do the same. It lets you see exactly what the LLM is using for context and you can easily correct manually. Similar to the spec-driven-development in Kiro where you define the plan first, then move to creating code to meet the plan.

Claude Memory 9 months ago

When you get the answer you want, follow up with "How could I have asked my question in a way to get to this answer faster?" and the LLM will provide some guidance on how to improve your question prompt. Over time, you'll get better at asking questions and getting answers in fewer shots.

Doesn't MacOS already render as 2x resolution and downsize in order to do font smoothing? Looks are important to Apple and I think they are willing to add custom hardware capable of handling these type of effects without killing battery life and CPU cycles.

There was a time when everyone hand-coded HTML. Then came Macromedia Dreamweaver and Microsoft FrontPage which promised a WYSIWYG experience. No one would ever need to "learn HTML and CSS" because the tool could write it for them. Those tools could crank out a website in minutes.

When those tools created some awful, complex and slow output, only the people who knew HTML could understand why it wasn't working and fix things.

Vibe coding is in a similar place. It demos really well. It can be powerful and allows for quick iteration on ideas. It works, most of the time. Vibe coding can produce some really terrible code that is not well architected and difficult to maintain. It can introduce basic logic errors that are not easily corrected through multiple prompts back to the system.

I don't know if they will ever be capable of creating production quality systems on par with what senior engineers produce or if they will only get incrementally better and remain best for prototypes and testing ideas.

GPT-5 12 months ago

Self-learning opens new training opportunities but not at the scale or speed of current training. The world only operates at 1x speed. Today's models have been trained on written and visual content created by billions of humans over thousands of years.

You can only experience the world in one place in real time. Even if you networked a bunch of "experiencers" together to gather real time data from many places at the same time, you would need a way to learn and train on that data in real time that could incorporate all the simultaneous inputs. I don't see that capability happening anytime soon.

I just read Technofeudalism by Yanis Varoufakis which has an interesting perspective that "cloud capitalism" is replacing traditional capitalism and competition. A few players are assembling their own fiefdoms inside dominant web/mobile platforms. https://www.penguinrandomhouse.com/books/751443/technofeudal...

The internet doesn't have a clear, simple, micro-payment system that would allow people to reward value, so instead we have an attention based system where the number of likes and followers grants social status and financial opportunity.

English and other languages come with lots of ambiguity and assumptions. A significant benefit of programming languages is they have explicit rules for how they will be converted into a running program. An LLM can take many paths from the same starting prompt and deliver vastly different output.

The reproduction cost for the 2nd copy of media is near zero just like software. Handmade or customized furniture is more expensive because it takes more labor for each copy. With media, the cost is fixed, even if it is large. Once the first version of handmade media has been created, the owner is incentivized to get as much value from it as possible. The optimal demand curve is probably not a few rich people paying as much as possible.

There is no regulation or legislation that is telling Amazon they can/can't or should/shouldn't post this information. Amazon appears to be responding to the wishes of the President out of fealty or fear. The threat of a negative response by the President is enough to change the behavior of the company.

I've been thinking about the need for something like this. Another person told me the idea was like Neo in the Matrix saying "I know Kung Fu." I think the most powerful idea is to create unique bundles of context for specific use cases. Context A + Content B = best context for Situation C.

HR departments are constantly looking at "market rates" for jobs which is a fancy way of saying they share salary data or get it from ADP and have much more information about what people are willing to accept.

At hiring time, they are willing to pay market rate (or some percentage of market rate) to get people in the door. Once you are employed, they don't care anymore and will let excellent people slowly fall behind market compensation with 1% to 2% raises.

When those employees get frustrated and leave for 20% bump in comp, the companies seem fine replacing them with a new hire at market rate. So now, they have a new employee making market rate, they have to train the new employee for months before they are productive and they've taken on the risk of an unknown vs. just giving the existing employee a raise to market rate. It doesn't make sense unless you want to telegraph the message that employees are fungible and you don't really care about people.

Ironically, if you are a contractor going through a staffing agency, when you are "fired" from a contract, you generally still get paid something by the agency and get "bench time" to train up your skills or work on internal projects. Sometimes contractors have better job security from a paycheck perspective.

Virtual video sound is rarely full duplex meaning the first person to speak blocks others and you have these really awkward pauses and latency that interrupt natural communication. Then, add in the lack of body language cues that are difficult to see over video and the pace of communication becomes slower. Ideas don't easily bounce around a team because the technology creates a one-person-at-a-time framework.