Toots for Ciantic@twit.social account

Written by Jari Pennanen on 2025-01-24 at 15:39

Rsync's worst feature is the slash rule: "A trailing slash on the source changes this behavior to avoid creating an additional directory level at the destination."

Every time I write the rsync command, I have to re-check it, it terrifies me if I get the rule wrong!

[#]Rsync #Linux

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2025-01-22 at 20:08

From purely software standpoint of view, why is faking phone's TPM so difficult in order for Waydroid to pass SafetyNet?

I'm even willing to hook old Android phone to PC to use as safetynet device, but I can't find people has done such yet.

[#]Waydroid #PlayStore #Android #Linux

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2025-01-16 at 23:02

Iptables still doesn't have a way to add a rule if it doesn't exist?

I know -C or --check, but it still requires us to repeat ourselves.

[#]Linux #Annoying

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2025-01-14 at 16:18

Then there is stuff like this, completely conflicting details.

https://www.dfrobot.com/product-2195.html

=> View attached media

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2025-01-14 at 15:47

Why there is no microcontroller boards (like Pico, ESP32 etc) with deep-sleep and RTC module builtin? Every idea I have requires good low power deep-sleep and RTC to wake it up.

[#]Raspberrypi #esp32

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2025-01-11 at 22:47

Why does Google Earth (web version at least) still doesn't allow locking the north? I spin the ball, and suddenly I'm upside down, it is frustrating.

[#]Google #GoogleEarth

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-12-17 at 11:52

I haven't tried to do webrtc yet, but interested. It requires some server, and now I wonder can I use Cloudflare's TURN server for discovery: https://developers.cloudflare.com/calls/turn/

Very few good examples out there for #WebRTC #JavaScript

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-11-14 at 14:40

[#]Ukraine and #OSINT community is migrating to #Bluesky

I don't know what happened in #X lately but something

[#]Twitter #TwitterMigration

=> View attached media

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-11-10 at 20:10

Bought NVME <-> USB adapter, only to find out it probably doesn't work with Raspberry Pi properly. It detects and allows to write, but after writing for a while Linux remounts it as read-only, and I get huge amount of errors like "scsi host1: uas_eh_device_reset_handler start"

[#]RaspberryPi #Linux

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-11-09 at 13:45

find . | grep "something"

Is for true hackers, and those who always forget how to do it with flags.

[#]Linux

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-11-05 at 14:51

I'm trying to boot Raspberry Pi so that it writes entire OS to RAM. Examples of how to do it are extremely kludgy.

Why can't we just dd root to ramfs and switch/pivot to it? I've already tried one but pivot_root doesn't work if it's done on running system, it needs to be done before systemd.

[#]raspberrypi #linux

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-11-04 at 14:47

What is this MiniPC segment:

"Asus Expert Center PN53: A powerful mini-PC with fan problems - Most things about this tiny PC are really good. But man, it's loud."

Why would you buy a loud MiniPC? You'd have to put it in a closet. If you have to put it in the closet, buy a real damn computer.

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-11-04 at 14:43

[#]Raspberrypi doesn't support kexec (ability to boot to different kernel / distro from Linux itself). I'd like to install multiple distros and do unattended switches.

I've spent few days figuring out what would a real computer (with truly passive cooling) would cost that can also support kexec.

NUC / MiniPC segment is terrible. Very few sites tell which one has vPro (support IPMI), which is fully passive-cooled...

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-10-31 at 17:45

Bluesky seems to have a surge in momentum among certain tech communities migrating from Twitter. Dan Abramov, who has long been involved in React, is building Bluesky and is surely driving traffic there from JS/React world. Another thing I noticed is that Kubernetes/Cloud communities have been migrating since Kelsey Hightower moved to Bluesky.

[#]Mastodon #Bluesky

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-10-09 at 08:56

I would love to have a hackable smart watch. I've created my own Garmin watch face, but the limitations they put on the SDK / API is frustrating.

There is so much more I would like to do. E.g. setup alarms based on the calendar, show timers on the watch face, show wake-up alarms on the watch face, etc. They don't allow us to build these.

This weird need to control what you can do with your device isn't new, it was even before Apple. Even Nokia's Symbian was terrible at this.

[#]Garmin #FOSS

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-10-03 at 14:20

TanStack Start's createServerFn, and React server components are very close to what you can do with Blazor in .NET.

It's so much easier for internal tools to not need a visible API.

[#]Javascript #dotnet

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-09-26 at 13:36

Now that #OpenAI is going for profit, I want to know the shareholder split. Is it now effectively Microsoft's second hand? Who owns the majority?

[#]Microsoft

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-09-21 at 13:27

Google Chrome's network throttling and latency settings don't seem to affect WebSocket packets. That is kind of annoying, as Blazor heavily utilizes that. How to simulate latency, is the question...

[#]Blazor #DotNet #Chrome

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-09-19 at 11:09

Bugs like, preventDefault not working make me think #Blazor is not the top priority for the ASP.NET team.

What sort of HTML-interfacing event handling API can have "preventDefault" from not working for a year or more?

https://github.com/dotnet/aspnetcore/issues/52514

[#]dotnet

=> More informations about this toot | View the thread

Written by Jari Pennanen on 2024-09-18 at 09:16

Proxy Information
Original URL
gemini://mastogem.picasoft.net/profile/109354738987854590
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
351.775448 milliseconds
Gemini-to-HTML Time
4.207324 milliseconds

This content has been proxied by September (3851b).