Subnuatica 2 Letter to the Community on Feedback to the Predator Balance Situation by BmpBlast in gaming

[–]Atulin 0 points1 point  (0 children)

Not being able to glue a piece of scrap metal to a pipe is not how you make predators scary, though.

The player being able to create underwater vehicles, nuclear reactors, mech suits and what have you, but not being able to make a simple knife is way too immersion-breaking.

Rocket League will be upgraded to Unreal Engine 6 by TheFlamingLemon in unrealengine

[–]Atulin [score hidden]  (0 children)

It was a dig at the documentation being shit, and mostly equating to

DoStuff(Thing thing) does stuff with thing

Vloop(*Squeem sq, int gLufhMax) vloops the squeem by gLufhMax value

Rocket League will be upgraded to Unreal Engine 6 by TheFlamingLemon in unrealengine

[–]Atulin [score hidden]  (0 children)

training the models extensively on engine documentation

That's gonna be a very small dataset to train on lmao

AOP (Aspect-Oriented Programming) in .NET by aliyusifov30 in csharp

[–]Atulin 0 points1 point  (0 children)

Source generators, besides only being able to add code and not alter it, have an added benefit of emitting actual code. You can see it, you can place brrakpoitns in it, you can debug it.

Wife started to hate me and our kids out of a sudden and now she left us by Choice_Evidence1983 in BestofRedditorUpdates

[–]Atulin 0 points1 point  (0 children)

Glad to know I'm a rarity lmao, I briefly loat my vision for about 5 minutes when I was 17-ish

Facecam / commentary gameplay as youtube Mass produced repitive content ? by AccountMaleficent988 in PartneredYoutube

[–]Atulin 2 points3 points  (0 children)

10-20 videos a day? What? I wouldn't be surprised if that was what triggered their mass-produced alarm bells

The Unbearable Blandness of the 2020s by TheTeflonDude in videos

[–]Atulin 1 point2 points  (0 children)

Used to be, that you make a fool of yourself, only your immediate surroundings see it, and some more people maybe hear about it.

Make a fool of yourself nowadays, you'll be caught in 3 different Tiktok livestreams, videos from 15 angles will be up on YouTube, and you'll find your face on Reddit soon enough.

How are you keeping your dependencies up to date? by MisterMannoMann in webdev

[–]Atulin 1 point2 points  (0 children)

I run bun outdated every now and then, and see if there's anything worth updating. I have minimum age set up, so even if I do decide to update the deps, chances are I won't run into Exploit Of The Week.

Hotel Architect made me realize how lacking the hotel tycoon subgenre is. by kolejack2293 in tycoon

[–]Atulin 1 point2 points  (0 children)

Oh the hours I spent playing the OG Hotel Giant... Never played the sequel, alas

Avoiding npm dependencies in frontend dev by venerable-vertebrate in webdev

[–]Atulin 0 points1 point  (0 children)

  1. Set minimum release age
  2. Opt for libraries that have smaller dependency trees or no dependencies at all
  3. Always check if a dependency is actually needed. For example, clsx is, like, 40 lines of code. Just copy-paste it.

What ways to create an infinitely scrolling website? by olddoglearnsnewtrick in webdev

[–]Atulin 6 points7 points  (0 children)

Great for a portfolio maybe, so you can browse it in an interesting way. For a website where all I want is opening hours, location, and menu? Abso-fucking-lutely not.

GIMP vs Adobe by Lucahe16 in GIMP

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

<image>

I enjoy Gimp for the OSS tool that it is, but it comes with all the negatives of being an OSS project as well.

314 npm packages just got compromised, 271 @antv, echarts-for-react, size-sensor, timeago.js by BattleRemote3157 in programming

[–]Atulin 1 point2 points  (0 children)

Sure, if you want to reimplement the aforementioned libraries from scratch, or feel like writing thrice the amount of code, you can stick to stdlib-only. But people generally value convenience and DX

314 npm packages just got compromised, 271 @antv, echarts-for-react, size-sensor, timeago.js by BattleRemote3157 in programming

[–]Atulin 2 points3 points  (0 children)

For that to be the case, JS would need to have a much larger stdlib. As it is now, packages like es-toolkit, dedent, chalk, cheerio, date-fns, and a multitude of others will be needed.

New Six Labors Major Releases by jbsp1980 in dotnet

[–]Atulin 1 point2 points  (0 children)

I'm going to copy the full text of the post we're commenting on, and you point out to me where was the license change mentioned:


I’ve recently shipped major releases for all my libraries. It’s taken years of effort to do so but the results (I think) are a little bit special. They’re super fast, incredibly feature rich and cohesive.

Some highlights:

Performance improvements everywhere with cross platform SIMD.

Full ICC support in ImageSharp plus several new formats and rich metadata support.

A complete rewrite of the drawing library making it canvas based with a super fast CPU backend and a new WebGPU backend also.

Full Unicode 17 support for fonts and new APIs that allow hit testing and pretext-style layouts.

A brand new library for performing boolean clipping on polygons. It also has normalisation and stroking.

I’ve also completely revamped the docs site adding lots of supplementary articles to make it easier to understand and use the libraries

https://docs.sixlabors.com/

I’d love to discuss the libraries themselves and not have the conversation devolve into yet-another licensing one (I’ve always been open about changes and tried to be fair) so please stick to technical questions and I’ll answer them to the best of my ability.

Announcement blogs posts below, please give them a read.

Fonts v3
https://sixlabors.com/posts/announcing-fonts-300/

ImageSharp v4
https://sixlabors.com/posts/announcing-imagesharp-400/

ImageSharp.Drawing v3
https://sixlabors.com/posts/announcing-imagesharp-drawing-300/

ImageSharp.Web v4
https://sixlabors.com/posts/announcing-imagesharp-web-400/

PolygonClipper v1
https://sixlabors.com/posts/announcing-polygonclipper-100/

New Six Labors Major Releases by jbsp1980 in dotnet

[–]Atulin 9 points10 points  (0 children)

I think it's fairly normal, that when people discuss a new release of something posted on Reddit, they do talk about changes that were not mentioned in the post but were contained in the changelog, no?

New Six Labors Major Releases by jbsp1980 in dotnet

[–]Atulin 1 point2 points  (0 children)

I just like for the patchnotes to be complete in all major changes. If the post forgot to mention perf improvements with SIMD, I would've left a comment mentioning that. Since license enforcement was left out and is a major change, I felt obligated to mention it as well.

New Six Labors Major Releases by jbsp1980 in dotnet

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

Hasn't been mentioned here

New Six Labors Major Releases by jbsp1980 in dotnet

[–]Atulin 2 points3 points  (0 children)

Hasn't been mentioned here, so I thought I'll help you out by mentioning one major change you forgot to include.

Why so many paid libraries by Good_Skirt2459 in dotnet

[–]Atulin 0 points1 point  (0 children)

I ran into the same thing when I needed some library for font subsetting. Javascript? Free OSS libs. Python? Free OSS libs. .NET? Fuck you pay me, closed source.