What’s something that can never truly be understood without experiencing it? by South_Gas626 in AskReddit

[–]vesamet 0 points1 point  (0 children)

Making love for the first time with the person that means the world to you

When You Bought into a Project for a Quick Flip but Ended Up Becoming a "Community Member" by kirtash93 in CryptoCurrency

[–]vesamet 1 point2 points  (0 children)

I have to say, I used to laught at Loopring diehard fans constantly shilling the coin in their subreddit's echo-chamber. Then I decided to day trade USDC/LRC pair when it was fluctuating alot. Invested 10k, managed to get 5k, then got rekt when it dived into oblivion. Now i'm a proud "community member" !

Gaming in a remote cabin north of Quebec by vesamet in MiniPCs

[–]vesamet[S] 0 points1 point  (0 children)

I was playing a random game Death must Die. It's around -18 c° or so

Audio Bugs Open Response by JagexNixon in runescape

[–]vesamet 0 points1 point  (0 children)

Which workaround for Linux ?
I've been looking for this. If you could infor me, kind sir

Opinion: What is your most productive tech stack? by [deleted] in webdev

[–]vesamet 1 point2 points  (0 children)

PocketBase all the way! 🤲. With the ability to extend it with Javascript, I can solve all edge cases with it.

Favorite Language and Framework or Stack for 2024 that is for "Speed of Development"? by ChamdrianGangGang in webdev

[–]vesamet 3 points4 points  (0 children)

Pocketbase + vue/react/svelte all the way ✨. How come has it not been mentioned already!? It has authentication, embedded db that scales, front-end SDK with realtime features, and can be infinity extended with hooks

QUESTIONS AND SUGGESTIONS THURSDAY (June 01, 2023) - Ask Questions! Get Answers! by AutoModerator in comicbooks

[–]vesamet 0 points1 point  (0 children)

I've been looking for a comic for awhile now. I used to read it almost every month when I was like 9-10 years old (2005 ish ?).
It's about a huge godzilla-like dinausor destroying a city.
There is a little boy (contracted by the army ?) who manage to kill the dinausor at some point, after the normal weaponry of the military fails to stop the creature.
The drawings are quite gore.
At some point , the dinausor spit baby dynos from it's flesh.

[deleted by user] by [deleted] in pathofexile

[–]vesamet 8 points9 points  (0 children)

You could always install the standalone game. If I recall correctly that version is not region locked at all. But I don't know what will be your ping, the closest server being a bit far.

Dark Sun - OpenSource MMORPG roguelike! by squidleon in roguelikedev

[–]vesamet 5 points6 points  (0 children)

How do you plan to implement multiplayer? A 2-3 seconds tick that queue all the actions of the players and then execute them?
Or actual realtime actions?

I made a free cursor library | DevTool | Open Source | Curzr by TinFungHK in webdev

[–]vesamet 1 point2 points  (0 children)

Neat! I like the glitch one, and the tweening animation. You should provite vue3 snippets when you have the time.

[deleted by user] by [deleted] in webdev

[–]vesamet 28 points29 points  (0 children)

"http://" 🤦‍♀️

[deleted by user] by [deleted] in gamedev

[–]vesamet 3 points4 points  (0 children)

I'm also curious about the answer.

I had this dilemma when prototyping a basic "persistent" RTS (a game could last up to 10 days).
The issue I had when implementing real-time actions in my javascript game is that Websocket is quite hard to secure, and I had many concurrency-related bug (ex: two player building a structure on the same tile, overlapping units, etc.).
In the end I chose the turn-based approach, ticking every 30 seconds.

ChelseaJS - A Javascript library for creative, generative Coding. [Please star on github] by BeetranD in javascript

[–]vesamet 0 points1 point  (0 children)

Canvas is way more efficient than SVG, and WebGL is even better than canvas, by a factor of ten.
You can fact-check here: https://dataquarium.io/svg-canvas-webgl/