Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
merijnv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
merijnv
3y ago
I mean, you say "is this it?", but the multi-language support of literally all other Android keyboards I've used are basically unusable. Take Google's default keyboard, it requires you manually switch languages for swipi
2.
▲
by
merijnv
4y ago
> Happens to me a lot on Youtube too - you watch just one thing - and now your recommendations are full of things like that one thing. Spotify's recommendation system is much better than youtube's (at least for me). I frequen
3.
▲
by
merijnv
4y ago
std::map (as opposed to std::unordered_map) uses a balanced binary search tree approach and thus guarantees O(log n) lookup for anything that has a well-defined total order (i.e. comparison function), without worrying about hash functions,
4.
▲
by
merijnv
4y ago
> "the /usr split is there for a reason!". No, it's just an historical quirk. It's a historical quirk on linux , where there is no clear separation between "base OS packages" and "3rd party packag
5.
▲
by
merijnv
4y ago
You're assuming cars are the only valid transport option. London isn't the US, you can just take the subway or bus instead...
6.
▲
by
merijnv
4y ago
It actually also compares data when the two databases have different schemas! It's pretty nice for quickly comparing changes in datasets.
7.
▲
by
merijnv
5y ago
> Businesses outside EU are not bound by GDPR. Business outside the EU, interacting with users in the EU are bound by the GDPR. There might not really be a way (currently) to impose penalties on those businesses for violations, but the
8.
▲
by
merijnv
5y ago
The maximum fine allowed by GDPR is "10 million or 2% of global revenue, whichever is higher". The goal is to ensure the GDPR "has teeth" even against companies for who 10 million is a drop in the bucket. Keep in mind
9.
▲
by
merijnv
5y ago
The real reason isn't that the system would be GPLv3. The real reason is that GPLv3 includes a patent grant clause, which many companies (Apple included) are very worried about applying to them if they ship GPLv3 code, therefore they
10.
▲
by
merijnv
5y ago
> ...does seem to suggest that the "garbage multiplier" effect of immutability is an ill fit for applications that also create a lot of garbage naturally That actually depends on how your GC is implemented. For example, due to
11.
▲
by
merijnv
5y ago
> Typically legitimate interest is used where consent isn’t an applicable basis (e.g. for processing a user’s address details in an online checkout). Nope, that'd be the "contract" basis (i.e. this information is strictly
12.
▲
by
merijnv
5y ago
I'd scratch the arguably, seems to blatantly violate the pretty explicit text of the GDPR.
13.
▲
by
merijnv
5y ago
> Interesting precedent. The platform is responsible not just for their own security practices, but also their users' security practices. Well, not really. Booking didn't get fined over security practices. They got fined over n
14.
▲
by
merijnv
6y ago
This is just not true. See my comment elsewhere in this thread: Why is it not GDPR compliant. You do not need consent under the GDPR. You need a (documented) "lawful basis for processing" personal information. Consent is just one
15.
▲
by
merijnv
6y ago
Why is it not GDPR compliant. You do not need consent under the GDPR. You need a (documented) "lawful basis for processing" personal information. Consent is just one of several lawful bases and honestly it's the most useles
16.
▲
by
merijnv
6y ago
You aren't forced to service users. You just cannot make consent the currency for your service. Either don't require consent or don't operate in the EU.
17.
▲
by
merijnv
6y ago
Correct. Also, you cannot with hold access upon users not consenting, so there's literally zero incentive for users to ever consent for compliant providers. Which is kinda obvious with the GDPR's overall goal of making it impossib
18.
▲
by
merijnv
6y ago
> Is making à file based database that hard,compared to creating new programming language for exemple ? Yes. I can hack together a trivial compiler in a weekend. A serious (non-optimising) compiler for a complex language is a task you co
19.
▲
by
merijnv
6y ago
> I predict that will eventually end too as they aim towards profitability. Honestly, I don't really think so. I think MS's goal for GitHub is to be a "loss leader" to keep developer mindshare. They lost a lot of de
20.
▲
by
merijnv
6y ago
> If your company has PII, then you by law must be able to produce a consented attestation chain all the way back to the source. So...basically the GDPR? Well, not quite, since the GDPR doesn't require consent attestation, "mer
21.
▲
by
merijnv
6y ago
For what it's worth, I've been using Mercurial + hg-git to interact with git repos since 2010 and I still do with all my git and github using colleagues.
22.
▲
by
merijnv
6y ago
Can you enlighten me how git's internal model is more beautiful than, say, Mercurial? Which has the added bonus of having a UI which isn't a dumpster fire...
23.
▲
by
merijnv
6y ago
Lemme give you one example of one workflow I've encountered a bunch of times that's super annoying with git. I port/test a project to a new OS. I run into a bunch of issues, like linkers, environments, etc. that are broken th
24.
▲
by
merijnv
6y ago
> Would forwarding continue to work if your account is disabled or terminated? That doesn't seem likely? No, but the idea is that you can point the domain at a new host and at least keep receiving future email, so that you don
25.
▲
by
merijnv
6y ago
Allow me to shill another amazing Haskell program for general use then: https://www.shellcheck.net/
26.
▲
by
merijnv
6y ago
Can I wager a guess that you are on Arch? The Arch (and some other linux maintainers) have made the decision to package all Haskell libraries as separate OS packages and install those as dependencies when you install, say, pandoc. This mode
27.
▲
by
merijnv
6y ago
Nobel winners are all over the world, regardless of when you pick, there will always be a chance it's "the middle of the night" for someone. With the current time slot that happens to be for people in the US. They could pick
28.
▲
by
merijnv
6y ago
> which would presumably to result in a higher-than-normal frequency of allocation/deallocation Correct. Not only that, it also dramatically shortens the lifetime of many allocated objects, so the GHC garbage collector is designed f
29.
▲
by
merijnv
6y ago
Of course not, that'd be a violation of the GPL. They ship their own fork/patched version of bash, whose source is on their open source page: https://opensource.apple.com/source/bash/bash-118.11.1/
30.
▲
by
merijnv
6y ago
> peer review at CS conferences is normally anonymous and double-blind to reviewers and authors. tbh, it's really not, this is extremely rare (although increasing).
More ›