HackerLangs
TopNewTrendsCommentsPastAskShowJobs

alister

no profile record

Submissions

Judge kills entire case when both lawyers submit AI filings

gizmodo.com
4 points·by alister·geçen ay·0 comments

Surprising heart study finds daily coffee may cut AFib risk by 39%

sciencedaily.com
4 points·by alister·8 ay önce·1 comments

comments

alister
·20 gün önce·discuss
> Disabling alerts is the second thing I do to a new handset

Except you can't in Canada. The Canadian government has made the alerts mandatory. The option to disable alerts in not present in settings menu (at least on iPhones).

You can disable alerts in Brazil. So in one sense, Brazil is more free than Canada.
alister
·26 gün önce·discuss
What was the large-scale commercial procedure for making electrodes that pass through the glass without letting air in? I assume that electronics manufacturers must have been making millions of such vacuum tubes in the past. Is the knowledge lost (or not practical for hobby use)?
alister
·2 ay önce·discuss
> "Get in line" vs "you are already rebooked". (my Air Canada experince.)

Which of the two was the Air Canada experience?
alister
·2 ay önce·discuss
In Brazil, people get so much SMS spam and phone call spam that many people turn off notifications for all text messages and phone calls and use only Whatsapp (even for voice calls).

But once in a while my iPhone in Brazil will get spam as a unblockable "system message". I'm not sure if I'm using the correct term. I'm mean that it looks just like an Apple system notification and it disappears without a trace afterward, but the content is obviously spam.

I wonder how they are able to do this.
alister
·5 ay önce·discuss
At least in Brazil, it was very rare. In the last 3-4 years, it's almost every time you pay. And you have to grab and hold the payment terminal (especially if you're using tap / contactless payment) so the cashier or waiter, trying to be helpful, doesn't click the wrong button and cost you 15%.
alister
·5 ay önce·discuss
Thank you for telling me what it's called!

On the positive side, it seems that Wise must block it because I never see the DCC "choice" when using a Wise card.

As a negative point, I've noticed that AirBnB, which used to use reasonable conversion rates, has just recently started to use exorbitant currency conversion and not allow you to pay in the local currency of the country you're traveling to (so you can let your own credit card do the conversion at a lower rate). I.e., if you try to book a property in Brazil in BRL (literally clicking on the price to pay in BRL), the charge will nevertheless go through in USD (or whatever currency is your own) with AirBnb doing the conversion at the rate they choose.
alister
·5 ay önce·discuss
I want to mention another infection happening at payment terminals and ATMs if you're using your credit card in a foreign country: You get a message saying "Would you like to pay in your own currency? Click [Accept] or [Decline]", and there's fine print that says there's a 12-15% currency conversion markup.

To give a concrete example, if you're an American traveling in Brazil withdrawing cash from an ATM or buying something for BRL 500, you'll be presented with an option to pay BRL 500 or pay just US$110.58 in your own currency (with text saying conversion includes 15%).

But the typical American (and Canadian) credit card adds at most 2.5% to the Visa or Mastercard exchange rate, which is at most 0.5% higher than the interbank rate. So basically by clicking the wrong button, you're paying an extra 12% to the payment processor. In the example above, your credit card would have charged you about US$99.04 had you declined the conversion, and saved you $10.

I can't imagine a situation where it's to your benefit to accept the "conversion service" they're offering. I wonder if the payment processor is kicking back some of the profit back to the merchant because this swindle is spreading everywhere.

The worst part is that a couple of people that I've tried to warn don't get it. They still think that they should pick US$ (or whatever their own currency is) because that's what their credit card uses.
alister
·5 ay önce·discuss
> Nowhere appropriate to rest without noise, terrible lighting and hard surfaces.

Compared to every railway station I've seen, airports are 5-star resorts. Bus terminals are even worse than railway stations.
alister
·7 ay önce·discuss
> https://karpathy.ai/hncapsule/2015-12-24/index.html#article-...

I wonder why ChatGPT refused to analyze it?

The HN article was "Brazil declares emergency after 2,400 babies are born with brain damage" but the page says "No analysis available".
alister
·7 ay önce·discuss
Remember blogs on the old web when the author would plaster his name in a huge font on every page along with his photo, and have an extensive bio about himself and perhaps even his resume?

Well this author has gone to the opposite extreme: There isn't one shred of info that I can find about him. I liked his writings and was curious who he was in real life, but there's nothing. Stands on its own merits like Death Note, Bitcoin, or Truecrypt.
alister
·8 ay önce·discuss
But you had the option of having an unlisted or unpublished phone number. To give one datapoint, in Los Angeles in the 1980s about half of all numbers were unlisted. I would expect that the unlisted rate was much higher in big cities like L.A. compared to the rest of the country.

What I find fascinating is that people paid for privacy. Yes, indeed, people paid several dollars extra per month to maintain an unlisted/unpublished phone number. Today very few people are willing to pay actual money for privacy.
alister
·8 ay önce·discuss
> model drift driven by just small, seemingly unimportant changes to the prompt

What changes to the prompt are you referring to?

According the comment on the site, the prompt is the following:

Create HTML/CSS of an analog clock showing ${time}. Include numbers (or numerals) if you wish, and have a CSS animated second hand. Make it responsive and use a white background. Return ONLY the HTML/CSS code with no markdown formatting.

The prompt doesn't seem to change.
alister
·9 ay önce·discuss
> Interviewer at Endpoints: You plan to potentially launch a generic GLP-1 in Canada and Brazil in 2026.

Looking at the original interview on Endpoints, Sandoz CEO Richard Saynor says this about Brazil:

In Brazil, the biggest prescribers are dentists. Everyone says, “Why dentists?” They do aesthetic work, and then you have your Botox, and then you want a bikini body. It’s behaving like an OTC consumer brand. Imagine selling this, rather than $300, at $50. Anybody over the age of 40 in Brazil will probably want to be on that.

But he doesn't explain how they got around the patents. Another comment on HN says they expire in July 2026, but can anyone explain why the patents expire so soon in Brazil?
alister
·7 yıl önce·discuss
> It's fine. Really.

I can tolerate some bloatware (like games), but what about the telemetry? Are you OK with that or did you find a way to disable all telemetry?
alister
·7 yıl önce·discuss
I'm glad to see that setjmp() and longjmp() are still allowed.

I'm just kidding by the way. For those C programmers who haven't encountered these before, it is a powerful way to do a "goto" in C. Powerful in the sense that you can jump anywhere, not limited to the same function. If it's used at all these days, it's used for exception handling.

More info: https://en.wikipedia.org/wiki/Setjmp.h