• 1 Post
  • 14 Comments
Joined 7 months ago
cake
Cake day: July 28th, 2025

help-circle

  • BTW if you want to read this article without disabling ad blocker you can use this script: Open developer tools and paste this in the console, you can then scroll with the up/down arrow keys :)

    (()=> {
    	const modal = document.getElementsByClassName("_9r0K-Oum  _5kE-6aUK ")[0]
    	const button = document.getElementsByClassName(" aJVLc6uP  ")[0]
    	modal.remove()
    	button.remove()
    	let scrollTarget = 0
    	document.addEventListener("keydown", (e) => {
    		if(e.code === "ArrowDown") {
    			scrollTarget += 10
    		} else if(e.code === "ArrowUp") {
    			scrollTarget -= 10
    		}
    		window.scrollTo(0, scrollTarget)
    	})
    })()
    



  • I’ve been thinking this for some time. It just seems completely implausible that companies like OpenAI will continue letting the people of the world use their product for free, what with the ruthless material requirements involved in it’s distribution and upkeep.

    To me it seems clear that the right to intellectual property and the right to work or contribute meaningfully to a workplace (as if that were actually a right) are currently being blitzscaled. I.e. these guys are running their companies at a loss to allow their product to become a necessity. Once that’s achieved you will no longer have the option not to use it and they will be able to charge whatever they like.

    We really need to begin pressuring states and governance to protect us from the predatory business models of these venture capitalists.