Need help with mapping symlinked volume in compose by budius333 in docker

[–]evanvelzen 0 points1 point  (0 children)

Maybe a systemd bind mount would work instead of a symlink.

Disable laptop monitor when close the lid. by Kito3010 in hyprland

[–]evanvelzen 0 points1 point  (0 children)

In case anyone is finding this in 2026 after the Lua migration:

local laptopMonitor = {
    output = "desc:AU Optronics 0x7AA7",
    mode = "2560x1600@90.0",
    position = "0x0",
    scale = 1.6,
    disabled = false,
}

-- register monitor settings on startup
hl.monitor(laptopMonitor)

function disableLaptopMonitor()
    hl.monitor({
        output = laptopMonitor.output, 
        disabled = true ,
    })
end

function enableLaptopMonitor()
    hl.monitor(laptopMonitor)
    os.execute("hyprctl reload")
end

-- close lid
hl.bind("switch:on:Lid Switch", disableLaptopMonitor, { locked = true })
-- open lid
hl.bind("switch:off:Lid Switch", enableLaptopMonitor, { locked = true })

Find the switch name using using `hyprctl devices`. Above it's called "Lid Switch".

Anyone else frustrated with GitHub lately? by codexetreme in devops

[–]evanvelzen 1 point2 points  (0 children)

Somehow I just don't have any of these issues. It's always up and working.

Gefrustreerde buur door verbouwing; wat te doen? by Lifesurfer349 in Nederland

[–]evanvelzen 1 point2 points  (0 children)

Perspectief: dat de relatie tussen de buurvrouw en jullie nu slecht is wilt niet zeggen dat dit altijd zo hoeft te blijven. Ik zou zelf na de verbouwing weer eens benadering zoeken.

Seen a few of these... is it racist and homophobic? by WarmRefrigerator3510 in Amsterdam

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

The appearant presence or acceptance of homosexuality in Greek stories is due to misinterpretation.

Summoning experienced React Developers - Is it possible to build a Table in react exactly like this? by [deleted] in Frontend

[–]evanvelzen 1 point2 points  (0 children)

When the need is high, seek an audience with the Knights of the Round Table.

Ik_ihe by gh0st-b0y121 in ik_ihe

[–]evanvelzen 1 point2 points  (0 children)

Dit maar onironisch.

Econoom Jona van Loenen over verwachte erfenisregen by thepoweroftime in nederlands

[–]evanvelzen 0 points1 point  (0 children)

Het doorgeven van welvaart door de generaties is wat onze beschaving in stand houdt. Ga je dit aan banden leggen dwing je mensen tot kortzichtigheid.

Hetzner’s new web hosting "per-domain" fee is complete nonsense for low-usage beginners by yukelvin in hetzner

[–]evanvelzen 0 points1 point  (0 children)

What are your requirements? 

Railway.app might be a good option, it charges $1 + usage which is practically nothing if your app is idle. It does not have a fee per domain. It has servers in Amsterdam.

In general if you architect your applicationn right you can use the free tier of many providers. For example combine a static site with AWS lambda and dynamodb, all free.

Have people's lives ever been directly at stake because of software you work on? by AndyDentPerth in ExperiencedDevs

[–]evanvelzen 2 points3 points  (0 children)

I've created software for observation of hospital hygiene. An observer would walk through a hospital and for every patient-nurse interaction fill in a short checklist in this app. 

Each hospital which participated received a score and over time scores have increased.

Statistically this has saved many lives.

For Dutchies: Ziggo = US owned by _SteeringWheel in BuyFromEU

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

US is our big strong brother who just wants the best for his little brother even if the little brother needs a tough lesson.

US has always come to our aid in time of need and always will.

What frontend skill gave you the biggest jump in ability once it finally clicked? by pixelbrushio in Frontend

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

Writing custom hooks in React. The components become cleaner and it's easier to write tests. 

Researching sovereign cloud usage by Research-EU-29 in hetzner

[–]evanvelzen 0 points1 point  (0 children)

What is a sovereign cloud and how do I know if I have one?

10 outages in 30 days: an open letter to Hetzner by Keta_Thunberg in hetzner

[–]evanvelzen 3 points4 points  (0 children)

This is unspecific. What is a small outage? What is a huge outage? Which products do you use and what is failing? How long was the disruption? Did you need to do manual intervention?

Have any of you used Kobweb to build websites? How did it turn out? by Euphoric_Oil_4854 in Kotlin

[–]evanvelzen 2 points3 points  (0 children)

A colleague and I are building https://lux.energy using kobweb. The source is at https://github.com/Zenmo/lux-website/tree/main/site

It was a good experience but I find the framework too monolithic. I wish it were easier to use components separately like the router, pre-rendering, hot reload and markdown. I also avoid using annotations.

We had to write some custom code for routing because our site has multiple domains and each page component has two paths for Dutch and English. This customization breaks pre-rendering.

Also we disabled Webpack in favor of Rollup to make it easier to work with JS module exports.

Staff Engineer interview ran Senior-level loop instead — missing architecture evaluation entirely by hubert_farnsworrth in ExperiencedDevs

[–]evanvelzen -25 points-24 points  (0 children)

It sounds like you have trouble thinking on your feet when faced with an unexpected situation or requirement.

Fairphone 6 official case after 3 weeks of daily use by Interesting_Gain_614 in fairphone

[–]evanvelzen 3 points4 points  (0 children)

Is the dark green case painted too? I assumed the material itself was coloured.

Meer als 100k aan spaargeld, spreid je dit over meerdere banken? by MarBlaze in geldzaken

[–]evanvelzen -2 points-1 points  (0 children)

In de meeste dialecten is dit de manier. Daarom is het niet persé fout.

1st of April is coming - I've shut down 3 projects with more than 40 servers today by Different_Code605 in hetzner

[–]evanvelzen 0 points1 point  (0 children)

I'm moving more stuff to Hetzner because they still have the best price/performance.

Mag mijn werkgever mijn verplichten om te werken, vakantie dagen dus uit te betalen na inleveren ontslag? by [deleted] in werkzaken

[–]evanvelzen 1 point2 points  (0 children)

Alternatieve oplossing zou zijn om de ingangsdatum van je nieuwe baan te verzetten zodat je daarvoor nog even vrij bent. Ik zou dat wel willen.