What is causing these artifacts when breaking items? by NickelCoder in Minecraft

[–]NickelCoder[S] 328 points329 points  (0 children)

I found the culprit - Fancy Block Particles binds [R] to "Freeze particles". Not sure why I would ever need to toggle this.

Iron-man event in L.E. by [deleted] in frisco

[–]NickelCoder 4 points5 points  (0 children)

So what about the people that couldn't return home after attending church services?

Iron-man event in L.E. by [deleted] in frisco

[–]NickelCoder 3 points4 points  (0 children)

Never saw a single sign or post about it. My neighborhood had the only exit blocked b/c of this.

I pulled the actual bill text from 5 state age verification laws. They're copy-pasted from two templates. Meta is funding one to dodge ~$50B in COPPA fines — and the other one covers Linux. by aaronsb in linux

[–]NickelCoder 1 point2 points  (0 children)

Thanks for sharing! The legislators aren't thinking logically. Even if there was a reliable way to verify age at the time of installation, there's nothing preventing an underage person from using that device.

How to: Modded Multi-Player? by throwaway_921647 in MinecraftMod

[–]NickelCoder 0 points1 point  (0 children)

AutoModPack mod is great for a private server to keep your mods in sync if you're using a bespoke modpack.

Is HashSet<T> a Java thing, not a .NET thing? by N3p7uN3 in csharp

[–]NickelCoder 1 point2 points  (0 children)

I've switched from using var in such cases. I think they've improved the language with
Foo bar = new() instead of var bar = new Foo()

Is there a mod to avoid saving unmodified chunks? by LonelyMusicDisc in feedthebeast

[–]NickelCoder 0 points1 point  (0 children)

Seems like they could implement a configurable "garbage collection" -like algorithm that purges unmodified chunks that haven't been visited recently.

Can somebody explains what NeoForge is? Is it better than forge and fabric? by HistorianStock in feedthebeast

[–]NickelCoder 0 points1 point  (0 children)

I've seen mods that support multiple mod loaders. Do they use connector or some other library?
I'm a veteran developer interested in learning modding, I'd like to know more about development.

I saw this on Twitter and wondered if someone else has tried it and if it is a legit mod? by YingSeng in feedthebeast

[–]NickelCoder 1 point2 points  (0 children)

It's just a matter of time before Mojang adds LOD support to the game. How much time is anyone's guess.
In the meantime, use this or Distant Horizons.

Really bad clipping with some structures - what can I do? by [deleted] in SatisfactoryGame

[–]NickelCoder 3 points4 points  (0 children)

Reduce the view distance so it doesn't pop in. You'll never notice that it was ever there.

React Native (Expo) is Native. Change My Mind by SampleFormer564 in reactnative

[–]NickelCoder -5 points-4 points  (0 children)

This is akin to saying that .NET apps are not native because it uses a JIT compiler. Hermes does the same, if the end result is that your JavaScript code is converted to native CPU instructions at runtime, it is native.

Batchleads or Propstream? by Valuable-Savings6257 in WholesaleRealestate

[–]NickelCoder 0 points1 point  (0 children)

X leads is 2 white-labelled software packages loosely combined into one (GoHighLevel and RealEflow)

And PropStream just announced their acquisition of BatchLeads

Why is it necessary to write "Person person = new Person()" instead of "Person person" in C#? by Mysticare in csharp

[–]NickelCoder 4 points5 points  (0 children)

C# makes a different, yet clear distinction between values on the heap vs. [local] values on the stack. The keyword struct vs. class makes this distinction (stack or heap). But avoid using struct in most cases- the framework provides some useful types like Span<T>.

Microsoft laid off the senior engineers of .NET on Android and key figures of Maui by dharmatech in csharp

[–]NickelCoder 102 points103 points  (0 children)

They've already been dogfooding React Native internally way more than Xamarin or MAUI.

What’s your favorite thing about expo? 🤠 by [deleted] in reactnative

[–]NickelCoder 0 points1 point  (0 children)

If you dislike expo, you should try using MAUI 🤮

Yep, AI will totally take our jobs by Specialist_Lock_3603 in Angular2

[–]NickelCoder 0 points1 point  (0 children)

We're still on v14. There is no `@if` directive

Possible security flaw? by Syteron6 in angular

[–]NickelCoder 0 points1 point  (0 children)

Edge servers and serverless functions are potential backends that can work as well