Oh weird! I wonder why that is. I wonder if they just put more effort into translating to Chinese? Very curious/interesting.
HN user
ClimaxGravely
Programmer/Technical Artist
https://levelism.com/
I'm by no means a native level Japanese speaker but I'm frequently surprised at how off Japanese-English subtitles can be.
Technically it's not released yet but deadlock has 75k people playing as of writing this comment.
Probably why Ronaldo and Salvatore Gannaci were DLC in the new KOF game. There was a pretty audible collective groan from the fighting game community when that was announced.
There was also a drink with same name hiropon that was generally available for some time.
I tried googling for more info but I haven't been able to find much in English and my Japanese isn't good enough to read at that level. I've only heard about it from my wife and a few other people in Japan. I've seen a few old posters for it at old bars.
100% It just worked and very few issues.
I'm trying to switch to desktop linux these days. It's way better but still a few kinks relative to my windows7 experience but if they get there I'm done with Windows for personal stuff, hopefully work as well some day.
I though about mentioning that but I didn't want to muddy the waters. There other option in opengl like you said but I can count on one had the times I've used them in a professional context and I think possibly zero for anything that I've shipped. Also I have never looked into what it does under the hood in those cases. You might be right.
It's built of triangles so a quad is 2 triangles etc.
The advice about using quads I'm not sure is really a tautology. I tend to work with quads until one of the quads is non-planar then I cut it so that when I bring it into a game engine the import/bake step doesn't triangulate the mesh in a way I didn't want it to.
Maybe it's because these days I use perforce more than git but I tend to find myself writing 80% of my commit message before I write any code and touch it up a little at the end.
Worked at many game development studios, only one truly bad experience. Granted I probably got extremely lucky but there are good studios/jobs out there.
My current company is a 4 day work week, fully remote and good pay. I feel I get more work done in a 32 hour week than I did at another company where I had hit ~90 hour weeks a few times. I'm not going back and fixing code I wrote while sleep deprived.
Also worked outside games in STEM, education and a couple startups. I wouldn't say they were particularly better.
Still get them fairly regularly except now they come with a QR code.
I just happened to be going through every stock in the TSX from smallest market cap to largest. Many of the stocks at the bottom were mining companies that started with some huge spike then faded into nothing for the next N years until the current state of what seems to be basically dead.
I'd hesitate to call the temporal hacks progress. I disable them every time.
I suspect Erlich might have died of an opium overdose at this point.
For me the text has changed from "don't show me this" to "show less of this" and they come back about once a week now. I also have no option to remove them from the subscriptions feed.
I think a similar thing is happening with their crappy games too. They keep coming back (the games still say "don't show me this" though).
I kind of feel like G+ got this right the best. It was great being able to subscribe to a circle of pixel artists, chili cooks, whatever niche etc.
For me the golden age of social media. Lots of niche hobby discussion and not a lot of noise.
I work in an industry where F# is a non-starter but I still love to use it outside of work. Also what I learn from F# and functional programming still benefits me in my day job (mostly c++). I think I tend to write a bit safer code after understanding the benefits of a functional language.
I always wondered what would happen to those people on the train. I tried waking them up but they do not budge.
Interesting I found SO to not be that helpful even during the golden years.
I should not that I tend to work in codebases that have little to no public information though so that might be the differentiator. Presumably an LLM would be less useful due to that but I'm looking forward to trying again in the future.
It seems to be happening more and more these days. JPEGMafia is a good example
I have youtube premium and music. I've never tried spotify but I have to believe it's better than youtube music. It's hard to believe it could possibly be worse.
The few times I gave it a try it was dead wrong. The dream is nice but the execution is lacking.
If you were really paranoid you could use a framework like ceramic where unity is just one of the many output targets.
I wouldn't necessarily recommend it though.
Thanks for the insight! I'm still skeptical that it would be great for me as someone who does this for a living but I can see how it might help me for projects outside of my domain.
I'm happy to wait for now and let the tech mature though.
can you show the 2048 clone?
EDIT : My bad, I see you posted the link elsewhere (link for posterity http://jacek.zlydach.pl/v/2048/ )
TBH 6 hours seems a lot longer than I would have expected.
In the last 10 years I'd say the majority of the projects I worked on used WWise. The audio people love it.
That's generally been my experience as well.
However I've seen some frameworks where you can do collision imperatively. For example
if (sprite.collide(tilemap)) {do something}
These are generally on smaller less taxing frameworks (in this case I'm referring to haxeflixel) but they do exist!
I can't recall a time where I or anyone I knew filled those out and sent them in. I realize this is anecdotal but it a lot easier to not mail in a form than to try to find the opt-out option in some computer OS.
Happens in AAA too but we tend to have teams that shield everyone from that before they get to work. I ran a team like that for a couple years.
For hobby stuff at home though I don't tend to hit those types of issues because my projects are pretty frozen dependency-wise. Do you really have OS updates break stuff for you often? I'm not sure I recall that happening on a home project in quite a while.
monogame is pretty much the continuation of XNA although they have added more stuff.
There is another framework called FNA that I've not used personally but I've heard it tries to match XNA exactly while monogame is a bit more forward looking. So FNA is good for porting forward your older XNA games.