Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ebeip90
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ebeip90
4y ago
For hobbyist use, is this really any better than macOS' "say" command? Once you've downloaded the Premium voices (e.g. Zoe) it's just a CLI, no API or hidden bells and whistles. $ say -v 'Zoe (Premium)&#x
2.
▲
by
ebeip90
4y ago
^ This Supercooled water was something I thought of later, but I didn't think about the presence / lack of bubbles from normal freezing.
3.
▲
by
ebeip90
4y ago
Tired: Here's the exact way to duplicate and bypass our tamper detection. Wired: Make the tamper detection not duplicatable.
4.
▲
by
ebeip90
4y ago
This is garbage tamper detection. Take a Dremel to the phone to scratch it random and custom. Laser etch a QR code if you want, maybe a GPG signature. Freeze the phone in a 5-gallon bucket. FedEx overnight early AM international delivery.
5.
▲
by
ebeip90
5y ago
This is the dumbest thing they could do. “Ah yes, all you hackers and crackers, please take this DRM’ed copy of IDA and please obey the licensing agreement and don’t bypass the DRM.”
6.
▲
by
ebeip90
5y ago
Right click on the dock → Turn hiding on I also prefer: ... → Position on screen → Left
7.
▲
by
ebeip90
5y ago
Yes.
8.
▲
by
ebeip90
5y ago
Interesting, I had a very well-done phone attempt against my American Express card two weeks ago. I have to wonder if all that data came from the TMobile hack. * The caller ID was spoofed (not just the name, the actual number on my phone bi
9.
▲
by
ebeip90
5y ago
This is the correct answer!
10.
▲
by
ebeip90
5y ago
Coffee is for closers^W quoters. ABQ. Always. Be. Quoting. Also, you should be checking your Bash scripts with shellcheck, which will tell you when to do this with ~99% accuracy. (For the uninitiated: https://www.youtube.com
11.
▲
by
ebeip90
5y ago
If you're using ZSH, this will give you a Python-style backtrace showing the specific line of each failure, even with nested function calls. https://gist.github.com/zachriggle/8574964d2e3078cdfae84b574... e.g.
12.
▲
by
ebeip90
5y ago
I wonder if they used Monodraw[1] to create their diagrams? Looks like they did! [1]: https://monodraw.helftone.com
13.
▲
by
ebeip90
5y ago
For those using zsh, you can get better quoting (and only when necessary, and handles non-printable characters and newlines better) than using printf. run() { if dry; then echo "${(q-)@}" else "$@" fi }
14.
▲
by
ebeip90
5y ago
Not only does it do this, it does all kinds of forward emulation, thanks to Unicorn. https://github.com/pwndbg/pwndbg/blob/dev/caps/disasm_taken_... This also works for stepping through e.g. ROP gad
15.
▲
by
ebeip90
5y ago
Pwndbg author here, glad that you like it! If you think there are any ways we can improve, please don't hesitate to create an Issue on Github for new features or bug fixes.
16.
▲
by
ebeip90
5y ago
Mac still has AppleScript, and for the past several years you can write Javascript (JXA) to achieve the same goals, with an extremely similar interface but a less-insane syntax
17.
▲
by
ebeip90
6y ago
I strongly recommend checking out 010 Editor [1]. It's very powerful, lets you display in multiple different formats (not just 1/2/4/8 bytes, but interlaced formats and byte-arrays) and has the most amazing templating &#
18.
▲
by
ebeip90
6y ago
Some of these palettes aren't accessible to the colorblind. For example, "gorgeous light lavender" and "endothermic neon blue" are identical to me.
19.
▲
by
ebeip90
6y ago
I beat the game without ever scanning or listening to the secure network shrug . I probably had access to it after the Ping Spike and before becoming Skynet, but I was to busy clicking things to care.
20.
▲
by
ebeip90
6y ago
Are you supposed to be able to beat this while never accessing the secure network?
21.
▲
by
ebeip90
6y ago
The only files I had on any disk were those two files, and I had the larger of the two ZIPs on sky1s1 so that the smaller of the two could extract on infodmp
22.
▲
by
ebeip90
6y ago
I did this, and was unable to extract -- despite having enough claimed disk space on infodmp
23.
▲
by
ebeip90
6y ago
If you get stuck with RFCs.zip and portscanner.zip, but can't extract them despite moving files around to make enough space, open the Console and use diskSizeIncrease.
24.
▲
by
ebeip90
7y ago
Weird quirk, but it seems that MineSweeper / BrianSweeper always places a mine in the upper-right corner. I usually start here, and 30 games in a row it had a mine in that position.
25.
▲
by
ebeip90
7y ago
Give Sidecar with a 13” iPad Pro a go. It’s been life-changing for me and my mobile workflow!
26.
▲
by
ebeip90
7y ago
No, they’re equivalent in terms of security. The article’s author (posting here on HN) is grossly mistaken.
27.
▲
by
ebeip90
7y ago
And what, pray tell, stops me from modifying the memory at your “%s” string’s location in memory? Nothing. Neither is more secure, all modern compilers put both “%s” and “Hello, world!” in rodata sections. Your understanding of practical fo
28.
▲
by
ebeip90
7y ago
"continue to function" != "receive new features" They'll all continue to work exactly as they already do.
29.
▲
by
ebeip90
7y ago
This breaks on Python code, not CPython native (C) code
30.
▲
by
ebeip90
7y ago
When actively developing code, it can be useful for warnings to go away. Get things to work, then make it tidy.
More ›