HackerTrans
TopNewTrendsCommentsPastAskShowJobs

derkoe

no profile record

Submissions

Model multipliers for annual plans staying on request-based billing

docs.github.com
3 points·by derkoe·2개월 전·1 comments

The Rise of "Visual Vibe Coding"

ainativedev.io
2 points·by derkoe·작년·1 comments

[untitled]

1 points·by derkoe·작년·0 comments

[untitled]

1 points·by derkoe·2년 전·0 comments

Software – It's not what you think it is

ufried.com
2 points·by derkoe·2년 전·0 comments

Helidon 4 released (featuring Java virtual threads)

medium.com
2 points·by derkoe·3년 전·2 comments

Zoominfo sells data to Oracle (with opt-out)

oracle-zoominfo-notice.com
12 points·by derkoe·3년 전·1 comments

Runtastic fires a third of its employees

derstandard.at
1 points·by derkoe·3년 전·0 comments

Node.js Downloads Return Mostly 404

nodejs.org
2 points·by derkoe·3년 전·2 comments

Is China About to Destroy Encryption as We Know It?

defenseone.com
3 points·by derkoe·3년 전·0 comments

Teaching Kids to Program with Hedy: A Gradual Programming Language [video]

youtube.com
1 points·by derkoe·3년 전·0 comments

[untitled]

1 points·by derkoe·4년 전·0 comments

What happened to Svelte project on NPM?

old.reddit.com
1 points·by derkoe·4년 전·1 comments

SpiderLightning – A Cloud System Interface with WebAssembly

deislabs.io
3 points·by derkoe·4년 전·0 comments

comments

derkoe
·2개월 전·discuss
Is this a closed source product?
derkoe
·2개월 전·discuss
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)
derkoe
·3개월 전·discuss
They will also change the business and enterprise plans to token based: https://www.wheresyoured.at/news-microsoft-to-shift-github-c...
derkoe
·작년·discuss
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.
derkoe
·작년·discuss
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.
derkoe
·작년·discuss
I guess Tanstack Start is also a very good alternative to check out https://tanstack.com/start/latest
derkoe
·2년 전·discuss
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.
derkoe
·3년 전·discuss
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?
derkoe
·3년 전·discuss
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/
derkoe
·3년 전·discuss
Seems like someone has already done that: https://github.com/withastro/astro.build/pull/730
derkoe
·3년 전·discuss
The issue seems to be resolved now
derkoe
·3년 전·discuss
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%[=====================>
derkoe
·4년 전·discuss
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)
derkoe
·4년 전·discuss
https://impress.js.org/ uses this extensively to create impressive presentations.
derkoe
·4년 전·discuss
Oh yes it's pretty hard to type on a German keyboard as well. In most editors you will need two keystrokes.
derkoe
·4년 전·discuss
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.
derkoe
·4년 전·discuss
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
derkoe
·6년 전·discuss
Linda Rising: Thinking Fast and Slow https://youtu.be/XjbTLIqnq-o

(Just saw that this is from 2019 but it was the best I've seen in 2020)