INeedMana
- 8 Posts
- 89 Comments
INeedMana@piefed.zipto
Opensource@programming.dev•Android Fediverse client that does not send user agent to serversEnglish
0·16 days agoAFAIK the apps are rather based on the APIs. And in general APIs usually don’t require a User-Agent header as they return only data, without the html
Do you know of an app that is setting user agent?
I guess, pick one that you like and check (check code or network traffic) if it’s setting user-agent header
INeedMana@piefed.zipto
Opensource@programming.dev•Android Fediverse client that does not send user agent to serversEnglish
0·18 days agoWhat do you mean by “device or client details”? If you want to log in, it will have to send your credentials
As for fingerprinting, does any of the open source clients do that?
I’ve never done something similar in Wayland but judging by how Waybar is setting up it’s window I guess it should be doable with backend-winit-wayland
https://docs.rs/winit/latest/winit/#building-windowsEDIT: actually, you might be a bit too early for using winit for that. But from the surrounding discussions it seems that even so, that should still be doable by interacting with wlr-layer-shell directly
EDIT2: hold on, I actually have done something similar in Wayland. Just in C++ and GTK. So if instead of using slint you could use GTK4, I guess https://github.com/wmww/gtk4-layer-shell would be the way to get it working
INeedMana@piefed.zipto
Technology@lemmy.zip•I stopped playing music on my Android phone and went back to my iPodEnglish
2·1 month agoYes
Unless it’s all lossless
Oh, a bit like inheritance in pure C? Where as long as inheriting struct puts the parent struct as first field, you can pass it to functions that use parent struct because the memory layout rules ensure that this part of memory will be exactly the same in both?
I think you put it more understandable
I’m too noob to understand it all but the way I see it, the core is not about using
Someinstead ofiter::slicebut what is inside.I understand this all is in context of Intel Software Guard Extensions about which I know nothing at all, and “UserRef states that userspace may always write to backing memory at any time, and that even &mut UserRef<T> is not exclusive”. So it seems that the design of
UserRefis basically against Rust principles (“userspace may always write to backing memory”). So when the iterator is just a wrapper overslice::Iter, the code innext()relies on Rust’s principles which don’t align with howUserRefis supposed to behave. The proposal is to walk overptr“manually” and return it (cast toUserRef) instead of constructing newUserReffrom whatslice::Iterwould return in thatnext().map(|e| UserRef::from_ptr(e)).But does
+pub struct Iter<'a, T: 'a + UserSafe> { + ptr: *const T,really mean that one can happily cast that
ptrtoUserRef?
What isPhantomDataand how/why using it makes any difference, when it’s not being changed during iteration?
Is theUserRefdesign sound or was only a workaround some problem?
INeedMana@piefed.zipto
Logseq@lemmy.ml•I typed some thoughts into yesterday evening on my phone, and let @syncthing sync the .md files between phone and laptop.English
1·1 month agoDo you have timestamps of the changes? Maybe those could shed some light
Those forums are a mine! Thanks for pointing me in their direction
I’ve digged up “HERO Designer” - software for character sheets. Is HERO System that crunchy?
How does edition numbering work in Hero System? I see that core book is at 6ed but for example Cyber Hero is 4ed. Does that mean it’s a 4th revision of Cyber Hero or that is should be used with HS4?
Where are you going to announce results?
parallel between this discussion of what is a GM’s style and the Adam Neely video about what makes musical genres distinct

Sorry, I couldn’t resist :D
INeedMana@piefed.zipto
Global News@lemmy.zip•‘Stanford expelled me for exposing the Chinese regime’s brutality’ - [Opinion]English
5·2 months agoThere’s something wrong with the way it displays. There is a link in quote section in web UI
INeedMana@piefed.zipto
Global News@lemmy.zip•China stocks suffer ‘panic selling’ as tariff war escalatesEnglish
6·2 months agoJust 4h earlier there was a different take
https://piefed.zip/c/world/p/1357832/china-bank-stocks-emerge-as-haven-as-iran-war-jolts-markets
INeedMana@piefed.zipto
Linux@programming.dev•Linux gaming levels up as CachyOS beats Windows 11 in head-to-head testsEnglish
1·2 months agoThat’s how the community plays it. 3 being rather on the low-end of what I’ve heard of
And if you know the game mechanics and play enough you can buy subscription of one month with in-game money
INeedMana@piefed.zipto
Technology@lemmy.ml•Recommendations for livestreaming platform?English
3·2 months agoI think some peertube instances also have an option to stream
INeedMana@piefed.zipto
Linux@programming.dev•Claude Code Found a Linux Vulnerability Hidden for 23 YearsEnglish
731·2 months agoI can’t report because I haven’t validated them yet… I’m not going to send [the Linux kernel maintainers] potential slop
That’s worth pointing out IMO
INeedMana@piefed.zipto
Cyberpunk@lemmy.zip•What's your favorite on-going cyberpunk franchise?English
1·2 months agofavorite on-going cyberpunk franchise
Well, Shadowrun, of course! ;D
And Cyberpunk. I’m less versed in that one but I like the feel they are getting. I mean the RPG lore booksBut getting back to your post, to me Tron has always been about visuals first. Even if the first one got old, considering the times it comes from it still looks wicked. The whole “the user” idea and worldbuilding is interesting but in a way I feel a Tron movie does not need to be sophisticated to be a good Tron movie
GitS, I really dig the depth of the first one. But somehow with those meh reboots etc, I feel any following work will be a mixed bag. Some might get to that level, many won’t
So, I guess Blade Runner for me. Both films are good, the RPG is done well (to allow replicating what the movies are about). So far so good
INeedMana@piefed.zipto
HistoryPhotos@piefed.social•Kalinin Avenue. Moscow, Soviet Union, 1977English
2·2 months agoAh! Right, sorry. In my language it’s yet another abbreviation and I sometimes get lost in all three. I thought CCCP is the English one







Could Mobilizon be used for that?
EDIT: for finding a date for some other thing I’ve been happy with how Polls in Nextcloud work. But NC might be too big for your needs. Maybe something from those would fit you?
https://github.com/manfredsteger/polly
https://awesome-selfhosted.net/tags/polls-and-events.html