Hacker Newsnew | past | comments | ask | show | jobs | submit | samgranieri's commentslogin

I might have to try this. I’m currently pinned on the last non-crippled version of minio

I'll pass on this. Less moving parts appeals to me. I'm sure the HW and SW engineers at Apple did a great job, but, i like the current form factor.


Oh this is so much fun. Takes me back to the days I built out a scraper for a daily deal intelligence website.

I literally saw daily deals that were microsoft word files saved as HTML. Ugh.


It’s a series of tubes! It’s not a big truck!


This is sad. I grew up with him as a columnist in like MacWorld or MacUser, to later on see him become an Apple troll. I think he broke his hand off patting himself on the back after his prediction of Apple moving to Intel chips came to fruition.

I was sad when he got fired from PC Mag over that 5g column.


Split horizon DNS is not something I'm willing to do. I'll just rock out with .internal or .home.arpa, have step-ca and bind communicate to each other, either in step-issuer in kube or maybe even rfc2136 if i feel like a bit of the dns-01 strategy is in order. I slap the internal ca root certs everywhere, and keep my home infra out of the crt.sh logs.

I get it, I could just do *.mydomain.com and slap that wildcard cert everywhere, but it's still in the public logs..


Heh. Copy that floppy. I remember being in the computer labs in high school in the mid to late 90s seeing posters saying "Don't copy that floppy" with strong anti-piracy warnings.


What is with the phrase "increase spend"? It just seems gramatically .... off. Why not say "Apple partners with Broadcom to produce billions more US chips".


Because as it’s written it specifically indicates it’s a financial move: give Broadcom more money for more chips.

As you wrote it, it could be an IP partnership, Apple opening a fab, or something else.


It's much more specific. "Spend" would increase Broadcom's revenue. "Partners with" might be anything: investment, R&D assistance, whatever.

Both are public companies so they might be required to reveal these details


This is specifically finance language for budgeting and one of the better ways to speak about this given the public disclosure of this information is substantial for their publicly traded stock.


In English (is it worse in American English?) we frequently convert gerunds into simpler forms of the word. The spending turns into the spend. Related,the request turns into the ask (although this example turns out to have a strong anglo saxon linguistic bias).


I hear this frequently in the US business community, as an alternative to "spending".


It sounds better on the quarterly report than "Apple will pay more money"


It's gramatically correct, spend is a noun here (but you expected a verb).

https://en.wiktionary.org/wiki/spend#Noun


It sounds off because “increase” can be a verb or a noun and “spend” can also be used as a verb or a noun (but is more often used as a verb) so you’re brain is trying to parse the sentence with dual meaning terms


Your proposed sentence contains less information.

The initial headline also conveys both that there is current spend with Broadcom, and that the future spend is higher than current levels.


I think it just means they had been partnering in the past and now they're expanding it with more investment.


I think they were complaining about grammar. Shouldn't it have been 'spending' rather than 'spend'?


Using the infinitive rather than gerund form of a verb to reference a an instance is a common pattern. "I went for a walk," instead of "I was walking."

I think it is interesting to attempt understanding people's choices to shorten "spend" rather than "spending," or to use something longer like "methodology" rather than "method" when they describe the method not a study of methods.


yes, I was complaining about grammar


Spend used as a noun is a common finance term. I also hear “spend rate” used similarly.

It would be weird (but not necessarily wrong) to use that word as a noun outside of a business finance context.


"increase investment with" maybe?


"spend" as a noun is a linguistic differentiator to indicate what a badass MBA program you attended.


Help pump AVGO by tipping sentiment and creating a visualization of billions getting dumped into Broadcom.


That's an ask for Apple, not us ;)


ugh


I can’t speak about orbstack, but I’ve worked with docker desktop and podman desktop for years on macOS. Those programs start up a virtual machine that consistently eats ram regardless of whether or not you are running containers in it. Apple container looks lighter weight. In the age of ridiculous ram costs, you gotta save resources.


In addition to memory saver that another person replied about, Docker Desktop also has an MCP server functionality and marketplace (almost all free) and huge AI focus. You can hardly compare it to the others at this point.

I was doing the following at the same time on my MBP this week:

* running a bunch of containers + MCP servers for Claude and Codex on Docker Desktop

* heavily using Claude Code with Fable and packer to build cloud marketplace images

* having Codex write some tests and git flows and reviewing the work in vscode

* automating a character in a Wine-based 1st party RPG in the background running at full resolution

* watching anime on Plex in between Claude Code prompts

It's all about your machine. Docker Desktop is not my worry and if you're a Dev you should have a nice laptop with 32-64GB or more, Apple Silicon Max CPU, etc. This goes for Fusion or UTM also if you want to run a Linux Desktop.

I use docker CE with all container/tui interfaces on all of my Linux systems, but Docker Desktop is nice for macOS or Windows. I almost forgot about Docker Desktop's Gordon, and the AI assistant will do things like analyze your Dockerfile or compose.yml. Super handy.


> if you're a Dev you should have a nice laptop with 32-64GB or more, Apple Silicon Max CPU, etc.

Really depends on what you're building, to be honest.


Docker Desktop's memory saver shuts down VM when containers are not running.

Additionally, Docker/Podman/Orbstack start a single VM, where memory is shared between containers.

On the other hand, Apple Containers create a separate VM for each container, which results in higher memory usage due to Linux kernel overhead, as well as the fact that kernel will try to use most of the available memory for file caching.


This is fantastic, i was thinking of something just like this


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

Search: