bazuchan

Results 9 comments of bazuchan

A have the same problem with xiaomi zhimi heater and it started after firmware upgrade.

We are running syncookied on Centos7 with elrepo 4.8 mainline kernel. Network card is Intel X520 with netmap-aware ixgbe driver. Rust is installed with rust-up script from nightly channel.

Perf top with "good" version: ``` 26.26% sc14 [.] sha1_transform_ssse3 20.00% sc14 [.] syncookied::packet::handle_reply 7.12% [kernel] [k] native_queued_spin_lock_slowpath 6.70% libc-2.17.so [.] __memcmp_sse4_1 5.65% sc14 [.] syncookied::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hc125f6adeb87694e 2.33% [kernel] [k] netmap_poll...

I have same problem with xiaomi zhimi heater and it started after firmware update.

Happens to me too. For example binary https://github.com/csivitu/CTF-Write-ups/blob/master/CSAW%20Quals%202020/Rev/not_malware/not_malware in ghidra `main` have this: `dVar4 = pow(16.00000000,0.50000000);` but in r2ghidra it looks like this: `sym.imp.pow(0x4030000000000000);` in ghidra `main` have this: ```...

I had same problem, in my case it appears that osx decided there is not enough space left in tray (but it was visually enough) and wasn't displaying the icon....

It's caused by same commit. The change above is just questionable, but not transliterating H is definitely bug.

Ubuntu 24.04 Using release tarball https://github.com/saimn/sigal/archive/refs/tags/2.4.tar.gz Commenting out setuptools_scm in pyproject.toml (not intended use case, but anyway) Running `python -m build` will produce wheel containing only .py files

У меня вот так работает ``` substitutions: node_name: tion5 friendly_name: $node_name tion_conn: ble board: lolin32_lite board_code: $board mac1: CF:E3:A3:FB:50:B3 mac2: CD:6A:89:0F:B1:0E esp32: board: $board framework: type: esp-idf version: 4.4.7 platform_version:...