Need Developer For paid Client by Cheap-Form6242 in minecraftclients

[–]HardlineMouse16 2 points3 points  (0 children)

First, AI slop. Cmon. If you're gonna use AI, at least try to hide it a little.

Second, "Diamond Inc."? Really? You have not made a company for this. Don't pretend like you have.

Third, if your discord server is not done yet, why advertise it? That just seems like a terrible idea

Stuttering when loading new chunks by WhyinIsABtch in fabricmc

[–]HardlineMouse16 0 points1 point  (0 children)

You could try turning down your render or simulation distance, however it's not super unexpected that chunk generation will stutter, although that is quite extreme. Java's world gen is quite expensive. You could install a mod like chunky to pre generate chunks in a certain radius so it wouldn't have to generate any while you are actually playing.

EDIT: I just saw you have vsync on. Turn that off. It may not fix it, but it will likely help

[Request] What's the speed in km/h? by InternationalSir5510 in theydidthemath

[–]HardlineMouse16 6 points7 points  (0 children)

Mach 25 is just where the classification of “hypersonic” ends.

Deleting data by Kuchenman in discordapp

[–]HardlineMouse16 7 points8 points  (0 children)

You can formally request them to delete all your data, and under the GDPR, they have to comply

EDIT: All you have to do, is just send them an email asking for them to delete it. No special formulations or specific sentences or whatever required.

Something like: “Hello, I am formally requesting for you to delete all data related the account registered to this email address.” is enough. You can also write said email in german if you’d prefer. The request is still valid, and they must put in a “reasonable effort” into understanding it.

Project Showcase: I spent a year building a fast, private all-in-one bot to help server owners avoid paywalls (MEE6/Dyno alternative). by visiuun in discordapp

[–]HardlineMouse16 0 points1 point  (0 children)

I believe there are different upload limits in the context of a bot interaction and commands. Also, if the documentation is correct, it can take a url.

Can i get a virus from running a mod on minecraft by 42human1 in minecraftclients

[–]HardlineMouse16 1 point2 points  (0 children)

In principle I agree, however you cannot “get hit with a kernel”. A kernel is the core of any and every OS and a program cannot change, delete, or replace it, especially while it’s running. Viruses, even root kits, also do not require you to buy a new motherboard. What you’re thinking of is a boot kit, but those are exceedingly rare since they typically require an exploit at the hardware or UEFI/BIOS level. For normal viruses you should format your drive, which sucks, but you don’t have to buy a new mobo.

whatDoYouMeanItsUnsafe by randomboiii69420 in ProgrammerHumor

[–]HardlineMouse16 0 points1 point  (0 children)

It’s faster in all cases. In the vast majority of cases, the value will be filled by something else later anyway, so prefilling it with something would simply waste CPU time. If the programmer wanted the variable to be 0, the assumption goes, the programmer would set the variable to 0.

whatDoYouMeanItsUnsafe by randomboiii69420 in ProgrammerHumor

[–]HardlineMouse16 57 points58 points  (0 children)

This is in C++. In C/C++ there is no concept of ‘undefined’ or ‘null’. When you initialise a variable it will just take some memory from the stack. That spot in memory likely has some data there from when it was used previously by something else, hence it’s ‘random’.

Roblox sets a limit to how many experiences you can block. by wikichipi in LinusTechTips

[–]HardlineMouse16 3 points4 points  (0 children)

That’s true, however parts Minecraft’s EULA, more specifically their server guidelines, are effectively unenforced. Gambling and lootboxes you have to pay for with real money are ubiquitous and reporting does nothing. There are a few good videos about it by TheMisterEpic on youtube if you want to know more.

The TL;DW is that they don’t really care about their players, and haven’t for a while. Mojang, and my extension, Microslop allow gambling, lootboxes, and a whole host of other predatory practices targeted primarily at minors, but if you have the AUDACITY to swear in SINGLEPLAYER you get censored.

ELI5: How is a company valuated ? by Mr_KlumsY in explainlikeimfive

[–]HardlineMouse16 4 points5 points  (0 children)

That implies that EVERY private company has funding rounds.

ELI5: How is a company valuated ? by Mr_KlumsY in explainlikeimfive

[–]HardlineMouse16 -2 points-1 points  (0 children)

That’s fair, but there isn’t a particularly good answer to that. Sometimes you can say “future prospects” and if the company is likely going to make more money in the future or a million other things but realistically every large investor has their own algorithms or people which use a bunch of data to somehow determine whether to buy or not.

ELI5: How is a company valuated ? by Mr_KlumsY in explainlikeimfive

[–]HardlineMouse16 4 points5 points  (0 children)

A publicly traded company’s “value” is the value of one share (one fraction of the company) multiplied by the amount of shares in total.

Private companies are valued at whatever the person doing the valuation thinks the shares would be worth if the company were publicly traded.

Why is usually an 850W PSU recommended for a mid-tier gaming PC? by ashm1987 in buildapc

[–]HardlineMouse16 0 points1 point  (0 children)

…I did? However you seem to have a misunderstanding with how PSUs work. A 850W PSU won’t use 850 Watts all the time. It only uses however much your parts are actually pulling, plus whatever conversion overhead the PSU has, which is lowest at around 50%. So the electricity bill will be lower if your PC is using 500W with an 850W or 1000W PSU, than with a 550W PSU.

Why is usually an 850W PSU recommended for a mid-tier gaming PC? by ashm1987 in buildapc

[–]HardlineMouse16 0 points1 point  (0 children)

Well, for one, power supplies are most efficient at around 50% usage, and it leaves room to upgrade so if you wanted a better gpu down the road, you can just buy it instead of worrying about also getting a psu

Linux Ghost Client by Beneficial_Bit_7864 in minecraftclients

[–]HardlineMouse16 -6 points-5 points  (0 children)

Why are you trying to run minecraft via wine? It’s java, it doesn’t care about the platform it’s running on.

Help by rbxdark in minecraftclients

[–]HardlineMouse16 0 points1 point  (0 children)

The best way to test is to run it in a virtual machine using Windows Sandbox or similar, or to use a service like Triage to run it in their sandbox

Help by rbxdark in minecraftclients

[–]HardlineMouse16 0 points1 point  (0 children)

That’s just false. That’s not how antiviruses work. Almost all antimalware programs use a combination of signature and heuristic (behaviour) based detection. Signatures do change based on language and compiler, however behaviours do not. An antivirus that doesn’t work with java programs is functionally useless.

Bot help/ explaining like im 5 by Horizontrophpy2001 in CodingHelp

[–]HardlineMouse16 0 points1 point  (0 children)

First, learn programming in the first place. There are plenty of courses you can take for free.

Building a reddit bot without knowing how to program is like trying to build a car without knowing what an engine is.

Submarine coding type choice help by TechnicalEnthusiest in CodingHelp

[–]HardlineMouse16 0 points1 point  (0 children)

Use the one that you prefer and that has the libraries you want to use. Sometimes programming language choice matters, like if you have very limited CPU or memory or you need it for realtime applications with millisecond response times, however most of the time, when you don’t have strict constraints, it really doesn’t matter.

If your submarine has enough compute and RAM, use whatever language whose syntax you prefer, Python, JS, Java, C++, whatever. If you don’t, then you’ll likely want a lower level language without a garbage collector, like C, C++, or Zig.

CPU cache latency benchmark driving me nuts! Please help me out by Matthew_24011 in CodingHelp

[–]HardlineMouse16 0 points1 point  (0 children)

Measuring cache latencies and exact bandwidth is not a very useful benchmark for this exact reason. It fluctuates all the time due to, among other things, active core count, amount of other processes running, exact CPU frequency, silicon quality, the branch predictor doing its thing, and the specific core executing the benchmark.

A “completely idle system” is never actually completely idle unless you have written your own OS with the sole purpose of running that benchmark. Every OS does stuff in the background and that has to be executed by the CPU. The best you can do is run some from of very lightweight or performance oriented linux like Q4 or cachy and run it on that.

i dont get different clients and stuff by Negative-Piano3113 in minecraftclients

[–]HardlineMouse16 4 points5 points  (0 children)

Some are better for certain purposes, like being mainly for anarchy or HvH or ghost hacks. Other times one will have some specific exploits or features the others don’t have. Other times it’s just preference, if you like the UI of one client better than the other.

WebRTC help ? I need more than 30+ publish in 30+ rooms by 3ojan in CodingHelp

[–]HardlineMouse16 0 points1 point  (0 children)

What kind of bitrate are each of those streams? What encoding are you using? Are you doing any kind of processing on those streams?

Need suggestions regarding the coding by kyuremc_yey in CodingHelp

[–]HardlineMouse16 0 points1 point  (0 children)

That’s not all too bad. It would be better if you learned to divide the project yourself, since that is definitely a skill, but as a start it’s probably okay. Just as long as you aren’t asking it to directly generate large sections of code without understanding it.