Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
guns
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
guns
8d ago
Rehnquist anticipated but unfortunately did not prevent the abuse of the third party doctrine back in 1983. “Respondent does not actually quarrel with this analysis, though he expresses the generalized view that the result of the holding so
2.
▲
by
guns
10mo ago
https://github.com/mozilla-firefox/firefox/blob/FIREFOX_143_... # Use 17 for Ctrl, 18 for Alt, 91 or 224 for Meta, 0 for none. - name: ui.key.accelKey type: uint32_t #ifdef XP_MACOSX value: 22
3.
▲
by
guns
10mo ago
You could use Firefox and then set the accelerator key to Super, changing all application bindings to use Super instead of Control. This is my setup and it’s great.
4.
▲
by
guns
2y ago
Reminds me of “Flashed face distortion effect”: https://en.m.wikipedia.org/wiki/Flashed_face_distortion_effe... https://youtu.be/VT9i99D_9gI?si=QHhzR00tib3ZuX-5
5.
▲
by
guns
3y ago
> People keep forgetting to sanitize inputs, for example. Does that render input sanitization a broken idea? Possibly. You could prevent careless use of unsanitized inputs with a type system. Fail-safe designs should be more common.
6.
▲
by
guns
4y ago
This is what Stephen Wolfram concludes in a recent article about ChatGPT: > The specific engineering of ChatGPT has made it quite compelling. But ultimately (at least until it can use outside tools) ChatGPT is “merely” pulling out some “
7.
▲
by
guns
4y ago
This attack also doesn't work if you `exec su lowpriv_user` since there is no parent shell.
8.
▲
by
guns
4y ago
Essay writing unconsciously reinforces one’s opinion on a topic. This is an excellent tool for intellectual development when the student is free to argue any sensible position. Unfortunately, teachers often require students to choose orthod
9.
▲
by
guns
4y ago
> Layoffs like this can have a more pronounced impact on marginalized communities, so we were particularly focused on ensuring our layoffs – while a business necessity today – were carried out through an Anti-Racist/Anti-Oppression
10.
▲
by
guns
4y ago
> In the above example how is someone going to send traffic to 172.17.0.2:80 through the Docker host from a box on a different network than the Docker host? The attacker and host will generally need to be on the same network so that the
11.
▲
by
guns
4y ago
Docker users on the Mac are not affected by this issue, but they should be aware that the "Automatically allow downloaded signed software to receive incoming connections" option in the firewall settings must be unchecked in order
12.
▲
by
guns
4y ago
Publishing ports to '*' is commonly done to allow Mac and Windows users to access containers through their browsers. The macos firewall is able to block connections to these exposed sockets but: 1. The user has to explicitly turn
13.
▲
by
guns
4y ago
Original author of password-store was Jason Donenfeld (of Wireguard fame), and it was indeed well-written.
14.
▲
by
guns
8y ago
> I am not against conservative people and also not against people with different views. … It becomes a problem when some of those people can't tell the difference between truth and lie. Perhaps we should create camps that educate t
15.
▲
by
guns
8y ago
The problem is that most programmers do not bother to make whitespace visible, so tabs-for-indentation-spaces-for-alignment inevitably leads to a mess of mixed tabs and spaces. I personally use tabs-for-indentation-spaces-for-alignment in m
16.
▲
by
guns
9y ago
> [EDIT] No, this is not a charitable view of someone's potentially pure motivations. But after a few dozen iterations of the same thing again and again, you stop being charitable. Sorry. falcolas, I was going to ask something simil
17.
▲
by
guns
9y ago
> TL;DR: Someone, at this point, who claims they have never "understood" net neutrality and wants a "thoughtful discussion" is lying to us in an attempt to derail discussions. This is not a charitable opinion. Reading
18.
▲
by
guns
9y ago
Thanks for this tip! Private browsing mode causes the tab bar to reappear (though the tabs are still hidden), so I found that the selector #TabsToolbar works even better. Also, the large, bright sidebar header can be hidden with the #sideba
19.
▲
by
guns
9y ago
> PGP tooling sucks (especially in gmail, but really everywhere) GPG integration doesn't suck in Mutt.
20.
▲
by
guns
10y ago
> But the greatest thing that ever happened to them wasn't that they studied hard, or that they benefited from tiger moms or Confucian values. It's that other Americans started treating them with a little more respect. It seems
21.
▲
by
guns
11y ago
> It may have to do with knowing anyone could own and possess either legal or illegal firearms. While this may have an influence, it's important to remember that police officers are also trained to be wary of knives: https:/&#
22.
▲
by
guns
11y ago
The 840 EVO joined the club with firmware EXT0DB6Q, which itself is a nasty little hack around a fundamental design problem with the tightly packed NAND cells. Linux 4.0.5 ships with the patch linked above, but for a while you had to roll w
23.
▲
by
guns
12y ago
http://github.com/jceb/vim-orgmode I suppose an Emacs user will find it anemic, but I use it happily every day.
24.
▲
by
guns
12y ago
ldd actually executes the program being probed; it is not a static analyzer. It's only safe if you trust the program in the first place. From my /usr/bin/ldd: try_trace() ( output=$(eval $add_env '"
25.
▲
by
guns
12y ago
Crap, so if `objdump` is likely vulnerable to overflows, and `ldd` is a simple bash script ripe for abuse¹, is there a safe and easy way to determine dynamic library dependencies in an executable? ¹ http://www.catonmat.net/b
26.
▲
by
guns
12y ago
> There might as well be no concept of "words" or "lines" in a seasoned lisp programmer's mind, there's only sexps and forms Forgive me for plugging my own project, but vim-sexp¹ provides exactly this abstra
27.
▲
by
guns
12y ago
Pfft, what is philosophy? The natural sciences had almost completely robbed it of its intellectual validity by the mid-19th century, and this advance continues to this day. All that's really left to philosophers is vague discussion abo
28.
▲
by
guns
13y ago
And happily for git users, the git-hg plugin makes maintaining a git mirror of the vim hg repo very convenient: https://github.com/cosmin/git-hg Submitting patches upstream is also not a problem as Bram Moolenaar only
29.
▲
by
guns
13y ago
No, this issue neither falls on the "left" or "right"; it is better framed as the tension between central authority vs personal liberty. Both progressives on the left and conservatives on the right ask the government to
30.
▲
by
guns
13y ago
And here is the mailing list thread that the author refers to: https://lkml.org/lkml/2011/7/29/366
More ›