dobinrutis.bsky.social
@dobinrutis.bsky.social
February 2, 2025 at 1:50 PM
New old 9 inch CRT Panasonic TX-G10 with scart, composite, s-video, rf and more. For NES & SNES.
January 25, 2025 at 3:47 PM
I used Facebook as authentication provider for some services like Spotify. Not anymore.

I propose to do a TikTok, and let the EU buy 50% of Meta.
January 22, 2025 at 7:40 AM
ChatGPT down? Qwen aint
December 26, 2024 at 8:15 PM
When fascism is on the rise, the smart are the first who leave.

Its fascinating to see what happened in time between 1933 and 1939 in scientific circles of Europe, and especially Germany.
December 8, 2024 at 9:44 AM
I wanted to find a video of a presentation of mine on youtube. Instead search.brave.com AI automagically showed me a summary of what i was talking about. It is suprisingly accurate.

I wonder if its based on the slides, youtube subtitles, or the vid itself.
November 23, 2024 at 12:51 PM
Improvements in RedEdr log output reduced detections massively. But Notepad still has calls to MapViewOfSection() and ProtectVirtualMemory() with callstack entries pointing to private or unknown memory. Probably still callstack analysis artefact
October 31, 2024 at 8:32 AM
The amount of false positives RedEdr has when tracing notepad.exe is staggering.

Hooked ntdll.dll with callstacks result in:
* MapViewOfSection() with RWX permissions
* Broken callstack for MapViewOfSection() and ProtectVirtualMemory() (invalid entries)

These need to be filtered out by a real EDR
October 24, 2024 at 7:47 AM
Jan.ai is pretty cool. Also qwen 2.5 is smooth to use, like 40t/s on my 3090.
October 24, 2024 at 7:32 AM
RedEdr DLL hooking finally works reliable. Just have to filter out all events of the hooking, and more importantly, SymInitialize() telemetry itself.

Why? Analyzer doing Detections on it generated a lot of false positives, which made it unusable.
October 23, 2024 at 9:28 AM