Several battery factories that were planned in Norway have scaled down their plans or have been cancelled due to the much better incentives in the IRA.
HN user
vlangber
Proventus AS | Onsite | Oslo, Norway | Full-time | Full Stack developer (React/.Net Core)
Proventus is the company behind the Headless CMS & E-commerce solution Relatude (https://relatude.com). Relatude is a unique content platform with deep support for two-way relations between content objects (Content Graph). This combined with a superfast core engine gives it a much wider usage area than "just" publishing content to a website.
We are looking for both junior and senior full stack developers, preferably with experience in .Net and Javascript, but we also consider candidates with experience in other technologies.
Your tasks will include: - Help improve our AI functionality, like semantic search, image manipulation and text analysis.
- Help implementation partners and customers to develop advanced websites and E-commerce solutions using Relatude software.
- Help other departments in Proventus in various .Net and web projects.
- Cooperate closely with the Relatude core team
You need to speak Norwegian and English.
Interested? Feel free to send us an email to: post [at] proventus [dot] no or read more about the position and apply here: https://www.finn.no/job/fulltime/ad.html?finnkode=300743080
I haven't found any good laptops from Dell, Lenovo or Microsoft that combined the features I want. I want a "desktop-replacement" CPU, good cooling and without GPU. There are quite a few gaming laptops that fit the bill, except the unnecessary GPU and high price (and ugly styling).
Very strange. The Norwegian version of AAA just tested lots of different EVs in winter conditions. Most cars lost 10-25%.The link below is in Norwegian, but the results table should be easy to understand:
https://www.motor.no/aktuelt/motors-store-vintertest-av-rekk...
Anandtech compared DDR4 and DDR5 performance in their Alder Lake review:
https://www.anandtech.com/show/17047/the-intel-12th-gen-core...
That includes PHEV. The August record is pure BEV.
There are 1 million leisure boats in Norway, with 5,4m inhabitants. So not exactly just for a very, very small minority..
Not according to https://en.m.wikipedia.org/wiki/Global_Social_Mobility_Index
I live in Norway, but I don't have any axe to grind with anyone. I work in the IT industry, but I'm not in the consulting business. As you probably know, Bekk has a very good reputation in Norway, and I know several people who works there now, or has worked there in the past. I do use Vy trains for my commute, and I'm not super happy with the service, but that's not my motivation for my comments.
It is more a concern regarding how the tax I'm paying is used. I understand that people are happy with Elm today. But how will it be in 5 years? Given the small Elm community, will it still be up to date then? Will it be easy to recruit then?
I know of other publicly funded projects in Norway where they ended up using non-mainstream languages, and where it became a problem in the long-term.
I would think most people on Hackernews are familiar with Typescript, but some of the benefits from the top of my head:
- Better tooling - Easier to work with existing javascript code - Superset of javascript - Larger community and ecosystem - More developers are familiar with it - Easy Server Side Rendering
I would argue that Typescript and React or Vue would have been a better solution for the customer. Yes, Elm might be better in some aspects, but I could name quite a few benefits for Typescript as well.
I think the technical reasoning is okayish, but from a business perspective I don't think the customer made a good choice.
With 0.2% of the jobs available in Norway mentioning Elm, and even if some of the companies using Elm might not state it in the job listing, I would say it is a fringe language here.
And I'm not debating what's possible technically, but if it was a wise business decision by the customer to choose Elm. Based on the popularity in Norway in 2017, today and what it likely will be in the future, I think they should have made a different choice.
I don't agree, but I hope the project is successful in the long run as well! I guess time will tell..
I think there is a clear distinction between languages and frameworks.
But again, what are the clear benefits for the customer of choosing Elm compared to the more popular choices in the market, given the (IMO significant) drawbacks of a niche language?
This is exactly what I was trying to say without being that direct.. :-)
Personally, I would love to spend some time learning Elm. My point is not about Elm itself, but how smart it is to choose Elm for a project in 2019, at least in Norway.
There are 546 developer job listings on finn.no. One of them mention Elm.. Typescript get 39 mentions. C# 118. Java 121. Javascript 131.
I don't doubt that you can learn Elm quickly. But how many good developers want to use what might be an obscure technology in a few years.
From the Study of Programming Languages Not to Learn in 2019: "the five languages not to learn in 2019 are Elm, CoffeeScript, Erlang, Lua, and Perl."
I wonder how involved the customer was in the choice of technology. I think the long term costs of choosing Elm will be higher than any perceived gain during the initial development period.
The number of developers with Elm experience in Norway is small, and I think it will make it harder to attract good consultants that want to work on it.
A recent change now require foreign applicants to have a US attorney: https://www.uspto.gov/trademark/laws-regulations/trademark-r... According to one of the spam emails we have received, the new rules went into effect Aug. 3rd 2019.
OrientDb is a multimodel db with graph support, so it seems pretty similar.
Or give both Youtube and Google ownership of the affected code, and let them develop separately from the split.
I might have a different perspective since I live in Norway. Amazon is not as dominating here as in the US.
Sure, but those issues can be solved, both short-term and long-term.
I think the most obvious candidate is to split Google and Youtube.
Global Foundries have dropped 7nm.. https://www.anandtech.com/show/13277/globalfoundries-stops-a...
We had planned to develop a Saas solution based on Azure, but the App Service and sql pricing have forced us to drop it.
We love Azure, and we would like to use it for all our web projects, but it is hard to justify it with the current pricing.
The latest update to VS2015 fixes a lot of the performance issues for C#.
I'm not quite sure what he meant, but it is common to push data from a CMS to a search engine. Note that most "real" CMSs have a built-in search engine, so the data is pushed automatically. Most seem to use Lucene/SOLR or Elasticsearch.
Why not put it in the search engine to start with? So the editors can edit the content. And the search engine is rarely the master of the data.
There are CMSs that can expose the content via a simple API.
Another important distinction between CMSs are those provide full templating system (Wordpress etc) and those that control the request, but don't put any restrictions on how the html is generated. You use standard .net/java/javascript to generate the template based on data from the CMS. Two completely different approaches.