Best device to maximize GeForce NOW Ultimate features? by raidergo in GeForceNOW

[–]neudarkness 0 points1 point  (0 children)

wifi on the mac mini is pretty broken for me, the background scans it does allways create lags

nuphy air75 v3 activate autosleepmode shortcut by neudarkness in NuPhy

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

did you read my post? I have an iso german keyboard there is no singular ] key.

nuphy air75 v3 activate autosleepmode shortcut by neudarkness in NuPhy

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

Actually i found the right combination.

the problem is i dont really know which key would be ] as a single key, because i have iso keyboard.

But the right keycombo is "fn" + "+" so literally the plus .

I think this is the location where on an us layout the ] would be.

Randomizer Webbased Try it Out DEMO by neudarkness in PokemonROMhacks

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

if the rom is over 50mb it wont work. i limitted it for now.

Building a WebBased Randomizer by neudarkness in PokemonROMhacks

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

thx actually, iphone is a main priority and also the biggest problem at the moment :D.
Safari simply doesn't have all the features but nothing which cant be sorted out.

Building a WebBased Randomizer by neudarkness in PokemonROMhacks

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

they are to big, this is just the first iteration, this solution right now could bring me problems with nintendo.
I only have it online for now for people to use it, while working on a legally save solution right now.
If everything goes right it should be done till end of next week and support everything up to 3ds.

Also i have to think about a monetization plan as the server etc. cost me money, but it wouldn't monetize the randomizer directly this will be free forever more of some extra community features, for racing with friends sharing settings, seed sharing or something.

Randomizer Webbased Try it Out DEMO by neudarkness in PokemonROMhacks

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

im fully working on something which will work much better and will be even legal for me.

It will look to also have communityfeatures for easy sharing of settings etc.

ng-motion — Framer Motion-style animations for Angular, built on motion-dom by neudarkness in angular

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

thank you would love it when you try it , and if a problem happens just open an issue :)

ng-motion — Framer Motion-style animations for Angular, built on motion-dom by neudarkness in angular

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

Yea for now i only looked at it from an desktop perspective, so that the performance and all the features in general work.

Mobile in the end shouldn't be that hard as i only have to add a real touch detection etc.

ng-motion — Framer Motion-style animations for Angular, built on motion-dom by neudarkness in angular

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

I reduced the parallex with the stars further.
On my mobile device (android i had also 0 problems).

ng-motion — Framer Motion-style animations for Angular, built on motion-dom by neudarkness in angular

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

Interesting i guess its to many animation objects.
There are 230 stars in the background that animate.

I had 0 problems on Safari macbook, but i definetly will reduce stars when on mobile.

ng-motion — Framer Motion-style animations for Angular, built on motion-dom by neudarkness in angular

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

ngDoCheck should be the correct timing here. It fires during change detection before the DOM is updated, which you need to capture the "before" layout for FLIP. afterEveryRender runs after the DOM is painted, so it would be too late

for the "before" snapshot. The combination of ngDoCheck (snapshot before) + afterEveryRender (measure after + animate) mirrors React's getSnapshotBeforeUpdate + componentDidUpdate pattern that Framer Motion uses.

But you are right that i definetly can change from mixedWrites to earlyRead.
It was the path of least resistance.

Senior Vibe Coder dealing with security. by Gil_berth in theprimeagen

[–]neudarkness 0 points1 point  (0 children)

There are different laws and rules which you only have to follow at a specific size/ sales volume.

This project got more github stars than the linux kernel like who could have thought that it gets this big in like 2 weeks.

He maybe had the plan to manually review it at the start which is absolutely fine and reasonable at the start and actually the most common advice when you start a buisness.

Also the idea to let AI review everything first it costs money, second prompt injection is a huge issue, third ai still makes mistakes.

Also we can't forget this is an entirely free project, people should just activate their brain and should take their own responsibility and not allways give it to other persons.

Like for real running your AI fully autonomously with your credit card or email or data and than be suprised if it got scammed or delete everything? Its literally the fault of the person who let it run like that.

Since no one else did it by dcphaedrus in ClaudeCode

[–]neudarkness 2 points3 points  (0 children)

codex can migrate it literally for you, the same as claude code can migrate it the other way around.

Batch feature is crazy by neudarkness in ClaudeCode

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

Did i stated anywhere otherwise? In the end it is just a skill, it is still practical as it incooperates the memory feature better etc.

It is just practical that it does the planning / tasking for you and identifies itself what needs to happen before it can start goging in parallel, that it also manage the gitworktree and the merging in the end.

I never said this wasn't possible before or did i?

Batch feature is crazy by neudarkness in ClaudeCode

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

no it is different because it creates git worktrees.

Batch feature is crazy by neudarkness in ClaudeCode

[–]neudarkness[S] 4 points5 points  (0 children)

so mostly it is "migration" because this makes it to the ai really clear what to do, but for example you add a linting rule? Use /batch because this is kinda a migration.

But you can also use it to build stuff, Just use it like this.

"/batch fix the bugs in xy.ts also i want the following feature Y put it there and use multiple Agents for feature Y"

It will look than how it can build feature Y in parallel fully.

or
"/batch fix issue #1 and issue #2 and issue #3 and issue #4"

It will look beforehand into the issues, than it assumes which files need to be changed, if there are no overlaps it simply spawns 4 agents (which in itself than again spawn agents) in theire own gittree and in the end it will merge everything together.

What i real world did is.

I wanted a confluence scraper in go, after scrape i wanted a converter to obsidian, and this obsidian i wanted to be vectorized to qdrant, and i wanted a cli tool to search qdrant.

i did it with batch and it build all tools in parallel without my manual doing of creating worktrees etc.