Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
untitaker_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
untitaker_
1y ago
like I said, if you assume your adversary is the US government then they might as well start issuing rogue TLS certs to target individuals.
2.
▲
by
untitaker_
1y ago
I don't think there are many options to host sourcecode and binaries in a way that is safe against an adversary like the US, and especially in such a way that technically illiterate users are protected. Because you'd have to assum
3.
▲
by
untitaker_
1y ago
I think GP is talking about a scenario where Microsoft would serve either malicious source tree or binaries to just one user, not all of them. that would be fairly hard to detect. but in such scenarios we'd also have to start asking qu
4.
▲
by
untitaker_
1y ago
i can guarantee you npm will externalize the cost of false-positive malware scans to package authors.
5.
▲
by
untitaker_
2y ago
the answer to this problem in general is NAT hole punching, but BitTorrent doesn't actually have an answer to your problem. if you are behind a NAT, you can only connect to peers that are not behind a NAT or have port forwarding set up
6.
▲
by
untitaker_
2y ago
Presumably they switch UA to Mozilla/something but tell on themselves by still using the same IP range or ASN. Unfortunately this has become common practice for feed readers as well.
7.
▲
by
untitaker_
2y ago
browsing code is one usecase. opening issues (and having many tabs of issues open), discussing pull requests is another one. I don't think an SPA would be suited for that kind of content. Discourse might be a counter-example, but they
8.
▲
by
untitaker_
2y ago
lmao
9.
▲
by
untitaker_
2y ago
people complain about character assassination in this thread, but then, what is this supposed to be?
10.
▲
by
untitaker_
3y ago
> If we're not doing any state manipulation and are just using static props I don't see why we even need any abstraction at all. People are using React outside of SPAs just because they're already used to it, and because i
11.
▲
by
untitaker_
3y ago
the problem is that react is being used outside of SPAs, for any sort of interactivity, because it is easy to hire for at this point and because there are a lot of existing components to choose from. so yeah, progressive enhancement doesn&#
12.
▲
by
untitaker_
3y ago
All of this would be correct in an alternative reality where everybody in the Rust community, including every person ever involved in the language's evolvement isn't aware of these complaints.
13.
▲
by
untitaker_
3y ago
This is a popular sentiment that I share to some degree, but I really wish we could just move on from this discussion. It happens in every post that is even just vaguely about Rust or async. It's like reading complaints about the GIL o
14.
▲
by
untitaker_
3y ago
Similar, but nicer UI: https://ffmpeg.app
15.
▲
by
untitaker_
3y ago
ideally yes but i don't think it can be done with the current organizational structure of the european rail network. not consistently, only bilaterally
16.
▲
by
untitaker_
3y ago
> There is already a bottleneck on these trains because the staff need to bring you to the compartments. No, that's just not how it works most of the time with ÖBB, not even in Nightjet. I walk in and the ticket inspection happens
17.
▲
by
untitaker_
3y ago
> Additionally from Amsterdam to Zürich 3 people got robbed while still in the Netherlands. This train is reservation only, they could at least lock the doors or something to prevent criminals from boarding. compartments can be locked, l
18.
▲
by
untitaker_
3y ago
other instances are working. they are denoted at https://github.com/zedeus/nitter/wiki/Instances and more readably at https://status.d420.de/
19.
▲
by
untitaker_
3y ago
https://en.wikipedia.org/wiki/Brandolini%27s_law > The amount of energy needed to refute bullshit is an order of magnitude bigger than that needed to produce it.
20.
▲
by
untitaker_
3y ago
brilliant idea. let those governments know who really rules the world. we already have a bunch of dictatorships censoring the internet on purpose, so let's do their job for countries whose democratic processes can't do it for them
21.
▲
by
untitaker_
3y ago
this is not what vitalik is saying. he is saying that the output of the algorithm has not been modified after the fact. he explicitly mentions the possibility of vote brigading and fake accounts, both of which are well within elon's ca
22.
▲
by
untitaker_
3y ago
this has nothing to do with what i am talking about. the issue is legitimate but there are no news or interesting insights here.
23.
▲
by
untitaker_
3y ago
this is a rando spamming the chromium issue tracker. what is newsworthy about this?
24.
▲
by
untitaker_
3y ago
I agreed with your original comment but this insistence on "functions never capture environments" is not useful when a really large portion of programmers come from those kinids of languages and are trying to learn Rust. You can i
25.
▲
by
untitaker_
4y ago
I have a suspicion that cloud vendors are using bandwidth pricing as a way to deter abuse. Can't use them for ddos, tunneling, file sharing or mass scraping that easily anymore. The lock-in is a nice side effect. Though Corey is talkin
26.
▲
by
untitaker_
4y ago
Try just using ripgrep, sed, cut, etc. I found it is good enough for most data analytics I want to do on dumps like these. Particularly replacing grep with ripgrep makes a big difference. If that isn't fast enough, perhaps try feeding
27.
▲
Twitter Official Consumer Key
(gist.github.com)
1 points
by
untitaker_
4y ago
|
0 comments
28.
▲
by
untitaker_
4y ago
Which content-blocking APIs are you talking about? Blockada just started hosting a DNS server. Google just made it so that blocking decisions can't be made locally anymore and all my used domain names are sent to a third-party server.
29.
▲
by
untitaker_
4y ago
Cloudflare automatically redirects any /foo.html URL to /foo, with a permanent redirect. That is certainly not standard behavior, neither on httpd nor gh pages
30.
▲
by
untitaker_
4y ago
Site generators hiding it is not a problem for portability. Supporting that redirect is also not a problem! Permanent redirects are. Also, old-school is still the dominant way with how small sites are hosted, in terms of number of hosting p
More ›