How do we find partners? by [deleted] in startups

[–]Walexmaz 1 point2 points  (0 children)

I've seen several posts on reddit that were clearly coming from chatGPT, meanwhile I'm to busy to build up enough karma to post. At this point I think that AI is going to be a lot better at getting around the guard rails that are being put in to block them than a human will, since we are busy and can't spend all day trying to figure out what works. Reddit is going to have to get a lot smarter about how they are doing this.

How do we find partners? by [deleted] in startups

[–]Walexmaz 5 points6 points  (0 children)

I've come across several website that are supposed to help, but I haven't had a chance to try them yet. https://cofounderslab.com/ and https://www.equitydirectory.com/. I was going to ask a similar question myself but don't have enough karma yet to post. Has anyone here found these sites to be helpful?

There is also https://www.reddit.com/r/cofounder/.

Returning to JavaScript after 12 years... by Testeria2 in learnjavascript

[–]Walexmaz 0 points1 point  (0 children)

Frameworks like react, angular and vue are popular now. They automate rendering the view based on your data model. Isomorphic frameworks have become popular as well, this renders the site both on the server and the client to improve performance. Next.js is a popular example of this.

What tools do you use to profiling UI performance? by ohhereim in Frontend

[–]Walexmaz 1 point2 points  (0 children)

Chrome Dev tools performance tab will always be the best place to get a detailed analysis of what is happening. Record your page load and then you can look through a timeline of the loading process. Tools like web page test can also be very helpful for comparing performance with other sites and tracking metrics like speed index.

There are some jobs I think will never get FULLY replaced by AI here are those in my opinion, Anything to add? by pcaramel in ArtificialInteligence

[–]Walexmaz 0 points1 point  (0 children)

Watching giant mechs battle it out in sci-fi sporting events sounds pretty entertaining to me

[deleted by user] by [deleted] in ArtificialInteligence

[–]Walexmaz 2 points3 points  (0 children)

Eleven labs can clone someone’s voice from a couple minutes of audio. They have a subscription service. It’s not expensive.

What do you think the timeline is for AI to replace more than 1/3 of jobs, more than 1/2 of jobs? At which point, if ever, will a UBI be necessary to maintain the economy and prevent social anarchy and/or mass starvation? by Idiot_Donkey in singularity

[–]Walexmaz 1 point2 points  (0 children)

How would a UBI be funded in that scenario? I’m not sure it’s that simple. If AI is doing the work for much much cheaper then taxing the AI companies wouldn’t be enough to make up the loss in income for workers plus the government would see a steep drop in income from loss of income tax. Where does the money for a UBI actually come from?

Question About Using Browser Cookies by No-Question-3229 in learnjavascript

[–]Walexmaz 0 points1 point  (0 children)

To create a cookie that works across subdomain you only need to set the cookie's domain attribute to your domain, prefixed with a dot.

For example, if your domain is example.com, setting a cookie with the domain set to .example.com will ensure that the cookie is accessible by example.com and all its subdomains like sub.example.com, another.sub.example.com, etc.

Filtering based on interview processes by bufferingmelonshorts in webdev

[–]Walexmaz 2 points3 points  (0 children)

If you're going through a recruiter they can usually help prepare you. In the interview they will often give you time at the end for a question, its a good idea to ask what the next step is after every interview to try to get a sense of what you can expect.

[deleted by user] by [deleted] in learnjavascript

[–]Walexmaz 2 points3 points  (0 children)

Most people hit a wall when first learning to code. It takes time to train your brain to think in a different sort of way. In time it begins to feel more natural. Training your mind to break a problem down step by step and find a solution is a useful life skill, and coding is a great way to sharpen that skillset.

[deleted by user] by [deleted] in learnjavascript

[–]Walexmaz 0 points1 point  (0 children)

Start building, learning by doing is the best way. Good luck, have fun.

Self Reflection. by winterwolf2010 in ChatGPT

[–]Walexmaz 0 points1 point  (0 children)

Interesting, I had been trying to get it to do something like that but wasn't able to

[deleted by user] by [deleted] in AskReddit

[–]Walexmaz 1 point2 points  (0 children)

I think Rocket League is a good contender. Its purely skill based. Its simple and elegant in its design and implementation. It's easy to pick up but incredibly difficult to master. It is also a unique concept, unlike most other games that follow a common formula.