HackerTrans
TopNewTrendsCommentsPastAskShowJobs

360MustangScope

50 karmajoined vor 3 Jahren

comments

360MustangScope
·vor 5 Tagen·discuss
Who cares what people know about? PC is still an open platform for you to boot alternative software.

Most people don’t know how to even “acquire” software without the DRM. It’s not really anyone’s job to spread news and tell people to go learn.

If they get interested and care that much to preserve what they have, they can google and learn. Many have learnt about Linux due to the recent PS5 jailbreak for instance.
360MustangScope
·vor 18 Tagen·discuss
Due to the memory and storage crisis, you actually cannot buy the $500 mac mini anymore. It starts at $799
360MustangScope
·vor 20 Tagen·discuss
They don’t because there is no reason to currently. If this was added then they would have a reason to and do it.

YouTube used to be separate domains for ads and then it got merged together so that you can’t block the ads network wide without blocking YouTube videos.
360MustangScope
·vor 26 Tagen·discuss
I agree about Rust gaining ground but using the argument that it got 10% faster due to Rust is not really that useful.

If they rewrote it in C++ again, they would have most likely got the same result because they got a chance to fix a design that might not have been most optimal.
360MustangScope
·letzten Monat·discuss
What about things it wasn’t trained on?

For instance I’ve written a few custom languages to learn how to write a VM and the lexer/parser/compiler/etc. that it had never seen before and then just gave it the syntax which is different than what it had ever seen before. Simply due to the fact I made it and it had never been trained on it.

After giving it my documentation, it was able to write the language just like a language that it had been trained on. I’ve also seen this behavior at work where there are weird quirks to do things and definitely not standard and it can handle it.
360MustangScope
·vor 2 Monaten·discuss
Funny this comes out today. I was just about to start to write one in rust. It's amazing having opencode slowly leak memory and end up becoming 6gbs on a large project and then get slower and slower.

Will check this out! Seems cool!
360MustangScope
·vor 3 Monaten·discuss
I hate that I can’t write em dashes freely anymore without people accusing the writing of being AI generated.

Even though they are perfect for usage in writing down thoughts and notes.
360MustangScope
·vor 4 Monaten·discuss
Look up the BC-250, it is the PS5 but was created for mining. You can get these very cheap on eBay.
360MustangScope
·vor 6 Monaten·discuss
The developers are busy ramming AI into it by management. This is probably never going to get looked into.
360MustangScope
·vor 6 Monaten·discuss
From this post, I just got mine setup this morning. I already enjoy going through my 18 accounts every 2 weeks on pay day (yes, every credit card is the highest for the category of spend). For me, it seems like it would be just one extra step for me to get the data every 2 weeks.

But for most, I understand that they aren’t enjoying what I am doing every couple of weeks. I was using YNAB before but due to how many cards I had something got messed up in the importer all the time. Sometimes my transactions would duplicate or even get triplicated and then I would decline one of them only for it to pop up again a few days later. This lead to a very messed up and not accurate tracking. For me I was just fighting this thing every single day.

This is probably user error but after wiping it 3 times and starting over and over I just gave up and went back to mentally keeping track which worked but I needed something better.
360MustangScope
·vor 7 Monaten·discuss
You can’t prevent wall hacks with only server side anti cheat. The client needs that data locally before the enemy is rendered on screen.

As mentioned in another comment, you can’t do this on the server without expensive checks for every single player that is always checking line of sight, because it’s not just your session running on a single server but multiple sessions.

And let’s say you did this, now you have a latency problem because most modern games to make them feel fluid has client side prediction with server reconciliation. This is what makes your modern games feel more responsive, if you put a constant server check there you have lost this.

No matter what people say online, it isn’t just move all of it to the server, there is data the client needs to know and can’t be spoonfed by the server.
360MustangScope
·vor 7 Monaten·discuss
It doesn’t have to be 100%. The point is to make it inconvenient. The majority of people will not do it if it is inconvenient.

Thats the point to many things in life that you just make it more difficult and most people won’t be bothered to attempt to circumvent whatever it is.

There will still be circumventers but it is will be less than if you just said fuck it.
360MustangScope
·vor 8 Monaten·discuss
Why would weather really be an issue? The city in the article has people cycling in the winter in the snow and also during the rain.

Realistically once you get fitter and fitter from riding the bicycle, your commute times will drop and if you’re in a city like the article, your trips aren’t even very far anyway. If anything driving is more annoying.
360MustangScope
·vor 8 Monaten·discuss
Right now in this environment, they look reasonable. Not that they are
360MustangScope
·vor 9 Monaten·discuss
Not to worry, you soon won’t be able to do that in the next version
360MustangScope
·vor 10 Monaten·discuss
That is why you check your results. If you know what the end outcome should be. Doesn’t matter if it hallucinates. If it does, it probably already got you 90% of the work done which is less work that you have to do now to finish it.
360MustangScope
·vor 10 Monaten·discuss
How would GPL change the outcome?

A lot of people say that it can prevent these situations but from working for large enterprises, a lot of the offerings that are created literally don’t even change the code. Thus they have nothing to contribute and have no obligation to release any source code.

GPL also does not prevent the corporation from building software in front of whatever GPL service it is. Kind of like the Linux kernel, why bother changing the kernel when you can build software in front of it and not change anything and thus have nothing to release.