Is this a closed source product?
HN user
derkoe
There are some 900% raises in pricing for GitHub Copilot premium requests for the annual plans that won't get converted to token-based usage.
Sonnet 4.6 from 1x to 9x, Opus 4.6 from 3x to 27x (holy moly)
They will also change the business and enterprise plans to token based: https://www.wheresyoured.at/news-microsoft-to-shift-github-c...
This shows a new open source VSCode extension called Stagewise that allows changing UIs directly in the app by selecting an element and adding a prompt: https://stagewise.io/
I've tried it with one of my apps and it works quite well.
I guess there are currently three decent alternatives: - Astro - React Router 7 (former Remix) - Tanstack Start
Astro has more focus on content based sites whereas the other two may also be used for web apps.
I guess Tanstack Start is also a very good alternative to check out https://tanstack.com/start/latest
Most heat pumps fall back to electric heating when it's too cold. So, on these few days you will need the same amount of electricity a typical electric heating will need.
Just tried it and it's really fast. Have to run some benchmarking...
Helidon seems to have really little adoption. Anybody using it in production? What's your experience?
One of the most common web frameworks used is Spring Boot - here is their quickstart: https://spring.io/quickstart
Newer alternatives are: https://micronaut.io/ and https://quarkus.io/
If you want to have something really simple look at Javalin: https://javalin.io/
Seems like someone has already done that: https://github.com/withastro/astro.build/pull/730
The issue seems to be resolved now
It seems to work around 25% of the time - seems like some mirrors have not all the files. It's quite strange that the same IP returns the file and then doesn't.
wget https://nodejs.org/dist/v18.14.2/node-v18.14.2-linux-x64.tar.gz
--2023-03-16 17:04:03-- https://nodejs.org/dist/v18.14.2/node-v18.14.2-linux-x64.tar.gz
Resolving nodejs.org (nodejs.org)... 104.20.23.46, 104.20.22.46, 2606:4700:10::6814:162e, ...
Connecting to nodejs.org (nodejs.org)|104.20.23.46|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-03-16 17:04:04 ERROR 404: Not Found.
wget https://nodejs.org/dist/v18.14.2/node-v18.14.2-linux-x64.tar.gz
--2023-03-16 17:04:46-- https://nodejs.org/dist/v18.14.2/node-v18.14.2-linux-x64.tar.gz
Resolving nodejs.org (nodejs.org)... 104.20.23.46, 104.20.22.46, 2606:4700:10::6814:162e, ...
Connecting to nodejs.org (nodejs.org)|104.20.23.46|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 44201520 (42M) [application/gzip]
Saving to: ‘node-v18.14.2-linux-x64.tar.gz.4’
node-v18.14.2-linux-x64.tar.gz.4 19%[=====================>The C4 model (https://c4model.com/) is great for architecture diagrams. You can use different tools to generate them. Here are the ones I've been using:
- https://github.com/plantuml-stdlib/C4-PlantUML - https://structurizr.com/ (by Simon Brown, the creator of the C4 model)
https://impress.js.org/ uses this extensively to create impressive presentations.
Oh yes it's pretty hard to type on a German keyboard as well. In most editors you will need two keystrokes.
Seems like someone's CI is going mad.
Just found out that Theo already saw this on Nov 22: https://twitter.com/t3dotgg/status/1594949616600256512
Would be interesting to hear from NPM about this.
Red Hat makes things worse for paying customers to sell more subscriptions which will fail in the end.
One example for this is their UBI (universal base image) which should be used to build RHEL containers. The image is "free to use" and therefore they removed lots of packages from the included repos. Many packages cannot be installed - with the current version 9 they removed even more packages. This is really frustrating and time consuming.
My recommendation: use Alma or Rocky Linuxes as an alternative
Yes this is happening and In think this was intentional.
I think this will just lead to more companies switching to alternatives like Podman Desktop or Rancher Desktop.
Great article but the resumable framework is called Qwik not Quik: https://qwik.builder.io/
Just saw this video where a similar platform is introduced https://youtu.be/Abdp_BnRIx0 This is the website https://kustodian.io/
It has more features including onboarding, access control, etc
It depends. Azure Static Webapps + Azure Storage (tables, queues and blob) for simple js web applications. Fly.io for things that need more complex environment.
Yes, but the outlook web version is quite usable
Just wanted to write exactly the same. Get a kid and you'll wake up consistently at 05:30
Currently the best one I know of is https://github.com/anchore/syft. It finds most dependencies even within built artifacts.
You can also check out the comments in https://news.ycombinator.com/item?id=32104805 - the release announcement of Salus (Microsoft)
https://github.com/anchore/syft is an easier to use alternative. Just point it at a container image, path or archive and it will generate the SBOM for you.
Salus seems to be more flexible - you can also feed the sources and the package manager files into it. I guess the results could be more accurate.
+1 for Renovate - it has support for more languages/ecosystems, it is more configurable and it is fully open source.
Anyway, this kind of attack would also work with Renovate but you could create a good company-wide config to prevent this.
Seems to be up again - but there are still some performance issues. The main page was down for approximately 15 minutes
https://derkoe.dev Really simple and just a few blog posts
Can confirm that. Our heat pump (cheap all-in-one, 8 years old) works down to -10°C (14°F) without issues. Modern ones work down to -20°C (-4°F). Water based heat pumps work with any outside temperature. In any case a heat pump is the cheapest way to heat a building.
Please don't use any of these. Use scoop - it just works https://github.com/ScoopInstaller/scoop No admin needed for almost all packages, "scoop update *" to update your system, authoring packages is very easy.