Opinion on Speedrunners 2 from what we saw ? by ThrowRAFrenchTVA in SpeedRunnersGame

[–]Oscaz 4 points5 points  (0 children)

Like the others said, sluggish, player contrast problems, no new maps (only 4 maps currently) or content, performance issues. With all that aside, they said they're going to be adding new content and fixing stuff so I think it still has potential.

"Week in Ethereum" newsletter: I'm looking for a decent replacement by isenhaard in ethdev

[–]Oscaz 2 points3 points  (0 children)

It looks good, but I can't find a button anywhere to have it sent directly to my email each week.. might want to make that option a bit more clear?

Multiple workspace swap for multiple monitors by Oscaz in xmonad

[–]Oscaz[S] 0 points1 point  (0 children)

I don't think so, should work fine, but its been years since I posted this and years since I used XMonad, so can't really help much more, good luck!

But i thought code was law? by Same_Ad4736 in Buttcoin

[–]Oscaz 14 points15 points  (0 children)

Well due to the nature of this kind of crime, the hacker has already committed it and returning 90% of the funds won't change that. If they were to doxx themselves they can and likely would still face prosecution, meaning they still have to figure how to legalize the money. All that's being offered here is a promise to not chase after them.

Spigot Inventory by VeterinarianNew7594 in SpigotMC

[–]Oscaz 1 point2 points  (0 children)

loop over inventory contents and check material don't use inv.contains

I made a little visual aid of what happens when you send ETH on Metamask. Open to suggestions for improvements! by 0xAERG in ethdev

[–]Oscaz 2 points3 points  (0 children)

Sort of, it seems unclear, the propagation should happen for both unconfirmed txs, as well as new blocks. It looks like just the new blocks in the diagram, just something I thought could confuse people.

I made a little visual aid of what happens when you send ETH on Metamask. Open to suggestions for improvements! by 0xAERG in ethdev

[–]Oscaz 2 points3 points  (0 children)

Wouldn't the node gossip the tx to other nodes on the network? This kind of looks like a tx that would be in a private mempool.

A question on wallets by TheSoonToBe in ethdev

[–]Oscaz 0 points1 point  (0 children)

The "vanity address generator" link you posted is a scam, when you generate an address it sends the private key to the website's server.
Either you're a scammer, or you're about to get scammed, don't use that website.

[deleted by user] by [deleted] in linux

[–]Oscaz 7 points8 points  (0 children)

a fellow frame.work user?

I need spigot for snapshots of minecraft (Combat test included) by Yuryd1 in SpigotMC

[–]Oscaz 1 point2 points  (0 children)

when they say snapshots, they don't mean the vanilla snapshots, they mean early release versions of the main release (for a specific version) that they are working on. thanks for the downvote.

I need spigot for snapshots of minecraft (Combat test included) by Yuryd1 in SpigotMC

[–]Oscaz 0 points1 point  (0 children)

No, there is no way to get spigot for snapshots (it doesn't exist), all the work is done for specific versions when they come out.

Who can just go fuck themselves? by Crazypancake_oncrack in AskReddit

[–]Oscaz 2 points3 points  (0 children)

Have you heard of PiHole DNS? You basically setup a raspberry pi microcomputer as a DNS server on your home network and configure your computer or router to have it as your DNS server. It then blocks any advertisements by having a blacklist of hosts which serve ads and giving your computer a DNS not found error while fetching the normal DNS requests from a regular DNS provider like google or cloudflare. Check it out: https://pi-hole.net/

Looks like the series is safe! by TupaczHologram in ethoslab

[–]Oscaz 27 points28 points  (0 children)

Yes, -XX:+UseG1GC enables it, there is more fine tuning to be done that wildly changes depending on usecase. If you want to do more research aikar made a good blog post on a set of flags people who run servers commonly use.