turboturbo
|
6 years ago
|
on: Preventing Tracking Prevention Tracking
Those are not mutually exclusive, both can be true
turboturbo
|
6 years ago
|
on: New South Wales rolls out mobile phone detection cameras
In some countries (such as Germany) you have to be able to identify the driver in order to impose a fine. They actually send you a print-out of the picture along with the fine
turboturbo
|
6 years ago
|
on: ID editor: It is time for us to end this abusive relationship
I followed the hyperlinks to some of the discussion. In my opinion, the author’s characterisation doesn’t match the tone of the iD developer.
The author might be right about the lack of community involvement, but imho he takes an overly negative an accusatory stance
turboturbo
|
6 years ago
|
on: Starting an ISP is hard, don’t do it (2016)
turboturbo
|
6 years ago
|
on: Lagrange Points: Parking Places in Space (2017)
turboturbo
|
7 years ago
|
on: Prisma – Database tools for modern application development
I’ve tried Prisma over the last few months, but eventually decided against adopting it in our product because it seems very inflexible when working with many-to-many relationships. In particular, filtering on foreign keys doesn’t seem possible and requires SQL table joins, which (in our case) has an immensely negative performance impact. Also, the query chaining API doesn’t lend itself well to filtering on multiple relationships. Apart from that, the idea seems really cool and I’m sure the project has a great future ahead of it!
turboturbo
|
7 years ago
|
on: Mathigon – an interactive, personalized mathematics textbook
turboturbo
|
7 years ago
|
on: Apple updates its iMac line
If you’re in the market for this model, do yourself a favour and don’t buy the base configuration with the unusably slow 5400 rpm HDD. I bought the previous model with that hard drive and the startup performance is appalling
turboturbo
|
7 years ago
|
on: Apple Could Be Working with Goldman Sachs on a Credit Card
turboturbo
|
7 years ago
|
on: Cessna 188 Pacific Rescue
Flying at a lower speed than cruise speed will allow you to save fuel (per unit of time, not distance). The plane looks quite lightweight.
Perhaps the plane was equipped with long-range fuel tanks? I agree that it sounds like a very long time for this kind of plane.
turboturbo
|
7 years ago
|
on: Federal government giving back money seized from man at Cleveland airport
Off-topic: the website showed me (EU resident) an alert saying that they’re sorry that I don’t trust them with my personal data (because I unselected all data sharing in their GDPR consent screen on a previous visit). And then I got shown the consent form again. Tacky!
turboturbo
|
7 years ago
|
on: Fonts for Complex Data
I can see why your comment is being downvoted — the lack of explanation makes it seem more provocative — but I agree with your sentiment.
Although a settlement was reached in the H&FJ lawsuit, which probably involved Tobias Frere-Jones receiving payment of some sorts, it’s hard to see Hoefler profiting from work that he (morally, at least) stole.
turboturbo
|
7 years ago
|
on: House of Commons committee re-invites Mark Zuckerburg to appear [pdf]
I’m surprised that neither these questions nor those by U.S. Congress last month include a request to provide an exhaustive list of all types of data that Facebook has on its users, including data bought from third parties (e.g. credit score) or acquired via subsidiaries (e.g. browser history from that Vonavo VPN app). Or am I missing something, and is such a list available somewhere?
turboturbo
|
8 years ago
|
on: Tim Cook says Facebook's collection of user data 'shouldn't exist'
If a company’s business model is aligned with statements by its CEO, I would consider those statements more valid, not less. Apple is putting its money where Tim Cook’s mouth is. That’s a good thing.
turboturbo
|
8 years ago
|
on: Getting Started with Algorithmic Cryptocurrency Trading
This is only the case with `==` in JavaScript, not `===`. I think most would consider using `==` a bad practice these days. That said, I agree with your point