Reminder: We're soon on our way to the datacenter, starting maintenance in about two hours, which involves about 30 minutes of downtime for Codeberg.
We know that our availability was limited recently due to various factors, and we're sorry to add on it today, but it's the way to make the future setup more reliable.
We'll keep you updated as time permits.
TIL `curl --show-error`. How many times have I wanted this 😞
`--show-error` is great, it will output any error on standard error, which is a crucial as it allows you to write code like:
```
version=$(curl --silent --show-error http://exampe.com/some.json | jq '.info.version')
```
If it succeeds, `jq` gets its input, but just as importantly, when it fails, the output isn't written into the `version` variable.
As always, read the *fine* manual at: https://curl.se/docs/manpage.html#-S
Cc: @bagder
Implementing a Javascript interpreter? I could!
But if I were asked to implement HTML+CSS rendering, I would do a lot of head scratching. Parsing HTML into a data structure? OK! Parsing CSS, OK, but into which data structure? And how is it applied during rendering? And efficient. And what is the general abstraction? Or is it a gazillion special cases these days?
Anyone know an explain site on a rather high level? Maybe a podcast?
(Thanks for boosting).
Labelbox is hiring Senior Backend Engineer, Orchestration
🔧 #java #python #typescript #kubernetes #seniorengineer
🌎 Wrocław, Poland
⏰ Full-time
🏢 Labelbox
Job details https://jobsfordevelopers.com/jobs/senior-backend-engineer-orchestration-at-labelbox-com-aug-2-2024-a51181?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring