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

> “We have a responsibility to develop good human beings that are going to be in society,”

They did, at leat say that^ when talking about why they shouldn't just move him to a new school.

But overall I agree. If this is supposed to be the success story, just imagine all the other cases of silencing/boxing-out the socially outcast.


> Bullying happens in other species outside humans even. It is very deep evolutionary behavior.

In animals, male parents often kill weak children. Doesn't really mean we just say "oh well, its in our DNA". Over and over society has managed to successfully surpress biological behaviors to nearly zero.

I hope we can agree its an endeavor worth putting effort into. Right?

> The vast majority of school shooters (100%, surely) are mentally ill and had access to a gun.

1. Having a mental illness does not make a person violent. Step one of better mental health (illness or no illness) is reducing bullying.

2. Saying "100% surely" is not very convincing to me. What percentage of shooters are suspected to be born with a mental illness? (Rather than forming one from environmental factors) what data/sources is that conclusion based on?


If you are willing to kill someone like this you are not sane. I don't know what to tell you.

> Having a mental illness does not make a person violent. Step one of better mental health (illness or no illness) is reducing bullying.

Why are you saying something this silly in public? Bullying is not the primary cause of mental illness, and mental illness can cause violence. You must be caught up in having an argument, because you wouldn't deny either of these things if you took a moment.

You're just buying into the every school shooter is a victim argument that has been thrown around since Columbine. Those boys were not bullied, they were bullies. It's one of a cluster of vile narratives about youth that have been going around for a decade or two: telling children that 1) if they take a gun to school and start shooting people, that it's the school and the students who got shot who were at fault, and 2) if you kill yourself, you'll get revenge on the people who "made you" kill yourself; they'll be shown to be cruel, and punished.

People who spread that crap hate children imo. They will believe it, and can feel very helpless because growing up is tough.


> Those boys were not bullied, they were bullies.

That is a very unnuanced take on the thing if you read more about the incident and the background of it besides Cullen's book.


While fine to try and make that argument, what percentage of shooters were not bullied?

I suspect mental health issues are a big glowing neon sign that says "bully me".

Yep. Bullies are generally looking for a response. Someone who can deal with bullying in a level headed and appropriate manner isn't an interesting or easy target. Someone who "freaks out" is fun and interesting to torment, and their response is more likely to bias authority figures against them and insulate the bully from consequences and even twist the bully into the victim.

I really enjoy these detailed answers

Happy to provide them! It's an interesting area of research for sure.

> where I can store arbitrary [python] scripts in a sql database and execute them with arguments

Please no :sob:


Why not?

Agreed. Why ask the local carpenter, or librarian how to do something when it can be Googled or find a YouTube video of it? Communities gathered to solve problems they couldn't solve alone.

We still can't solve them alone (we need big tech), and big tech is preferred because its lower friction. Ex: calling an Uber is often lower friction than asking a friend to pickup your groceries when your car is broken.


New Npm vuln? Other shocking news: today is Tuesday


None of these were paid


Please no, see

> Using CVE reports as a weapon

https://www.youtube.com/watch?v=GDdlRiThDeg


Oh you took it further, let the LLM take the wheel. I was just referring to the LLM raising a red flag during compilation. So worst case scenario it will just raise a false positive.


I've been wanting something like this for a long time. There's a lot of ways this could go wrong, but I hope it works.

I'd especially love a video platform using this model. I can't afford patreon for every YouTube channel, but I'd love to pay 10¢ per hour of video watched.


$0.10 per hour is already WAY more than a creator usually gets from your viewing. I'd happily pay that amount for good youtube-like content. Creators would love it because it's far more money than they get now. Consumers would like it because for a lot of people it's cheaper than a subscription, and they could forgo ads


Yes, Small Transfers can be used for pay-per-view or pay-per-minute billing models.

The platform's biggest risk that I see is a customer defaulting after using a merchant's service. The platform currently mitigates that with Stripe Radar, 3-D Secure, and spending caps, but I'm keen to hear anything specific you're thinking about.


> customer defaulting after using a merchant's service

I think the defaulting rate would just get baked into the asking price. But I'm assuming there isn't a way to repeatedly systematically default to get unlimited free content.


Each customer already has a limit on the amount they can owe before we require payment. Each customer account also requires a unique payment method, which must pass Stripe Radar and 3-D Secure checks. We plan to add more checks in the future.


I don’t know if it defeats the purpose but you could require an upfront, refundable deposit.


Requiring money upfront would classify the platform as an e-money institution, which is highly problematic from the legal perspective.


How does tarsnap handle it? I think there's lots of services that bill up front... Isn't it only e-money if you can convert it back to cash?


If you store funds for a specific service that you provide, it's fine. If it's for many services or services provided by others, it's legally problematic.


What if you inverted the trust equation by giving the money to the service provider immediately, rather than holding any of the up front payment?


We don't hold upfront funds. When a customer pays, we initiate Stripe transfers to the merchant as soon as the funds are available.

Paying the merchant before the customer's card payment settles would mean advancing funds, which would start to resemble lending/guarantee rather than payments, raising regulatory issues. It would also concentrate risk at the platform: defaults from one merchant’s customers could jeopardize the platform for all merchants.


I was thinking more in an upfront payment model, where the customer pre-funds their account with the merchant. If you immediately sent those funds to the merchant, then would you avoid functioning as an e-money institution?

Of course, this would then mean that the customer is trusting merchant not to run off with their money.


That's an interesting idea. This may avoid the e-money issues, but:

  - The customer has to pay upfront, which lowers conversion rates.
  - No shared balance across multiple merchants, resulting in higher total payment processing fees.
  - As you already noted, trust shifts to each merchant to honor unused balances.


Ah neat, thanks for the clarification.


> Requiring money upfront would classify the platform as an e-money institution, which is highly problematic from the legal perspective.

What if you just reserve it on the card?


Online card holds typically expire in ~7 days (often sooner, depending on the issuer), which is too short for our use case.


I thought 30 days are an option at least when you can explain the reason/necessity to stripe?

Could be an option to funnel default-risky (as distinct from chargeback-risky!) customers to a customer-selectable hold amount rolling the per-transaction flat fee into basically a per-bill flat fee thus indirectly giving volume/commitment discounts to those that select 30-day intervals with large holds?

I guess ideally offer an option to force a billing (transaction finalization) to release the hold if a customer changes their mind (or just happened to use a debit card)...

Though even with 7 day holds it'd allow you to offer service to poor people (which mostly overlaps "people with bad credit") without the APIs having to maintain revenue margins large enough to just eat that default risk, and without having to hold onto any funds yourself.


Authorization hold periods are set by the card networks/issuers and by merchant category, not Stripe.

Even if longer holds were possible, using authorization holds as a prepayment proxy can raise regulatory/consumer-protection issues similar to holding customer funds.


10¢ per hour seems low to me — I’d happily pay ~$1 per hour. $10 per week is less than I currently pay for subscriptions, and I don’t want to spend more than 10 hrs per week watching video anyway.


Where YouTube is my movie player and podcast player and general video player, all of which is done at 2x speed I can't imagine paying $4-6/day for YouTube.

Just my commute listening to a podcast that I downloaded before leaving would cost me $1.50 each way? Nah I'll keep my subscription thanks.


Depends on the person's budget!


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

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

Search: