HackerTrans
TopNewTrendsCommentsPastAskShowJobs

phh

no profile record

comments

phh
·เดือนที่แล้ว·discuss
> "You can just make it type words, what's the risk in that?"

I don't know if it's a useful answer to people saying this kind of stuff, but here are some examples of other attacks arbitrary USB pwn allows.

A USB device can appear as a network adapter and most OS will happily route all your traffic there, so your speaker can know which porn you're looking at!

It can also appear as a DisplayLink dongle, so it can see what's on the screen (it does require those specific drivers installed, and uh yeah, no way in hell it's technically possible on that MCU).

It can also turn it into a mouse jiggler to prevent lock screen (yes it's technically the same thing as your first point, just HID, but different angle).

It can also appear as a USB-storage: You don't trust the cloud, so you're writing those super secret documents to give to your boss on the USB drive you just plugged in? Surprise, you actually sent it to the attacker.
phh
·เดือนที่แล้ว·discuss
You can do an IR remote without a RTOS, but as soon as you do BLE you realistically need a RTOS. You have timers for keep-alives, connection states, competing interrupts, CPU-"intensive" tasks that can be preempted (for crypto)
phh
·เดือนที่แล้ว·discuss
I'm sorry to announce this to you, but the last PowerBook was released 21 years ago
phh
·2 เดือนที่ผ่านมา·discuss
I agree with you that it is the very obvious conclusion, but it isn't obvious to everyone. But it could still be relevant to you if you find yourself discussing with someone saying "why do we even spend money making an API, the AI can just control my computer?"
phh
·2 เดือนที่ผ่านมา·discuss
I'm on the side of "clever, fun, but feels useless". But to defend the project, all sensors require a powered central system. It's pretty common for Zigbee to have one repeater per room [1], which is just what is needed for this system.

[1] Because any AC-powered Zigbee device is a repeater, so just a bulb or a plug is enough
phh
·2 เดือนที่ผ่านมา·discuss
Laying out the math (assuming earth is an homogeneous sphere) just in case it's not clear:

F_gravitational = G m1 m2 /r^2

g = G Mass_earth / r_earth^2

Mass_earth = r_earth^2 * g/G

Density_earth = r_earth^2 * g/G / V_earth

Density_earth = 3*g / (4*Pi*G*r_earth)

Prior to Cavendish we already new g and r_earth, just missing G.
phh
·3 เดือนที่ผ่านมา·discuss
TFA says "After 1,000 fast charges, the battery should retain more than 90 percent of its original state of charge, the company said."

I can't really judge whether 1000 charges is a reasonable target for a car, though i think that 1000 fast charges is reasonable. It should probably be able to push to 5000 slow charges and 500 fast charges, which should fit a lot of use-cases.
phh
·3 เดือนที่ผ่านมา·discuss
Well, you stopped hearing about it, not because it stopped being used, but because its support became mainstream for a very long time. Google strongly recommends using zram on all devices, even on devices with a lot of RAM since like Android 10?
phh
·4 เดือนที่ผ่านมา·discuss
Unironically. Every time I asked a LLM to make something faster, they always tried blind code optimisations, rather than measure.
phh
·4 เดือนที่ผ่านมา·discuss
Absoultely.

I'll add to your comment that it isn't a bug of MCP itself. MCP doesn't specify what the LLM sees. It's a bug of the MCP client.

In my toy chatbot, I implement MCP as pseudo-python for the LLM, dropping typing info, and giving the tool infos as abruptly as possible, just a line - function_name(mandatory arg1 name, mandatory arg2 name): Description

(I don't recommend doing that, it's largely obsolete, my point is simply that you feed the LLM whatever you want, MCP doesn't mandate anything. tbh it doesn't even mandate that it feeds into a LLM, hence the MCP CLIs)
phh
·5 เดือนที่ผ่านมา·discuss
An ESP32-C3 Super Mini can be found for below 3$ (cheapest I had was 1.58€). Since the original clock is 3.88$, it can't be that much cheaper.
phh
·7 เดือนที่ผ่านมา·discuss
Since GCC is lacking such an essential optimization, you should consider have one of your junior interviewee contribute this basic optimization mainline.
phh
·7 เดือนที่ผ่านมา·discuss
You can make frequency inertia with solar (even without batteries if you accept running with a constant reserve so with reduced efficiency). Spain showed that there is a learning curve, that's for sure, but their issue was a "simple" oscillation problem that can be fixed by adjusting frequency-follow rate and grid-disconnect rules. It wasn't like a peak of energy consumption or loss of energy production that only a rotating mass could compensate.
phh
·8 เดือนที่ผ่านมา·discuss
80% is catastrophic though. In a classroom of 30 all honest pupils, 6 will get a 0 mark because the software says its AI?
phh
·9 เดือนที่ผ่านมา·discuss
Is there a survey of SoTA of what can be achieved with CSI sensing you would recommend?

What is available on the low level? Are researchers using SDR, or there are common wifi chips that properly report CSI? Do most people feed in CSI of literally every packet, or is it sampled?
phh
·10 เดือนที่ผ่านมา·discuss
I'm curious why they are using actual modems rather than just doing it with VoWifi that merely requires a SIM card reader (pretty much just an UART)
phh
·10 เดือนที่ผ่านมา·discuss
Except I'm guessing they are not selling their equity, they are making debt backed by their equity?
phh
·4 ปีที่แล้ว·discuss
> And you don't need to have any form of licence to drive one in France!

FWIW, that's wrong: only people born before 1985 ~ (i don't know the exact date) don't need any license. People born after that do require a license, which is much much lighter than standard driving license in France, but still requires several hours (I think it takes a whole day?), which I think is equivalent to what actual driving license in some countries.