- 4 Posts
- 34 Comments
infinitepcg@lemmy.worldto Programming@programming.dev•Microsoft opens a "high priority" bug ticket in ffmpeg, attempting to leech the free labour of the maintainersEnglish1251·1 year agoIf the live version is already broken, there isn’t much to lose deploying the fix as soon as possible. Not sure what else they could have done here.
infinitepcg@lemmy.worldto Ask Lemmy@lemmy.world•Why is Facebook still so insanely popular?English8·1 year agoThis is it. Lemmy users are completely unaware of the extent to which they are not like normal people.
infinitepcg@lemmy.worldto Ask Lemmy@lemmy.world•What YouTube channels post content similar to TV shows?11·1 year agoThis obviously falls into the “documentaries and essays” category
The Github UX is amazing if you ever had to use gitlab or bitbucket
infinitepcg@lemmy.worldto Fediverse@lemmy.world•“Wherever you get your podcasts” is a radical statementEnglish11·1 year agoI like using AntennaPod for podcasts and Spotify for music.
infinitepcg@lemmy.worldto Asklemmy@lemmy.ml•Am I the only software engineer greatly worried and disturbed by AI ?13·1 year agoNobody knows if and when programming will be automated in a meaningful way. But once we have the tech to do it, we can automate pretty much all work. So I think this will not be a problem for programmers until it’s a problem for everyone.
Thank you for writing the explanation! I still think that this doesn’t need a blockchain. Instances could broadcast user creation, so each instance could validate user age on its own (or ask other trusted instances when they first “saw” that user).
Fundamentally, blockchain solves the problem that there is no central source of trust, but in the Fediverse people necesarily trust the instance that they sign up, so a blockchain can’t add much in my opinion.
I see. I’m not convinced that proving the account creation date makes much of a difference here. Obviously the instance records when you sign up, so you would only need this to protect against malicious instances. But if a spammer is manipulating their instance to allow them to spam more, you have a much bigger problem than reliably knowing their account creation date.
this account holder has this name on that instance
How would that help? A spam bot could just make lots of blockchain wallets.
you get all sorts of unspoofable benefits from that
what are the benefits? I struggle to come up with any benefits.
infinitepcg@lemmy.worldto Ask Lemmy@lemmy.world•Mobile game devs, is the animation deciding the results, or is the previously calculated result dictating the animation?2·1 year agoIf the animations look realistic, it’s almost certainly not predetermined
You could do a perfectly realistic simulation, record the path for each outcome and then play one of them.
Or, if the physics simulation is deterministic, you could store a set of starting positions and their outcomes.
infinitepcg@lemmy.worldto Ask Lemmy@lemmy.world•Am I the only one getting agitated by the word AI?11·1 year agoI’m not an expert on Monte Carlo methods, but reading the Wikipedia article on Markov Chain Monte Carlo, this doesn’t fit what WFC does for the reasons I mentioned above. In MCMC, your get a better result by taking more steps, in WFC, the number of steps is given by the map size, it can’t be changed.
infinitepcg@lemmy.worldto Ask Lemmy@lemmy.world•Am I the only one getting agitated by the word AI?11·1 year agoI don’t think WFC can be described as an example of a Monte Carlo method.
In a Monte Carlo experiment, you use randomness to approximate a solution, for example to solve an integral where you don’t have a closed form. The more you sample, the more accurate the result.
In WFC, the number of random experiments depends on your map size and is not variable.
infinitepcg@lemmy.worldto Ask Lemmy@lemmy.world•Am I the only one getting agitated by the word AI?21·1 year agoit doesn’t train or self-improve like ML does
I think the training (or fitting) process is comparable to how a support vector machine is trained. It’s not iterative like SGD in deep learning, it’s closer to the traditional machine learning techniques.
But I agree that this is a pretty academic discussion, it doesn’t matter much in practice.
infinitepcg@lemmy.worldto Ask Lemmy@lemmy.world•Am I the only one getting agitated by the word AI?31·1 year agoI think these two fields are very closely related and have some overlap. My favorite procgen algorithm, Wavefuncion Collapse, can be described using the framework of machine learning. It has hyperparameters, it has model parameters, it has training data and it does inference. These are all common aspects of modern “AI” techniques.
When the Apple car is released, the EU will invent 350 kW DC fast charging via USB-C 🙏
infinitepcg@lemmy.worldto Programmer Humor@programming.dev•Returns a sorted list in O(1) time5·1 year agoIt works as long as you don’t call
list()
within that function.
Haha, I completely missed that it’s a game.
The political ideas you can find on Reddit are much more diverse. There is usually at least some pushback against some of the most deranged statements.