HackerTrans
TopNewTrendsCommentsPastAskShowJobs

reader_1000

no profile record

Submissions

Dental flossing may lower risk of stroke from blood clots, irregular heartbeats

newsroom.heart.org
2 points·by reader_1000·l’année dernière·0 comments

Twin Films

en.wikipedia.org
2 points·by reader_1000·il y a 2 ans·0 comments

Are All ByteBuffers Equal?

github.com
1 points·by reader_1000·il y a 2 ans·0 comments

comments

reader_1000
·il y a 4 mois·discuss
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 home directory and use current directory. Weird.
reader_1000
·il y a 8 mois·discuss
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, and there are libraries that use it. It would have been better if it were http.NewDefaultClient() which creates a new one every time it is called.
reader_1000
·il y a 9 mois·discuss
> 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?
reader_1000
·l’année dernière·discuss
> 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 this to you for free, in Go, you need to implement it every time. OK, you may be disciplined developer where you always augment the error with the details but not all the team members have the same discipline.

Also the best thing about stack traces is that it gives you the path to the error. If the error is happened in a method that is called from multiple places, with stack traces, you immediately know the call path.

I worked as a sysadmin/SRE style for many years and I had to solve many problems, so I have plenty of experience in troubleshooting and problem solving. When I worked with stack traces, solving easy problems was taking only 1-2 minutes because the problems were obvious, but with Go, even easy problems takes more time because some people just don't augment the errors and use same error messages which makes it a detective work to solve it.
reader_1000
·l’année dernière·discuss
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 select text in the messages. Wifi is always unstable. You can't turn off wifi, etc.

Also my father used to use the feature of announcing outgoing calls when call is made by Siri, they removed it and I saw that many blind people also used to use this feature. I don't know what they thought while removing this feature.
reader_1000
·il y a 2 ans·discuss
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 value sounds good in theory but not so good when applying for a new job. Maybe it can help after you somehow manage to pass some initial screening.
reader_1000
·il y a 3 ans·discuss
Agreed and they reject applications with the reason they hired somebody else, though keep posting here
reader_1000
·il y a 6 ans·discuss
It seems that it does not send "x-client-data" header in private mode, but it sends it when browsing regular mode.