Viewing profile — 3dfan
3dfan
HN member- Joined
- Thu, Sep 24, 2015, 5:15 PM UTC
- HN karma
- 341
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About 3dfan
No profile information was provided.
Recent public activity
-
comment
Comment #35574340
The subscription costs money? I don't see any info about pricing.
-
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…
-
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…
-
comment
Comment #35573737
Is the business model in-app purchases? For what do the users pay?
-
comment
Comment #35571427
What's your business model?
-
comment
Comment #35571312
Via ads?
-
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?
-
comment
Comment #35570733
ASO is like SEO for appstores?
-
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…
-
comment
Comment #35569431
How do you earn money? Affiliate links?
-
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?
-
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…
-
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 …
-
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 …
-
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…
-
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"…
-
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…
-
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…
-
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…
- story
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #22307675
So far the need to store images in this folder did not come up. Can you give a use case?