For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | eulers_secret's commentsregister

Depends on the machine you’re targeting.

I do embedded Linux and ram usage is a major concern, same for other embedded applications.

I’m partying like it’s the 90s, on a 32-bit processor and a couple hundred MB of ram.


Tig is a nice and long-maintained git tui you might enjoy, then!

If nothing else maybe for inspiration


It’s interesting how internet backlashes can be large enough to move the needle: ring breaking with flock is evidence of this.

Yet simultaneously the internet represents the opinions of a very small and vocal minority.

I’ve never seen an internet boycott have an impact.


You have now. "Ring cancels its partnership with Flock Safety after surveillance backlash" is literally on the front of Hacker News.


>It’s interesting how internet backlashes can be large enough to move the needle:

Brexit.


Bud Light's stock performance last year would like to have a word with you.


Could you analyse AB InBev's stock performance in that period? Because it doesn't look bad to me. [1] It looks like it was $65 before the boycott in April 2023, falling to $55 a couple of months later. But it was back up to $65 by the end of the year. It sits at $80 today.

If I hadn't told you the date of the boycott, would you have been able to spot it on this chart?

[1] - https://www.marketwatch.com/investing/stock/bud?gaa_at=eafs&...


On the contrary. It appears that Bud Light sales continued to fall.

https://sherwood.news/business/beer-bud-light-market-share-b...

Budweiser stock did recover, but they haven't (afaik) repeated the behavior that got them boycotted in the first place. It appears that this boycott achieved exactly what was sought.

I'd agree that this is a rare exception, and that boycotts are almost never successful. But this really is an example of that unicorn.


("repeated the behavior that got them boycotted in the first place" = sponsor an influencer who happens to be trans)


Alcohol across all verticals is down. How can we attribute this fall to their issues specifically?


The important point is that those doing the boycott have achieved their aim. A-B is no longer marketing in the way that those people disagreed with.


What would it say?


Since we're talking about GitHub Copilot I'll lodge my biggest complaint about it here! The context window is stuck at 128k for all models (except maybe Codex): https://github.com/microsoft/vscode/issues/264153 and https://github.com/anomalyco/opencode/issues/5993

This absolutely sucks, especially since tool calling uses tokens really really fast sometimes. Feels like a not-so-gentle nudge to using their 'official' tooling (read: vscode); even though there was a recent announcement about how GHCP works with opencode: https://github.blog/changelog/2026-01-16-github-copilot-now-...

No mention of it being severely gimped by the context limit in that press release, of course (tbf, why would they lol).

However, if you go back to aider, 128K tokens is a lot, same with web chat... not a total killer, but I wouldn't spend my money on that particular service with there being better options!


This is the first time I've read about this. Thank you. I never noticed because OpenCode just shows you the context window usage as a %.


I mean, it's definitely not perfect, but consider that Claude is a 200k window (unless you're a beta user with access to more), and it's not the tragedy that you're making it out to be.

My experience is that the models all lose focus long before they fill their context window, so I'm not crying over the lower limit.


I know this is a dead thread, but...

How do so many people justify buying the new redesign? I mean it came out after the CEO went in front of the world and gave two nazi-like salutes, then did DOGE!

Do they buy his 'autistic' defense? Do they just not care about what the CEO does and support him with their money anyways? Do they actively support his ideology?

I suspect it's likely a mix of these depending on the person, and probably more that I can't think of.

I mean they're good cars, no doubt, and it's a damn shame many decent engineers and workers put in so much effort to have it all tainted by such nasty politics.

But I cannot ignore those salutes, nor the myriad other slights starting with calling those Thai cave-diving heroes pedophiles. Tesla is dead to me, a victim of this insane time and its CEO.


The new model Y AWD non-performance does 0-60 in 4.6 seconds! The performance version is ~3.3; Ioniq 5 AWD is 4.6 and the N is 2.9 (!!!). For comparison the latest Corvette does 0-60 in 2.9 and the Z06 in 2.6.

These cars are insanely, incredibly fast. My G70 (gasoline, ~370 HP) does the jaunt in 4.5. That used to be considered a fast car, now it's just average (though the warranty is almost over, and I'll be modifying it to ~450HP).

TBH, electric cars 100% broke auto enthusiast circles. When a highly modified, very fast car just gets stomped by an electric car hauling a family of 4 it smashed that world to pieces. Especially in the early days, when EV enthusiasts were mostly Tesla techbro fanboys - who didn't really mix well with the oil, grease, gasoline, and DIY culture that was there before.

Interesting times for sure.


I really want to see a hybrid miata.

the miata was a fun car but really lacked acceleration. A good new design would make it both fun to drive, and obscenely good at acceleration.


Very low range with the tiny size I would expect. Batteries will become more dense with time and we will get there.


This is a part of why I (sometimes, depending) still use Aider. It’s a more manual AI coding process.

I also like how it uses git, and it’s good at using less context (tool calling eats context like crazy!)


Absolutely - one of my favorite uses of Aider is telling it to edit config files/small utility scripts for me. It has prompted me to write more comments and more descriptive variable names to make the process smoother, which is a win by itself. I just wish it could analyze project structure as well as Claude Code... if I end up with less work at work I might try to poke at that part of the code.


I too have observed that aider seems to use significantly less context than claude code though I have found myself drifting from its use more and more in favor of claude code as skills and such have been added. I may have to revisit it soon. What are you using now instead (as you had said sometimes, depending)?


Note that Aider is not much maintained over last 3 months or so, there is a fork Aider CE, though I'm just watching their changes through rss and not used myself.

I'm more in Opencode world now and its in general more efficient for me (I'm sorta sysadmin by day, not a programmer, so agentic mode with Opencode saves a lot of time cuz you can just tell - write adhoc Python script and check which objects/methods present at that library- savings me from a boring part of you know programming/diving deep in unknown languages).

On Aider part, I especially liked ability to nitpick the function name, which is great for more focused changes/investigations.


This reminds me:

When I was at a newish job (like 2 months?) my manager said I "speak more in a Brittish manner" than others. At the time I had been binge watching Top Gear for a couple weeks, so I guess I picked it up enough to be noticeable.

Of course I told him I'd been binging TG and we discovered a mutual love of cars. I think the Britishisms left my speech eventually, but that's not something I can figure out for myself!


Many of us just don't use JSON in our day jobs, weird I know, but true.

The only thing I use JQ for at work is parsing the copilot API response so I remember what the model names are - that's it! TBH, I could just skip it and read the json


If you really think this, `baby` is an apt name! Internet, Smartphones, and social media will all be more impactful than LLMs could possibly be... but hey, if you're like 18 y/o then sure, maybe LLMs is the biggest.

Also disagree with missing the train, these tools are so easy to use a monkey (not even a smart one like an ape, more like a Howler) can effectively use them. Add in that the tooling landscape is changing rapidly; ex: everyone loved Cursor, but now it's fallen behind and everyone loves Claude Code. There's some sense in waiting for this to calm down and become more open. (Why are users so OK with vendor lock-in??? It's bothersome)

The hard parts are running LLMs locally (what quant do I use? K/V quant? Tradeoffs? Llama.cpp or ollama or vllm? What model? How much context can I cram in my vram? What if I do CPU inference? Fine tuning? etc..) and creating/training them.


Tu quoque


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You