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

Let's see the pool's at $88M with $670 average buy-in, so each of the 132k buyers will owe $15,000-$60,000 of outstanding debt so they can support solvency and to keep airline prices down, and become buyers in the not particularly exciting and highly regulated, volatile capex and opex expensive, fuel consuming and definitely not particularly environmentally friendly, with much larger competitors passenger air transport industry. What an opportunity!

... and room temperature superconductors! If only we could sort out the feasibility, interdependencies, and priorities, but we just don't know, or well, I just don't know haha.


It's interesting on the grounds of aligning incentives.

It's not interesting due to the fact that it suggests humans are still in the loop of some slow-cycle improvements. That'd never get by any board. In fact, selection of model modes implies it's your responsibility, so that meal was scraped into your flowerpot years ago.

I'd say fat chance.



I feel like the READMEs for these 3 large popular packages already illustrate tradeoffs better than hacker news argument


is this token friendly?


... but then why not a model model to perform that outer analysis and overcome the representations shortcomings of an encoder network?


  vocabulary*

  *In the code above, we collect all unique characters across the dataset


You can try and squeeze a free speech absolutism story out of it, but the reality is that this has been a story since Microsoft got into cable news.

At that point it was a game of "I'm not slandering you" to chip away at every other valuation, that could have easily have just been called antitrust because they didn't build it. That was 1996-2005 and went completely unchecked.

This is similar but the stack was even cheaper, and closer to more people's faces.

Even if governments take no recourse, I don't see an issue with government using it's position to put a food pyramid in citizen's faces to say like, "this can be harmful." The church probably would have if this were long ago, except, instead of fire and brimstone, some sort of epic story of social isolation, permanent dissatisfaction, and self-imposed constraints, alien abduction, transformation into a pig by a wizard?

There's probably a lot of visceral fears that would be worthy analogs to the harms of the feed.

I don't think that this narrative has been explored enough, honestly. Corps keep building crap like this, even amazon has (had?) an influencer feed.

People who are in play/leisure should probably practice tolerating more choices than "express mild, momentary dissatisfaction and receive an instantaneous reward"... that's probably not a life everyone should be trained to live


This is a weakness of docker, a bit, I think.

I was rigging this up, myself, and conciscious of the fact that basic docker is "all or none" for container port forwarding because it's for presenting network services, had to dig around with iptables so it'd be similar to binding on localhost.

The use case https://github.com/meltyness/tax-pal

The ollama container is fairly easy to deploy, and supports GPU inference through container toolkit. I'd imagine many of these are docker containers.

e: i stand corrected, apparently -p of `docker run` can have a binding interface stipulated

e2: https://docs.docker.com/engine/containers/run/#exposed-ports which is not in some docs

e3: but it's in the man page ofc


Yes the binding interface can be specified, but the default for -p 11434:11434 is 0.0.0.0.

IMO the default should be 127.0.0.1 and the user should have to explicitly bind to all via -p 0.0.0.0:11434:11434.



Docker has a lot of lazy hacks to make it work well on MacOS that had to have it running in a VM for any of the linux containers to work.


Out of curiosity, why would you need to wrap the call to an Ollama modelfile in docker? Does the dockerized ollama client provide some benefit, when it’s shelling down to local Ollama instance anyway? (Wrt tax-pal)


It's more of a distribution thing for me really. I'm basically using docker as a package manager since they otherwise distribute through one of those ad-hoc shell scripts that I'd prefer to avoid accidentally breaking Debian with somehow.

I've built ollama before too, but, I like that I can cleanly rip it out of my system or upgrade it without handing root off to some shell script somewhere I guess.

If anyone's gonna bash up my system it oughta be me


Makes sense, thank you!


I'm using open-webui project to host a Web UI for Ollama, and Ollama itself in Docker containers. It's super-useful, because I don't have to worry about it blowing up stuff on my system with automatic installations.


You work with Linux. On a mac, you run ollama on the host because the gpu is not available in the container.


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: