Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reader_mode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
reader_mode
4y ago
If I'm basically expected to prove my value to a loudmouth that walked in a few weeks ago in a place I've worked in for >year because he can't figure out how to evaluate people - I'd rather do that in an interview for
2.
▲
by
reader_mode
5y ago
So you're just googling post hoc and haven't actually looked into it. How scientific. This study [1] is what got me interested, they claim gray matter loss compares to control group even in asymptomatic cases but they excluded vac
3.
▲
by
reader_mode
5y ago
>you know--Scientists--without political agendas study this problem very carefully...and do not see any widespread effects from the vaccine after a year. ?? This entire thread is me asking if there's some studies that compare long C
4.
▲
by
reader_mode
5y ago
You're just being presumptive, overreaching in conclusions and overconfident in your narrative. I've seen two studies linked recently about long COVID. Neither included vaccination as a test variable. Since these two studies were
5.
▲
by
reader_mode
5y ago
>There is no mechanism for the vaccine to have some long term effect that wouldn't be apparent within a short time period give the MASSIVE number of people who have received the vaccine. By the same logic brain effects of long COVID
6.
▲
by
reader_mode
5y ago
On one hand I'm being presented with avoiding long COVID sideffects as a reason to get vaccinated - on the other I get no proof that vaccination doesn't do similar harm and that it's actually protective of those effects. I do
7.
▲
by
reader_mode
5y ago
>The immune response from the vaccine works like any other type of vaccine immune response. You are assuming because the mechanism is the same that the effects will be as well - it's like saying "we have this black box service
8.
▲
by
reader_mode
5y ago
>This isn't a meaningful claim for 2 key reasons. There has never been a vaccine that had serious side effects that did show up shortly after vaccination[2]. The history of mRNA treatments began as an experiment in gene therapy, but
9.
▲
by
reader_mode
5y ago
I think this code is bad because it uses if/else (it should be if not abort) and it only tests/handles one error case and the log is not very valuable, would be much better to wrap the block in try catch and capture all exceptions
10.
▲
by
reader_mode
5y ago
TypScript is sort of this. It's the best of both worlds, if it wasn't built on top of JS legacy garbage type system and core types it would be ideal. But a powerful structural type system built on a flexible object model is real
11.
▲
by
reader_mode
5y ago
I've coded in Clojure enough to know that there are cases where it completely sucks (mostly when you have to do imperative low level code). I used to have a link to a standard library implementation of channels that was downright hideo
12.
▲
by
reader_mode
5y ago
Money isn't everything, there's a status component related to those professions (especially if you are coming from poorer background) and a lot of people like the idea of being a doctor or a lawyer. TBH you have to be a certain ki
13.
▲
by
reader_mode
5y ago
I mean if they can't get Apple to include them in this (like you said you can use BT magic keyboard so clearly there's a way built-in) they have no chance at getting touchid
14.
▲
by
reader_mode
5y ago
To people saying this is caused by use - this is irrelevant - people are upset because they use other comparable cables this way and don't have these problems nearly as often. I've noticed Apple usually has thinner cables - maybe
15.
▲
by
reader_mode
5y ago
Logitech can't even connect to the laptop via BT before you are logged in, I doubt it will get this integration.
16.
▲
by
reader_mode
5y ago
My problem with laser combos (printer + scanner) is that they are >50% larger than an inkjet with same features. Inkjet is just the right height where you can use it on a shelf/desk and it won't be unbearable + you can stack so
17.
▲
by
reader_mode
5y ago
Gold has actual utility
18.
▲
by
reader_mode
5y ago
>The utility of cryptocurrencies is not decided by governments, or companies, or you. The utility will be decided by reality. No the utility is determined by you me and everyone else collectively. The problem is financial mechanisms that
19.
▲
by
reader_mode
5y ago
What is the utility provided by crypto ? Money laundering, avoiding capital controls, financial speculation ? All while burning insane amount of energy and hoging up limited chip making supplies. It's clear cut that o the whole crypto
20.
▲
by
reader_mode
5y ago
I don't disagree, but I can see why they want high growth. But if you choose that path you need to actively manage the pathological cases, especially the ones you create.
21.
▲
by
reader_mode
5y ago
I feel like investing in market pathologies has become too common and modern democratic governments are far too slow at doing there roles and curbing such behaviour. Bitcoin is the obvious example of something that should have been banned y
22.
▲
by
reader_mode
5y ago
Vote with your feet ?
23.
▲
by
reader_mode
5y ago
I agree about PM/dev/customer part but disagree on dev/support rotation. This sounds great in theory, in practice working on any non-trivial software means there are parts you know little-nothing about. Having spent time on s
24.
▲
by
reader_mode
5y ago
I've tried watching technical tutorial videos but I often found people making them aren't really experts in the domain, so I end up watching impressions of a mediocre developer trying to wade through some topic. There are good vid
25.
▲
by
reader_mode
5y ago
People on this forum say EU - but they mean "rich parts of EU". Reality is EU has way more inequality between member states than the US, ironic given the propaganda.
26.
▲
by
reader_mode
5y ago
>The odds of a silver bullet cure are effectively zero A way to kill a specific type of cells doesn't sound impossible (zero).
27.
▲
by
reader_mode
5y ago
Web "means" it's portable and sandboxed, so theoretically you can run untrusted from the web and it only has access to what you expose. This stacks with DOM sandboxed APIs so you get same level of isolation in the browser as
28.
▲
by
reader_mode
5y ago
I disagree. I would not recommend flutter to anybody precisely because of how bad Dart is. It's such a productivity/maintenance drag that the framework is not worth it.
29.
▲
by
reader_mode
5y ago
It's the worst of all worlds TBH. It has terrible reflection and metaprogramming capabilities which leads to ridiculous solutions like code generators at every step. Type system is super weak (eg. it just gives up on type checking tern
30.
▲
by
reader_mode
5y ago
If you are building form apps and stuff where delivering something working is the main objective (most enterprise apps) web UI is by far the best choice - ecosystem is huge, plenty of developers and designers to hire, tools let you export s
More ›