Viewing profile — lowleveldesign
lowleveldesign
HN member- Joined
- Wed, Aug 10, 2016, 2:58 PM UTC
- HN karma
- 389
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About lowleveldesign
Recent public activity
-
comment
Comment #48360779
A bit tangential, but can you recommend any GUI applications for monitoring the system? The KDE's defualt system monitor is a bit heavy and does not provide much insights. I switch…
- story
-
comment
Comment #44738474
Interestingly, the Rust windows crate is generated from an MSIL assembly. And same metadata might be used to generate C# bindings thanks to cswin32 [1] project. The meta-assembly g…
-
comment
Comment #44406467
I understand the burden that too much notes may take on you. I am a software troubleshooter and I used to keep my raw notes of all the interesting cases I encountered. However, wit…
-
comment
Comment #43898646
Coongrats on the release. It reminds me of Log Parser Studio [1] on Windows. Using SQL to query text and log files is a great idea. [1] https://web.archive.org/web/20170710212920/h…
-
comment
Comment #43892318
I do a lot of Windows troubleshooting and still thinking about incorporating AI in my work. The posted project looks interesting and it's impressive how fast it was created. Since …
-
comment
Comment #42936907
I've been using bpftrace -lv to examine available trace points. But the bpftrace output won't show you the complex types definitions and this tool can do it. Great work!
- story
- story
-
comment
Comment #42213085
There is also Sysmon for Linux [1]. I work often with Windows systems that's how I know it (it's a popular choice on Windows to analyze Sysmon logs for suspicious events), but it's…
-
comment
Comment #42024563
Have you tried running it on wine? [1] I use it this way on Linux and, after adjusting my commands for running editors and start menu tools, everything runs smoothly. [1] https://w…
-
comment
Comment #42010086
I feel that nowadays Rust is the language to go when you are doing system programming, but C# is not a bad choice either. With .NET 9 being released in a few weeks we will get Nati…
-
comment
Comment #41835330
Apart from search customizations, I also use the bang searches (a few mine and many from https://github.com/kagisearch/bangs ). I also recently switched to ultimate and created a f…
- story
-
comment
Comment #41017674
You can write drivers in Rust - it's just quite hard at the moment. Microsoft published metadata packages for WDK APIs and started creating samples: https://github.com/microsoft/Wi…
- story
-
comment
Comment #40840136
Apps developed for the modern (open-source) version of .NET may be compiled to a native code (NativeAOT). Some time ago, I tried AOT on a simple WinForms project and it worked. Unf…
-
comment
Comment #40483126
I haven't considered the execution policy such a blocker since you may change it on the powershell.exe command line (for example, run "powershell.exe -ExecutionPolicy RemoteSigned …
-
comment
Comment #38917063
AFAIR the WordPad source code was available in older Windows SDKs and it was the most comprehensive sample of using OLE embedding.
- story
- story
- story
- story
- story
- story