Viewing profile — ifthenelseend
ifthenelseend
HN member- Joined
- Thu, Sep 12, 2019, 4:36 AM UTC
- HN karma
- 5
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About ifthenelseend
No profile information was provided.
Recent public activity
-
comment
Comment #22138233
The Brandenburg Airport in Berlin is already took 15 years instead of 5 and it is still not ready...
-
comment
Comment #22137960
In Germany it will take 15 years to build a hospital. True bureaucratic hell on planet.
-
comment
Comment #22120669
How much money did you get from Microsoft for disclosing that vulnerability?
-
comment
Comment #22107370
another reason to switch to android
-
comment
Comment #22009086
No. they are separate revenues in report.
-
comment
Comment #22009068
Just checked the report and this is true. Microsoft haters becomes really annoying with all their lies.
-
comment
Comment #21846630
No VCS post without paid gitlab commentators... Propaganda department is working very hard!!
-
comment
Comment #21668092
Google is a scam company. Stop using it.
-
comment
Comment #21656916
You guys should consider switching to GitHub. Much faster, no 500-errors, less downtime.
-
comment
Comment #21600669
when will hacker news finally remove like buttons? there is a reason why studies are performed using double blind technique.
-
comment
Comment #21600662
anyone in their right mind will use any product from Google? They deprecate like 90% of their services... https://killedbygoogle.com/ https://gcemetery.co/
-
comment
Comment #21575737
If you need an offshore corporation, it can be opened for a few hundred $, but if you need to do the same for example in Germany, then you have to pay 25000 EURO to found a GmbH.
-
comment
Comment #21575683
Tax heavens have MUCH lower taxes, but they also have other benefits like very little bureaucracy, better privacy and better protection from lawsuits. You will also have a lot of f…
-
comment
Comment #21421506
[flagged]
-
comment
Comment #21371116
Meanwhile Intel is working on 14++++++++nm technology that improves performance by 0.000000001% This will be an easy game for AMD and TSMC...
-
comment
Comment #21362320
GDPR is a total failure: https://www.techdirt.com/articles/20190521/17425842255/one-y...
-
comment
Comment #21362262
No. Just because someone from north korea visited my website doesn't mean I have to comply with north korean laws. Otherwise you need to comply with laws from 200+ countries and ne…
-
comment
Comment #21361663
GDPR law is illegal. You cannot force a company to follow your laws if it doesn't have a subsidiary in that country (unless there is a special agreement between two countries). So …
-
comment
Comment #21226983
Lenovo Thinkpad X1 Extreme / P1 - up to 64 GB RAM - 15' display with 4K resolution & 500 cd/m² - Super fast CPU with 12 MB cache & 4,6 Ghz, 12 cores - Best keyboard (much better th…
-
comment
Comment #21159456
UI is not that bad, but the product is very complicated for startups. For example, I can create a website on Azure with just a few clicks as a single item in my account. On AWS, (e…
-
comment
Comment #21159371
two weeks later they said it's only worth ~ 10B
-
comment
Comment #21099564
EU is the nightmare for every startup with all that laws. No time to develop the product, because there is a lot of bureaucracy that take all your time.
-
comment
Comment #21093669
Svelte is great, but I will probably use the new Blazor framework from Microsoft that compiles to WebAssembly. The benefit is that I can use C# instead of JavaScript.
-
comment
Comment #21050876
Now you can easily write the following state machine in C#: static State ChangeState(State current, Transition transition, bool hasKey) => (current, transition) switch { (Opened, C…