Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TE
terrapin @lemmy.world
Posts 3
Comments 8

doot doot

9

Have you tried getting down?

6

Stand up

24
What is the difference between a regular app and a web app? Does iOS have WebApps or is just an Android thing?
  • Web apps allow for greater cross system support since they can be utilized on any system that has a browser and access to the internet. Another benefit is that none of the code is hosted on your local system (except the client side which is served to you in the browser). Web apps don’t necessarily lose any functionality, it just depends on the goal of the application. Web apps still have server side (remote) applications that serve the web app to your browser and which can perform the lower level functionality on the host system.

  • It’s morally correct
  • The community sizes here at the current time definitely allow for more user to user interaction. It’s much harder for your voice to get lost in an overwhelming sea of useless comments as it tends to in the larger Reddit subs.

  • Startups are using remote work to attract talent; report: 81% of companies with fewer than 5K employees offer remote work vs. 26% for those with 25K+ employees
  • I will never again accept a job that isn’t 100% remote. My main gig has about 50 devs, we all used to commute to the office everyday in a high COL city. My commute would sometimes take 90 minutes each way, and I only lived around 15 miles away. We’ve been 100% remote since March 2020 and our overall productivity has gone up by 20%, which isn’t surprising considering the commute alone sucked the life out of all of us.

  • Best AI code generation plugin?
  • I second the GitHub copilot opinion. It’s the closest thing to what you’re looking for, and it’s also powered by ChatGPT. I’ve been using it for a few months just to try it out and it’s increased my productivity by maybe 20%. I use it mostly with node.js/typescript in vs code and it works great. I also have it integrated with visual studio for some .NET core apps but it doesn’t work as well for c#. It makes it easy to write the simple and repetitive functions so you can focus more on the business logic.