Viewing profile — Fiadliel
Fiadliel
HN member- Joined
- Sun, Oct 07, 2012, 8:18 AM UTC
- HN karma
- 126
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About Fiadliel
No profile information was provided.
Recent public activity
-
comment
Comment #45977886
If one actually looks at the current pingora API, it has limited ability to initialize async components at startup - the current pattern seems to be to lazily initialize on first c…
-
comment
Comment #23078486
Concerning Denmark, I agree that using the decentralized model is highly likely at this stage. Criticism of the centralized model from both Left and Right political parties, so the…
-
comment
Comment #22793493
It is a trial, with 50% given "chloroquine" (according to the article). The Danish Medicines Agency has a list of current and upcoming drug studies here: https://laegemiddelstyrels…
-
comment
Comment #22297032
Actually, the thing we started using nix for was reliable caching of compiled artifacts, including not just your code, but all the programs and libraries that your code depends on.…
-
comment
Comment #22296978
I know it's less of an issue for go users, but one of the great things about nix is how your runtime dependencies are (mostly) defined by inference from the programs you've built. …
- comment
-
comment
Comment #21638355
Yup! I assume that at this point general counsel is involved in everything Google says publicly; it's then worth nitpicking at the exact details of what has or has not been admitte…
-
comment
Comment #21638243
That is not what the note said. It said that screenshots made their way outside the company. I would associate that with an email account that wasn't the work account, a printed pa…
-
comment
Comment #21637837
Agreed that there's not enough context to say why screencapping happened, what happened to said screencaps, and how all of this turned into scared employees. I currently perceive G…
-
comment
Comment #21637606
HN link for that article: https://news.ycombinator.com/item?id=21636583
- comment
-
comment
Comment #21637163
Google's statement does not claim that the screenshots were shared with others. "Outside the company" covers a multitude of possibilities. It could also include saving screenshots …
-
comment
Comment #21637070
I do appreciate that some people felt unsafe, but I wonder how exactly the messaging was made. Nobody ever came to me and asked how I felt about my work calendar being shared. You …
-
comment
Comment #21636991
I meant, there is no way for subscribers to a calendar to do that automatically. There are possible heuristics that could filter out clearly personal entries (keywords, etc.), but …
-
comment
Comment #21636930
They obviously subscribed to work calendars in order to follow the work activities of those people. There is no other technical way to do that. There isn’t a way to separate out pe…
-
comment
Comment #21636872
Google’s statement is, in my opinion, disingenuous. Including personal information on your work calendar without using privacy controls is pretty bad practice, though obviously som…
-
comment
Comment #20409499
Okay, I see what you mean. It is a statistic, and so far as it is what it is describes, it's true. And it has some use. The problem is that what people are usually asking for, is t…
-
comment
Comment #20386505
How about this: you have a load balancer that sends much less traffic to servers that are running slowly (but still a small amount of traffic, so that it recognises when the machin…
-
comment
Comment #17843011
The general aim of error handling in languages like Elm is for types to not lie. If you can either return a result, or an error, the type represents that. The more places that can …
-
comment
Comment #11747823
There are three things that help: 1. the large number of values that you now know definitely have a value, and you can access without fear that they don't. 2. the helper functions …
-
comment
Comment #9531453
We plan to release the software in early June, but the article was published in advance of the release. I've put a public repository at the location to make this clear, we'll updat…
-
comment
Comment #6818949
The string concatenation API for Java IS terrible, but see modersky's post for the reasoning. Just don't mistake a bad API for some kind of belief that Scala in general idly conver…