Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wallunit
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
wallunit
1y ago
This is actually rather a reason to avoid Python in my opinion. You don't want pip to pollute your system with untracked files. There are tools like virtualenv to contain your Python dependencies but this isn't by default, and pip
2.
▲
by
wallunit
1y ago
"Penalizing solo travelers" is a hell of a spin on quantity discounts. If this isn't click bait what is?
3.
▲
by
wallunit
2y ago
I used zopflipng in the past to optimize PNG images. It made sense since there was no better alternative to store lossless image data than the PNG format at the given time in the given environment. Zopfli is awesome when you are locked in o
4.
▲
by
wallunit
7y ago
That's awesome. I'm looking forward to any feedback. Not sure for how much longer I will keep monitoring this thread. But you can reach me either by filing issues on GitHub, or if you could at least drop me an email at sebastian.n
5.
▲
by
wallunit
7y ago
Honestly, when I first started working on mypass, I wasn't aware of "pass". Anyway, one issue I have with "pass" is that it leaks metadata, as it uses the file system to organize different credentials, while only th
6.
▲
by
wallunit
7y ago
I'm the author of mypass. First of all, I'm very sorry to drop support (temporarily at least) for macOS and Windows with the latest release. It was a necessity for adopting SQLCipher (without available bindings for Python 3). But
7.
▲
Show HN: A password manager for the command line
(github.com)
3 points
by
wallunit
7y ago
|
5 comments
8.
▲
by
wallunit
8y ago
Is that even true? In practice rather than downloading a single package you'd download/update a bunch of packages over the same connection, and an attacker would only see the accumulated size, right?
9.
▲
by
wallunit
8y ago
No, I never used Facebook (or WhatsApp or Instagram) in the first place. ;)
10.
▲
by
wallunit
9y ago
I wrote a similar password manager (without knowing that pass already exists): https://github.com/snoack/mypass But I ended up storing everything into one single encrypted file, rather than having one file per password
11.
▲
by
wallunit
9y ago
Awesome, I'm looking forward to see whether it is working on your Acer laptop. You can use anything that is exposed by the Linux kernel under /sys/class/leds/*. This includes the keyboard backlight of ThinkPads. As
12.
▲
by
wallunit
9y ago
Thanks, man. It's almost frustrating how few attention my projects that are targeted to Linux users get nowadays on HN. That said, I appreciate your appreciation, very much. If you try it out, let me know how well it works. So far I on
13.
▲
Show HN: A browser extension that notifies you about new messages using LEDs
(github.com)
17 points
by
wallunit
9y ago
|
6 comments
14.
▲
Show HN: A password manager that can conveniently be used from the command line
(github.com)
7 points
by
wallunit
9y ago
|
0 comments
15.
▲
Is undetectable ad blocking possible?
(palant.de)
1 points
by
wallunit
9y ago
|
0 comments
16.
▲
LastPass: Security done wrong
(palant.de)
251 points
by
wallunit
9y ago
|
213 comments
17.
▲
by
wallunit
10y ago
I like that approach, and we tried doing something like that in the past, but here is why it didn't work for us, unfortunately: We work remotely, so is our hiring process. While it would be possible to give a programming task to a cand
18.
▲
by
wallunit
10y ago
I'm sorry but that whole article is just FUD... > Input function Yes, in Python 2, input() is a shortcut for eval(raw_input(...)), and documented as such. Obviously that is not a safe way to parse user input, and therefore it has be
19.
▲
by
wallunit
10y ago
Not that this is the same situation with unencrypted websites anyways.
20.
▲
by
wallunit
10y ago
I never got, in the first place, why browsers show a big fat warning when accessing a properly encrypted website where the certificate can just not be verified, while a completely unencrypted website on the other hand looks just legit in th
21.
▲
by
wallunit
11y ago
Fixed: https://github.com/snoack/python-goto/commit/a46dbe57e9cfa4f... Jumps out of loops and other blocks work now. However, there are some limitations: 1. As I only have 4 bytes left to inject POP_BLOCK ins
22.
▲
by
wallunit
11y ago
I did run the example from the README, with "%timeit range(0, 1000)" in ipython: 10000 loops, best of 3: 72.9 µs per loop @ CPython 2.7.10 with NOP 10000 loops, best of 3: 77.2 µs per loop @ CPython 2.7.10 with JUMP_FORWARD 10000
23.
▲
by
wallunit
11y ago
Awesome, I added it to the README!
24.
▲
by
wallunit
11y ago
> I wonder if there's a way to remove the extra nops? Yes, technically it would be possible to remove the code instead injecting NOPs. But then I'd have to adjust the jump targets. However, I don't think these NOPs are too
25.
▲
Goto in Python
(github.com)
170 points
by
wallunit
11y ago
|
43 comments
26.
▲
Content blocking in Safari 9 and iOS 9
(adblockplus.org)
3 points
by
wallunit
11y ago
|
0 comments
27.
▲
by
wallunit
11y ago
I'm very curious about Content Blocking Safari Extensions as well. The old mechanism, that is the non-standard "beforeload" DOM event + synchronous messaging via canLoad, had it's issues. But the new one is entirely diff
28.
▲
German Cat Breeder Websites Are the Most Beautiful Thing on the Internet
(vice.com)
1 points
by
wallunit
12y ago
|
0 comments
29.
▲
by
wallunit
12y ago
Adblock Plus not only prevent ads from loading, but also hide their elements. And also hides text ads that don't require a separate request. So you will see less ads and the space reserved for ads will be used for the actual content in
30.
▲
by
wallunit
12y ago
I was also pretty surprised when I saw that code. It is obviously there, that they know how many users they have, which browser and which settings they use. It is absolutely unacceptable to that without asking the user. It is also illegal i
More ›