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

Unfortunately not every country in Europe. Zero banks in Ireland have implemented SEPA Instant and transfers still take at least a day. Thankfully though they have a deadline to implement this that's coming up soon and will be forced to comply.


How many of these variants or noteworthy viruses kill as many people? Genuine question, because covid has been on a different scale to SARS, MERS or any of the various animal flu pandemics, in terms of R number and how difficult it is to control.


What about their covid measures put you off? When for so much of the pandemic they were seen as absolute world leaders and were living as normal when the rest of us were in lockdowns?


World leader in fining people thousands of dollars for the most benign reasons. Australians also can't leave their own country anymore.


Sorry to grave dig. This is more recent but, check out this quote... and tell me you want to live in this kind of society:

“ The state will text them at random times, and thereafter they will have 15 minutes to take a picture of their face in the location where they are supposed to be. Should they fail, the local police department will be sent to follow up in person. “We don’t tell them how often or when, on a random basis they have to reply within 15 minutes,””

https://www.theatlantic.com/ideas/archive/2021/09/pandemic-a...


I can describe my own objection to international travel to restrictive countries:

Australia was a model for success, until a cab driver in Sydney contracted the delta variant. Much of the country is now in total lockdown, while the army patrols Sydney streets and daily COVID cases continue to rise exponentially, far exceeding any previous COVID outbreak in Australia. There is no ten billion dollar program to develop vaccines for new variants, no path to eradication, and no way out of the continuing crisis except to ignore it. Therefore, I expect that this situation of mandatory quarantines, mandatory vaccination proof, mandatory negative test result proof, and multiple new-variant outbreaks and lockdowns annually will continue until politically untenable, and I conclude that countries instituting hard lockdowns are not places where I want to live or travel, until they eventually reform.


Existing vaccines work pretty well against Delta.

Australia knows it can just... get vaccines right? They are sitting at 27.1% fully vaccinated vs 52% in the US. What's their excuse?


>Australia knows it can just... get vaccines right? They are sitting at 27.1% fully vaccinated vs 52% in the US. What's their excuse?

The five key reasons that come to mind, after witnessing events unfold:

1. Sitting at a lower global priority on the vaccine purchase list for Pfizer due to very low case numbers.

2. Government deciding that the bulk of vaccines should be produced locally (likely due to a combination of sourcing being difficult, and for national security reasons). This inevitably means taking a bit longer to ramp production up.

3. The Australian Immunization Advisory Group declaring that the vaccine produced locally should be used on people aged 60+, while Pfizer would be the preferred vaccine for everyone else.

4. No vaccine injury scheme. If you are unlucky and get a rare blood clotting disorder, you have to wear the full treatment cost. And because of #3, you have to see a doctor and sign a waiver to get AstraZeneca. (This has since been relaxed now and does not have to be a doctor consultation. You can just sign the waiver at the point of vaccination)

5. Government not pushing as hard, as it in hindsight should have, to purchase more Pfizer. This is a difficult call for any government to have made at the start of the pandemic though and really ties back into #1. The locally produced vaccine would have easily covered the entire population, but the chance of blood clotting really did a number on this strategy.


> 4. No vaccine injury scheme. If you are unlucky and get a rare blood clotting disorder, you have to wear the full treatment cost. And because of #3, you have to see a doctor and sign a waiver to get AstraZeneca. (This has since been relaxed now and does not have to be a doctor consultation. You can just sign the waiver at the point of vaccination)

If I buy a car, there's a warranty on it. Why doesn't the government stand by what it's recommending people inject?


Good question, and Australia is pretty much the only developed nation to just not have a program at all.


> Australia knows it can just... get vaccines right? They are sitting at 27.1% fully vaccinated vs 52% in the US. What's their excuse?

Ahh. This one is good old pure utter incompetence plus possibly some good old corruption thrown in to the mix as well.

As much as a I understand, the gov decided not to buy Pfizer early in the pandemic since they could produce AstraZeneca plus an early vaccine candidate developed at University of Queensland at CSL (Australian BioTech company).

Instead of placing multiple orders with multiple providers, they put all their faith into CSL and it's trials.

Turns out, the vaccine at University of Queensland returned false positives of HIV cases. Stage 2/3 trials never occurred.

AstraZeneca later turned out to have side effects that quickly led to vaccine-hesitancy. By that time, Pfizer had supply issues since the US went full swing in to the vaccination drive.

There were some reports that the PM's mates were high up in CSL. I am not entirely sure of that bit but it doesn't seem unlikely.


That's an opinion from your filter bubble. Try get some info from conservative and libertarian sources. The results may shock you.


I tried to do a college end of year project in Symbian, and couldn't get anything to work for months. This was likely a combination of lack of ability as much as the SDKs problem, but it definitely was not novice friendly.

I pivoted to J2ME with about a week to go in the project and managed to get an MVP working in time, after 3 months of wrestling with Symbian.


Ex Nokia here, yes the Symbian SDKs required high comfort with C and C++ development environments on Windows, then there was Symbian C++ dialect.

Also it did not help that the SDK was rebooted like 4 times.

Initially based on Metrowerks, coupled with a mix of Perl and batch files, rebooted twice into Eclipse based IDEs, and finally the QtCreator initial effort before the burning platforms memo happened.

Still, it was still much more friendly than dealing with NDK issues on Android.


You can create your own DSM powered NAS using Xpenology to load the DSM software on normal hardware.

It's more fiddling but you can get a very powerful NAS very cheaply this way.


Xpenology is like a hackintosh. Once it's running you get 98% of the day-to-day experience, but not the absolute seamlessness of everything working without hacky installation steps, rough edges and questionable ethics vis a vis software licensing.


Definitely get a cheap sim card wherever he lands. The EU abolished all roaming charges for data and calls so he'll be able to use whatever data and calls he has in all EU countries.

Some countries have extremely good value pre paid sim cards with 20 gigs of data often coming in under €20 a month.


No roaming charges between members of EU. So, if he lands first in UK, don't buy the sim from there


You don't understand. They mean the laptop literally called just the Macbook. It's a 12 inch fanless laptop.

https://www.apple.com/shop/buy-mac/macbook

This is why these 'simple' naming schemes are confusing.


Given its an open source app, it should be reasonably easy for the censor to reverse engineer the algorithmically generated domains. Frequent tiny updates would be an interesting solution though. Now that most mobile apps can deliver just deltas to save bandwidth it'd be viable.


I realize now, that it's possible to even dynamically deliver a bytecode of a domain generating algorithm itself or pretty much any circumvention logic by embedding a tiny interpreter into the app.


You don't need to deliver bytecode, just a new seed for the algorithm. Even 64 bits is more than sufficient to ensure that they can't enumerate all possible seeds.


Seeds don't impose human costs of reverse engineering though. Which could be important in some cases, since we are up against state actors.

But yeah, having seeds sharded per id/phone_number same way I proposed above could make it pretty much unblockable.


Doesn't Apple explicitly get irritated when you do this kind of thing?


Apple prohibits certain things but interpreters are not one of those. See Pythonista and OpenTerm as examples:

https://itunes.apple.com/us/app/pythonista-3/id1085978097?mt...

https://itunes.apple.com/us/app/openterm/id1323205755?mt=8


Yeah, but as far as I know, loading code into said interpreters in a way that bypasses their code review process is a grey area.


I've read that they won't be using them, because they generally have professional setups with proper lighting and DSLRs. They also then edit photos before posting them.


I got asked some of these questions literally yesterday by Google and you're right. The wording was how you've presented it, not how he did.


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

Search: