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 tháng trước·1 comments

The Rise of "Visual Vibe Coding"

ainativedev.io
2 points·by derkoe·năm ngoái·1 comments

[untitled]

1 points·by derkoe·năm ngoái·0 comments

[untitled]

1 points·by derkoe·2 năm trước·0 comments

Software – It's not what you think it is

ufried.com
2 points·by derkoe·2 năm trước·0 comments

Helidon 4 released (featuring Java virtual threads)

medium.com
2 points·by derkoe·3 năm trước·2 comments

Zoominfo sells data to Oracle (with opt-out)

oracle-zoominfo-notice.com
12 points·by derkoe·3 năm trước·1 comments

Runtastic fires a third of its employees

derstandard.at
1 points·by derkoe·3 năm trước·0 comments

Node.js Downloads Return Mostly 404

nodejs.org
2 points·by derkoe·3 năm trước·2 comments

Is China About to Destroy Encryption as We Know It?

defenseone.com
3 points·by derkoe·3 năm trước·0 comments

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

youtube.com
1 points·by derkoe·3 năm trước·0 comments

[untitled]

1 points·by derkoe·4 năm trước·0 comments

comments

derkoe
·2 tháng trước·discuss
Is this a closed source product?
derkoe
·2 tháng trước·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 tháng trước·discuss
They will also change the business and enterprise plans to token based: https://www.wheresyoured.at/news-microsoft-to-shift-github-c...
derkoe
·năm ngoái·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
·năm ngoái·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
·năm ngoái·discuss
I guess Tanstack Start is also a very good alternative to check out https://tanstack.com/start/latest
derkoe
·2 năm trước·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 năm trước·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 năm trước·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 năm trước·discuss
Seems like someone has already done that: https://github.com/withastro/astro.build/pull/730
derkoe
·3 năm trước·discuss
The issue seems to be resolved now
derkoe
·3 năm trước·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 năm trước·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 năm trước·discuss
https://impress.js.org/ uses this extensively to create impressive presentations.
derkoe
·4 năm trước·discuss
Oh yes it's pretty hard to type on a German keyboard as well. In most editors you will need two keystrokes.
derkoe
·6 năm trước·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)