HackerTrans
TopNewTrendsCommentsPastAskShowJobs

felipellrocha

2,407 karmajoined 15 năm trước
irc:fllr:irc

Submissions

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

github.com
1 points·by felipellrocha·4 tháng trước·0 comments

comments

felipellrocha
·6 ngày trước·discuss
This comment reads so angry only because the OP doesn’t like what they read
felipellrocha
·tháng trước·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
·2 tháng trước·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
·2 tháng trước·discuss
Because Nolan is known for his hits and misses
felipellrocha
·2 tháng trước·discuss
This can’t be legal, can it?
felipellrocha
·2 tháng trước·discuss
Have you ever been to Europe?
felipellrocha
·3 tháng trước·discuss
Not by far
felipellrocha
·3 tháng trước·discuss
This is such a sad comment. You can call people and make a plan. It's called socializing.
felipellrocha
·3 tháng trước·discuss
Howard?! Is that you?!
felipellrocha
·4 tháng trước·discuss
You think this administration is trustworthy?
felipellrocha
·4 tháng trước·discuss
Hehehehe, grounded.
felipellrocha
·4 tháng trước·discuss
140ms is still a ton of time to do a simple transaction
felipellrocha
·4 tháng trước·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 tháng trước·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 tháng trước·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 tháng trước·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 tháng trước·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 tháng trước·discuss
Suspension of disbelief.
felipellrocha
·8 tháng trước·discuss
Hehehehehheeh
felipellrocha
·8 tháng trước·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.