Live data from Hacker News

Viewing profile — 3dfan

3dfan

HN member
Joined
Thu, Sep 24, 2015, 5:15 PM UTC
HN karma
341
Public activity
102 items

About 3dfan

No profile information was provided.

Recent public activity

  1. comment
    Comment #35574340

    The subscription costs money? I don't see any info about pricing.

  2. comment
    Comment #35574283

    Can't decentralized exchanges be completely anonymous? If a user sends some ETH to an adress and on some Bitcoin address a balance shows up - how would the SEC want to regulate tha…

  3. comment
    Comment #35573783

    How does it work? Do you upload an SPA and then you download something that can be uploaded to the appstore? How can your customers be sure you do not inject any faulty or maliciou…

  4. comment
    Comment #35573737

    Is the business model in-app purchases? For what do the users pay?

  5. comment
    Comment #35571427

    What's your business model?

  6. comment
  7. comment
    Comment #35570763

    Isn't the revenue per generated site super low? How can domain owners put in all the work to bring their own monetization and still pay you?

  8. comment
    Comment #35570733

    ASO is like SEO for appstores?

  9. comment
    Comment #35570692

    Soon AI will not need a lot of training data anymore. Anybody will be able to let their computer listen to one Metallica record and say "Do you hear this? This is called heavy meta…

  10. comment
    Comment #35569431

    How do you earn money? Affiliate links?

  11. comment
    Comment #35569020

    How do the properties get onto homestra? Do landlords find your site and enter the data + pay you? Or is the model different?

  12. comment
    Comment #35567886

    First, no, you cannot reduce a thousands of words long legal document to a few words like you did and say "Easy, this is how it works". Those thousands of words are there for a rea…

  13. comment
    Comment #35567807

    The problem with the GDPR is that it is a monster of a legalese text: https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELE... Which nobody understands. Which, depending on …

  14. comment
    Comment #29363676

    It seems to be a universal law of software projects: 1: Start out lean and simple. Often replacing an old complex one 2: Become more complex over time 3: Be replaced by a new lean …

  15. comment
    Comment #29360429

    Oh yes, I use the map too sometimes. The reason I mostly use Gnovies is that I often watch together with my girlfriend. So we each put one movie into Gnovies "enter 3 movies you li…

  16. comment
    Comment #29360313

    I am a huge movie fan. And always lost in thoughts. So I guess I will go through the whole "reflective" list and see if there is a movie I don't know yet. Lists of "popular movies"…

  17. comment
    Comment #28746990

    By the time people are allowed to let their cars drive unsupervised, the crash rate of AI versus human will probably be 1:10 or so. So even when those cars ram into fire trucks fro…

  18. comment
    Comment #28736978

    Is that the shortest way to write it in Cypher? SQL needs 48 chars: SELECT name FROM cities WHERE population>1000000 Cypher needs 57 chars: MATCH (n:cities) WHERE n.population>1000…

  19. comment
    Comment #28736927

    I think the language the developer writes their queries in is most important. It is very easy and logical to express what you want in SQL. Say we want to show a list of cities with…

  20. story
  21. comment
    Comment #26063417

    Sounds scary. I would not want to use a CDN with some hidden limits. Especially not if I don't even get informed when rate limited. I can imagine them rate limiting me in a way tha…

  22. story
    Ask HN: How popular is Python for web applications?

    Python has seen crazy growth over the last 5 years: https://trends.google.com/trends/explore?date=all&q=php,javascript,python,ruby Is that because everyone and their dog are now wr…

  23. comment
    Comment #22308913

    You can point the _acme-challenge record to another domain using a CNAME Yes. Then you need two domain name servers to serve your domain. And you need to write and maintain code to…

  24. comment
    Comment #22308224

    It's still a pain in the ass to manage wildcard certificates with letsencrypt. Especially when your DNS registrar does not support DNS changes via API. And even if the registrar su…

  25. comment
    Comment #22307675

    So far the need to store images in this folder did not come up. Can you give a use case?