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

The decision to force you to sign in to view replies is clearly not by accident or ineptitude. It's probably not malice either - just a business decision.

A system that makes "business decisions" indistinguishable from malice is an interesting one.

If I have something you want and I could give it to you but instead charge you money, is that malice? If so, what system wouldn't make malice indistinguishable from business decisions? If not, what distinguishes that from a login wall in exchange for viewing content?

It's pretty much the standard to either soft-block or hard- block access into silos. Facebook, Reddit, YouTube, Instagram, Tiktok, etc ... all do it. Of course it's an openly anti-consumer practice, but it's one they get away with when they're big enough to flip the service burden to the client.

how is it anti-consumer? Claiming you should be able to freely access the content on some service feels like claiming you should be able to walk into any fast-food place and help yourself to their soda machine.

A business is free to choose that you must login to access their content and you are free to choose not to do business with them if you don't like it. I generally chose the latter


Your analogy does not work since they can still show ads to logged-out users, nobody is getting anything for free. Meta even creates shadow-profiles of users without accounts to track them across the internet.

It's all about getting people locked into walled gardens. I wish the EU DMA had taken a harder stance on this and required all social media to federate to some extent.


You’re absolutely right. I can just choose to not participate. If I’m lucky enough, enough people realize that they have the agency to not give into this, but if they don’t it doesn’t affect me at all.

Either way, I don’t care. The Internet has become so hostile to users that the only moral and rational choice is to not participate on platforms that have become so hostile that threatening legal action is the only way that they can protect their relevancy in facilitating social discourse.


So business decisions are absolved of morality?

No. “Malice” isn’t the only possible descriptor with moral weight. There’s many more ways this decision could be immoral without malice.

Do you consider a login-wall immoral?

Am I missing something? What do you mean the DMV makes tens of millions of dollars a year selling data to itself?


I used to work for my state's DMV. They'd sell vehicle registration data to various companies, which is how and why you get those "we've been trying to reach you about your car warranty" phone calls. I don't know about CA, but KY had a problem with tracking who ordered and who paid for that data. When I worked there, we found a number of "purchasers" who only paid for Year 1 but stopped paying afterwards.

Federal law requires state DMVs to supply that data to the car manufacturers. So if you own a Chevy, they have to send your data to Chevy in case there is a recall.


I suppose one other industry interested in this information is the bounty hunter industry (bail enforcement). I believe there are several platforms for licensed bounty hunters where they can receive this and similar information about a person/vehicle.


> there are several platforms

One such platform used to be called Vigilant Systems. They'd sell details of where a car has passed a police/Flock ALPR camera, mostly to repo companies, but also bail/bounty hunters. Using details of license plate scans are more up-to-date than the DMV registration. People on the run from courts are extremely unlikely to keep their vehicle registration or driving licenses up to date.

https://www.youtube.com/watch?v=AKxkokoQdkc&t=238

The governing law is Driver's Privacy Protection Act.

https://en.wikipedia.org/wiki/Driver%27s_Privacy_Protection_...


The DMV sells the data you give to the DMV. The DMV does not sell the data you give to the DMV to the DMV.


Haha, damn not enough caffeine this morning to parse correctly


your positional encoding vector seems a bit off :D


In guessing you can't choose to opt out ?


selling (data you give to the DMV) [to third parties], not selling (data you give) [to the DMV]


My awkward wording on things like this if nothing else I hope helps inspire confidence that I am in fact a human typing each of these characters by hand.


You fill out a form. The government sells the data on the form to someone who pays them money for it. There is no nuance here.


What does "on five handicaps" mean? The human received a 5-stone handicap?


Yes. More info here: https://codenamebluespot.com/open-test (including commentary of the games)


I can't wait to see how actual artists do with this game.


probably training some AI.


No, training tends to override system prompts at lot of the time.


I guess for one thing, these launches don't tend to fail and second, they actually do make duplicate missions sometimes. See Voyagers 1 and 2, Spirit and Opportunity and Curiosity and Perseverance.


I didn't downvote it but I imagine it's because your comment comes across as manic rambling. You managed to say "it will run in the browser" three times - once is enough. I'd recommend writing out your entire comment then deleting it an rewriting it to be more concise. No we don't expect literature in HN comments but good writing is a courtesy to your readers.


Thanks for the feedback. Claude has built the portions I've mentioned, it works. I'll publish the site shortly.


This article seems to be an AI warping of this original article which contains a lot more useful details and screenshots of what the application looks like: https://community.openclimbing.org/d/24-v200-a-big-step-forw...


Hi, i am one of the authors. Here is our submission of the official release post on HN https://news.ycombinator.com/item?id=49255586

Reposting what @jvaclavik wrote:

> Hey HN,jvaclavik here from OpenClimbing team!

> We are thrilled to release version 2.0 of our fully opensource/opendata climbing guide.

> Based on OpenStreetMap for map-data and Wikimedia Commons for images, we created a (hopefully) user-friendly app which completely uses these open databases, thus contributing data back to commons.

> We designed a simple and powerful notation for drawing climbing routes directly over the Wikimedia pictures: - https://wiki.openstreetmap.org/wiki/Key:wikimedia_commons:pa...

> Check out the release article for a ton of new features, or go directly to the web at https://openclimbing.org

> We would love to hear feedback from fellow hackers and open-data enthusisats.


Vote to update the link to this.


I wonder whether all the DeepSeek providers will follow suit or are they going to try to stay competitive with the old prices?


DeepSeek’s cache pricing was always 1/10th the competition.

It’s still cheaper than everybody else.


I didn't get the impression that anyone competed with the old prices before.


What do you mean? Most providers on OpenRouter offer the same or lower prices than DeepSeek themselves:

https://openrouter.ai/deepseek/deepseek-v4-flash#providers


- lower prices on cache miss

- but what matter - is cache hit

even now deepseek's off-peak hours for cache hit (0.007) is lower than other providers (~0.01)


Yeah, None of them offers the same cache hit prices and my cache hits are >95%.


> A git repository is already a history of versions each carrying a provenance marker — every revision of the file, in order, with the author of the change that made it.

Maybe I'm missing how people use AI these days but when I have an agent working locally, all git commits have my authorship attached.


I take care of that in two ways, 1) is via claude hooks, I make sure these are tagged as claude, 2) my sandboxed agents have git env vars set, with the same effect.


Does Claude run git commit on every change it makes? Doesn't that pollute your git history?


Although that would be an option (I've considered commit on every edit at one point), what I actually ended up doing is that I hook into all Bash tool calls, look if there's a git commit in there, and if so, I prepend it with the right git env variables.


A /precommit tool can be very powerful -- not only can it run the tests, do light code review on its own, spin up sub-agents to review performance/architecture/etc impacts, but it can also write hilariously-verbose commit messages once everything passes, detailing not only what changed but why it changed.. tagged with Claude as a co-author.


> write hilariously-verbose commit messages […] detailing not only what changed but why it changed

this can come in super-handy from time to time


Claude's system prompt tells it to sign git commits with "co-authored by Claude [model]".

(Codex doesn't do that.)

GitHub renders this as two authors for those commits.


It should really say “authored by Claude” and “committed by X”.


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

Search: