Viewing profile — ff7c11
ff7c11
HN member- Joined
- Mon, Feb 10, 2014, 11:39 PM UTC
- HN karma
- 270
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About ff7c11
No profile information was provided.
Recent public activity
-
comment
Comment #41063756
A fork of a private repo is private. When you make the original repo public, the fork is still a private repo, but the commits can now be accessed by hash.
-
comment
Comment #39712355
Is it hard to brute force? If so, it is still something that can be sniffed, though you can't unlock the car without first recording a genuine button press.
-
comment
Comment #38240256
If cash disappears, will we return to a barter economy? People will still trade amongst themselves.
-
comment
Comment #33268890
Easylist should serve the Indian browser (based on user-agent) with a giant file (expensive), a corrupt file, or some response which causes the app the crash. If the browser crashe…
-
comment
Comment #32719030
I don't believe the kids behind this Twitter account. I don't know why they're doing it exactly, probably some form of clout or to scam buyers on darknet marketplaces, but I know t…
-
comment
Comment #32050655
Trying to think how to anonymise datetimes hurts my head. You might want to randomise the date of an event. But you also need this random date to be consistent with respect to both…
-
comment
Comment #30025508
Signature_example.pdf 8====> :)
-
comment
Comment #29742644
Also, if you don't have a public access block in place, a private bucket can contain public files! Even if you can't list the files in the bucket, there are tools which try to gues…
-
comment
Comment #29739776
By temporarily defacing the Sega website and modifying files I think they have crossed the line. Enumerating what access they have, rooting through S3 and reporting it is OK, but b…
-
comment
Comment #29657526
So if they didn't create a new user account and IAM account what would you see? If they just used the remote shell and the installed aws cli e.g. `aws s3 ls` would you be able to d…
-
comment
Comment #29510097
${jndi:ldap://AWS Down}?
-
comment
Comment #28474858
Don't do this. People live in Taiwan. It's not fair to use them as pawns. Keep the status quo rather than provoke war and chaos.
-
comment
Comment #27935511
I had a personal project that I got bored with so I let the domain expire. Then I got emails from former users saying that the domain was now hosting malware. So yeah I would like …
-
comment
Comment #27778997
Probably just publish a few videos to Youtube and ask future subscribers to follow your non-Youtube channel instead.
-
comment
Comment #27069455
What is a good way to communicate audio information. Listening to audio doesn't necessarily explain how the sound was made (well it does kind of), whereas seeing a word in IPA make…
-
comment
Comment #27069238
I think they're identical.
-
comment
Comment #27069215
French speakers often struggle with beach/bitch :)
-
comment
Comment #25639273
The UK is also "literally an island", though 4 times as big as Taiwan. Taiwan banned flights from China early on, and now only allows entry to residents and those on business. The …
-
comment
Comment #25551131
Swiss tech companies find that there isn't enough talent within Switzerland unless they are focusing purely on the Swiss market. Cost of living is higher than London in somewhere l…
-
comment
Comment #24835230
Yeah looks like the book publishers conned the BBC into writing a news piece to advertise it.
-
comment
Comment #24366663
Have you tried knockd https://linux.die.net/man/1/knockd ? You send a special sequence of "knocks" to the server (packets to different ports) and it executes a command such as allo…
-
comment
Comment #24252838
So do I just need to fill my computer with porn? Or use stenography to put all my files inside porn.
-
comment
Comment #23270890
Thanks that's really interesting, as I see from your reports you could call /json/list with rebinding to get the guid. For the past 2 years it now validates the Host header.
-
comment
Comment #23261309
Node debug mode runs a websocket, but the address is something like ws://0.0.0.0:9229/1cda98c5-9ae8-4f9a-805a-f36d0a8cdbe8 - without the correct guid at the end, you can't open the…
-
comment
Comment #23261252
You can only make a websockets request. The javascript call will fail if either the port is closed, or the port is open but doesn't act like a websockets server. So you can tell if…