Viewing profile — nonane
nonane
HN member- Joined
- Sat, Apr 19, 2008, 4:34 AM UTC
- HN karma
- 443
- Public activity
- 129 items
- HN profile
- View on Hacker News ↗
About nonane
No profile information was provided.
Recent public activity
-
comment
Comment #44990267
Home much success have you have with GeoDNS? We've seen it fail when users are using privacy respecting resolvers like 1.1.1.1. It gets the continent right but fails on city/state …
-
comment
Comment #43948790
Which APIs would one use to implement this feature on Mac and Windows? For example is there a OS level flag that one can include on windows to not allow capturing of the app’s wind…
-
comment
Comment #42941735
Here is a video where Martin Piper uses a C64 debug tools to figure out how Nine was created: https://m.youtube.com/watch?v=Ik1vsMM2EuY .
-
comment
Comment #41539620
One thing the article doesn’t mention is how they figured out that waiting for external memory access is the bottleneck. Are there any profiling tools available that would tell the…
-
comment
Comment #40024248
Cool stuff! Does Flow-IPC protect against malformed messages? For example a client sending malformed messages to a server process
-
comment
Comment #40021287
Has anyone done an analysis of the bug in the backdoor that caused valgrind errors and slowness in SSH which eventually exposed it?
-
comment
Comment #38475327
Slightly off topic: I’m setting up a home server on a Mini PC that has Windows 11 Pro pre-installed. I want to attach it to my TV and play retro games as well as run home automatio…
-
comment
Comment #37833693
No. This is not a ISP problem and the ISP can not solve this - it’s not even visible to the ISP for encrypted connections. This a problem with HTTP/2 itself that web servers / load…
-
comment
Comment #37523929
Any suggestions to alternative to webhooks? I feel a ‘pull’ based model with cursors and long polling would be simpler and more reliable than webhooks.
-
comment
Comment #37486266
It also has a built-in AV1 Decoder! This is the first time Apple has indicated they're going to start using AV1!
-
comment
Comment #37282048
How is this a problem for most users? When was the last time someone actually plugged in an iPhone to a computer to sync data? Most syncing happens over wifi for most users (90%+ I…
-
comment
Comment #37249026
No. It’s using Go’s built in GC: https://github.com/platypusguy/jacobin#garbage-collection
-
comment
Comment #36876958
Can you please explain why a third party browser can’t lie about its hash, just like it can lie about it’s user agent?
-
comment
Comment #35393700
Congrats! Looks quite good. Will be trying it out. How have you reduced CPU utilization besides moving to Rust? Are you using hardware accelerated encoding?
-
comment
Comment #34222442
Honeywell T9 is also quite good - supports remote sensors and lets you decide which sensors to average out depending on your schedule.
-
comment
Comment #33821420
> - I saw that `10.0.0.3` showed up as a client on my switch with a randomized MAC address (presumably, since I couldn't find the MAC prefix in a vendor list). MAC address randomiz…
-
comment
Comment #32598184
Somewhat similar: I worked on the !chkimg (1) Windbg extension at Microsoft. This little extension was run on incoming kernel dumps to see if it can identify crashes due to bad RAM…
-
comment
Comment #31798864
“Systemic immune response after BNT162b2 vaccine is a reasonable cause for transient semen concentration and TMC decline. Long-term prognosis remains good.”
-
comment
Comment #31536426
> Cloud trail, guard duty, VPCs, proper least privilege and IAM rules We use all these. I guess this could be considered IDS + IPS?
-
comment
Comment #31536421
> A better way to handle it (imo) is to just enable VPC flow logging and pull the cloudwatch stream into your SIEM Thank you. Any recommendations for SEIM for a small company?
-
comment
Comment #31535832
Does anyone know of a good snort alternative? Any recommendations for a company that runs mainly off AWS?
-
comment
Comment #29666238
> This affected a single az in a single region. If it caused you downtime or a partial outage, it means you are not fully resilient to single az failures. This is not true. Amazon …
-
comment
Comment #29260152
We use ephemeralpg for unit tests: https://github.com/eradman/ephemeralpg
- comment
-
comment
Comment #26501416
What is your preferred tech stack for quick iteration of ideas?