Hacker Newsnew | past | comments | ask | show | jobs | submit | hundchenkatze's commentslogin

They don't mention a camera specifically, but it looks like the Wand has a camera in the end of it.

And they mention "Holding and pressing the action button turns the Privacy Light red and allows the agents to see anything you point Wand at."


Then just downvote/flag and move on. Commenting just to complain furthers the derailment, here were are 4 layers in...

imo there's nothing wrong with discussing project names.


Frankly I’d be happy to see a formal rule against it, or at least a community norm, but only frequent complaint is likely to drive things in that direction.

I see these comments almost daily, it’s a true plague. And never once have I seen it lead to an actual real-world change. Name-related comments most often serve as a sort of drive-by “dunking” for indirectly hating on projects. Do we really need a hundredth person commenting on a thread about Mastodon that there is also a band with the same name? What does that add to the conversation?

I recognize that I’m tilting at windmills, but someone has to speak up about it.


I think they're being cheeky. I assume Orchestra is the dystopian company providing the "ShotSpotter" service to SF, and bop spotter is piggy backing on the api.


They are separate dystopian that have public video and audio feed of SF on front page 4K

Shotspotter not related co.


then post the numbers? You're just here doing the same thing, asserting that the efficiency is bad, only using more words.

Performance and efficiency has been great for me. I've never run into rosetta throttling. I've got the numbers - trust me bro.


The null hypothesis is that Apple chips aren't better. You simply assumed they were into evidence. It's up to you to provide the figures that they are.

Of course, they really aren't, which is pretty obvious. It doesn't make sense that Apple would randomly invent some categorically new CPU technology when they don't even own an instruction set or foundry and that they would simply be concocting some vendor lock-in supply chain scheme.


> Because I have performance/tdp numbers

It sounds like you've already done the work... why not just share the numbers. I'm just asking to see what you claim to have. Unless... you don't have them and you're just making stuff up.


Except there's no easy way to verify that what you get from the store has been built, unmodified, from the public source - afaik.

(I still use AdGuard fwiw)


AdGuard Home has no "store". You download it yourself. I believe the same is possible for the Safari plugin - they're not required to be obtained from the App Store.


You left out the part that says Perplexity-User generally ignores robots.txt because it's used for user requested actions.

> Since a user requested the fetch, this fetcher generally ignores robots.txt rules.


auth, If you don't want content to be publicly accessible, don't make it public.


Yes blame the victim


Don't bother, I tried asking the same, only to have web browsing mansplained to me in such a generic way that could apply to using a regular browser.


I'd love to hear more about your setup, and how you access the web.


Basic setup:

DNS data gathered in bulk

HTTP generator

TCP client

Authoritative DNS server

TLS forward proxy

HTML reader

How I access the web:

I pay for an internet subscription and send HTTP requests to ports 80 or 443 at the IP addresses of other networked computers.


ok, from this response I can only assume you use FF/Safari/Chrome/etc... you've just described how the web/browsers/ISPs work.

My browser does all these things too. You initially made a point to imply that you were doing something different than the average person.

I was more interested in the specific tools you use. Sorry I wasn't excruciatingly specific in my question, I forgot what site I was on.


I am using an HTTP generator, yy025, plus a TCP client, not FF, Safari or Chrome. The HTTP generator is written by me.

The TCP client is typically Al Walker's original netcat, djb's tcpclient or haproxy's tcploop (modified). But any TCP client will work.

I generally use haproxy and tinyproxy-stunnel as TLS forward proxies. The former lets me monitor all HTTPS traffic from computers I own over the the network I own and modify headers, cookies, URLs, response bodies, prevent SNI, etc. (Most use haproxy as a reverse proxy.)

I do not make remote DNS queries immediately followed by associated HTTP requests. They are separeted in time. The DNS data is gathered in bulk from varied sources periodically. I do this with software tools I wrote myself that are designed for HTTP/1.1 pipelining. The domain-to-IP mappings are stored in the proxy's memory. There are no remote DNS requests when I make HTTP requests.

I use a modified text-only browsser as an HTML reader. It does not auto-loead resources, process CSS or run Javascript.

I do text processing on bulk HTML and DNS data, e.g., from HTTP/1.1 pipelining, with custom filters I wrote myself to produce SQL, CSV and other formats.

This is only a sample of things I do differently according own specific preferences.

The so-called modern browsers cannot do all of these things in combination, as separate programs. In some cases, e.g., HTTP/1.1 pipelining, real-time monitoring of HTTPS traffic in plaintext, even something as simple as preventing SNI from being sent, these browsers cannot do them at all, even with extensions. The so-called "modern" browsers are enormous by comparison and ridiculously complicated. They are distributed by corporations invested heavily in online ads.

Perhaps the most important difference is that I can compile each of the software tools I use in minutes, in most cases less than one minute. I can easily edit the source code in an edit-compile-test loop to address issues that arise and to suit personal preferences. This is not feasible with the so-called "modern" web browsers. Trying to compile these so-called "modern" browsers from source is excruciatingly slow. I can compile UNIX kernels with complete userlands, an entire OS, faster, easier and with only minimal resources (CPU, memory, storage).


links is the HTML reader; I modify various versions such as 0.99, 1.04 and 2.29

s/separeted/separated/


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: