Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hag
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hag
2y ago
I recently bought an RTL-SDR. I've had so much fun with it so far and learned so much, which was my goal. I designed my own antenna in Fusion 360 and built it. I'm currently developing my own SDR application with a custom spectrum
2.
▲
by
hag
4y ago
Thank you! I was going to mention StumbleUpon as well, but couldn't remember the name, haha. Used to use it way back.
3.
▲
by
hag
4y ago
Nice! I would probably have used bitmasks in this situation, but as usual there is a reason behind the choice and I get the reasoning.
4.
▲
by
hag
4y ago
Totally agree. I was expecting to get this feature as part of my Pro subscription.
5.
▲
by
hag
4y ago
I just listened to an episode of The Darknet Diaries with an ex-CIA (I think) agent and he was talking about MICE. I'm pretty sure he said the C was for Coercion, but that does include blackmail as you said.
6.
▲
by
hag
4y ago
In Windows 11 there's also a setting to make the "Print Screen"-key work in the same way as Win + Shift + S. The setting is called "Use the Print screen button to open screen snipping".
7.
▲
by
hag
4y ago
A lot of great personal sites here. Mine is just a simple GitHub Pages site which I recently set up. It contains some of my hobby projects and CTF writeups. https://heinandre.no/
8.
▲
by
hag
5y ago
I started programming at a pretty early age and I've always (probably from the first time I saw an emulator) had a goal to code an emulator myself. I start and abandon hobby projects all the time, so it took me quite a few tries to act
9.
▲
by
hag
5y ago
I've always been intrigued by virtual machines and emulation as well. I've always wanted to try and make an emulator of some kind. I don't know much about the internals of VirtualBox, but my suggestion would be to start "
10.
▲
by
hag
7y ago
I'm wondering if `binwalk`'ing the initial dd-image would have worked. That's the first thing I would try.
11.
▲
by
hag
7y ago
`#include </etc/lsb-release>` gave some interesting errors. Looks like it's running Ubuntu.
12.
▲
by
hag
7y ago
Same here. We have a platform with multiple sellers and we use Connected Accounts. Our first integration years ago was so easy and I loved how easy it was to work with the Stripe API. When we needed to update our integration for SCA support
13.
▲
by
hag
7y ago
I have the same issue on Chrome on Android and I always reload the page (not the Twitter reload button), which always seem to work for me. I don't know if they do this on purpose, but it does make you wonder. I do not want the Twitter-
14.
▲
by
hag
8y ago
Which the post clearly states and is, as far as I can tell, because Windows and DirectX is the only platform that supports it.
15.
▲
by
hag
8y ago
You CAN check breached passwords here: https://haveibeenpwned.com/Passwords , if it's a common password it doesn't mean that it's necessarily your account that's been compromised.
16.
▲
by
hag
13y ago
The salt should always be random. If it's based on some account information it's possible that the salt can be regenerated if that account information would become available, in a DB dump like this for example.
17.
▲
Remote Echo - a remote trace debug tool for PHP
(remoteecho.com)
0 points
by
hag
14y ago
|
0 comments