"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
Jump
Currently having trouble with ipad 3 on ipadOS 9.3.6
  • haui_lemmy haui_lemmy Now 100%

    Sad. But thanks for chiming in. I really hate apple for their walled garden approach. running a rooted android phone is far less problematic and therefore is making huge progress. since nobody seems to be able to reliably even jailbreak apple devices, its more likely they will stay locked until the landfill. Apple should be broken up about this.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    Currently having trouble with ipad 3 on ipadOS 9.3.6

    geteilt von: https://lemmy.giftedmc.com/post/850522 > Hi folks, > I'm a tinkerer and like to hack old devices. Currently running postmarketOS on an old oneplus6. Now I want to try to repurpose my old ipad 3 with LTE. > > For that purpose I have tried: > - https://jailbreaks.app/legacy.html -> phoenix (Error: app could not be installed at this time) > - windows VM (I'm on linux) with usb connect, I can see the ipad in device manager and open the harddrive but neither itunes nor sideloadly will connect to it. impactor also wont recognize the device > - exchanging the cable for a different (newer) one, also no change > - resetting the ipad to factory settings to free up space, no change > - reinstalling itunes, icloud, sideloadly > - restarting between each step > > I'm kind of running out of ideas at this point. I generally have a debug device which I could try and use on the ipad but I struggle to find resources on lower level hardware hacking for the ipad. Let me know if you have any other ideas. > > Have a good one!

    2
    3

    Hi folks, I'm a tinkerer and like to hack old devices. Currently running postmarketOS on an old oneplus6. Now I want to try to repurpose my old ipad 3 with LTE. **Edit: The problem might be the windows vm since an iphone 11 with linghtning cable also doesnt get recognized.** For that purpose I have tried: - https://jailbreaks.app/legacy.html -> phoenix (Error: app could not be installed at this time) - windows VM (I'm on linux) with usb connect, I can see the ipad in device manager and open the harddrive but neither itunes nor sideloadly will connect to it. impactor also wont recognize the device - exchanging the cable for a different (newer) one, also no change - resetting the ipad to factory settings to free up space, no change - reinstalling itunes, icloud, sideloadly - restarting between each step I'm kind of running out of ideas at this point. I generally have a debug device which I could try and use on the ipad but I struggle to find resources on lower level hardware hacking for the ipad. Let me know if you have any other ideas. Have a good one!

    2
    0
    Element web/desktop is 90% there
  • haui_lemmy haui_lemmy Now 100%

    i do know, tried them both. currently stuck with fluffychat. element i wanted for debugging and voice messages.

    2
  • Hybrid watch for notifications
  • haui_lemmy haui_lemmy Now 100%

    im daily driving the pinetime on a postmarketos phone. it is glorious. but you kinda need to want to stick it to the man for maximum pleasure because thats whst youre doing. thats how it feels to me anyway.

    4
  • Element web/desktop is 90% there
  • haui_lemmy haui_lemmy Now 100%

    thanks for chiming in. ill check it out.

    1
  • Linux mobile is advancing fast but of course not everything works out of the box. Element for example needs to make these sidebars toggleable for small screens. touch control works, room changing works, just the sidebars need to "move it". Anyone up for the task?

    10
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHA
    Hacking haui_lemmy Now 100%
    Reverse engineering Yealink T41P firmware

    Hi folks, not sure if this is the right place but so please lmk if there is a better place to put this: I'm currently attempting to reverse engineer yealink t41p IP phone firmware since the device is out of support for some years and but works very well imo. For security reasons and keeping the devices out of the trash, I would like to provide open source firmware for it. I recently learned how the process with clean room reversing works but I'm stumbling at the first step already. Here is what I attempted so far: ``` haui@TowerPC:~/Downloads/t41p-firmware$ binwalk T41-36.83.0.160.rom DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- haui@TowerPC:~/Downloads/t41p-firmware$ binwalk --signature T41-36.83.0.160.rom DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- haui@TowerPC:~/Downloads/t41p-firmware$ binwalk -E T41-36.83.0.160.rom DECIMAL HEXADECIMAL ENTROPY -------------------------------------------------------------------------------- 16384 0x4000 Rising entropy edge (0.984980) 20480 0x5000 Falling entropy edge (0.783278) 32768 0x8000 Rising entropy edge (0.992664) 45056 0xB000 Falling entropy edge (0.601562) 65536 0x10000 Rising entropy edge (0.991434) 815104 0xC7000 Rising entropy edge (0.992069) 2945024 0x2CF000 Falling entropy edge (0.668870) 2949120 0x2D0000 Rising entropy edge (0.993514) 8155136 0x7C7000 Falling entropy edge (0.843171) haui@TowerPC:~/Downloads/t41p-firmware$ binwalk -BE T41-36.83.0.160.rom DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- DECIMAL HEXADECIMAL ENTROPY -------------------------------------------------------------------------------- 16384 0x4000 Rising entropy edge (0.984980) 20480 0x5000 Falling entropy edge (0.783278) 32768 0x8000 Rising entropy edge (0.992664) 45056 0xB000 Falling entropy edge (0.601562) 65536 0x10000 Rising entropy edge (0.991434) 815104 0xC7000 Rising entropy edge (0.992069) 2945024 0x2CF000 Falling entropy edge (0.668870) 2949120 0x2D0000 Rising entropy edge (0.993514) 8155136 0x7C7000 Falling entropy edge (0.843171) haui@TowerPC:~/Downloads/t41p-firmware$ binwalk -y T41-36.83.0.160.rom haui@TowerPC:~/Downloads/t41p-firmware$ binwalk -e T41-36.83.0.160.rom DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- haui@TowerPC:~/Downloads/t41p-firmware$ binwalk -I T41-36.83.0.160.rom DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- 12622 0x314E BFF volume entry, AIXv3, file name: "iX2jÅ haui@TowerPC:~/Downloads/t41p-firmware$ binw^C haui@TowerPC:~/Downloads/t41p-firmware$ binwalk -G T41-36.83.0.160.rom DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- ```

    7
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    The more maintainers are paid, the more improvements they make to their projects
    blog.tidelift.com

    cross-posted from: https://lemmy.ndlug.org/post/1153465 > > In the second finding of the 2024 Tidelift state of the open source maintainer survey, we found that the more maintainers are paid, the more improvements they make to their projects. > > ... > > > In the previous finding, we reported that 60% of maintainers describe themselves as unpaid hobbyists, and 36% of maintainers describe themselves as paid (professional or semi-professional) maintainers, earning some or all of their income from their open source work. > > ... > > > When you break down the paid maintainers into professional (earning most or all of their income from their maintenance work) and semi-professional (earning some of their income from maintaining projects), it becomes clear that the amount of money a maintainer is making for their work has a large impact on the types of improvements they are able to make. Across nearly all major categories, professional maintainers are on average over 20 percentage points more likely to make key improvements to their projects than semi-professional maintainers. > > ... > > > In the previous study, 81% percent of professional maintainers earning most or all of their income from maintaining projects spend more than 20 hours a week maintaining their projects. This year, the percentage was nearly identical (82%). > > > Conversely, in last year’s survey, we found that the vast majority of unpaid hobbyists spend ten hours or less per week on their maintenance work (81%). This percentage also stayed consistent in this year’s survey, with 78% of unpaid hobbyist maintainers working ten hours or less per week. > > ... > > > We’ve heard from many maintainers that how they are paid for their work also matters. For many maintainers there is a huge difference between getting a one-time “airdrop” of money, perhaps right after a high profile incident where people are paying attention to their projects, compared to ongoing recurring income that they can count on. So this year for the first time we asked maintainers to tell us whether they would prefer to get predictable monthly income or a one-time lump payment. > > > An overwhelming majority of maintainers prefer to receive predictable monthly income, with 81% choosing that option.

    10
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    A friend of mine shared this receipt from her local library which shows how much money she's saved by using it.

    cross-posted from: https://lemmy.world/post/20072658

    57
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    DEF CON 32 - Disenshittify or die! How hackers can seize the means of computation - Cory Doctorow
    https://youtu.be/4EmstuO0Em8

    cross-posted from: https://jlai.lu/post/10771034 > Personal review: > > A good recap of his previous writings and talks on the subject for the first third, but a bit long. Having paid attention to them for the past year or two, my attention started drifting a few times. I ended up being more impressed with how much he's managed to condense explaining "enshittification" from 45+ minutes down to around 15. > > As soon as he starts building off of that to work towards the core of his message for *this* talk, I was more-or-less glued to the screen. At first because it's not exactly clear where he's going, and there are (what felt like) many specific court rulings to keep up with. Thankfully, once he has laid enough groundwork he gets straight his point. I don't want to spoil or otherwise lessen the performance he gives, so I won't directly comment on what his point *is* in the body of this post - I think the comments are better suited for that anyways. > > I found the rest to be pretty compelling. He rides the fine line between directionless discontent and overenthusiastic activist-with-a-plan as he doubles down on his narrative by calling back to the various bits of groundwork he laid before - now that we're "in" on the idea, what felt like stumbling around in the dark turns into an illuminating path through some of the specifics of the last twenty to forty years of the dynamics of power between tech bosses and their employees. The rousing call to action was also great way to end and wrap it all up. > > I've become very biased towards Cory Doctorow's ideas, in part because they line up with a lot of the impressions I have from my few years working as a dev in a big-ish multinational tech company. This talk has done nothing to diminish that bias - on the contrary.

    24
    0
    Lemmy Development Update 2024-09-20
  • haui_lemmy haui_lemmy Now 100%

    Insane work. My dollar a week is obviously well spent on you. :)

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPE
    Jump
    question how to use peertube crosspost from ask lemmy
  • haui_lemmy haui_lemmy Now 100%

    Not sure if thats what you‘re asking but you can do this: https://mastodon.giftedmc.com/@haui111@peertube.giftedmc.com

    1
  • How to use peertube
  • haui_lemmy haui_lemmy Now 100%

    Neat. I didnt know but it makes sense I guess.

    3
  • How to use peertube
  • haui_lemmy haui_lemmy Now 100%

    You will probably get the best answers from the peertube community so I suggest you crosspost your question there.

    That said, I host a peertube instance. It is the same as any other fediverse service but it is very young so dont expect it to be on par with mastodon and lemmy in terms of usability.

    As with all other services, you can make an account on an instance, seeing only what that instance allows you to, either by specifically allowing or disallowing other servers.

    So if you want the user experience, check joinpeertube.org for a rather well connected (and or maybe large) instance and join if you want to upload content. If not, you can just use your mastodon account to follow creators or comment on their videos.

    If you want freedom to do as you please, you need to get a server that is online (as in not in your home network or at least exposed but treat with caution). You can then install a peertube instance of your own, ideally with a custom domain. Then you can join the network and federate with who and whatever you like.

    In any case, framatube is a great company imo but their marketing just isnt that good. Peertube has so much potential and it could be further along by now.

    But dont get me wrong. It is still great and here to stay.

    Good luck.

    20
  • Man is the meme
  • haui_lemmy haui_lemmy Now 86%

    The right cant meme

    16
  • This comic traumatized me [PBF]
  • haui_lemmy haui_lemmy Now 100%

    That was unexpected.

    33
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Jump
    LinkedIn
  • haui_lemmy haui_lemmy Now 50%

    I‘d say its bearable compared to the others. Blocking people does make it a lot better though.

    0
  • GrapheneOS, Pixel 8 Pro £709 or Pixel 9 Pro £1,099?
  • haui_lemmy haui_lemmy Now 100%

    I did quite some reading in my time, as I mentioned. The methods you are describing are riddled with ifs and buts. The reality is that even online systems arent hacked if they dont have obvious flaws like passwords in root ssh. on the other hand tools like john the ripper can break each and every common encryption given the right circumstances. Its no difference. Its all just marketing.

    1
  • GrapheneOS, Pixel 8 Pro £709 or Pixel 9 Pro £1,099?
  • haui_lemmy haui_lemmy Now 100%

    I‘m not that bad at rhetoric either but I avoid it when I can.

    Your argument is empty. Privilege escalation attacks are plain old cves that get found, evaluated and fixed. You need access to the phone, mostly in an unlocked state to get anything to work like that, same as with a computer.

    I know a couple of pen testers and I would definitely know if there were large differences between operating systems securitywise.

    1
  • Project for people leaving Google Maps.
  • haui_lemmy haui_lemmy Now 100%

    Interesting! I just checked. My data was incomplete then. Thanks for mentioning it! :)

    1
  • GrapheneOS, Pixel 8 Pro £709 or Pixel 9 Pro £1,099?
  • haui_lemmy haui_lemmy Now 100%

    You do realize that this is bullshit, right?

    Its typical fearmongering (in fact the same article too) that I have been sent a ton of times by low tech users that fanboy for graphene.

    There is no such thing as „physical port attacks“. It also works very different on phones then on computers. You can for example use i2c on an iphone to crack it open which somewhat straightforward to do but still has zero implications for daily use. The linux apps are desktop apps and as such dont have any chance to get through all of the open source community‘s eyes undetected.

    Its a completely backwards take that assumes using bad faith software written in the dark by proprietary vendors which just isnt real.

    1
  • Project for people leaving Google Maps.
  • haui_lemmy haui_lemmy Now 100%

    Sounds like you dont have much data in your area. Organic maps draws from openstreetmap iirc, the same as apple maps i believe. That would be something you can work on.

    4
  • The world needs fewer cynics and more skeptics.
  • haui_lemmy haui_lemmy Now 100%

    Fair enough. In bad times, that is true for me as well. But these times pass eventually. At least they always have in the past.

    1
  • GrapheneOS, Pixel 8 Pro £709 or Pixel 9 Pro £1,099?
  • haui_lemmy haui_lemmy Now 100%

    Feel free to elaborate. Everything I have read over my life (couple thousand pages I guess) suggestd that linux can be a lot more secure than windows and ios.

    1
  • GrapheneOS, Pixel 8 Pro £709 or Pixel 9 Pro £1,099?
  • haui_lemmy haui_lemmy Now 100%

    Because android. PostmarketOS is linux (based on alpine linux)

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    "Freeloaders"

    cross-posted from: https://lemmy.ml/post/20429091

    163
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    Profits are the surplus labor value stolen from the working class and the community they live in.

    cross-posted from: https://lemmy.ml/post/20410864

    152
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    EU consumer groups slam 'manipulative' video game spending tactics.
    www.euractiv.com

    cross-posted from: https://feddit.org/post/2776160

    15
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    Games industry layoffs not the result of corporate greed and those affected should "drive an Uber", says ex-Sony president
    www.eurogamer.net

    cross-posted from: https://lemmy.world/post/19624344 > Ex-[Sony Computer Entertainment Europe](https://www.eurogamer.net/companies/scee) president Chris Deering does not believe recent layoffs across the games industry have been a result of corporate greed. Instead, workers who have lost their jobs should "drive an Uber" or "go to the beach for a year" until employment settles. > > Deering was a guest on games writer [Simon Parkin's podcast My Perfect Console](https://www.patreon.com/myperfectconsole), where the pair discussed games industry layoffs. > > "I don't think it's fair to say that the resulting layoffs have been greed," said Deering. "I always tried to minimise the speed with which we added staff because I always knew there would be a cycle and I didn't want to end up having the same problems that Sony did in Electronics."

    29
    4
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    Tax the rich: Petition (EU)
    eci.ec.europa.eu

    cross-posted from: https://lemmy.world/post/19519945 > Taux the rich: Petition (EU) > > Hi there, if you are from one of the EU countries that didn't reach the threshold (see on the page), please sign this petition. ECI (European Citizen Initiatives) are petitions that forces the EU to take a decision on the matter if they reach 1 000 000 signatures.

    96
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    Audi Brussels remains at a standstill as workers take vehicle keys
    www.brusselstimes.com

    cross-posted from: https://lemm.ee/post/41690098 > "workers remain on strike on Friday morning and have taken the keys to hundreds of vehicles".

    36
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    We are not the same

    cross-posted from: https://lemmy.zip/post/22351831

    82
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    Denmark is the 5th country to pass the #StopKillingGames EU threshold - 340K out of 1M signatures in total!

    cross-posted from: https://slrpnk.net/post/13094630 > Link to sign EU initiative: https://eci.ec.europa.eu/045/public/#/screen/home > > Guides on how to sign EU initiative: https://www.stopkillinggames.com/eci

    30
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    ‘Right to Repair for Your Body’: The Rise of DIY, Pirated Medicine
    www.404media.co

    cross-posted from: https://discuss.tchncs.de/post/21533341 > You wouldn't pirate a medicine, would you?

    38
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAD
    Addons 4 Kodi haui_lemmy Now 100%
    Thinking of building something like steamlink for kodi

    Am in the process of retiring my appleTV for a raspberryPI with LibreELEC. It is pretty awesome so far. A couple small things do need work but thats for the future. Right now I‘m looking to at least get kind of feature parity for the things I use. Mainly I run plex for music, shows and movies as well as youtube and twitch, all very performant, even on wifi. As some of you might have noticed, I have recently released a next gen peertube addon to help with peertube adoption and accessibility. My only nonstarter so far seems to be steamlink. It runs great on appleTV so I figured it must be doable on kodi as well since the pi4 is powerful and kodi does everything else very well. I found this library today on my journey: https://github.com/ValvePython/steam If anyone wants to help developing the addon, let me know.

    6
    6

    Huge fan of risk-v and massively overwhelmed by analysis paralysis. I‘m in the market for risc-v hardware to develop on and play around with. After some consideration, I will get an sbc for the hard tinkering and low level stuff and I‘m thinking of getting a tablet for regular use (browing, ebook reading, controlling smart home devices) as well as development and packaging stuff. My reasoning for using dev hardware on a daily basis is that for myself to be able to use features, I need apps which I am incentivised to compile and package for risc-v. I‘ve seen very promising risc-v videos but I‘m not sure what to expect from a tablet. To add to that the pinetab v is out of stock which was a strong candidate. I know there is the new tablet from deepcomputing but its in preorder and the shipping to germany is pretty expensive. (100$ plus). The HD display is pretty awesome compared to the pinetab v but afaik the pinetab comes with accessories. Any experience with risc-v tablets and which other offers do you consider good?

    9
    6

    Hi folks! First of all, huge appreciation for this insane lemmy client. I‘ve been using it for two years roughly and I‘m over the moon about it. I want this app to be even more wonderful so I wanted to share my idea for a more integrated search: Currently, when you‘re on a small instance like mine, you dont see every community on every server you are connected to due to the way AP works. For that reason, I would love to see **all** communities and be able to subscribe to them by using lemmyverse.net as a search option. **Steps to reproduce** 1. make new instance 2. add user 3. connect with voyager 4. type anything in the search bar 5. find nothing Btw I know we already have the „discover“ option but it works different from what I‘m suggesting and is less intuitive and more cluttered than my approach imo. **Suggested behavior** 1. You hit search and get „lemmyverse.net“ as a search option 2. click it 3. see all communities with the content you searched for 4. hit subscribe 5. get content I hope this makes sense to you as I think this will boost the discoverability of lemmy by a huge margin! This would also probably be a unique feature, setting voyager even more apart from other clients (and of course be a great role model for them to follow). Thanks for reading and have a good one.

    18
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    Amazon Contractors can't even sing in their cars now. Unions protect against this micromanagement.

    cross-posted from: https://slrpnk.net/post/12806999

    226
    10
    haui_lemmy Now
    183 2.8K

    haui

    haui_lemmy@ lemmy.giftedmc.com

    Gifted Autistic Sysadmin, Anti-Corporate activist

    I help people and build things that help people.

    Check out our instance and our communities: