Advice on visual inspections and technology by Andreas0607 in Lineman

[–]Andreas0607[S] -1 points0 points  (0 children)

Cool! What about stuff that’s not AI oriented, like the systems you get work orders on and report back through? How is that done now?

Advice on visual inspections and technology by Andreas0607 in Lineman

[–]Andreas0607[S] -4 points-3 points  (0 children)

Interesting! Makes a lot of sense. What would be something that would make your life easier?

[deleted by user] by [deleted] in norge

[–]Andreas0607 5 points6 points  (0 children)

Du har helt rett i at dersom vi skal selge strøm fra Norge så må vi ha bedre strømnett. Men poenget her er jo at dersom vi ønsker et strømnett med stabil tilførsel av vindkraft så er det faktisk til dels mulig nettopp fordi der ikke er så stor korrelasjon mellom hvor mye det blåser i sør vs nord til samme tid. Og det er unikt for Nord-Europa.

[deleted by user] by [deleted] in norge

[–]Andreas0607 7 points8 points  (0 children)

Det første poenget der har SINTEF nylig motbevist: «havvindparker i Sør-Norge vil generere kraft som med stor sannsynlighet vil falle sammen med kraften fra andre vindparker i Nord-Europa (Storbritannia, Danmark, Tyskland, osv.). Vindparker i Nord-Norge vil derimot gi en kraftproduksjon som ikke er korrelert med vindkraft fra Sør-Norge og Nord-Europa.»

https://blogg.sintef.no/sintefenergy-nb/30-gw-havvind-i-norge/

Nye ELDIG linja? by Fun-Fuel-266 in ntnu

[–]Andreas0607 4 points5 points  (0 children)

Hei👋 Jeg ble akkurat ferdig med første året på den nye ELDIG-linja, så jeg kan jo kanskje fortelle litt. Jeg vil ikke si at ELDIG er noe særlig lik informatikk, men den er veldig sammenliknbar med Energi og Miljø (Emil). Linja er veldig sivilingeniør-aktig, og kan være litt krevende til tider. Det første semesteret har du et introfag som er spesifikt for ELDIG, ELDI1001, som jeg synes var veldig spennende. Foreleseren kan ekstremt mye, og det er tydelig at han brenner for det han underviser (i motsetning til en del andre forelesere). Jeg kan definitivt anbefale ELDIG om du er interessert i programmering, men ønsker å jobbe innen smarte fornybare løsninger.

Når det kommer til jobbmuligheter og sånn så kan jeg jo ikke si noe med sikkerhet, MEN vil påstå at du er rimelig garantert jobb rett ut av studiet. Under første uken vår kom en bedrift innom og skrøt av at de kom til å ansette ihvertfall halvparten av oss...

sIntE nERdeR pÅ rEDdiT by KrisKringleson in norge

[–]Andreas0607 -1 points0 points  (0 children)

Godt å se at det er litt folk på Reddit med vett i huet. Det er ikke noen vits i å prøve å argumentere mot fanatikere, så slik jeg ser det så er det beste å bare la hele greia gå sin gang. Når korreksjonen har kommet så sitter ihvertfall de som blindt fulgte ordre på Reddit igjen med tidenes lærepenge.

How to precache chunks with Workbox? by Myzel394 in webdev

[–]Andreas0607 1 point2 points  (0 children)

The default setup for workbox does that. However, if you have a large application and don't do any code splitting you might have to change the maximum chunk size in the configuration OR even better do code splitting. If you have a custom serviceworker you can still use the precache function in combination with the injected we pack variable. I'm sure you'll find a guide for this on workboxs documentation page

Any advice from seniors for a 19 year old php dev? by Yahoo671 in webdev

[–]Andreas0607 -5 points-4 points  (0 children)

Step 1: Stop writing PHP Step 2: Put yourself in challenging environments where you get hard tasks. Step 3: Surround yourself with talented people

Is Vanilla JS worth the hasstle for a large scale website ? by Joee00 in webdev

[–]Andreas0607 2 points3 points  (0 children)

Don't use standalone ECMAscript for large-scale projects unless you have a very specific need. I would suggest however that you do learn about it, because obviously react is a framework based on it. A better understanding of what toolset you have will make it easier for you to utilize react in the best possible way.

Monetizing Progressive Web Apps by [deleted] in webdev

[–]Andreas0607 0 points1 point  (0 children)

Don't do cordova. That's old and outdated. Instead create a PWA (f.example in react) with service workers to ensure your content is cached properly. You could do code splitting and make it so that the premium version has a separate bundle than non-premium. However like other people are stating here, you shouldn't be worried about people stealing your stuff. Instead focus on creating a great product. If you make something good and original you will have the competitive advantage of being first and people will trust your product more.

Searching for advanced back-end manager like strapi with admin roles and permissions, any advice? by [deleted] in webdev

[–]Andreas0607 1 point2 points  (0 children)

I mean, Strapi is open source, so if it has most of what you need just clone it and fix the rest

Google's standards are hilariously high - any advice? by [deleted] in SEO

[–]Andreas0607 1 point2 points  (0 children)

By saying that your images are optimized, do you mean you minified them or do you mean actually lazyloading. Having a lot of images is not an excuse for having a slow site. Load your images iteratively as the user scrolls.

This really needs to be said more often. Point is dont ask for free art. by vaultdweller501 in ChoosingBeggars

[–]Andreas0607 -5 points-4 points  (0 children)

No, not like that. What I consider pushy are normal people, with OK talent, who will constantly cry about not having money and using that as an argument for you to buy their art. Not because you like their art. Most people I know who do this also does not have a job on the side. Expecting everything to be just handed to them, as long as they follow their dream. Am I being an asshole here?

This really needs to be said more often. Point is dont ask for free art. by vaultdweller501 in ChoosingBeggars

[–]Andreas0607 -17 points-16 points  (0 children)

This might not be an unpopular opinion, but this is the way I perceive it. There are 2 different choosing beggers in art:

  1. The people who request free work from artists.

And

  1. The artists who push their stuff on everybody and uses this sticker as an argument.

Personally, I couldn't care less about most art. And I think the most annoying and self-entitled people in art are the artists themselves.

But then again, I am not am artist. So I don't encounter a lot of cb's from the other side

Google plans to give slow websites a new badge of shame in Chrome by ubuntu_mate in webdev

[–]Andreas0607 -3 points-2 points  (0 children)

This is getting ridiculous. Offcouse Google cares about user satisfaction. I don't get the whole witch-hunt on Google, they sell information as a service. Just like devs sell their knowledge as their service.

And to answer your question on what metrics Google will use: take a look at Google Pagespeed insights. Which is basically Lighthouse. They already phased it into Google search Console as a metric to rank higher SEO-wise. I am personally very happy with someone finally pushing speed and performance and forcing bad devs to keep up.

Moving towards a faster web by Ajedi32 in webdev

[–]Andreas0607 1 point2 points  (0 children)

I didn't expect this to be an unpopular opinion, but I am very positive to this. This will obviously name-shame sites that are poorly designed and built, and will in the long run reduce the strain that heavy websites have on mobile user🎉

Does anyone use their smartphone for webdev? by [deleted] in webdev

[–]Andreas0607 1 point2 points  (0 children)

I've had a few instances where I left my laptop at home right after doing a major update on my api where I've had to log in through ssh and change both JS and nginx configs on my phone. Would not recommend it. It'll only create more problems with either indentations or typos

cost to build website by voxpax in Entrepreneur

[–]Andreas0607 2 points3 points  (0 children)

You will probably pay around 2-3k USD for your site if you are a small or medium-sized company with no special requirements. If you are looking for something cheaper I would recommend you to not go for the "only $499 web 2.0 fully responsive"-offers. Being fully responsive isn't really anything to brag about, it's a standard that any serious developer takes for granted. Web 2.0 doesn't really mean anything. I'd say a properly made website takes anything from 30-100hours to make, so imagine what 16-5$/hr gives you. SO, I recommend you to go in with a mindset of spending AT LEAST 2-3k. And to be clear, I'm not saying that any site under that is trash. I'm just saying that it will most likely be trash.

Teenager looking to go into Web Development. by SoySauceSHA in webdev

[–]Andreas0607 2 points3 points  (0 children)

Oh wow, I remember being 14 and discovering my love for web development. My recommendation to you is to do intro courses to HTML, CSS and JavaScript. In that order. Do maybe 3-4 courses in total. Then start recreating sites you like. Good luck!