HN user

60secz

230 karma
Posts0
Comments99
View on HN
No posts found.

Submodules are usually good for frameworks and libraries that are more stable than your main codebase. However, those submodules under active development within the same organizations can be a pain to maintain.

Except they aren't. Libraries are better in their own code base and published as a separate artifact which is auto-versioned.

Laws of economics are pretty clear on this. News, especially international news, is a commodity. Government can impose monopoly ruls to try to allow distribution channels to extract more, but technology (and users) will find ways to route around this as damage to the network.

People don't want to pay for news. They don't like ads, but will tolerate them to a point, and most definitely don't want to pay for subscriptions. Laws can change behavior short term but long term the better product and platform will win.

Can't agree more. Java in particular suffers greatly from Object toString with a weak contract and no global String interface. If String were an interface instead of an implementation than any method signature could accept multiple implementations. This allows for really effective type aliases which even support strong typing so if you have a signature with multiple String values you can use the strong types to ensure you don't transpose arguments.

Proof of burn is more efficient and harder to game. Emails are already being send from botnets, which are already used for mining.

Spam will exist as long as it is profitable. If inboxes only show email which has paid a very small cost (like .001 cents), it would quickly make spam unaffordable.

Anecdotal reports place the retail price of spam delivery at a bit under $80 per million [22]. This cost is an order of magnitude less than what legitimate commercial mailers charge, but is still a significant overhead; sending 350M e-mails would cost more than $25,000. Indeed, given the net revenues we estimate, retail spam delivery would only make sense if it were 20 times cheaper still.

https://www.zdnet.com/article/how-email-spammers-really-make...