Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
div72
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
div72
11mo ago
It'd be far more acceptable to block the CG-NAT IPv4 addresses if you knew that the other non-compromised hosts could utilize their own IPv6 addresses to connect to your service.
2.
▲
by
div72
1y ago
Have you seen headscale? It's a bit of work if you don't have a selfhosting setup but it enables you to use the service without being at the whim of Tailscale.
3.
▲
by
div72
1y ago
> The largest portion of all languages in Common Crawl https://commoncrawl.github.io/cc-crawl-statistics/plots/lang...
4.
▲
by
div72
1y ago
What? Why is your NVIDIA modules even in the boot partition? My largest /boot is on Fedora and that's 454MiB, 87MiB on Arch and 30MiB on NixOS. EDIT: "With grub, the situation varies; if the device has a graphics card, it usu
5.
▲
by
div72
2y ago
Except TLS-SNI sends the hostnames in plaintext during the handshake and you can't disable it in at least Firefox AFAIK.
6.
▲
by
div72
2y ago
Are you sure you were informed by Thunderbird and not by your SMTP server?
7.
▲
Yes, elections produce stupid results. Is there an alternative?
(demlotteries.substack.com)
5 points
by
div72
2y ago
|
0 comments
8.
▲
by
div72
2y ago
Only for the optional "read time travel and world domination plans" module.
9.
▲
Cryptreboot: Convenient reboot for Linux systems with encrypted root partition
(github.com)
1 points
by
div72
2y ago
|
0 comments
10.
▲
Fingerpaint – Draw using your laptop's touchpad
(github.com)
2 points
by
div72
2y ago
|
0 comments
11.
▲
by
div72
2y ago
Copyleft licenses are restrictive as obligations are restrictions. "You must provide a source code to your users" is equivalent to "You cannot use this software if your source code is not available to your users". Free
12.
▲
by
div72
2y ago
Isn't ARM's TrustZone equivalent to ME/PSP on Intel/AMD?
13.
▲
Interpolation search
(en.wikipedia.org)
1 points
by
div72
3y ago
|
0 comments
14.
▲
by
div72
3y ago
> This is a guest post. The views expressed here are solely those of the author and do not represent positions of IEEE Spectrum or the IEEE.
15.
▲
by
div72
3y ago
The post is about unsolicited requests at startup, Tor Browser does not connect to Tor unless you click Connect or enable the auto-connect option.
16.
▲
by
div72
3y ago
Weird thought, but have you tried using Selenium? Seems like launching a browser tab with: from selenium import webdriver driver = webdriver.Firefox() and navigating to duckduckgo.com: print(driver.current_url) # https:&#
17.
▲
by
div72
3y ago
> When are we going to talk about how openly corrupt Mozilla has become? It's routinely discussed on HN, whenever a topic about Mozilla/browsers comes up. The real question in my opinion is what can we do about it? Start an awa
18.
▲
GNU – Celebrating 40 Years
(gnu.org)
103 points
by
div72
3y ago
|
15 comments
19.
▲
by
div72
3y ago
Probably because of attribution. I assume that most Wikipedia articles are licensed under a version of CC with attribution requirements.
20.
▲
by
div72
3y ago
For something to be used in PoW, it needs to be both hard to solve and easy to verify. Protein folding checks the first box but not the second. As an example, prime number calculations check the both boxes and there's Primecoin which b
21.
▲
Remote URL handling in weechat and tmux (2019)
(toxicfrog.github.io)
2 points
by
div72
3y ago
|
0 comments
22.
▲
by
div72
4y ago
I agree with your conclusion but the example you gave of Magnus Carlsen doing an illegal move is a pretty bad one imo. That was clearly a trap from his opponent as he did an illegal move first by checking Magnus while he was under check and
23.
▲
by
div72
4y ago
Seems like a typo, dropping the s at the end works.
24.
▲
by
div72
4y ago
Probably should add that it's faster with PyPy as it might not be obvious on how an interpreted language like Python can beat an AOT compiled language like Go. Interesting results nevertheless.
25.
▲
by
div72
4y ago
Dupe of https://news.ycombinator.com/item?id=33798604 .
26.
▲
by
div72
4y ago
That's a pleasant mention of Gridcoin but I'd like to clarify that you do not actually mine Gridcoin. Gridcoin rewards scientific work for the BOINC(Berkeley Open Infrastructure for Network Computing). (Not that your comment is wr
27.
▲
by
div72
4y ago
It'd not fully solve your issue, but have you ever seen https://github.com/py2many/py2many ?
28.
▲
by
div72
4y ago
Yes, that is on my mind. I was actually planning on letting the user do some queries as the form data is actually stored in a sqlite database anyways. Can you link to your format if it's public? I'm interested.
29.
▲
by
div72
4y ago
I suppose something like WebTorrent could be used in that instance? The peers could eliminate the need for the server. Still that's too much JS for my minimal/no-JS goals.
30.
▲
by
div72
4y ago
I've semi-thought about that and edited the post but wish I actually edited the title instead(the option is gone now). I was thinking of pure as in no React etc., did not think that this could be interpreted in that way initially.
More ›