HackerTrans
TopNewTrendsCommentsPastAskShowJobs

felipellrocha

2,407 karmajoined il y a 15 ans
irc:fllr:irc

Submissions

Show HN: BigBangrs – A (simple, but fun) gravity simulator

github.com
1 points·by felipellrocha·il y a 4 mois·0 comments

comments

felipellrocha
·il y a 6 jours·discuss
This comment reads so angry only because the OP doesn’t like what they read
felipellrocha
·le mois dernier·discuss
To be fair, the legislation also kills any sort of multiplayer games, so it's in the same spirit. It just takes the idea to its logical conclusion. As a game developer, if this thing passes, I would just not build multiplayer ever anymore.
felipellrocha
·il y a 2 mois·discuss
I would argue the opposite. The decision to rewrite was based on politics, and the decision to deprecate support was based on actual engineering.
felipellrocha
·il y a 2 mois·discuss
Because Nolan is known for his hits and misses
felipellrocha
·il y a 2 mois·discuss
This can’t be legal, can it?
felipellrocha
·il y a 2 mois·discuss
Have you ever been to Europe?
felipellrocha
·il y a 3 mois·discuss
Not by far
felipellrocha
·il y a 3 mois·discuss
This is such a sad comment. You can call people and make a plan. It's called socializing.
felipellrocha
·il y a 3 mois·discuss
Howard?! Is that you?!
felipellrocha
·il y a 4 mois·discuss
You think this administration is trustworthy?
felipellrocha
·il y a 4 mois·discuss
Hehehehe, grounded.
felipellrocha
·il y a 4 mois·discuss
140ms is still a ton of time to do a simple transaction
felipellrocha
·il y a 4 mois·discuss
If you truly believe that, why don’t you just transform code directly to assembly? Skip the middleman, and get a ton of performance!
felipellrocha
·il y a 4 mois·discuss
Man, if this were true we’d see a crazy, massive explosion of quality products being written, and launched. While we see some use, i don’t perceive an acceleration. In fact, i see a lot of trivial bugs being deployed to prod.
felipellrocha
·il y a 4 mois·discuss
I guess that what people debate on here is what “decent” mean. From my experience, these llms spit out dog shit code, so 20 agents equal 20x more dog shit.
felipellrocha
·il y a 5 mois·discuss
We’re building Chaotic, a high-performance 3D game engine and editor written in Rust. It targets WebAssembly and WebGL2, making it possible to deliver near-native performance and console-quality visuals directly in the browser. On top of the engine, we’re currently developing a multiplayer cozy farming game inspired by Animal Crossing called Fireflies Meadow: https://firefliesmeadow.com/?admin=SkipTheLine&skip=IKnowWha...

Fireflies Meadow isn’t ready for prime time yet, but we’re proud of the progress so far and actively iterating on it.

If you’re interested in the engine, the game, or just want to follow along, feel free to reach out on our Discord: https://discord.com/invite/mHsQayQNdp

I’d be curious to hear your feedback on whether the game is working for you or not.
felipellrocha
·il y a 6 mois·discuss
Money must flow from a source to potentially multiple destination. Because of that previous fact, you must have at least two postings per transaction (the double in double entry). If you manage to move money correctly without any errors, those postings in that transaction will add up to zero, making it trivial to verify you've done everything correctly without any errors.
felipellrocha
·il y a 7 mois·discuss
Suspension of disbelief.
felipellrocha
·il y a 8 mois·discuss
Hehehehehheeh
felipellrocha
·il y a 8 mois·discuss
Being fully multithreaded comes with significant overhead, while browsers essentially proved how much unreasonable performance you can get out of a single cpu using async because of javascript’s async model.

It is hard to describe just how much more can be done on a single thread with just async.