Hacker Newsnew | past | comments | ask | show | jobs | submit | xixixao's commentslogin

You could sample the informality variable for this font, it might work out.

If Apple could give away a macbook neo to students, locked to the one individual student somehow, for free! they would still make money on it in the long run through the subsequent purchases over the person’s lifetime.

How do you ensure you or your contributors didn’t forget to run the tests?

You’d need at least some hash of sources + test results, and check that it matches that (in CI).

And you’d still deal with environment differences.


> How do you ensure you didn’t forget to run the tests?

Reasonable concern. In ~10 years of indy development, I haven't forgotten to run tests before pushing to main, ever. So setting up and maintaining complicated machinery to solve a problem that could (but never has) happened doesn't justify taking focus off other more important things, namely building.

The benefit probably increases with team size (I'm a team of 1, so I appreciate the luxury of being able to dodge CI/CD entirely).


This is so beautiful, this thread doesn't have enough praise! It's not easy to get this "right". Lovely!

Thank you!

Honest question which I think is at the heart of the question: What’s the difference between these and NYSE / Robinhood?

Abtractly, there is no conceptual difference. Everything is a gamble. We are always betting on everything. We are always positioning ourselves in relation to everything else in the world. Often unconsciously and unknowingly.

It becomes problematic when we make a game of it and add financial stakes. Gambling is a lot like drugs in its ability to hijack the brain's reward circuits. I stopped investing in cryptocurrencies because seeing +400% profits was like crack. I never gambled any money I couldn't afford to lose but there are people out there who were leveraging their entire lives to FOMO into markets.


You actually own something when you buy stock.


You own the same thing when you buy a lottery ticket. You own a paper entitling you to an unknown amount of future money based on uncertain events.

When I own a stock I also vote on the board of directors and so I have long term influence on the future. (I don't agree with stocks where I don't get that vote, or where my vote is meaningless because insiders have more control than their ownership share - even though they exist. Yes I know the amount of stock I own is trivial, but I still at least have it)

They do both involve taking risks for money admittedly but there are crucial differences.

You actually participate meaningfully in the outcome via investing instead of just price discovery and the successes are derived from the valuation or income of the venture instead of the losers. The participation is not only in impact on their credit rating and sales but also concrete choices in government of it.

Not to mention in principle there is an actual activity being backed by the investment to produce non-zero sum gains. While there may be risks involved in say, running a turnip farm or sending a ship across the ocean, you are still supporting a useful activity for its own end. Crucially as well there is motivation to do the task even without the market, even though it may enable it.

If you can manipulate the outcome of the turnip farm (as opposed to the market) to make it succeed that is doing useful work and not just cheating a bet. A guideline of the distinction would be - would charging somebody for making the outcome successful in a not otherwise criminal way be a Kafkaesque injustice?

You can in fact use the market to gamble via options intended for credit or insurance but stopping those by stopping the market entirely would be throwing out the baby with the bathwater.


I've never understood this comparison. To me it's simple: Investments actually produce net gain in the economy. Some people use the NYSE _like_ gambling, but the key difference is value is created.

Investing takes x capital, put it into a machine, and x + (yield * x) comes out. In gambling, x is put in, x always comes out, but on the way out x is simply distributed among a different population.

Investing literally creates net value (or loss, technically) that didn't exist before. Gambling cannot do either: x is always constant, however x is divided up differently.

There's many videos about this: https://www.youtube.com/watch?v=HnRslDPlkg4


Buying a share of a company affords marginal utility outside the value going up or down, in that you ostensibly have a vote on how the company is run

All stocks are incentivized to go a specific direction. You could consider Options more like gambling, but for that reason they are restricted to specific people. We also have things to prevent bad incentives, like insider trading laws, which prediction markets don't have.

So, I guess the answer is, regulatory control.


I don't think there is a difference today. Stocks used to be about long-term value but now the same gambling-esque mentality has applied to stocks as well, see things like GME. The modern stock market is basically a prediction market for attention/virality, in the same way that cryptocoins are.

Everyone is commenting on the blog but not the service. I remain skeptical:

A. Either it will remain obscure and not see any real use

B. (Less likely) It will get abused to hell before it is shutdown.

Claims of removing violating content “immediately” seem unrealistic under decent usage, unless that $600 can grow unbounded.


The environment around the language can put in limits (on time, number of operations, etc.)

Convex does this well, replacing SQL (somewhat yaml-like sucky old declarative language) with JS/TS but in a well-locked-down environment with limits to ensure one mutation or query doesn’t take down the whole DB.


Wait, have you been using Cursor? This is exaclty what it does fairly well.


Why do ppl think building something through yaml is ever a good idea??

(I know why: for a platform it’s simpler to parse a yaml than to run code, but it’s almost never a good idea for anything that needs to scale in complexity)


What is a better format that allows inline comments, is human readable, and can be easily converted to other formats (json, xml, et al)


The comments are why I prefer YAML for config over JSON. Of course, JSON is great for many purposes, especially machine to machine. For human to machine, I prefer YAML.


DAC currently supports YAML and JSX, what else would be a good alternative?


If you think GitLab is a good alternative to GitHub, I have 0 trust in you.

GitLab and Azure are a daily source of pain for us.


Can you name some? I keep wondering about the aversion to Gitlab. I have yet to have negative experiences with it.


As a casual user, I find the UI incredibly confusing. And not just because it's different from GitHub, but because there are so many features and there are menus absolutely everywhere.

I'm sure if I used it more often that I would figure it out, but it's deeply off-putting for someone who only uses it twice a year or so.


The really bad:

UI is constantly inconsistent. You have to keep reloading the page to hope to see what’s up with your MR. Doesn’t help it’s super slow to load.

The backend infra is super unreliable, with actions failing to start, merge trains being stuck, their webhooks being overloaded.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: