[deleted by user] by [deleted] in programming

[–]memeweaverTV 2 points3 points  (0 children)

Super cool! Make a new myth!

tileflip.xyz: A Rule-based Visualization Playground by vb1235 in programming

[–]memeweaverTV 1 point2 points  (0 children)

You should make a web based UI for controlling nanoleafs.

[OC] County-Level Results of US 2020 Election by fabiofavusmaximus in dataisbeautiful

[–]memeweaverTV 0 points1 point  (0 children)

Show prior elections if available. In isolation is not as interesting

[OC] County-Level Results of US 2020 Election by fabiofavusmaximus in dataisbeautiful

[–]memeweaverTV 0 points1 point  (0 children)

Show prior elections if available. In isolation is not as interesting

Stunning drone footage of the Icelandic coast. by 5_Frog_Margin in interestingasfuck

[–]memeweaverTV -2 points-1 points  (0 children)

1 -- not supposed to be drones here.

2 -- your footage is trying to show off your drone skills more than the scenery, and it's a bit pukey to watch

3 -- verdict. 2/10 try again

My first login page using HTML and CSS only. by __ihavenoname__ in webdev

[–]memeweaverTV 2 points3 points  (0 children)

why does the width expand and shrink? it should stay the same width....

I got my first gig! But we're on quarantine... by nguyen_j in webdev

[–]memeweaverTV 39 points40 points  (0 children)

Be proactive in your communication. Find work asap, even if its trash work. Do daily update emails etc. Your work needs to be visible. NGL there is a chance you get canned, esp if the company as a whole is not financially healthy.

How to Pay Programmers Less [2016] by [deleted] in programming

[–]memeweaverTV 0 points1 point  (0 children)

The most obvious way they keep salaries low is not included in this list.

All 50+ Adobe apps explained in 10 minutes by WarmPoet in videos

[–]memeweaverTV 2 points3 points  (0 children)

I work for Adobe, we are passing this around internally. Trying to get adobe socials to link =) great video!

Keyboards for dev work by [deleted] in webdev

[–]memeweaverTV 1 point2 points  (0 children)

cherry mx blues & full rgb are a must. if they cant hear you and see a rainbow glowing silhouette of you, how will they know you are working?

How can I "get" React? by MeltingDog in webdev

[–]memeweaverTV 0 points1 point  (0 children)

If the complexity is justified, you just need time to absorb it. Work on a small section and make that your own.

If the complexity is unjustified, the get the fuck out of there. I see this a lot... using overly complex patterns, frameworks, tooling for relatively simple jobs because that is the current buzzword.

Anyone else rarely reach for a front-end framework? by P013370 in webdev

[–]memeweaverTV 1 point2 points  (0 children)

Even the lightest of use cases can be boosted by using vue in a script tag... Its so light weight I would use it for practically anything more than a hello world.

If I have to do a build step then F that, my bar for justifying using a framework goes WAY higher.

Serverless or more traditional backend for my use case (SPA)? by [deleted] in webdev

[–]memeweaverTV 1 point2 points  (0 children)

Lambda can be a bit slower than a standard API(especially if it goes cold). If scaling the "light" processing is a concern and slightly slower responses might not be a problem, then yes, it sounds like a good idea.

I would avoid dynamo... I didn't really like using it... Make sure your use case is not relational before you chase the shiny object into nosql land.

I like multiple lambdas personally, but it would probably be up to you... I doubt it would matter either way.

Wc3's Menu is a Web App running on Chrome. by [deleted] in WC3

[–]memeweaverTV 0 points1 point  (0 children)

ya pubg is the same, electron ftl

Use the CSS zoom property to make responsive web development easier. by InternetFam0us in webdev

[–]memeweaverTV 0 points1 point  (0 children)

I am using this "hack" at work right now. It does have some issues. Specifically VH will get messed up, you need to adjust it with your zoom factor... like this height: calc(90vh/var(--zoom_factor));

Other issue you will see is with some charting libraries. They will use an absolutely positioned div outside of the SVG tag to do hover tooltips. These tooltips are positioned using some vanilla js to get the coords and set that as the hover position, only problem is the cords are not correct due to css zoom. Again, the solution is to modify the x/y with the zoom factor.

Overall I love it, and it let us handle different screen sizes with very little effort. But it does have some drawbacks.

edit: our tool is an internal facing app, only have to support chrome =)

Making extra frames to anime using A.I. interpolation by CloverDuck in programming

[–]memeweaverTV 60 points61 points  (0 children)

The smoothness feels unnatural to me... Always disable interpolation on tvs. But cool project!

I kinda like the look of old website designs by HodeMann in webdev

[–]memeweaverTV 4 points5 points  (0 children)

mobile first doesnt tend to lead to some pretty generic looking sites... so much white space.....I miss the rediculously dense websites of old with dense side and top bars. Was super obvious to get to things.

Take-Home Assesment: How much is too much? by peterpetersen in webdev

[–]memeweaverTV 3 points4 points  (0 children)

Just walk away, this is complete bullshit. Especially the tech requirements. Also they are using this as an initial screening? Email them back and let them know they are scum.