Why do my posts get removed without explaination?
what is going on? what is happening???
how can you post here if stuff gets removed without explaination?
what is going on? what is happening???
how can you post here if stuff gets removed without explaination?
I posted this twice earlier (months ago), but mods keep removing it for reasons. Cause i need to proof more i made it myself based on the content? (i don't get it).
So, here is the source:
https://perh.app/b89c006f/trials/00002-voxel-game-publish/index.html
Code is 99.99% free of AI bullshit (maybe some old shard). Its three.js + rapier.js.
Press tab+m and then release tab to put it in manual mode. Game pad support is also enabled (i think). Change config.js to change voxels of the car.
Let me know if it works/fails etc. And ask me anything!
Religion is a comfortable lie. Simple answers to complicated questions. To sooth your conscious. Religion is a dangerous drug, and an evil meme.
No good comes from religion. Cause it truly takes religion (or similar cults/memes) to make good people do nothing in the face of evil.
Every religious person is a lost soul. And if the devil exist, they created religions.
(sorry for the rant)
This is kinda similar to not giving any fucks. But you should give fucks about yourself and others imho.
Jealousy is shame. Social anxiety is shame.
Shame should move you forward, not make you stuck or move you backwards.
The worst thing shame does is make you not talk about the things you are ashamed of.
Talk!
You can interpret that in multiple ways, and you should.
I’m building a storage platform based on hosting content yourself via webRTC.
So, you would simply keep a tab open to serve files, and any kind of data.
Would that count as self hosting and be on topic here? Is anyone here interested in such a thing?
Wanted to post this sooner, but it got taken down cause I added links to retro games which inspired me. So obviously I started creating a webrtc based file sharing website, stopped working on the game.
Does anyone want to see this released in some way?
It’s threejs, rapier js, pure js.
I want to so browser based servers / worlds where you can drive from one server to the next via portals.
I'm sending these headers:
'Cache-Control': 'public, max-age=31536000, immutable'
And registering like:
await
navigator
.serviceWorker.register('/serviceWorker.js'
,
{ type: 'module'
,
updateViaCache: "all" })
But every time the site gets loaded in a new tab, or with a reload, the service worker file is retrieved (after the page is loaded entirely).
Anyone got this to work? Or is this bug(?) not a concern for anyone?
I want this fixed cause:
My use case is trying to serve files from any webbrowser using webRTC in a way that the server can't access any data. So the ability to just push a new webApp anytime, seems to undermine that security to a degree.