Posts
1749
Following
90
Followers
165
Riding horses, hacking computers, phones and smartwatch.
Pro pobaveni... i kdyz je to dost cernej humor... youtube Trump\ 2.0:\ Last\ Week\ Tonight\ with\ John\ Oliver\ \(HBO\)\ \[cw0F8G4-dMw\].mp4
0
0
0
@TwoClownsEating Would be fun to get lawyer from EFF and suing Samsung for damaging your TV. Because they did not really give you way to opt out, and did not tell you what you are opting into...
1
0
2
@TwoClownsEating I believe lawmakers need to step in here. People should have right to go to older firmware if they choose. Samsung broke hardware they don't own, and that's not okay.
1
0
0
Edited 4 months ago
# Tool to link computer to phone
I'd like to connect phone and (Linux) pc in such a way that I could type
SMSes on PC keyboard. This does it: bookmark 10.0.0.9:8000 on your phone,
then when you want to send an SMS run this as
./phonelink.py 800123456 say hello to spolecnost proti telefonovani.
Open the bookmark on your phone, and you should be able to send a message
with few clicks.

https://gitlab.com/tui/tui/-/blob/master/web/phonelink.py?ref_type=heads
1
0
0
@papiris Too late, I already have my tool :-).
0
0
0
Jestli chcete na InstallFestu videt povidani o letajicim kole, tak hlasujte tady. (Ty stranky nejsou moc dobre udelane, konference je lepsi :-) ). https://pretalx.installfest.cz/installfest-2025/p/voting/signup/
0
4
3
I'd like to connect phone and (Linux) pc in such a way that I could type SMSes on PC keyboard, and preferably read them, too. Generic solution that would work on FirefoxOS phone would be nice. I'm thinking about running web server on PC, then connecting to it from phone. Web page would direct phone to sms: or tel: url.
1
0
1
Unos aka pozitivni pruser

Slunicko a snih nalakal Edu... se sankama, deckama a tak. A zlutak, se mnou, bezkama a voditkem. Jenze jsme si vyhlidli stejnou plan a bylo by opravdu spatny, kdyby zlutak zaslapnul sanky. Ale zlutak (zatim jedu vedle, drzim se hrivy) vypada velmi v pohode, a na nejakej hororovej scenar to nevypada. Ale ja bych se rad projel jeste za nim, a on se tvari ze pujde za Edou... a tim smerem nechcem.

Takze ho odvadim zpet, a tim zrejme prepinam jeho trpelivost. Protoze jo, jedu za nim, krasne bezi, jenze nebrzdi! No a co ja s tim udelam... nic. Muzu se pustit, jenze to bude dlouha cesta domu, a kun sice nebrzdi, ale ani nezrychluje. Takze pouzivam svoji vahu abych ovlivnoval smer k mistum, kde je snih. Kupodivu i ten pobrisak, co ma kolem krku, a za kterej me tahne na bezkach staci na to, abych ovlivnoval smer, zatim dobry. Jenze se blizime k lesu, a tam jsou stromy a neni tam snih. A zlutak prechazi do cvalu, coz by bylo jupiii!, kdybych ridil. Takze je cas se pustit, sundat bezky, a jit chytat kone.

Zlutak vbehne do lesa, zjistuje, ze ja jsem zastavil, a kupodivu zastavuje taky. Pravda, rychle se orientuje, a vyrazi smerem k domovu, ale uz krokem, tohle zname. Takze se ho snazim zastavit slovnim povelem, coz nevychazi, ale proste ho predbehnu, capnu a pochvalim. Jo, ted budu muset chvili hodne chvalit. Uvazuju, jestli je drzy se jeste vratit pro bezky na plan, a ono je, ale mam ho na voditku tak se vracim. Snad mi to promine.
0
0
2
@rostedt -Werror is great tool to turn any warning workaround into -stable material :-(.
0
0
0
@devlin Pentium-class stuff is still rather common. 386 and older seem to be worth preserving at the moment. (Proud owner of Z80-based notebook :-) ).
1
0
0
@sairon @akademievedcr.bsky.social@bsky.brid.gy Tak dokud jen fyzikalni ustav a ne astronomicky... Aha, tak podle vseho by to zajimalo i astronomicky ustav. A myslim, ze lide co vyvijeji jadernou fuzi by take meli zajem :-).
0
0
0
Doporucim na youtube "Three Years Later: The Current Strategic Situation, Why the War Continues, and Problems with Trump [hIPF31KU6xo]". Recommended on youtube.
0
0
0
@dcz Controls do not seem to work for me. cargo run --bin vidi_controls results in

[crates/vidi-examples/src/bin/vidi_controls.rs:22:5] camera.get_id() = "imx7-csi:imx-media:d0e30f0703ab04c0:hi846 2-0020"

thread 'main' panicked at crates/vidi-examples/src/bin/vidi_controls.rs:25:48:
called `Result::unwrap()` on an `Err` value: Os { code: 25, kind: Uncategorized, message: "Inappropriate ioctl for device" }

I'd like to play with AE, and I guess I need them for that.
0
0
0
@dcz Sorry, I misquoted the command line. To be sure I retried, this time

cargo run --bin raw -- --raw 1052,780,8 data/51345663907.1052x780-GRBG.sv GRBG delme.tif

and am getting

thread 'main' panicked at crates/conv/src/bin/raw.rs:62:7:
called `Result::unwrap()` on an `Err` value: GenericError(MappingFailed { reason: "Permission denied (os error 13)", source: Os { code: 13, kind: PermissionDenied, message: "Permission denied" } })

. Same error over ssh and from phosh.
1
0
0
I deleted open file by accident. cat /proc/1368974/fd/6 > delme.mkv ... and now I feel like big hacker.
2
2
4
@dcz Thank you! Another thing I noticed is typo in filename: "video_fotmats.rs". I could not get "cargo run --bin raw -- --raw foo.sv GRBG delme.tif" to work. Thanks again!
1
0
0
@dcz I'm not exactly sure how, but I now got frame.GRBG. I believe that's good :-).
1
0
0
@dcz Thanks. I got it do build. AFAICT this should fix the docs:

+++ b/README.md
@@ -77,7 +77,7 @@ cargo run --bin demp
The **Librem 5** has support for collecting frames (demo not adapted yet):

```
-LIBOBSCURA_DEVICES_DIR=crates/vidi/config/ cargo run --bin camera_getframes -- 'imx7-csi:imx-media:776794edba9cf34e:s5k3l6xx 3-002d'
+LIBOBSCURA_DEVICES_DIR=crates/vidi/config/ cargo run --bin obscura_getframes -- 'imx7-csi:imx-media:776794edba9cf34e:s5k3l6xx 3-002d'
```

Aspirations

I did this to get it to build:

apt install curl, remove rustc.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

default host triple: aarch64-unknown-linux-gnu
default toolchain: beta
profile: default
modify PATH variable: yes

. "$HOME/.cargo/env"

sudo apt install librust-clang-sys+libloading-dev libgbm-dev
0
0
0
@klokanek Financovani z rozpoctu dava smysl, pokud se udela dobre. Parlament muze rict kolik penez rozhlasu pujde, nemusi to nechat na vlade. V nekterych zemich to funguje.
0
0
0
Show older