Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reader_1000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
reader_1000
6mo ago
For some reason, this made everything worse for me. Now claude constantly tries to access my home folder instead of current directory. Obviously this is not still good enough. Also Claude keeps dismissing my instructions on not to read my h
2.
▲
by
reader_1000
10mo ago
I agree, any direct / field modification should be assumed to be not-thread safe. OTOH, I think Go made a mistake by exporting http.DefaultClient, because it is a pointer and using it causes several problems including thread safety, an
3.
▲
by
reader_1000
11mo ago
> We have identified the underlying issue with one of our cloud service providers. Isn't it everyone using multiple cloud providers nowadays? Why are they affected by single cloud provider outage?
4.
▲
by
reader_1000
1y ago
> For instance, a recurring comment in user surveys is about the lack of stack traces associated with an error. This could be addressed with support functions that produce and return an augmented error. Languages with stack traces gives
5.
▲
Dental flossing may lower risk of stroke from blood clots, irregular heartbeats
(newsroom.heart.org)
2 points
by
reader_1000
1y ago
|
0 comments
6.
▲
by
reader_1000
2y ago
As an iPhone user, I can only agree that Apple's software quality is just going backwards. Keyboard is terrible, it suggests words that are completely unrelated. Control center is becoming worse at every update. You can't still se
7.
▲
Twin Films
(en.wikipedia.org)
2 points
by
reader_1000
2y ago
|
0 comments
8.
▲
by
reader_1000
3y ago
Most companies out there want you to have certain technologies / keywords in your resume and will automatically reject you if you don't have them. Yes, building a solid project with boring technology that delivers real business va
9.
▲
Are All ByteBuffers Equal?
(github.com)
1 points
by
reader_1000
3y ago
|
0 comments
10.
▲
by
reader_1000
3y ago
Agreed and they reject applications with the reason they hired somebody else, though keep posting here
11.
▲
by
reader_1000
5y ago
It used to prefetch external images [1]. Another option would be asking whether to download external images. I think one can enable this in settings, default is always display external images. [1] https://arstechnica.com/inf
12.
▲
by
reader_1000
5y ago
As far as I remember, Gmail used to prefetch images to prevent senders learning if and when recepient opens an email, but if this behaviour changed, I didn't know that.
13.
▲
by
reader_1000
5y ago
One interesting thing I noticed with Linkedin emails is that it dynamically fetches unread notification count. For example, if someone views your profile, there will be a notification in the website. If you go to your mail and open an old
14.
▲
by
reader_1000
5y ago
> I'd love to hear what exact scenarios it does actually make sense to use Kafka for instead of Rabbit or AMQP1.0 :) If order of message processing matters, then Kafka is better suited then AMQP. For example, In a distributed appli
15.
▲
by
reader_1000
5y ago
> Almost all features of Instagram, except for interactive widgets in stories, are available from the web (doesn’t matter mobile or desktop). Not exactly. When viewed in desktop browser, photo upload is not avaiable and you need to use d
16.
▲
by
reader_1000
6y ago
> I'm not sure how easy it is to figure out whether those 'highly forwarded messages' are all the same, or somehow link them without knowing anything about their content or linking them to information you already know abou
17.
▲
by
reader_1000
6y ago
> So the same thing run locally is run in the cloud Who is preparing Dockerfiles? Developers and system administrators / security people do not generally prioritize same things. We do not use k8s for now (therefore I know very littl
18.
▲
by
reader_1000
6y ago
How does it compare to cuid [1]? If you know the differences, can you please explain them for those like me who do not know both? [1] https://github.com/ericelliott/cuid
19.
▲
by
reader_1000
6y ago
I always assumed that Whatsapp keeps the logs of call / messaging (i.e who texted to whom, how many times etc), however according to the this document, it does not keep them. Moreover, it does not share neither group information nor co
20.
▲
by
reader_1000
6y ago
> How long are you talking? There were some Spring applications that took more than 5 minutes to start in my old job. However, things are most probably improved now with lazy initializations of beans and maybe developers of that applicat
21.
▲
by
reader_1000
6y ago
Rate of change may matter when your monolith application takes too long to deploy (i.e a big war application with lots of initializations at start), although rolling updates may help here. It will also be easier to rollback if things go wro
22.
▲
by
reader_1000
6y ago
If one part of the application needs to be changed frequently and/or is used by other applications, then it makes sense to separate it as a microservice. However, for other parts, I think it might be better to stay as a monolith since
23.
▲
by
reader_1000
6y ago
> Seems like people prefer to downvote rather than try to give a compelling answer to the question "is the literature on long term side effects of mRNA vaccines extensive". I think it might be because people are confusing aski
24.
▲
by
reader_1000
6y ago
I looked the video and he says that based on vaccine literature, for the past any important vaccine safety signature was clear within two months meaning two months is enough to conclude whether a vaccine is safe or not. However, I think his
25.
▲
by
reader_1000
6y ago
Are mRNA vaccines safer than traditional ones? In the long run, which one will have less side effects? As far as I know, Both US and Europe are only going with mRNA vaccines for COVID. Is it intentional or just because there is no tradition
26.
▲
by
reader_1000
6y ago
> I guess Google will still index dormant repos. Github's search is inferior compared to google's site search for github (i.e keyword site:github.com). I don't know why but Github search almost useless if the thing you are
27.
▲
by
reader_1000
6y ago
I don't remember the exact project or where I read it but one project added delay (using sleep function) to depreatected methods in order to discourage people using them. After every release, they increased the sleep time so that at on
28.
▲
by
reader_1000
6y ago
Compared to old traditional vaccines, is mRNA-based vaccine safer considering long term side effects?
29.
▲
by
reader_1000
6y ago
> But nobody's gone through a full phase III before covid hit, Do you know why nobody did not conduct phase III before? Is it because of safety concerns or lack of necessity since concerned disease disappeared?
30.
▲
by
reader_1000
6y ago
Previous submission is just 3 months ago and points to newer version of the paper. Obviously I should have searched by title before submitting. Thanks Dang
More ›