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

"What is computer?" -> "its legs of iron, its feet part of iron, and part of clay." (Daniel 2:33)


How would this vaccine work for people who are already infected?


It wouldn't. Their immune system already has a sample of the virus. Giving them a vaccine would give them nothing they don't already have.

The idea behind a vaccine is the give the immune system a sample before it encounters the real virus, which allows it to respond quicker when the real virus arrives, which allows it to prevent the virus to replicate sufficiently to make the person sick.

For someone who already has the virus, the vaccine won't do anything.


This is somewhat incorrect. Not all vaccines include a sample of the virus they're protecting against (see the mRNA vaccines for covid-19).

Also for some viruses (again see covid-19), it's still advisable to get a vaccine even if you've already been infected. The protection rate and longevity of the vaccines can outweigh infection based antibodies dramatically.

In the case of HIV, it's potentially quite different, because HIV is such a unique disease, that yeah, a vaccine might not help anyway. But otherwise, your comment doesn't apply to vaccines in general (and it didn't seem like you were replying towards any specifics of HIV)


Vaccine for coronavirus recommended for its immune-building benefit even in persons who had infection, this is to reduce likelihood for more infection in the future. I am doubting that this applys on the HIV since nobody is getting it then beating the infection, just supressing it.


Also some evidence that vaccines are helping with long covid https://www.theguardian.com/society/2021/may/18/long-covid-s...

The difference with mRNA vaccines is they let your body build antibodies without it even knowing the virus itself


Long covid is not sufficiently studied to indicate whether vaccines help.

Many of the patterns associated with long covid suggest that is a mix of one condition that has a mechanism probably similar to chronic fatigue syndrome and the other is the manifestation of long term sequelae that is common with other respiratory viruses.

My guess is that the vaccine might help with the CFS-like symptoms.


> Also some evidence that vaccines are helping with long covid

By what possible mechanism? Does this imply that long COVID is a result of some small amount of lingering virus?

I was under the impression that long COVID was a result of damage caused by the initial infection - not some continuous infection of the actual virus.


It probably is not really doing anything, I would think replacing the nocebo of being infected (or supposedly being infected) by SARS-CoV-2 in the past with the placebo of getting vaccinated (more recently, so you get a recency bias boost) makes up most of the "helping". If not that exactly a similar psychological re-targeting effect is probable.


It's still unknown what causes long covid. Lingering virus is one hypothesis that's still plausible. Indeed some people believe it precisely because the vaccines seem to be helping significant numbers of people (but not everyone, they can also make it worse for some people).


A substantial proportion of long covid cases share similarities (particularly demographics) with other syndromes of unknown mechanism, particularly chronic fatigue syndrome.


I don't think it works this way with HIV. As you stated having immunity to a specific HIV presentation does not prevent infection. Any vaccine effective would need to make the body see a pattern it cannot find on it's own. Something universal to HIV, which cannot be evolved around.

This is different from other disease where the immune system doesn't have enough time to response before the disease kills/damages the body.

If the vaccine can prevent HIV signature evasion, it may very well help control/treat the disease, I think.


Some vaccines are effective after infection; it's called post-exposure prophylaxis. Some examples are tetanus and rabies.


Depends on the vaccine. There are research programs to develop vaccines that induce people to make broadly neutralizing HIV antibodies. Most people don’t naturally produce these. Such a vaccine could plausibly help people who are already infected.


This is true for many vaccines, but given the unique mechanism HIV uses to attack the immune system, it might actually work in actively infected HIV patients.


> It wouldn't. Their immune system already has a sample of the virus. Giving them a vaccine would give them nothing they don't already have.

What you said applies to most viruses (flu, corona, ...), but not to HIV.

There is a reason we failed to create a HIV vaccine for 30 years, and that reason is that simply presenting the virus just doesn't work.

So this vaccine uses a new quite amazing methodology, instead of presenting the virus, it presents something else designed to trigger the 1 in the million B cell from our bodies which are actually capable of producing a neutralizing antibody. Regular vaccine trigger randomly the other 999999 B cells which produce useless antibodies.

Typically that process takes 10 years for a HIV infected person, after which they produce the proper antibodies.

This approach is called germ-line targeting, and tries to accelerate that 10 year process in 2-3 shots.


Seeing how closely TopShell resembles Haskell I am curious why you chose to implement it in Scala rather than Haskell or Purescript.


The reason is that I do Scala at my day job, and thus I'm simply more experienced in that than Haskell.

While I've written a compiler in Haskell in the past, and prefer the language in many ways, I don't know how to do front end programming in Haskell, compile Haskell to efficient JS or debug performance problems. I also don't know if there's a good Haskell IDE these days. PureScript would have been risky for me, since I haven't done anything in it before.


Setting the QT_SCALE_FACTOR=2 env var does the trick for Zoom on my end.


Thanks, I'll try this out next time I need to video call!

edit: good stuff, it works!


It doesn't have a notch. This makes it better than the real iPhone. Too bad they added a software one.


>Too bad they added a software one.

I kinda like it if only because it is absurd.

It makes me wonder if we could make an all screen, every surface phone, and then as styles change the "look" of the phone would change.

"Bezels are back with the latest software update!"


What is the best location to watch the launch from?


The only thing I like about it is the fact that it removes the need for the `fun` keyword. Otherwise it just adds noise in my opinion.


The removal of `fun` (And unification of @@@) is directly tied to the parens change; otherwise there'd be parsing conflicts


I for one am not. What is wrong with calling a plain function?


You need to use `.bind()` to set the context, or switch to using arrow functions. Both methods are sub-optimal. `@autobind` solves that.


Why is

   @autobind
   foo() {
     // ...
   }
more optimal than

   foo = () => {
     // ...
   }

?


Please, Nothing is ever _more optimal_.


Class properties solve that too, with less magic IMO.


Decorators are awesome! Stop this blasphemy.


Bad example, checkout mobx or core-decorators.

@computed get value() { return this.a + 1; } @readonly bar = 5;


The use of decorators in Anguar 2/4 is also very well done, IMHO. They allow your class to focus on its business logic, rather than the minute details of how Angular expects it to interact with the rest of Angular.

There's a reason all the most common languages have them, concealing complexity is a way to reduce cognitive overload and therefore, bugs.


I use it as a general purpose calculator.


They are working towards Linux Support: https://github.com/desktop/desktop/issues/567


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

Search: