HackerTrans
TopNewTrendsCommentsPastAskShowJobs

felipellrocha

2,407 karmajoined قبل 15 سنة
irc:fllr:irc

Submissions

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

github.com
1 points·by felipellrocha·قبل 4 أشهر·0 comments

comments

felipellrocha
·قبل 6 أيام·discuss
This comment reads so angry only because the OP doesn’t like what they read
felipellrocha
·الشهر الماضي·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
·قبل شهرين·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
·قبل شهرين·discuss
Because Nolan is known for his hits and misses
felipellrocha
·قبل شهرين·discuss
This can’t be legal, can it?
felipellrocha
·قبل شهرين·discuss
Have you ever been to Europe?
felipellrocha
·قبل 3 أشهر·discuss
Not by far
felipellrocha
·قبل 3 أشهر·discuss
This is such a sad comment. You can call people and make a plan. It's called socializing.
felipellrocha
·قبل 3 أشهر·discuss
Howard?! Is that you?!
felipellrocha
·قبل 4 أشهر·discuss
You think this administration is trustworthy?
felipellrocha
·قبل 4 أشهر·discuss
Hehehehe, grounded.
felipellrocha
·قبل 4 أشهر·discuss
140ms is still a ton of time to do a simple transaction
felipellrocha
·قبل 4 أشهر·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
·قبل 4 أشهر·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
·قبل 4 أشهر·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
·قبل 5 أشهر·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
·قبل 6 أشهر·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
·قبل 7 أشهر·discuss
Suspension of disbelief.
felipellrocha
·قبل 8 أشهر·discuss
Hehehehehheeh
felipellrocha
·قبل 8 أشهر·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.