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

Kagi's repository doesn't contain any of raphaelrobert's code directly. It's used as a library: https://github.com/kagisearch/privacypass-lib/blob/main/src/...


Espressif are a Chinese company so I would imagine so. Although you shouldn't find an ESP32 on a car anyway, they are not automotive grade parts.


You still authenticate and kick off the Mosh session via SSH, so it shouldn't be any worse than plain SSH.

> Mosh doesn't listen on network ports or authenticate users. The mosh client logs in to the server via SSH, and users present the same credentials (e.g., password, public key) as before. Then Mosh runs the mosh-server remotely and connects to it over UDP.


> Mosh doesn't listen on network ports

...

> ... Then Mosh runs the mosh-server remotely and connects to it over UDP.

Are UDP sockets immune from port scanning? Regardless of the answer to that, the sentence should be rewritten because it sounds like nonsense as is


What is the link between car washing and spreading bird flu?


Car visits a farm with infected chickens, picks up dirt with viruses on the wheels, brings it into cities.

This is one way how it spreads from farm to farm.


We have lots of trees in the area, it was said not to get close to bird poops and avoid contact with water where birds pollute.


I'm presuming birds poop on cars, spraying the cars with a hose puts droplets of it in the air.


Dust (and scratches?) can be detected with an infrared scan. The IR scan is only used to detect defects, and then something like a spot removal tool is automatically applied to the defect areas.

https://www.hamrick.com/blog/digital-ice.html


> If serde_json is a parser and has a different feature set than json-threat-protection, does it make sense to compare performance?

If you were using serde_json just to validate a payload before passing it on to another service (like a WAF), then the comparison makes sense. If you had more complex validations or wanted to extract some of the data, then maybe not.


Totally agreed, this is also what I want to say.


The Debian Firefox package ships a config with most of that disabled by default: https://wiki.debian.org/Firefox#Disabling_automatic_connecti...


Retail trading starts on Friday morning.


How do people (retail) participate in IPOs in the UK?


Apply for an allocation via your broker. E.g.: https://www.hl.co.uk/shares/ipos-and-new-issues/raspberry-pi...



This doesn't help help with ARM, which doesn't have a separate feature flag for popcount.


Oops, my bad. I was stuck in Intel land.

The option I linked is even listed under the x86-specific options...



Very sad. I use http/2 push on my website to push the CSS if there’s no same-origin referrer. It saves a full roundtrip which can be pretty significant on high latency connections. The html+css is less than 14kb so it can all be sent on the first roundtrip as it’s generally within TCP’s initial congestion window of about 10*1400.

The only other alternative is to send the CSS inline, but that doesn’t work as well for caching for future page loads.

103 Early Hints is not nearly as useful as it doesn’t actually save a round trip. It only works around long request processing time on the server. Also, most web frameworks will have a very hard time supporting early hints, because it doesn’t fit in the normal request->response cycle, so I doubt it’s going get much adoption.

Also it would be nice to be able to somehow push 30x redirects to avoid more round trips.


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

Search: