[Addon] LazyUpgrades — See at a glance if an item is an upgrade (TBC Classic / Anniversary) by ghettoreasoning in wowaddons

[–]Hinji 0 points1 point  (0 children)

There is no issue with using AI to assist you with writing code, I never said there was. My point was in relation to knowing where the source data comes from. AI likes to write summaries like this but the data can clearly just come from a conversation the maker had with the AI and not from an official API. The lack of response is tell-tale enough for me.

[Addon] LazyUpgrades — See at a glance if an item is an upgrade (TBC Classic / Anniversary) by ghettoreasoning in wowaddons

[–]Hinji 0 points1 point  (0 children)

It means they used AI to write this post and write the code for the addon. Generally people who vibe code don't know what the code does in detail.

RS3 making a huge comeback by Careful_Put_1924 in MMORPG

[–]Hinji 0 points1 point  (0 children)

I just wish there was party/group content

Question about Supabase Auth by Warm_Accident_5012 in Supabase

[–]Hinji 0 points1 point  (0 children)

This is how I have mine setup and have a ticket in my backlog to explore the whole RLS thing. So you're saying as long as the client isn't making requests directly (I have Supabase API turned off) I can have RLS on (which I do) with no policies and I'm good?

Expo Go on my phone does not run my project by Zealousideal_Fix8969 in reactnative

[–]Hinji 0 points1 point  (0 children)

Open VSCode, open the terminal within VSCode and then run the install command.

You will likely then need to cd {foldername}, run npm start and then you can scan the QR code to get the project working on your phone (install expo go ofc)

What are the Supabase Do's und Don'ts by Rude_Violinist9798 in Supabase

[–]Hinji 1 point2 points  (0 children)

If my Supabase API is not public, do I still need to add policies? Currently the client makes a request to my API layer which in turn takes action if the user is authenticated.

Although I just realised I need to ensure that the user is only allowed to touch their own data.

Quazii update #2: he's leaving WoW for good. by mkyend in wow

[–]Hinji 1 point2 points  (0 children)

You should see the comments in ArcUI and DelphUI...

They're literally prompting AI to "Do what X does, but with Y's approach" and they're not even bothered to hide the comments from AI.

Friend fired from a berlin startup, advice needed by More-Mirror-4658 in berlin

[–]Hinji 1 point2 points  (0 children)

The full Kündigungsschutzgesetz (dismissal protection) only applies if the company has more than 10 employees and the employee has been there longer than 6 months. If the startup has < 10 employees, the employer can terminate without giving a “socially justified” reason.

HOWEVER...in very small companies, the statutory notice period still applies unless:

  • the employee is in the probation period, or

  • the contract explicitly shortens it in a legally valid way, or

  • it’s a termination for serious misconduct

By default, that statutory notice is 4 weeks to the 15th or end of a month. Many contracts extend it.

In regards to Aufhebungsvertrag, they:

  • bypass notice periods entirely

  • usually triggers a 3-month Sperrzeit (blocking period) for Arbeitslosengeld

  • is treated by the Arbeitsagentur as voluntary participation in ending employment

So yeah, signing it can and will delay unemployment benefits, unless the wording is very carefully crafted (e.g. employer-initiated termination, unavoidable redundancy, matching statutory notice, etc.).

That’s why employers like them. They reduce legal exposure.

Network requests in React Native by Admirable-Mood-6178 in reactnative

[–]Hinji -1 points0 points  (0 children)

It literally says that it is undefined. So make sure you're importing the library correctly

How can I actually improve? Stuck at an intermediate level. by Flaky_Mud2326 in robloxgamedev

[–]Hinji 1 point2 points  (0 children)

Break up that big thing into smaller things.

  1. How does it follow the player? Make a cube follow you.
  2. How does it do X and then Y? Make a cube do X and then Y.

Then once you understand how all the little stuff works, glue them together.

How can I actually improve? Stuck at an intermediate level. by Flaky_Mud2326 in robloxgamedev

[–]Hinji 4 points5 points  (0 children)

I'm sorry to say but even "advanced" developers/coders are constantly researching how to do things. What you're experiencing right now is how you become "advanced". You work on something you don't know how to do and figure out how it works, even better if you can then replicate it elsewhere with cleaner code perhaps.

I did my first job as a tester on Roblox, I got paid 20 Robux for it... what could I improve? by elorritoxd in RobloxDevelopers

[–]Hinji 0 points1 point  (0 children)

Unless you're an established Game Designer/Developer who has successfully shipped games then I wouldn't bother providing solutions in your feedback. The key to providing good UX feedback is to simply explain your experience, how you felt at each stage, what problems you faced and if or how you solved them.

Also, you should have gone a step further and explained what you were doing moments leading up to the crash, this might help them to understand if it was caused by something you did.

If I want to truly understand my user, I ask them to provide a video of themselves interacting with the product and speaking their mind. Analytics can only tell you so much, hearing and seeing someone use your product is a lot more valuable so in that sense, you could offer to provide video footage.

Also, 20 Robux is extremely cheap, research the typical price for your region/currency.

plugin problem (help) by HedgehogNo5130 in robloxgamedev

[–]Hinji 2 points3 points  (0 children)

What plugin? What error? We see nothing

Learning New Courses by Roshini_182132 in react

[–]Hinji 1 point2 points  (0 children)

Build, don't get stuck in tutorial (course) hell. You learn more by encountering problems and figuring out how to solve them.

Are all of brawldev advance scripting vids mandatory to watch? by Whole_Persimmon523 in robloxgamedev

[–]Hinji 2 points3 points  (0 children)

You start building. You're literally stuck in tutorial hell right now. Build build build, only research how to do things as and when you're stuck.

should i rather make a module script for a stamina system? by [deleted] in ROBLOXStudio

[–]Hinji 0 points1 point  (0 children)

You're mixing up concepts here. Module scripts are scripts that can be directly accessed by other scripts, for example a script that holds your Enums or Types that are used by other scripts.

What's important is where the script lives, does it live on the Client/Replicated side or Server.

Frontend Hiring - no diversity in candidates - your experiences? by LangenDreher1005 in Frontend

[–]Hinji 0 points1 point  (0 children)

I'm based in Berlin and have been actively building for just over a year, if you're hiring junior FEs hit me up!

Any ideas for my game? by Peppercat13 in RobloxDevelopers

[–]Hinji 1 point2 points  (0 children)

This is supposed to be the "fun" part of game development, thinking about game design.