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?

reddit.com
u/seweso — 3 days ago
▲ 38 r/VoxelGameDev+1 crossposts

Some anti gravity voxel stuff (try 3)

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!

u/seweso — 3 days ago
▲ 72 r/atheism

Religion is the blue pill

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)

reddit.com
u/seweso — 5 days ago

For a good life, do the opposite what shame tells you

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!

reddit.com
u/seweso — 2 months ago

[Meta] The version of you that doesn’t ask for help will die

You can interpret that in multiple ways, and you should.

reddit.com
u/seweso — 2 months ago

Would hosting directly from your web browser count as self hosting?

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?

reddit.com
u/seweso — 3 months ago

Some anti gravity voxel stuff

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.

u/seweso — 3 months ago
▲ 10 r/webdev

Anyone got Safari on Mac to stop re-downloading serviceWorker js files at every reload?

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:

  1. Senseless http traffic which is not needed (all other resources are cached)
  2. The server now knows when you open / refresh a tab (i don't want to know that)
  3. The server (or a mitm hacker) can now push a new web app to users without their consent

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.

reddit.com
u/seweso — 3 months ago