wallstop
No user record in our sample, but wallstop has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but wallstop has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I think the second sentence of the article covers that pretty simply? To run it in the browser with wasm? > One of the most exciting things I've been doing with this is getting my Scheme to compile to the Web thanks to…
I guess we have very different ideas around what makes good music. Every single Suno produced song sounds like a 60kbps extremely compressed mp3 while also having extremely generic, uninspiring structures and complete…
If this is a learning exercise, cool! If this is a real thing, it needs a lot of work. Lots of failure modes, errors that are not being handled, sometimes exceptions, sometimes swallowing and printing to stdout, very…
Ah, yes, the "you're holding it wrong" defense. If one tool has a higher safety rating than another, significantly so, preventing entire classes of mistakes from happening that the other does not, in a kind of superset…
Sorry, what I meant by "system error" was more "notification system error". Not error as in "data loss", error as in "reporting".
Anecdata, they might have had a system error. My Microsoft account that I use the free tier OneDrive on had the same email sent (you're over x% full, consider upgrading!). I suspected everything you did - eventually I…
I don't think you really need a tool for that, you can just add something like "after the task is finished, have a subagent review the work in an adversarial fashion. If any defects, no matter how small are found, have…
I'm not saying the tech currently exists in a form you can just plop into a project and have it give you the exact CRT look and feel that you want. What I am saying is that you can do that within any modern game engine…
From my experience with game engines and people that really care about CRTs - I believe the effect (confidence: 95%) can be entirely achieved with rendering glue in any of the modern game engines - Unreal, Unity, Godot,…
This is cool. I took a look at the public GitHub (not too deep) and this appears to use classical neural network training techniques - there is an exposed API that the author came up with a clever way to encode Doom…
Typically my criteria for "production-ready" is "has been battle-tested in production". Without any production dog fooding, I consider software (that I write) as "alpha", "beta", or "preview".
I wrote my own spin lock library over a decade ago in order to learn about multi threading, concurrency, and how all this stuff works. I learned a lot!
Thanks! My other problem was formatting. Just wanted to share that I see 0 swap usage and nowhere near 100% memory usage as a counterpoint.
Edit: wallstop@fridge:~$ free -m total used free shared buff/cache available Mem: 15838 9627 3939 26 2637 6210 Swap: 4095 0 4095 wallstop@fridge:~$ uptime 00:43:54 up 37 days, 23:24, 1 user, load average: 0.00, 0.00,…
> Clean code will slow you down Hard disagree. In fact, learning how to apply clean code and architectural patterns in game dev has kept projects manageable and on track and done nothing but level up my general software…
You can do the above in C#, I haven't written Java in a decade so can't comment on that. I don't really understand your argument though - the options approach is extremely readable. You can also do the options approach…
This is a philosophy, or "opinion", and should not be confused with truth. If the world was 100% evil people and beings, across all of history, forever, the present would look very different than it does now. And none…
Interesting. When I do not feel up to the task of working, whether it is a physical, mental, emotional, spiritual, or arbitrary cause, I use one of my provided PTO days and email the team a short "I will not be showing…
This looks interesting. Maybe I'm not in-the-know, but why would you offload such important aspects like `sync` to the client instead of building in some protocol to ensure that file integrity is maintained? With this…
For a game I'm making, I have a helper function that takes in a specified time (as a float) and returns a (heap based) wait instruction. The times are literals sprinkled throughout the code base of callers of this…
Does it? https://blog.stephencleary.com/2013/11/there-is-no-thread.ht...
Likewise Children of Time (https://www.amazon.com/Children-Time-Adrian-Tchaikovsky/dp/1...), another piece of solid sci-fi that explores some ideas about the development of "intelligence".
Do you have a source for the majority of of azure running on Linux? Would be very interested to see this.
What kind of reliability issues have you had with Azure that didn't happen on AWS or GCE?
While it's great that you've never had one rejected, what would happen if that event occurred? Imagine a situation where you submit a proposal for a completely unrelated project, that you really want to happen, and they…