Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lowleveldesign
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lowleveldesign
1mo ago
One of the answers points the right steps to disable the Google account (and the annoying popup) in the Photos app: - click on the account icon - choose switch account and pick use this application without an account
2.
▲
by
lowleveldesign
4mo ago
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 switched to Linux some time ago as my main system, but I miss
3.
▲
Build-time sponsorship verification for OSS libraries installed via NuGet
(github.com)
1 points
by
lowleveldesign
4mo ago
|
0 comments
4.
▲
by
lowleveldesign
1y ago
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 generation (Win32 metadata project) is based on clangsharp an
5.
▲
by
lowleveldesign
1y ago
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, with time, this set became hard to navigate. Additionally, when
6.
▲
by
lowleveldesign
1y ago
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/http://gallery.te...
7.
▲
by
lowleveldesign
1y ago
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 it's using MCP it should be possible to bind it wi
8.
▲
by
lowleveldesign
2y ago
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!
9.
▲
Tracing slow start of a systemd unit implemented in .NET
(lowleveldesign.wordpress.com)
1 points
by
lowleveldesign
2y ago
|
0 comments
10.
▲
Slow start of a systemd unit implemented in .NET
(lowleveldesign.wordpress.com)
2 points
by
lowleveldesign
2y ago
|
0 comments
11.
▲
by
lowleveldesign
2y ago
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 probably niche in Linux world. [1] https:&#
12.
▲
by
lowleveldesign
2y ago
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://www.ghisler.ch/wiki/index.php/Total
13.
▲
by
lowleveldesign
2y ago
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 NativeAOT (compilation to a native single binary) for x86 (x64 a
14.
▲
by
lowleveldesign
2y ago
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 few assistants with system prompts for m
15.
▲
Troubleshooting slow writes to a Samba share
(lowleveldesign.wordpress.com)
2 points
by
lowleveldesign
2y ago
|
0 comments
16.
▲
by
lowleveldesign
2y ago
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/Windows-rust-driver-samples
17.
▲
Implementing a native function detour in C#
(lowleveldesign.wordpress.com)
3 points
by
lowleveldesign
2y ago
|
0 comments
18.
▲
by
lowleveldesign
2y ago
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. Unfortunately, functions using COM APIs are not yet supported (
19.
▲
by
lowleveldesign
2y ago
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 -File script.ps1" from a bat file). Also, th
20.
▲
by
lowleveldesign
3y ago
AFAIR the WordPad source code was available in older Windows SDKs and it was the most comprehensive sample of using OLE embedding.
21.
▲
My notes on troubleshooting problems in Windows and .NET apps
(wtrace.net)
1 points
by
lowleveldesign
3y ago
|
0 comments
22.
▲
Troubleshooting guides for issues in Windows and .NET apps
(wtrace.net)
2 points
by
lowleveldesign
3y ago
|
0 comments
23.
▲
Update executable imports in memory when the process starts
(lowleveldesign.wordpress.com)
1 points
by
lowleveldesign
3y ago
|
0 comments
24.
▲
Updating PE file imports on process start
(lowleveldesign.wordpress.com)
1 points
by
lowleveldesign
3y ago
|
0 comments
25.
▲
Generating C# bindings for native Windows libraries
(lowleveldesign.wordpress.com)
1 points
by
lowleveldesign
3y ago
|
0 comments
26.
▲
Generating C# bindings for native Windows libraries
(lowleveldesign.wordpress.com)
2 points
by
lowleveldesign
3y ago
|
0 comments
27.
▲
by
lowleveldesign
3y ago
Not to mention that WinUI is not supported on Windows Server. Therefore, if you need to deploy to server and desktop environments, it's better to stay with WinApi (WinForms) or WPF.
28.
▲
by
lowleveldesign
3y ago
Have you tried running it under wine? It works perfectly fine on my Linux system. You may only need to add a few shortcuts to convert paths for your custom commands. https://www.ghisler.ch/wiki/index.php?title=Total_Com
29.
▲
by
lowleveldesign
3y ago
NativeAOT is an excellent way to expose .NET code to native apps. One big feature I am missing is support for x86. If you have a 32-bit app in which you want to inject your .NET library, NativeAOT won't help.
30.
▲
Show HN: Comon 2.1 – a WinDbg extension to troubleshoot COM
(github.com)
1 points
by
lowleveldesign
3y ago
|
0 comments
More ›