Viewing profile — lauriewired
lauriewired
HN member- Joined
- Wed, Jan 11, 2023, 5:57 PM UTC
- HN karma
- 269
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About lauriewired
youtube.com/@lauriewired
Recent public activity
-
comment
Comment #47714256
1. not that I can think of, due to the core split. It really has to be independent cores racing independent loads. anything clever you could do with kernel modules, page-table-land…
-
comment
Comment #47681477
Nope, there isn’t a tradeoff; median latency isn’t affected. I don’t think you understand the code. The p50 is identical between a single read and the hedged strategy. The clflush …
-
comment
Comment #47042539
This is correct. The majority of cases I have to rely on my own expertise. It's useful for the automation of small repetitive tasks here and there. I was never expecting it to gain…
-
comment
Comment #44555435
This is my own channel, but I made a 10+ part series on modern ARM assembly you may find interesting. I used CPUlator for the demonstrations, which is a nice way to inspect the mem…
-
comment
Comment #43968968
> If you can't make CPUs and you can't keep the internet up, where are you going to get the equipment for enough "private peering or Sat links" for the privileged? Storage. You onl…
-
comment
Comment #43799190
It takes a bit of curation, but I find substack's algorithm to be quite good at recommending other bloggers I'd be interested in. It's also pretty trivial to find what writers othe…
-
comment
Comment #43787132
The three “flaws” that this post lists are exactly what the industry has been moving away from for the last decade. Arm’s SVE, and RISC-V’s vector extension are all vector-length-a…
-
comment
Comment #43485981
I touch on this briefly in the video, beside Claude Desktop, 5ire is a fairly model-agnostic local MCP client, I'm sure there are others. sama also recently mentioned ChatGPT Deskt…
-
comment
Comment #42867952
That's just my natural speaking voice. I'm a small person, and everyone sounds different. I'd be happy to focus on the tool, or the content of the channel, rather than how I sound.…
-
comment
Comment #42861361
Ghidra is very feature-rich for code decompilation, however it doesn't handle dropping in an entire application bundle; only single executables. Apple application files are special…
-
comment
Comment #42861104
It’s more like LLM-optional. Malimite is first and foremost intended to be a tool to help Reverse Engineer iOS/Mac binaries, much like JADX for Android. As it turns out, LLMs are q…
-
comment
Comment #42861054
It might be better to think of Malimite as "JADX but for iOS/Mac". (JADX is a very popular Android decompiler) Ghidra is quite limiting, and the workflow makes iOS reverse engineer…
-
comment
Comment #42860849
Hi everyone, I'm the creator of Malimite. I actually released this as part of a conference talk at Objective By the Sea, which you can see here: https://youtu.be/vWdKjVCZtTI It giv…
-
comment
Comment #42848171
Does no one realize this is a thinly-veiled ad? The URL is bizarre
-
comment
Comment #42390089
P550 cores don't have vector extensions. It's actually quite an old design, from 2021. What you'd want is SiFive P670 cores, which are RVA22 compliant with the vector 1.0 spec.
- story
-
comment
Comment #41733398
Work + Personal research. The main industry usecase for RE is malware analysis. The flow is essentially: 1. Break down a sample to determine behavior; this is usually a mixture of …
-
comment
Comment #41726255
https://www.youtube.com/@lauriewired I talk about Reverse Engineering/Malware Research, Computing History, and low level programming.
-
comment
Comment #39612132
Check out Jellyfin (open-source project) + it's associated clients. Pretty simple to spin up in a docker container, and if your machine is fast enough; it can auto-transcode for de…
-
comment
Comment #39448871
Any chance you'd consider making a version of this as a browser extension for paid subscribers? What I really want is this functionality on unsupported websites/documentation. It w…
-
comment
Comment #38589979
Personally, I find the 'knowledge half-life' problem to be easily solved with spaced repetition. I've used SuperMemo for a few years now, and have found it invaluable for retaining…
-
comment
Comment #37334692
I've made a lot (50+) of videos on Reverse Engineering, with a heavy focus on ARM assembly as well as mobile platforms. youtube.com/@lauriewired Self-promotion I know, but I hope s…
- story
-
comment
Comment #37280188
- https://www.youtube.com/@lauriewired - https://twitter.com/lauriewired I do Reverse Engineering and I'm pretty active on Youtube
-
comment
Comment #37101117
(This is my own channel), but I recently made a video on Objective C calling conventions specifically for Reverse Engineers that you might enjoy, with more iOS videos incoming: htt…