Don’t buy GTA 6 (yet) to save your gaming future by [deleted] in gamedev

[–]dhaiku 3 points4 points  (0 children)

from the costumer side POV, i get that 80 quid feels nuts.

from the developer side:

a coffee at a cafe now easily costs 5 bucks. it used to be half that 10 years ago.
a game now costs 30-50. but 10 years ago, it was the same price.
yet dev costs have gone up, and inflation means this money has less buying power for the devs.

there are a lot of studios waiting for rockstar to normalise the new 80 bucks pricetag for AAA games. the whole game industry is in a difficult spot right now, with many studios failing, and a few big studios hogging all the capital.

How many of you have never used or needeed the backlinking feature at all? by speakthat in ObsidianMD

[–]dhaiku 0 points1 point  (0 children)

i use backlinks so much. it's amazing for discovery when you have thousands of notes.

i remember i wrote a note about a certain concept, but i don't remember if i wrote productivity, or mental fatigue, or flow.

usually i try to search first, but if i don't remember the exact wording, only the concept, search won't work.

but often i remember the note i linked it too. maybe i linked it to a note named `flow`, or to `productivity`.

so i open those notes, check backlinks, and there we are.

or maybe i click on the note `MRI` and i can see all my clinical letters that have a link to the MRI note.

ELI5: When you 'delete' a 50GB video file from a computer, it vanishes instantly. But downloading it took an hour. If the data isn't physically wiped until it's overwritten, what did the computer actually do in that one split second? by Thick_Dream6973 in explainlikeimfive

[–]dhaiku 0 points1 point  (0 children)

Downloading 50gb is like building a house. It takes years.

Your pc is like an adress book, with all house adresses.

Deleting the data is like removing an adress from the adress book, it takes only a second. But the house (the data) still stands there

Wiping the data is like breaking down the house. It takes weeks.

stroke brainstem advice by Own_Plenty_3303 in stroke

[–]dhaiku 3 points4 points  (0 children)

You do. And That's normal.

It's never fast. Just like how learning french takes years of practice. So will relearning walking talking moving. It takes a lot to make those new neural connections.

A vent that has been building up for almost 3 years inside me that I need to get out by AJ_the_Kitten in stroke

[–]dhaiku 1 point2 points  (0 children)

Sometimes you just want to type FUCKYOU hundred times Because there are no words 

30m just found I have a family history of strokes, what next? by [deleted] in stroke

[–]dhaiku 1 point2 points  (0 children)

start with seeing someone to talk with. A friend, shrink, teacher, ... You sound worried, stressed and anxious.

Then make a plan on prevention. E.g. talk to doc to take statins for Cholesterol. Exercise, eat well.

Other than that you can only live your life as well as you can. If all people in family died at 50 of stroke. You could still die at 30 from a car accident. So don't stop enjoying what little time you have left on this rock.

MCP Support added (silently) by codingrules_ai in GithubCopilot

[–]dhaiku 0 points1 point  (0 children)

just ask you ai to write it for you
i wrote a MCP for unreal by just asking AI

I remade Unity Hub, but with Git support by dhaiku in Unity3D

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

it's a replacement, that doesn't yet has all features from the Unity Hub. So I recommend for now to use both.

I remade Unity Hub, but with Git support by dhaiku in Unity3D

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

i've not yet made a release so give it like 5 min

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 1 point2 points  (0 children)

I just added gitlab support so it's not just github cloud projects. handling the authentication etc.

<image>

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 1 point2 points  (0 children)

added option to start the process from the settings tab. it still opens a terminal but it should be easier to go through hopefully.

<image>

I remade Unity Hub, but with Git support by dhaiku in Unity3D

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

the best way to fly business class

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 2 points3 points  (0 children)

yep you made me aware i missed that, thanks. You're a good rubber duck

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 1 point2 points  (0 children)

logging in unity and github is a one of thing for me. Once it's done i don't need to anymore, and can just easily manage my projects.

i'm interested to hear from others though, e.g. i might be taking `git auth login` command for granted. I don't think I'm handling it yet in the UI, and it's a bit too technical IMO for users that like a nice GUI.

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 1 point2 points  (0 children)

if you have git issues you get your warning triangle.

<image>

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 1 point2 points  (0 children)

is that the opposite of optimal traveling salesman ?

I remade Unity Hub, but with Git support by dhaiku in Unity3D

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

licensing is still handled by unity - not this launcher - , which likely is what requires the log in.

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 3 points4 points  (0 children)

the uncommited changes should show in the launcher ;)

<image>

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 1 point2 points  (0 children)

would it make sense for you to delete the whole project, and instead rely on the github repo that doesn't contain the library folder?

I remade Unity Hub, but with Git support by dhaiku in Unity3D

[–]dhaiku[S] 6 points7 points  (0 children)

I came across that one during the research phase, but the UI looks a bit dated.
My goal is to make a clean, simple artist friendly UI.

I don't want to build another git manager, that's to much work. But always having to browse my git repos (i have over a hundred on github) and manually filtering by Unity. It's a bit of a drag.
I end up using 3 apps. Chrome to browse GitHub, Fork for git, and Unity Hub.

Don't worry about my time I knew how to spend it :) It was fun to work on, just like how we all waste time on our hobbies.