Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
greenn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
greenn
2y ago
With the current model kernel level access is required. Real security products have to be able to operate above userland. Ideally in the future there can be a layer in between userland and kernel for this sort of thing. Maybe we use some
2.
▲
by
greenn
3y ago
Oh you're totally right about the driver APIs. A fair amount has been added, but that stuff gets a new export to avoid breaking anything. For example, there's a dozen different `ExAllocate`s now. I wouldn't call myself a d
3.
▲
by
greenn
3y ago
I'm talking about the kernel space itself, not the APIs exposed to userland to interface with the kernel from your application. Internal APIs and behaviors are mostly identical over the past ~20 years, and any changes are usually move
4.
▲
by
greenn
3y ago
A fair amount has been changed or added, I'd say. I recommend the Windows Internals book if you're interested in learning about the Windows kernel. The 7th edition just came out.
5.
▲
by
greenn
3y ago
Until I started working at a SaaS company shipping to Windows enterprise customers I thought PowerShell wasn't used by anyone. Now I see it all the time. It's not fantastic, but if you're in the Windows world it beats writi
6.
▲
by
greenn
3y ago
I haven't profiled our Windows kernel driver across different kernel versions (maybe I should!) but I'd like to offer this perspective: the kernel is incredibly stable from my driver development point of view. The biggest reason
7.
▲
by
greenn
3y ago
I'm not sure emacs modes offer this level of extensibility, but I'll check them out.
8.
▲
by
greenn
3y ago
As a baseline solution "language" could be substituted for "unicode range". Re "use a better font": fonts are something I enjoy and I try new ones frequently.
9.
▲
by
greenn
3y ago
Alignment could definitely be a challenge. Perhaps a better personal solution would be to write something to combine two fonts in a way that also solves alignment. Not a very "accessible" solution but definitely easier.
10.
▲
by
greenn
3y ago
This is applying a font for an entire window/frame/buffer, right? Not applying two fonts for different characters within the same buffer.
11.
▲
Thoughts on different fonts for different languages in a text editor
4 points
by
greenn
3y ago
|
11 comments
12.
▲
by
greenn
3y ago
pannen's commentated videos are always a treat. He started uploading again this year after a long hiatus (that started after this video) and I can't wait for more. If you're interested in Super Mario 64 speedruns, the video[
13.
▲
by
greenn
4y ago
Linux desktop users specifically don't have to worry about malware or ransomware until it gets significant usage. Just like people used to say Macs don't get viruses until enough people used them. Last time I checked (could be
14.
▲
by
greenn
4y ago
The difference might be that workers have an interest in maintaining the business so they still have well paid jobs while CEOs do not necessarily have an interest in unions' well-being.
15.
▲
by
greenn
4y ago
Did you mean to link to https://nuclearsecrecy.com/nukemap/ ?
16.
▲
by
greenn
4y ago
Cool! I'm relatively young, so the only interaction I've ever had with a rotary phone was my dad finding one in a box at my grandparents' house. Still, this seems like fun. Cool that you can communicate with the cell modem
17.
▲
by
greenn
4y ago
Third parties are perfectly capable of making replacement parts that match the OEM parts in functionality and quality. This has no effect on integration. The other parts of the phone don't care who manufactured the part, unless they
18.
▲
by
greenn
4y ago
In the Super Smash Bros. Melee competitive scene we still use CRTs for in-person tournaments because of the input lag on LCDs. Most original hardware available to play the game doesn't have a digital display output unless you have an
19.
▲
by
greenn
4y ago
The T runs mostly on a separate rail, but there are a number of places in city limits where it runs with cars on the street. Check out Arlington Avenue in Allentown (the Pittsburgh neighborhood, not the city).
20.
▲
by
greenn
4y ago
If I understand correctly, this is just a kernel-mode snippit to copy the System process token to your target process. It assumes you've already found a vulnerable driver to execute code in the kernel. If you can execute code in the
21.
▲
by
greenn
4y ago
I wish nobody did. I work for a security company writing Windows kernel drivers and I still have to support Windows 7 / Server 2008 R2. There's been talk of porting to Vista!
22.
▲
by
greenn
4y ago
Great collection, this channel is what got me into Amiga music. One late work night a coworker and I played these mixes in the office!
23.
▲
by
greenn
5y ago
Malware / ransomware / security products have been doing this for many years, especially to Windows modules like kernel32.dll and ntdll.dll.
24.
▲
by
greenn
5y ago
> Most of the listeners hearing the unfactual, misleading and false COVID information on Spotify are 24 years old, impressionable and easy to swing to the wrong side of the truth. These young people believe Spotify would never present gr
25.
▲
by
greenn
5y ago
Sounds like this idea is limited to the curl tool and wouldn't add anything to libcurl, which is great. I'd prefer libcurl leaving JSON to other libraries. I use bash variables inside JSON with curl all the time, which leads to s
26.
▲
by
greenn
5y ago
If the purpose of defer is to replace the `goto single_exit`, I think the value captures are unnecessary. Any single_exit I've implemented uses the value at the time of function exit, so that I can realloc in the middle of the functio
27.
▲
by
greenn
5y ago
Honestly asking, isn't this stuff usually Japanese characters? I dunno if theres even "data" they could use for other skin tones
28.
▲
by
greenn
5y ago
Huh, guess I'm "right" then. Weird that my voting history would indicate otherwise, but I don't like city living so ¯\_(ツ)_/¯
29.
▲
by
greenn
5y ago
That crypto has to become real money at some point. If the ransom is in something like bitcoin (very common) then identification is just a waiting game for that conversion
30.
▲
by
greenn
5y ago
20 year old cars hit the sweespot for me. They're repairable and reliable (given a reputable model), and they're new enough to have airbags. I hope electric cars take advantage of their simplicity and become very repairable, but I
More ›