giovannibajo1 | 5 years ago | on: Laying the foundation for Rust’s future
giovannibajo1's comments
giovannibajo1 | 5 years ago | on: Laying the foundation for Rust’s future
If anything, I’d love to know how many Mozilla employees were working on Rust full-time as their paid job before the layoffs, and then after. I can’t find these numbers cited anywhere.
Pietro’s sibling answer seems to be that Mozilla will transition to be a sponsor — I’d love to know whether this means they will keep investing development time (and how much).
giovannibajo1 | 5 years ago | on: Mailto: ?attach=~/ parameter allows including arbitrary files on disk
Notice that the user is still required to actually press Send in front of their default mail client with an open window showing the full email and attachments.
giovannibajo1 | 5 years ago | on: Apple to kill Epic’s accounts on Friday the 28th
PCs can be self-assembled without buying them as an appliance from a specific vendor, and you can at the very least install Linux on them. If you care about Windows, Microsoft is adopting open source more and more, you can have install Ubuntu within Windows right now, I doubt they will change course on software installation.
I do have a Linux box in my home and successfully use it for many tasks. This doesn't mean that I feel that all devices that have a CPU in my home must absolutely run unsigned binaries compiled by me.
giovannibajo1 | 5 years ago | on: Apple to kill Epic’s accounts on Friday the 28th
I’m not sure how this shows a monopoly. On the contrary, I think it will be hard for Epic to prove that Apple has a “monopolistic power” on Fortnite distribution when they got billionaires through it even before it was ported to iOS.
EDIT: downvotes on HN for stating an opinion?
giovannibajo1 | 5 years ago | on: How we scaled Google Meet during Covid-19
giovannibajo1 | 5 years ago | on: How we scaled Google Meet during Covid-19
giovannibajo1 | 5 years ago | on: How we scaled Google Meet during Covid-19
giovannibajo1 | 5 years ago | on: Apple Security Research Device Program
giovannibajo1 | 5 years ago | on: The cpio trailer problem (2018)
giovannibajo1 | 5 years ago | on: You've only added two lines – why did that take two days?
In other words, if a project manager sets an expectation that a task is a “task that takes two weeks”, the developer will somehow manage to use about two weeks to make it, that is find the “best way” to do it given that timeframe, where “best” is probably evaluated under some kind of metric which has nothing to do with product or user value.
Sometimes the question “explain me why it should take more than two days, when i know it takes two days to do just that in the context of a minimal MVP” goes a long way in making programmers focusing on delivering the maximum value for the product.
So I think there is actually some value in having a technical person continuously challenging developers in shortening their path to implement a feature.
giovannibajo1 | 5 years ago | on: Linux Mint drops Ubuntu Snap packages
giovannibajo1 | 5 years ago | on: Go generics draft design: building a hashtable
giovannibajo1 | 5 years ago | on: The Rust compiler isn't slow; we are
giovannibajo1 | 5 years ago | on: The Italian Covid contact-tracing app is now developed in open source
giovannibajo1 | 5 years ago | on: The Italian Covid contact-tracing app is now developed in open source
Immuni (Italian app) has been analyzed and certified as GDPR compliant by the Italian privacy watchdog, that has a technical department that is actually able to read and understand technical documentation.
giovannibajo1 | 5 years ago | on: The Italian Covid contact-tracing app is now developed in open source
giovannibajo1 | 5 years ago | on: The Italian Covid contact-tracing app is now developed in open source
giovannibajo1 | 5 years ago | on: The Italian Covid contact-tracing app is now developed in open source
This the main technical documentation document: https://github.com/immuni-app/immuni-documentation/blob/mast...
All the documentation is here: https://github.com/immuni-app/immuni-documentation
giovannibajo1 | 5 years ago | on: The radix 2^51 trick (2017)
I tolerate the borrow checker because I want to use Rust’s other features. I think Rust with no borrow checker is much closer to my dream language than it is right now. Rust with an optional borrow checker is in fact even better.