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

I agree with a lot of this. For context, I'm very fat, so I feel a bit more that it's OK to say this, but yeah the body shaming stuff is a very interesting topic.

Obviously, if you feel that your whole life you're being bullied, then it's definitely right to be empowered someway to get someone to stop bullying you that way.

But we seem to have gone way beyond stopping body shaming and to promoting body positivity, which I think is dangerous. We shouldn't be teaching kids that it's OK to be fat and that's just a personal choice and not to change.

The simple fact is that being overweight leads to a lot of health issues. I'm fortunate that my body still tolerates being able to run, but at my BMI that's by no means a guarantee long term. I know that realistically, I need to drop 1/3 of my body weight ASAP and keep it off, or the chances of me living another 20 years is actually quite low.

I know exactly the issues with weight loss and how hard it is. At least 3 times in my life, I've lost 25% of my body weight through dieting, but it's always a constant struggle to keep that off if I ease off even a little bit. Most of the times I've regressed, it's been a combination of factors - an injury so I can't go out running for a few months, maybe winter so it's cold and wet and I'm also avoiding my daily lunchtime walk, and maybe my work is really boring so I'm comfort eating a bit more than I need each day, and suddenly before you even realise it, all the weight has suddenly re-appeared, and each time it's harder than the last to get rid of it and keep it off for good.

But definitely, we want a bit of that stigma to remain. Knowing that I'm fat and that most girls don't even look twice at me, or knowing that the health risks are very real and every day I stay fat, it's doing even more damage to my body... it all sucks in the moment, but it's all helping the motivation that something needs to change. It's not OK to just do nothing.


I'm not sure if they're still available, but the PAP2T was a wonderful piece of kit - just an ethernet port and 2x RJ-45 jacks for old style phones. You can set up custom dial plans and use any VOIP SIP provider you like. You can trivially edit the dial plan to restrict certain number prefixes, and set up custom short numbers - so for instance my "landline" had 81 for my mum, 82 for brother, 83 for sister, etc. but you could also just dial regular numbers.

If you run an asterisk server on your own box, you could easily set up a private SIP network just for you and your kids, or your kids and their friends, etc. and either run a SIP client on your mobile for your use and a VOIP SIP gateway if you want your kid to be able to call a friend's mobile.

EDIT: I just looked and the PAP2T has been discontinued, but there seem to be lots of units available new from China that look identical and are sold as Linksys PAP2T, and some unbranded units that look the same but with blank labels. I've no idea if these are fully compatible with the real PAP2T, but they might still be worth trying.


Grandstream currently has a line of Analog Telephone Adapters (ATA)[1] that fit this use case.

[1]: https://www.grandstream.com/products/gateways-and-atas/analo...


Just googling it now and TCP urgent data seems to be a mess.

Reading the original RFC 793 it's clear that the intention was never for this to be OOB data, but to inform the receiver that they should consume as much data as possible and minimally process it / buffer it locally until they have read up to the urgent data.

However, the way it was historically implemented as OOB data seems to be significantly more useful - you could send flow control messaging to be processed immediately even if you knew the receiving side had a lot data to consume before it'd see an inline message.

It seems nowadays the advice is just to not use urgent data at all.


I think you're misinterpreting what his comment meant. I read it as meaning that e-commerce has been optimised repeatedly over the 30 years, from a basic start (which as you pointed out was haphazard) to the point where it is now optimised to extract every possible cent from the user, whether by encouraging them to buy with one click (the Amazon one-click patent must be around 20 years old now), time-limited promo spot pricing, sending you e-mails about what you had in the basket if you don't complete a sale, etc...

Right now, by comparison, it sounds like AI based shopping is still in the very early stages. Maybe further along than the early e-commerce, but still with a long way to go in its evolution. That'll probably happen quicker than with e-commerce, because a lot of the knowledge about what does or doesn't work has already been learned, but it sounds like it's still a long way behind. Caveat - I've never used it myself, so I don't know how far it is along that path, I'm just basing that from the article.


Nowadays, I primarily only use gmail because the mail client is good on Android. But all my accounts have been self-hosted for years now and gmail just reads them via POP3 (never managed to get it happy with IMAP for some reason) and sends via my own SMTP.

Can anyone recommend actually decent and free Android (and also web) mail clients for self-hosted use? Everything I've tried so far (but to be fair, it was a few years ago when I last checked) just felt clunky compared to gmail, so I've ended up sticking with it as a client far longer than I probably should.


I've been using FairEmail[1] for some years now as a replacement and find it superior to the gmail app. Of course, depending on your needs and tastes, I could also understand calling it a bit clunky. It is FOSS, but has a one time pay premium option for some advanced features. But really, it's also just fair to support the dev by buing the app. My only complaint would be, that there are to many updates, but of course, you can just ignore them and do them every few months instead.

[1] https://email.faircode.eu/


thunderbird (formerly k9 mail) is a decent enough android app, but im not very picky when it comes to email either so keep that in mind. ive been using it with posteo for about 2 years now

> “迷住了” means fascinated — as if the tear in his clothes was beautiful or interesting. But transfixed here means something closer to staring vacantly, the way someone might stare at nothing when they’re embarrassed, or lost in thought.

That's interesting, because as a native English speaker, that's not how I think of transfixed - which is more that something is causing you to think deeply about something. It's usual use is in religious experiences, but also when something significant is happening that causes you to stop doing what you were doing before to watch / understand / meditate on it.

"You see a man wearing simple but mostly neat clothes. He’s transfixed, however, by a ragged tear in the seam of his tunic." To me, that means he's look at the guy and trying to figure out why a guy who's wearing neat clothes (even though they are cheap) has a ragged tear in his tunic. The use of ragged is also interesting - it suggests more than that the clothing has worn out, but that he was maybe attacked by another person or animal.

I'm learning Chinese and to me, 迷 feels like it embodies an important sense of the word (but maybe only because I don't know any better translations), and I think maybe 迷惑 is the closest to the meaning from the vocabulary I currently know.

But anyway, back to the project - it's a great idea, and I really like it. When I'm watching Chinese dramas to learn, I like downloading ones that have hard-coded Chinese subs and and English .srt so I can watch with both sets at once (moving the English subs up usually so they're not on top of each other). I think it helps a lot.


I don't know. Even when I'm working on my own private repositories across several machines, I really, really dislike regular merges. You get an ugly commit message and I can never get git log to show me the information I actually want to see.

For me, rebasing is the simplest and easiest to understand, and it allows you to squash some of your commits so that it's one commit per feature / bug-fix / logical unit of work. I'll also frequently rebase and squash commits in my work branch too, where I've temporarily committed something and then fixed a bug before it's been pushed into main, I'll just reorder and squash the relevant commits into one.


I completely agree, since doing rebase our history looks fantastic and it makes finding things, cherrypicking and generating changelogs really simple. Why not be neat, it's cost us nothing and you can make yourself a tutorial on Claude if you don't understand rebasing pretty easily.

Especially as the picture literally has a command prompt saying "$ tee <command>"

Only watched a little of the video, until I saw one of the requests returned an access token with lots of repeated data. Was very surprised when I base64 decoded that and found it was just "\uDFFF\uDBFF" repeating over and over. Maybe that was data coming from his exploit, seems a bit weird for that to be in an access token anyway. I had the sound muted, so maybe he mentioned that.

True, but the the UK has under 30% of the population of the US and less than 6% of the population of China.

If you compare per capita, it's a very different story. USA is around $93k, UK $61k and China $15k. So about 2/3 of the USA's and more than 4x China's. This was using my figures calculated from your table and the population figures I found elsewhere.

An actual source of GDP per capita [0] puts the USA at 9th globally, UK at 20th globally and China at 74th.

When you factor in that the US's GDP figures are quite skewed because there are lots of multinationals headquartered in the US. If you ignored just the Mag7, who all derive the majority of their income outside the USA, the USA would be significantly further down that GDP list.

[0] https://en.wikipedia.org/wiki/List_of_countries_by_GDP_(nomi...


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

Search: