Viewing profile — colinfinck
colinfinck
HN member- Joined
- Wed, Mar 18, 2015, 10:50 AM UTC
- HN karma
- 56
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About colinfinck
www.colinfinck.de
Recent public activity
-
comment
Comment #41806883
Not long ago I remember coming across some discussions about upgrading SChannel (the actual TLS component in Windows) in older versions using OpenSSL or other TLS libraries, but ca…
-
comment
Comment #38035622
Author here. Surprised to suddenly find my project from 2021 on Hacker News! If you want to learn more about NTFS internals and my crate, check out the talk I gave at FOSDEM 2022: …
-
comment
Comment #33474329
FWIW, I recently implemented a safe Rust crate around the Windows variant of intrusive linked lists [1] and spoke about it at EuroRust [2]. I did it only for compatibility and woul…
- story
-
comment
Comment #32080522
I have worked on a Windows-compatible kernel. Not at Microsoft, but within the ReactOS Project. And I can affirm that even after 15 years of low-level development, nowadays mostly …
-
comment
Comment #31807446
> Only if you want to be trendchasing rather than letting backwards compatibility take care of itself... > I'm a native Win32 developer, have been one for a few decades, and know q…
- story
-
comment
Comment #29225142
From the original post: "numbers seem to be mangled independently from the compression mode, which makes the issue hard to avoid"
- story
-
comment
Comment #28905907
I've been using Win32DiskImager since the first Raspberry Pi. Never found a reason to change. Usbimager looks nice in comparison to the bloated Balena Etcher, but otherwise very si…
-
comment
Comment #26077059
We didn't do it just for the eye candy, but also for threads, offline messages, and user identification. I wrote down our reasons for moving from IRC to a self-hosted Mattermost he…
-
comment
Comment #24793939
No. The project has no legal entity in the US.
-
comment
Comment #24793888
ReactOS dev here. As of today, compatibility is primarily hampered by the fact that many applications don't run under Windows XP anymore. We don't want to change the entire OS targ…
- story
- story
-
comment
Comment #19270134
This implementation of doubly linked lists is not even exclusive to Unix-based operating systems, but also known as struct LIST_ENTRY under Windows/ReactOS and heavily used for ker…
-
comment
Comment #18987886
The complexity of OpenID Connect or even just SAML is exactly why I developed RosLogin for the ReactOS infrastructure: https://github.com/reactos/web/tree/master/www/www.reactos.o.…