<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: dcz_self</title><link>https://news.ycombinator.com/user?id=dcz_self</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 00:48:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dcz_self" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dcz_self in "Libobscura"]]></title><description><![CDATA[
<p>Passing data from camera to OpenGL broke my mind. The code is still far from what I'd call nice, but feel free to steal anything you want!<p>Once I verify that debayering still works (I originally tested it years ago), GPU progress will mean calculating various statistics - the color balance, brightness, contrast for focusing, histograms, etc. Then feed them to control algorithms to adjust the camera controls.</p>
]]></description><pubDate>Mon, 18 Nov 2024 17:47:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=42174860</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=42174860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42174860</guid></item><item><title><![CDATA[New comment by dcz_self in "Libobscura"]]></title><description><![CDATA[
<p>There are two main differences.<p>First, libobscura doesn't yet fully support even UVC webcams,<p>and second, related to the quote, is that you will not run into segfault with libobscura no matter how hard you try.<p>When using libcamera, the task of memory management is on you, with the usual consequences.<p>There are more smaller differences. Image processing in libobscura is on the GPU from day 1. Contributing to the project is through codeberg, not a mailing list. The internal architecture differs, although that's not too visible.<p>Future goals may end up diverging, too. I'm thinking of a completely different approach to configuring devices and a different governance structure.</p>
]]></description><pubDate>Mon, 18 Nov 2024 17:24:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42174630</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=42174630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42174630</guid></item><item><title><![CDATA[New comment by dcz_self in "Emotional about X11: I'm creating a pure X11 “emoji keyboard”"]]></title><description><![CDATA[
<p>I guess my initial reaction was wrong: not having code in non-English languages doesn't accurately represent developer sentiments. There's a lot of translation efforts in open source, but again, this is not a good proxy for the sentiment because we don't know how many translators (who care about non-English) set project direction and design protocols.<p>Still, an anglocentric bubble diminishes internationalization, and I disagree that it's a good thing.</p>
]]></description><pubDate>Thu, 08 Aug 2024 17:09:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=41193817</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=41193817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41193817</guid></item><item><title><![CDATA[New comment by dcz_self in "Emotional about X11: I'm creating a pure X11 “emoji keyboard”"]]></title><description><![CDATA[
<p>Why is that a good thing? I get the idea that a common language is beneficial, but the flip side is the knowledge and effort of the people who know another language. That's lost due to never being opened (I guess that's more of an indictment of the open source community being not interlinguistic).</p>
]]></description><pubDate>Thu, 08 Aug 2024 14:47:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41192122</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=41192122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41192122</guid></item><item><title><![CDATA[New comment by dcz_self in "Emotional about X11: I'm creating a pure X11 “emoji keyboard”"]]></title><description><![CDATA[
<p>Oh wow, the beginning of a new era.</p>
]]></description><pubDate>Thu, 08 Aug 2024 08:02:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41189178</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=41189178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41189178</guid></item><item><title><![CDATA[New comment by dcz_self in "Emotional about X11: I'm creating a pure X11 “emoji keyboard”"]]></title><description><![CDATA[
<p>Hear, hear.<p>I hit all those Wayland issues while working on Squeekboard. <a href="https://gitlab.gnome.org/World/Phosh/squeekboard" rel="nofollow">https://gitlab.gnome.org/World/Phosh/squeekboard</a><p>> Similarly, how do you create an on-screen keyboard that can inject keypresses for characters not available in the current layout?<p>I switched the keyboard layout on the fly, on key press, if needed. That works... mostly. Chromium and Chromium-based apps know better what layout I am using, so they will misinterpret some inputs despite having a key map already.
And then you realize that you can't use a physical keyboard at the same time, because key maps go out of sync while keys are pressed on both. I talked to a Wayland dev about having separate keyboards with separate layouts, but the answer was basically "it's an incompatible change, and it's too late to fix this" (it was in an issue tracker, but no link). So the only way to have a non-input-method on-screen keyboard is to limit yourself artificially to the current layout. Which, of course, is an oft requested feature I will never implement.<p>> A better idea would be to allow to send arbitrary Unicode strings and maybe integrate regular input and IME input (input system for typing Asian characters).<p>Isn't Mac OS do something like that? I agree this is the way to go. But the stumbling block is - again - that applications like Chromium won't implement this. I created the text-input-v3 protocol some 4 years ago, and it's still basically only used in GNOME.<p>But with new funding from NLNet I'm gathering a special ops team to push input methods again this year :)<p>> most developers use only ASCII and do not have experience using multiple layouts.<p>I'm getting that impression as well after discussing the topic of internationalization on Mastodon: using languages other than English is undervalued by open source devs. I mean, how often do you find variables named in Spanish or Russian in open source software? It's a very anglocentric bubble.</p>
]]></description><pubDate>Wed, 07 Aug 2024 18:32:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=41184014</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=41184014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41184014</guid></item><item><title><![CDATA[New comment by dcz_self in "Ask HN: Who wants to be hired? (November 2023)"]]></title><description><![CDATA[
<p>I force feed people and computers with Open Source. I think I'm good at it.<p>Location: Germany<p>Remote: preferred<p>Willing to relocate: unlikely<p>Technologies: Linux, Rust, Libre Software, Open Hardware, exchanging ideas with humans<p>Résumé: <a href="https://dorotac.eu" rel="nofollow noreferrer">https://dorotac.eu</a><p>Email: hnstarfish@dorotac.eu<p>Mastodon: <a href="https://fosstodon.org/@dcz" rel="nofollow noreferrer">https://fosstodon.org/@dcz</a></p>
]]></description><pubDate>Thu, 02 Nov 2023 06:23:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38109636</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=38109636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38109636</guid></item><item><title><![CDATA[New comment by dcz_self in "Ask HN: Show me your half baked project"]]></title><description><![CDATA[
<p><a href="https://jazda.org" rel="nofollow noreferrer">https://jazda.org</a><p>A bicycle computer. Hackable. Open source software. Off the shelf hardware.<p>ARM microcontroller, 100% Rust, Bluetooth (not yet).<p>I have had a bike computer nearly 3 decades ago, but the dream to have the distance counter reset automatically has remained unfulfilled. I could either get a fixed-function calculator or 100% closed overpowered gadget. Why can't I have some fun myself?!?<p>Thankfully, now we have cheap, reverse-engineered smart watches. I found a pretty decent, sunlight-readable one, and now I'm hacking away!<p>The big TODO is speeding up development by switching from TockOS to RTIC, and implementing a minimal Bluetooth Low Enegy stack.<p>Currently on hiatus because it's bike season and I'd rather spend my time outside :)</p>
]]></description><pubDate>Fri, 13 Oct 2023 05:30:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=37867047</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=37867047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37867047</guid></item><item><title><![CDATA[New comment by dcz_self in "Rust 1.71.0"]]></title><description><![CDATA[
<p>Thanks for the report. I don't have access to Safari, so there isn't much I can do right now :/</p>
]]></description><pubDate>Fri, 14 Jul 2023 21:13:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=36730003</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=36730003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36730003</guid></item><item><title><![CDATA[New comment by dcz_self in "Rust 1.71.0"]]></title><description><![CDATA[
<p>Which lines do you mean? This source code part?<p>> $1 = alloc::string::String {vec: alloc::vec::Vec<u8, alloc::alloc::Global> {buf: alloc::raw_vec::RawVec<u8, alloc::alloc::Global> {ptr: core::ptr::unique::Unique<u8> {pointer: core::ptr::non_null::NonNull<u8> {pointer: 0x5555555abaa0}, _marker: core::marker::PhantomData<u8>}, cap: 3, alloc: alloc::alloc::Global}, len: 3}}<p>On my browser, everything breaks according to the browser's window size (I set white-space: pre-wrap).</p>
]]></description><pubDate>Thu, 13 Jul 2023 17:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36712993</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=36712993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36712993</guid></item><item><title><![CDATA[New comment by dcz_self in "Rust 1.71.0"]]></title><description><![CDATA[
<p>You can use QtCreator that way already:<p><a href="https://dorotac.eu/posts/debugging_rust/" rel="nofollow noreferrer">https://dorotac.eu/posts/debugging_rust/</a><p>You can view the data structures opaquely even though the functions are written not in Rust, but in Python.<p>One of the difficulties is that the Rust compiler will emit different debugging info depending on the compiler version. Perhaps I should look into how gdb deals with that (if at all).<p>Patches welcome.</p>
]]></description><pubDate>Thu, 13 Jul 2023 16:01:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=36711396</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=36711396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36711396</guid></item><item><title><![CDATA[New comment by dcz_self in "Designing a Language Without a Parser"]]></title><description><![CDATA[
<p>Start in the middle. It's the most interesting part, too. After all, that's the core of your idea.<p>I don't know where I heard this, but the idea is so important to me that I saved it on my blog: <a href="https://dorotac.eu/posts/in_the_middle/" rel="nofollow noreferrer">https://dorotac.eu/posts/in_the_middle/</a></p>
]]></description><pubDate>Tue, 04 Jul 2023 23:00:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=36593603</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=36593603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36593603</guid></item><item><title><![CDATA[New comment by dcz_self in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p>Thanks! That's the Markdown renderer failing to escape entities properly. Fixed now by switching to markdown-it-py.</p>
]]></description><pubDate>Tue, 04 Jul 2023 22:55:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=36593563</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=36593563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36593563</guid></item><item><title><![CDATA[New comment by dcz_self in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://dorotac.eu" rel="nofollow noreferrer">https://dorotac.eu</a><p>Too many projects, not enough time. Brutalist design, no JS :)</p>
]]></description><pubDate>Tue, 04 Jul 2023 16:11:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=36588587</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=36588587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36588587</guid></item><item><title><![CDATA[New comment by dcz_self in "Illegal Life Pro Tip: Want to ruin your competitor's business?"]]></title><description><![CDATA[
<p>> Banking or CC app for mandatory 2FA?<p>Switched banks.<p>> gvmt Covid mandatory app to travel anywhere?<p>There wasn't one, thank $DEITY (Germany).<p>> QR code for restaurants?<p>Never encountered one without a menu yet, but I'd just go to another one.<p>> Places that require an app in general?<p>Never encountered those, either. There was one on my offline backpacking trip which required digital payment. It was sad, but I had to forfeit.</p>
]]></description><pubDate>Mon, 03 Jul 2023 10:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=36571044</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=36571044</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36571044</guid></item><item><title><![CDATA[New comment by dcz_self in "Ask HN: What not-profit-seeking project are you tinkering with this week?"]]></title><description><![CDATA[
<p>Still chipping away at the Free Software bike computer: <a href="https://jazda.org" rel="nofollow">https://jazda.org</a><p>Given that it contains hardware, I don't expect to make any profit ;)</p>
]]></description><pubDate>Wed, 19 Oct 2022 07:03:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=33258646</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=33258646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33258646</guid></item><item><title><![CDATA[New comment by dcz_self in "Libcamera v0.0.1"]]></title><description><![CDATA[
<p>A blog post about my work on libcamera I do for the Purism Librem 5 phone touches on this topic:<p><a href="https://puri.sm/posts/cameras-its-complicated/" rel="nofollow">https://puri.sm/posts/cameras-its-complicated/</a></p>
]]></description><pubDate>Tue, 18 Oct 2022 16:37:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=33250132</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=33250132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33250132</guid></item><item><title><![CDATA[New comment by dcz_self in "Volvo is using Rust for its in-vehicle software"]]></title><description><![CDATA[
<p>Funnily enough, about a month ago I gave a presentation about deliberately putting Rust on my bike.<p><a href="https://dcz_self.gitlab.io/posts/jazda_rust/" rel="nofollow">https://dcz_self.gitlab.io/posts/jazda_rust/</a><p>Pictures of the less-desired rust included.</p>
]]></description><pubDate>Sat, 24 Sep 2022 10:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=32961171</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=32961171</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32961171</guid></item><item><title><![CDATA[New comment by dcz_self in "Why I left Pine64"]]></title><description><![CDATA[
<p>With my Librem 5 developer hat on, I'm surprised that a SPI chip matters at all.<p>The Librem 5 eMMC contains a hidden "partition", which is preferred by the CPU to boot from over the "data partition" where the OS boot loader resides. It should be possible to put Tow-boot into this hidden area, and the OS stored in the data area will have no say. No separate flash chip needed to have an independent boot loader.<p>I wonder why the PinePhone needs a separate chip for this purpose. Is the CPU unaware of hidden areas on the eMMC?</p>
]]></description><pubDate>Wed, 17 Aug 2022 12:47:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=32495564</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=32495564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32495564</guid></item><item><title><![CDATA[New comment by dcz_self in "Ask HN: Has any Rust developer moved to embedded device programming?"]]></title><description><![CDATA[
<p>I'm not a Rust-only developer, but a general systems programmer, and my foray into embedded is limited to a side project (see my profile), but no, I haven't switched to C/C++. Rust brings too much goodness to give it up.<p>Rust-embedded is an easy ecosystem to work with (if immature), and if you want more flexibility, Tock OS [0] is trying to cover that space (also immature, but I'm working on it).<p>[0] <a href="https://www.tockos.org/" rel="nofollow">https://www.tockos.org/</a></p>
]]></description><pubDate>Wed, 17 Aug 2022 12:33:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=32495403</link><dc:creator>dcz_self</dc:creator><comments>https://news.ycombinator.com/item?id=32495403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32495403</guid></item></channel></rss>