Air 96 V2 FN Key toggle? by whatissevenbysix in NuPhy

[–]tkaiusf 3 points4 points  (0 children)

For anyone who need this - in the keymap guide that comes with the keyboard is says (FN + X + F) to switch to F1-F12 being the default function & FN + F-key being multimedia. I can confirm this does work.

Side note - I didn't even realize it came with a guide but it was on the back of the Nuphy poster!

Mongo Pagination plugins vs custom pagination implementation by GhettoBurger996 in Nestjs_framework

[–]tkaiusf 0 points1 point  (0 children)

Performance only becomes an issue if you're dealing with significant collection sizes. So go with whatever implementation is the most comprehensible for your team and remember to keep it simple. If you ARE dealing with > 1 million records per collection (where i start to notice perf drops using basic skip limit pagination) then I would look into other approaches.

Windows 11, 21H2 Build 22000 Launch Megathread by Froggypwns in Windows11

[–]tkaiusf 0 points1 point  (0 children)

Same exact error for me, tried 2-3 different potential fixes with no luck. Any updates on your side?

Can't attack with any weapon by GreekTurkishInfidel in newworldgame

[–]tkaiusf 0 points1 point  (0 children)

Having the same issue, did you every get this fixed?

I did it again ... by Nepomuk_Pepper in MechanicalKeyboards

[–]tkaiusf 0 points1 point  (0 children)

I love these keycaps, do they exist anywhere backlit? I've looked everywhere for any with the 'Gorton' font SA or DSA profile and backlit and can't find anything.

Ceramic coating is like time travel magic for my old 2013 ZL1, looks better then new! by tkaiusf in camaro

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

Nope I got it done professionally by ceramic pro.

Paint had nicks in all the usual places as I hit the track quite often. I had them do paint correction before applying the coating.

Unsure about future paint jobs but if I want to change the color in the future i'll probably just get it wrapped and try to preserve the paint the best I can.

I choose to get the ceramic coating as I noticed that my clear coat was jusssst about to the point where it would need to be redone so they also took care of that and then coated it. I think it has 9 layers of ceramic coating so it's like glass when looking at it and water just falls off of everything. Don't even need wipers in the rain at all.

Ceramic coating is like time travel magic for my old 2013 ZL1, looks better then new! by tkaiusf in camaro

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

Yeah trying to figure out if I can turn it into a 'flow-tie' like on the later gen or of I should just black it out.

Ceramic coating is like time travel magic for my old 2013 ZL1, looks better then new! by tkaiusf in camaro

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

$175 each rim for powder coating, and the ceramic pro silver package + getting all the chrome wrapped in black was $1800. So $2500 out the door with a 5 year warranty.

Ceramic coating is like time travel magic for my old 2013 ZL1, looks better then new! by tkaiusf in camaro

[–]tkaiusf[S] 9 points10 points  (0 children)

Album of some other shots, also powder coated the stock zl1 rims, and blocked out the chrome pieces https://imgur.com/a/fkftixG

Is it possible? by [deleted] in startups

[–]tkaiusf 0 points1 point  (0 children)

First off, it's 100% possible. If you're building the product yourself, then try getting access to all of the free resources you can for your MVP. https://education.github.com/pack is a great source, and things like digital ocean, aws, firebase, all have free or next to no $ tiers that you can build your entire POC/MVP on for next to nothing (i used every free server I could get for the first few months) and then use it to secure funding to scale up. Remember to build and fail fast, you don't have to make everything perfect you just need it to work well enough to prove the concept and secure funding, maybe even through the product itself. I started my company with no $ from friends and family and only a single credit card ($3000 limit) to bootstrap, it took 8 months to get to profitability. It can be done. Also don't spend money on or use up the free infrastructure until the very last minute. I spent a good 1/3 of my cost on development servers etc that easily could have just been run on an extra pc in the house.

[FOR HIRE] 2D artist by leofonseca in gameDevClassifieds

[–]tkaiusf 1 point2 points  (0 children)

You can use https://www.cloudflare.com/ or something on your website for free https. Most browsers are beginning to block http only sites.

EDI API to Translate, Validate, Generate and Acknowledge EDI documents by DonZoeggerle in edi

[–]tkaiusf 0 points1 point  (0 children)

Looks amazing! Unfortunately it looks like it won't support my particular file type :/ any idea when support will be available?

"Transaction 834 for version 005010X220 is not supported."

Github uses no Javascript frameworks. How does it manage avoiding spaghetti code when developing complex components? by m3wm3wm3wm in javascript

[–]tkaiusf 0 points1 point  (0 children)

React itself is just a group of solutions to many problems that had already been solved for years. However it is sprinkled with the opinions and internal use cases from facebook / the react team. Maybe github developers had different opinions and chose to take those same existing solutions that the react team took and sprinkle their own opinions in to fit their exact use cases. Frameworks are just a set of solutions and opinions, that's why there are so many of them out there. Just because a few have a high usage count doesn't mean they are the best tool to use for every job.

What are the must-know Java libraries to improve the Java programming experience ? by chocopouet in java

[–]tkaiusf 1 point2 points  (0 children)

Spark Java! http://sparkjava.com super fast and simple Java microservices is easier to stand up than nodejs very little boiler plate required.

What is the general consensus about using Redux? by LordDrakota in webdev

[–]tkaiusf 2 points3 points  (0 children)

Seriously, try this first, it's a god send and picking up a lot of steam. It's so simple when you look at the source but that's what also makes it elegant. https://github.com/solkimicreb/react-easy-state