@hynek I feel the same way whenever I need to spend an extended period of time away from my Japanese-style toilet seat I have at home.
I don't know who convinced so many people that, "oh there is poop on you, maybe you should clean it off with dry paper" was a good and perfectly sanitary thing to do, but I suspect that in the future people will look on the toilet paper era the same way we look at the "bathe once a year" era of Western civilization...
@brettcannon In any case, I'm sorry that your government is doing that to you, and I'm also very sad that my government is doing the same to me.
@brettcannon I feel like you may have misunderstood what I was saying there. I largely consider tariffs to be primarily harmful to the citizens of the country that imposes the tariff, because (among other things) it means they have to give away more of their stuff and labor.
Canada "getting in on the action" (of jumping off a bridge) is when they decided to harm their own citizens by imposing retaliatory tariffs on the US.
The weird thing to me is the way 17th century merchantilist thinking is so prevalent today that people don't realize that the dominant strategy in a trade war is to remove all tariffs unilaterally.
@brettcannon Oof, I just looked it up, seems like Canada saw the US jumping off a bridge and wanted to get in on the action.
@brettcannon Presumably more for Americans than the other way around, right? I don't follow the news, but I would hope that the incredibly self-destructive act of imposing tariffs is not catching on...
Aw yeah, just preordered a Pebble Core 2: https://ericmigi.com/blog/introducing-two-new-pebbleos-watches
Now I just have to wait ~9 months. I guess in the meantime I can start working on a custom watchface for it!
"Usually I go with the flow, but this time I decided to go for it, so I will go down to the office and tell my boss that I want to go up for promotion. If he doesn't go along with it, I won't just go away, I won't go down without a fight even if I have to go ahead and go around him and go over his head. It might be a lot to go through, but I don't want to let my life go by unlived! Sorry to go on for so long, going into so much detail. Say, you seem like a good listener, do you want to go out sometime? Then we wouldn't have to go it alone."
I am so often thankful that English is my native language. I am very grateful for everyone who, as an adult, has taken it upon themselves to learn our crazy system of phrasal verbs. I would really hate to have to try to remember all the differences in meaning that come from appending a different preposition to the same verb.
"The bully, looking for someone to pick on, picked out a boy who he saw picking at his face; the bully knocked down the boy's books that he was using to pick up lock picking and made him pick them up. Perhaps he thought this was a good way to pick up girls?"
(Note that "pick up" is used with 3 different senses in this paragraph).
Do you toot in multiple languages?
You can set the language for your toot in its settings, usually next to the button for making posts private.
Please always set your posts to the correct language!
This helps us in several ways:
* Allows filtering for posts in languages we do not understand.
* Allows the use of automatic translation software.
* Helps screen reader software select the correct voice engines.
My partner wants to share a sewing pattern on the internet somewhere. She's not trying to sell it, just have it in a place where people can get it. Is there a thingiverse/printables type place for sewing stuff (that is also free to post things on, and is also not "run your own website")?
things that are not this:
- freesewing.org (neat, but does not appear to be a place intended for people to upload their own things)
- artisans.coop, etsy, other similar sites (these are storefronts, she literally just wants to share a file, the same thing 3d printing people do with thingiverse)
- a git forge (I... guess you *could* do that? is that a thing people do in practice?)
@jscholes The proper papally-approved substitute for pork is capybara: https://www.catholicarena.com/latest/2024/2/19/looks-like-meats-back-on-the-menu-boys
It seems beaver or otter is also acceptable.
@simon @konstin Both of those assume that you have pip and also Python, which is already too late to be doing it "right", so you may as well not recommend pip installing it at all, or just say, "this can be installed with pip or uv" or something.
Alternatively, you could just say, "Easiest way to install is uv tool install aider-chat", possibly with a link on how to install uv. I personally would be installing uv as a top level tool through the OS.
One of the bigger problems with the system install is that it moves when Python updates, which I suspect will break a pip installed uv, but it wouldn't be a problem for a system installed uv.
@konstin @simon Yeah, I have been using `uv` a bit more lately. My objection here is that I didn't think this "pip install a thing that installs and calls uv" is buying you anything.
The person needs to know enough to use pip, then the installer itself gets installed into some global environment, just to install uv into that same environment?
I don't think that anyone willing to use pip will have a hard time with uv, and it seems that uv has a much better "default" experience for people uninterested in finding out what is going on under the hood.
@simon The biggest problem I think people have and possibly will continue to have is "where do I get my Python". The system python is not a good thing to use for random stuff.
I haven't looked much into how `uv` handles installing and managing Python versions for you, but if it's halfway decent, then you probably don't want to abstract over that anyway, you want to tell people, "Install `uv` as a system package, then use it to install `aider`".
@simon That still requires you to `pip install` something in some environment, no? I feel like having a random installer with a dependency on `uv` in your (system?) python is not a good side-effect of this.
Better to have people install `pipx` and then use that to install your CLI tool. It's got the same "now pipx has to live in my global system directory" problem, but at least `pipx` is the *only* think you need there.
See you all in 29 weeks when every human on earth is watching my son play Minecraft or Portal 2.
@hynek Though also I won't be offended if you want to go to someone else's talk, or if you don't want to go to any talk at all, or if you don't even want to go to Pittsburgh. I'm pretty easy-going that way ☺
Programmer working at Google. Python core developer and general FOSS contributor. I also post some parenting content.