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

That can be used with https://mercure.rocks :)

The trade-off is basically having a thicker phone. Nobody except apple thus all manufacturers 6 month later want paper-thin phones. Never the actual consumers.

customer*

No, the consumer is no longer the customer these days. The customer are the advertisement companies.

Thinkpad T480, with dual battery was a really great idea

I've never seen anyone hate usb-c, what world do you live in? And on phones fast-charging's cost on the battery life expectancy is negligible[0]

Also, wireless charging is finicky and comes at a cost: way less efficient energy transfer.

[0] https://www.youtube.com/watch?v=kLS5Cg_yNdM


Well hatered for USB-C for charging connectors seems to be strong in this thread alongside the dislike for being able to have changeable batteries.

Hell, this thread even has a person whose argument against USB-C is that mandating it will mean that the EU will get conquered by Russia.


I hate USB-C. Hi. I do a lot of woodworking and the port easily clogs with sawdust and lint. It was very easy to clean it each day when I had a lightning connector, a common toothpick would suffice.

Now I have to purchase specialized non-marring micro tool scrapers to clean the port without damaging it. The scrapers break after a few cleanings, so this is an ongoing monthly recurring cost. Yeah I can charge wirelessly, but I still don’t want sawdust in my phone hole after a day of ripping wood.


Finally someone with an argument. I do hear why you dislike it, most people seems to do it without any reason... As it was said by someone else you might be able to cover it up somehow, either a rubber plug, or 3d print a small strip of plastic and put it in your case.

I do ranch work in a place with a lot of iron in the soil. I often have these sand sized grains of dirt in my port. But I had it in a lightning days as well. I just hate ports.

Before MagSafe, this used to kill phones. Now my son has a phone without a port, but it’s not dead.


Those ports are most of the time, at least in the android land IDK about iphone, on daughter boards and easy to replace. Even though in a perfect world this should not happen, still it is possible to do without too much of a hastle

Most of phone repair parts available to consumers are factory leaks. They are scraps and/or stolen stocks. They only exist because law enforcement in China is still, sort of strategically left, lacking. They are destined to go away as time goes by and/or parts are standardized and/or parts supply are legalized and/or mandated.

This seems like the ideal use case for those 'rugged' phone cases with flaps over the ports, no? Not ideal, but certainly a lot easier than having to clean gunk out of the port constantly.

why not to buy a rubber usb-c plug?

Yep that is annoying. There are USB-C magnetic charge adapters. It will prevent shit from getting into the slot, and easy to charge magsafe style. And of course you can easily take it out temporarily to use a standard USBC charging cable.

Put the cap on it. Or get a phone with inbuilt flappy caps. True rugged phones all have them.

Toothpicks work great for this if you narrow them a bit with a knife.

As a woodworker I'm surprised you didn't have that idea :D

(Like, c'mon, toothpicks aren't immutable objects that fall out of question just because they're a bit too large)


huh, when I make em thin it's too flimsy to get the packed sawdust out. Maybe I need to get some premium hickory toothpicks

Hmm, no idea if we have different toothpicks around here...

What also works (and funnily enough is also called a "toothpick") is the flat plastic thing some "swiss" pocket knives/tools (Victorinox brand) have.


I don't cet how people are developing app using s3 without actually having a local s3 server ? Everyone is like "just use aws / whatever trendy host atm" but while developping ? I use garage but the main issue i have is the mandatory random keys which means i cannot hardcode them in my compose file. For prod, sure you want that. In dev ? Absolutely not I want to be able to clone my repo, dc up -d and lets go.

I also had quite a hard time to chose one for my homelab too. Settled on garage too but why is it that complicated ? I just want a "FS api" for remote storage in my app. Over http so that i dont have to do weird custom setup just to have a network share and handle everything manually


You can hard-code them. Just write a setup script that imports your desired keys from a .env file or something:

``` docker exec $CONTAINER $BIN key import --yes "$S3_ACCESS_KEY_ID" "$S3_SECRET_ACCESS_KEY" ```


meh not always. I do use uv IN docker all the time, its quite handy


Honest question - what are the main benefits for you when you use it in docker?

ps. I feel like I've been doing python so long that my workflows have routed around a lot of legit problems :)


For us, the DX of uv for dependency management is much better than just using pip and requirements.txt.

To be clear though, we only use uv in the builder stage of our docker builds, there is no uv in the final image.


Main reason I now use uv is being able to specify a cool down period. pip allows it but it's with a timestamp so pretty much useless..

And that doesn't prevent me from running it into a sandbox or vm for an additional layer of security.


> pip allows it but it's with a timestamp

A PR to be able to use a relative timestamp in pip was merged just last week

https://github.com/pypa/pip/pull/13837/commits


Mainly the "project" system. I'm only developing python in my free time, not professionally so I'm not as well versed in its ecosystem as I would be in PHP. The fact that there's tons of way to have project-like stuff I don't want to deal with thoses. I used to do raw python containers + requirements.txt but the DX was absolutely not enjoyable. I'm just used to it now


haven't tried it but amitds1997/remote-nvim.nvim

I need something like that though that's one of the thing that pains me the most while trying to use vim/nvim for dev


I'm not spending weeks to learn a proprietary, online-only software that will lock me out as soon as they need more money. Been burnt before on those kind of stuff


two weeks old project that already emulates 20+ services from AWS that's suspicious (tbf ministack is even worse in that matter)


Feel free to raise an issue at https://github.com/nahuel990/ministack if any of our emulated services don't work...


Not native at all


Edited now. My main concern is how to embed a mini Rust compiler in Tauri for prod time.


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: