Posts
171
Following
135
Followers
143
Probably some RISC-V stuff, but hopefully other things too ;)

git config --global rerere.enabled true

I learned this at . You too might want to set it.

5
7
0
@alatiera @pid_eins assuming it's like the last few years: the devroom managers have to approve the video cut points and then the videos have to transcode, but after that they'll show up on the website in various places. Sometimes that takes a day or two.
0
0
0
@oleksandr ya, makes sense -- I've got ton of other stuff stuck to the back, so I guess I forgot some people don't...

For the actual 3D printing stuff, I just use TinkerCAD. That's about as much CAD as I actually need ;)
0
0
0

I made it this year, I’m in Brussels for ! Join me tomorrow in room h1309 at 11h30 CEST for my talk about the mainline Linux state of Qualcomm SoCs and @LinaroLtd engineers work to achieve current state https://fosdem.org/2024/schedule/event/fosdem-2024-1707-mainline-linux-on-qualcomm-socs-are-we-here-now-/

0
7
0
Edited 10 months ago
At the risk of spoiling next week's "quote of the week": @monsieuricon 's post on why projects like the kernel and Git continue working over email is definitely worth a read.
2
13
25
@oleksandr not really a direct answer, but I've got a C925e and it has one of those standard tripod threads on the mount. So I just stuck a small tripod head adapter to the back of my monitor with double-sided tape.
1
0
0

Open-Source Design Automation

Because DATE conference organization extended their early-bird registration period by 3 weeks to Feb 14, we introduced a second early-bird review cycle with a submission deadline on Feb 7, and a notification date at Feb 13.

Get your papers in!

https://osda.ws/r/svc6K

1
3
0

GNU Binutils 2.42 released with improvements to support for CFI, AArch64, RISC-V, Intel, s390x.
https://sourceware.org/pipermail/binutils/2024-January/132213.html

1
3
0

A fantastic job opportunity here, a German train company are looking for a Windows 3.11 Administrator https://www.gulp.de/gulp2/g/projekte/agentur/C00929028

3
13
3

A customer found their machine being hung during reboot. A vmcore was collected. The vmcore analysis shown that the reboot sequence was stuck with tasks waiting for TTY to be unlocked after Scroll Lock was pressed. The customer came back demanding a workaround. Our reply was something like "press Scroll Lock again to unlock the TTY". I wonder what comes next.

If you think working as a Senior Principal in the Kernel team is fun, think twice.

2
5
4
Edited 10 months ago

2024 will be happening in a bit more than 1 week in Brussels!

Catch my talk "From phone hardware to mobile Linux" on Saturday morning or "Open Source for Sustainable and Long lasting Phones" (together with @agnes007 in the big Janson room!) on Sunday afternoon!

Or come by the @postmarketOS (+friends) stand in the AW building!

I hope to see you there!

Links:

https://fosdem.org/2024/schedule/event/fosdem-2024-2234-from-phone-hardware-to-mobile-linux/
https://fosdem.org/2024/schedule/event/fosdem-2024-3362-open-source-for-sustainable-and-long-lasting-phones/
https://fosdem.org/2024/stands/

0
13
0

Snowless winter in Himalayas – another sign of climate change

Lack of snow could mean water shortages for millions across Asia

https://www.rfa.org/english/news/environment/tibet-snowless-winter-01232024144224.html

0
5
0
Edited 11 months ago

This is great! Cars going over the safe speed limits is legitimately dangerous, and automatically preventing that from happening seems like it’s worthwhile. https://www.sfchronicle.com/bayarea/article/car-speed-governors-bill-18624126.php

0
1
0
Edited 11 months ago
Many years ago, my father set out to create a book that would help new spinal-cord-injury victims come to terms with (and love) their new life. The result, called Options, was widely distributed in rehabilitation centers for years and helped thousands of people before finally going out of print.

Inspired by the creation of the Full Circle film, which quotes extensively from the book, we have been working to bring Options back. Now, we're happy to say that Options is available, under the Creative Commons SA 4.0 license, in a number of forms. Enjoy!

As an aside, I have to say that the tools for scanning and OCR work have gotten pretty good. All of this was made possible by SANE, unpaper, tesseract, Sphinx, and surely some other tools I'm forgetting now.

0
26
41

Folks, I can't take this on. If you want to take it on, I'll give advice.

https://sfbay.craigslist.org/sfc/zip/d/san-francisco-vhs-tapes/7707937218.html

1
3
0

Krzysztof Kozlowski

Linux v6.8-rc1 comes with new document describing coding style for DTS (Devicetree sources):
https://www.kernel.org/doc/html/latest/devicetree/bindings/dts-coding-style.html

This marks the end of many unwritten rules, varying between subsystems and maintainers. At least, like with every coding style document, in theory. :)
2
10
22
Whenever I read Nathan Chancellors recaps I always go and look at what
my contributions look like (see https://nathanchance.dev/posts/2023-cbl-retrospective/
for his far more comprehensive retrospective than my own brief look).

In 2023 this is what they looked like:

Authored: 123
Reported: 8
Tested: 29
Acked: 412
Reviewed: 372

In comparison, 2022 looked like:

Authored: 181
Reported: 21
Tested: 28
Acked: 45
Reviewed: 92

Two rather different years in terms of my kernel contributions, that's
for sure. In March or April I started co-maintaining dt-bindings, which
is the reason for the massive growth in terms of ack/review tags.
The number that is there is probably also underselling the amount of
reviewing actually done, since I usually avoid leaving a tag on vN of a
patch when one of the other maintainers already has, even if I spent a
bunch of time reviewing v(N-1).

On another note, the number of reported-by tags dropped considerably - I
like to chalk that up to the riscv port becoming more stable :)
1
1
2
Show older