Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
malmeloo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
malmeloo
2mo ago
What's the issue with RCS and camera apps? RCS works (from what i've heard) and you get the same image quality as on stock if you install the pixel camera app. Not sure about that other feature you mentioned, but you can always re
2.
▲
Show HN: Web-Based FPGA Viewer
(edacation.github.io)
3 points
by
malmeloo
3mo ago
|
0 comments
3.
▲
by
malmeloo
4mo ago
Authoritative zones are not concerned with the DNSKEYs of their parent zones, so I doubt that's the reason. Root zone key rollovers are only really important for resolvers.
4.
▲
by
malmeloo
6mo ago
The detection process basically boils down to 'server admins need to check CT themselves'. A CA also doesn't have to be malicious; a non-CA malicious actor could also exploit a vulnerability in the verification process of an
5.
▲
by
malmeloo
6mo ago
Certificate transparency doesn't prevent misissuance, it only makes detection easier after the fact. Someone still needs to be monitoring CT and revoke the cert. I actually believe most HTTP stacks on Android don't even check cert
6.
▲
by
malmeloo
6mo ago
If you use the flake system (which is technically still experimental, but everyone is already using it anyway), all your flake 'inputs' are automatically pinned in a flake.lock file that can be committed to git for reproducibility
7.
▲
by
malmeloo
6mo ago
That's a relatively recent development. Repairability has been very poor for quite a while, but now they're finally starting to improve the situation somewhat.
8.
▲
by
malmeloo
6mo ago
You can (partially) blame Microsoft for that. I still don't understand why it's seemingly OK for device manufacturers to distribute such crapware through Windows update. New keyboard? Oops, spyware. Printer on your LAN? Here, let
9.
▲
by
malmeloo
7mo ago
Oh I'm getting so tired of this. Lately there appears to have been an uptick in this kind of marketing spam too, there's so many companies trying to advertise their AI products this way. At least it's a good indicator of whic
10.
▲
by
malmeloo
9mo ago
Yes! YoWASP is fantastic. In fact, that extension came to be after we contracted the dev to create NPM packages for the WebAssembly bundles they're maintaining. We use the exact same bundles if the extension detects that it is running
11.
▲
by
malmeloo
9mo ago
I agree, this won't be for everyone. But if you're trying to learn how to use FPGAs, I think it helps a lot to have a tool like the one we're building. The learning process is also inherently very visual: it helps a lot to se
12.
▲
by
malmeloo
9mo ago
I know exactly what you mean and I share your frustrations with academic software. In our case I think it helps that our main goal is to provide a good user experience: we're not reinventing toolchains from scratch, but rather making e
13.
▲
by
malmeloo
9mo ago
Ha yeah, I agree the website isn't great. I set it up a while ago just so we have something to fill up the void. Right now it's just me and a professor of previously mentioned course who are actively involved in the project, so we
14.
▲
by
malmeloo
9mo ago
One big issue with FPGAs is how annoying it is to learn how to use them. I did a course on embedded systems a few years ago and nobody could truly get to enjoy it because we spent most of our time downloading and installing huge toolchains
15.
▲
by
malmeloo
1y ago
The Typst web app, which is similar to Overleaf, is closed source. Overleaf itself is open source, yes.
16.
▲
by
malmeloo
1y ago
Open sourcing a piece of software, especially one that focuses on a broader audience like yours, can convince more people than just developers. The advantages of open source are well-known even among less techy people who aren't necess
17.
▲
by
malmeloo
2y ago
Actual Airtags rotate their keys on a daily basis (when in lost mode), and Apple can't predict those keys. Theoretically they could tell that you're looking for a tag reported by devices x y and z, but the actual locations are enc
18.
▲
by
malmeloo
2y ago
OpenHaystack has been around for a long time, and they don't really seem to care much
19.
▲
by
malmeloo
2y ago
Only if you manage to flash custom firmware on them. But there's already been many efforts on creating firmware for devices costing only a few bucks each, so that's probably easier.
20.
▲
by
malmeloo
2y ago
This won't really affect OpenHaystack in any meaningful way. The only additional thing this paper shows is that it is possible to brute-force the key necessary to broadcast a valid FindMy BLE message, without needing to change the adve
21.
▲
by
malmeloo
2y ago
No, they find the victim's MAC and generate a payload to broadcast from the victim's device, which will make the device appear to Apple devices as a genuine Airtag. Apple devices then upload location reports to Apple, and the atta
22.
▲
by
malmeloo
2y ago
Technitium is great. Rock solid, plenty performant and it has more features than you'll ever need. Pretty wild when you consider it's being maintained by a single dev.
23.
▲
by
malmeloo
2y ago
No, the BLE identities of these tags are currently practically indistinguishable from original tags, and could be made completely identical if necessary. In fact, changing the device's MAC address is part of the specification. What the
24.
▲
by
malmeloo
2y ago
Use a prepaid sim ;-)
25.
▲
by
malmeloo
2y ago
These custom tags are not tied to any account; Apple can't tell whether a tag found in the wild is "legit" or not, so registering it is not necessary. You can use your main account if you want, but if you request too many loc
26.
▲
by
malmeloo
2y ago
It doesn't mention a burner account anywhere, but as the author of FindMy.py, I happen to know how this stuff works :-). But yes, create a new account (either through an Apple device or the website or w/e), attach it to an Apple d
27.
▲
by
malmeloo
2y ago
By dumping it from a Mac. But that's not what this project does, it uses diy AirTags without rotating keys so you don't need to do all that.
28.
▲
by
malmeloo
2y ago
Only if you have the private key belonging to the AirTag at the time of location capture. Anyone can download encrypted location reports for any AirTag found in the wild, but only the owner can decrypt them with the private key.
29.
▲
by
malmeloo
2y ago
Two master secrets are randomly generated when pairing the AirTag for the first time, which are then saved to the iCloud keychain. Those secrets are then used to generate a new keypair every 15 minutes (at most), and the public key is broad
30.
▲
by
malmeloo
2y ago
I think it's worth mentioning that FindMy consists of two distinct "networks"; there's the one where other Apple devices find your stuff, and another where your devices upload their locations straight to Apple. The FindM
More ›