Skip Navigation
gkd gkd @lemmy.ml
Posts 85
Comments 856

Why Silicon Valley Billionaries Like Peter Thiel Turned Against Trump

Tech heavyweights who helped ignite Trump’s candidacy have told close associates they feel alienated from the GOP and are casting about for a candidate who more closely aligns with their extreme pro-business agenda.

Non-paywall: https://archive.ph/LLAMY

11
Texas Republicans Target Climate Science in Textbooks Ahead of Education Board Vote
  • “Everyone, the anti-trans attacks didn’t work out for Virginia. Get out the dart board, let’s try this again.”

  • *Permanently Deleted*
  • Completely agree! Gnome is nice but never been able to move past KDE if I had to pick a full blown DE.

  • Ohio Republicans Refuse To Accept Election Results, Claim Abortion Bans Will Remain
  • The really weird part was this:

    The amendment's language is dangerously vague and unconstrained, and can be weaponized to attack parental rights or defend rapists, pedophiles, and human traffickers.

    I mean I know that they love to mix things together, but this might be the first time I’ve seen abortion linked to pedophilia and supporting rapists.

  • Do you donate to FOSS projects?
  • Just as an aside, donating does not have to be monetary. Helping (if possible) with development, triaging issues or helping with support/forums of any kind, along with in general filing good issues goes miles for FOSS projects, especially larger ones with only a few developers.

  • Lemmy 0.19.0-rc.4 and Development Update - 2023-11-03
  • Serious thanks for all of your hard work, as well as everyone else working on Lemmy through software of running instances.

    Memmy is ready 👍

  • Paypal won't let me remove my debit card
  • PayPal is notorious for displaying meaningless errors for just about everything, even when it is intentional. Might not be the case here, but they definitely do things like this.

    Though if I had to put my money on it, if it isn’t a bug it’s an anti fraud measure of some sort.

  • Login Issues. Reply with other issues here.
  • Another word on a more upbeat topic.

    First, I have a Giphy implementation in the works to add to Memmy. In terms of privacy, I have taken steps to mitigate tracking that comes along with the use of a Meta product while also helping to allow users to communicate with more than just text.

    Giphy has a SDK already made for React Native. Unfortunately, it has some “analytics” wrapped in. The API itself can be used without those analytics, but that comes at the cost of the almost certain tracking they do with just the searches and your IP.

    As a result, this is what I came up with:

    1. You submit a search for a GIF (think Discord’s GIF search
    2. The request is sent to a Memmy server which then processes the request for you
    3. You receive a response with both the direct URL to each of the GIF results as well as a proxy URL. All of the results are displayed to you through the proxy.
    4. When you select a GIF, the direct link is added to your post or comment as an image embed.
    5. In a future update, there are plans for Lemmy to offer built in proxying of images. Hopefully this will be available soon. However if it is not, for 30 minutes the GIF you added to the comment will continue to be proxied through Memmy so as not to create an immediate link to you creating the request for the image.

    This is somewhat similar to the Signal implementation of Giphy some time ago. I’m focused on cleaning up some other issues right now, but I’d like to add this in sometime in the near future. Will keep you posted.

  • Login Issues. Reply with other issues here.
  • A sincere thank you for the kind words :)

    As I mention above, the second half of this message is not intended for the vast majority of users. And even for the users it is geared toward, it isn’t meant to be rude at all but to be informative.

    I completely get how easy it is to forget that large projects are often times the result of a handful of people all with their own daily lives to deal with. I’ve run into a number of projects recently that have absolutely blown my mind when it comes to the difference in the size of the team vs the size of the product.

  • Login Issues. Reply with other issues here.

    There were some issues over the past week with logins.

    I migrated from storing JWTs in the app’s file system to using the iOS Keychain to store them. This prevents - mainly for users with jailbreaks - other applications being able to access tokens.

    The issue was caused by the iOS Keychain not being updated whenever the JWT was changed. So, if you signed into an account that already had an existing but invalid JWT, it would have not removed and overwritten the old one. This is fixed now along with ensuring that Memmy operates fine with 0.19. (Version 1.1.4, still waiting on Apple to approve the App Store release).

    Now, this isn’t for 99 percent of you, but yet it still needs to be said. I have said before and will continue to say: I am a single person (Sean has his own obligations) working on this right now. It has consumed a lot of time, and that is fine to me. However I also have life commitments.

    I totally understand that if the app is not functioning that you are going to migrate - at least temporarily - to another app. That’s fine. I would do the same. What is not helpful is rude comments or store. You’re more than welcome to bring up issues or leave reviews on the store (I do get notified of them) but doing so with “doesn’t work, devs can’t even be bothered to….” provides me with absolutely nothing to work off of.

    This issue is a perfect example of that. There have been a handful of people who were unable to sign in for a few days now (more than I know of, I am sure). Of those people, a number either made comments here (and I do apologize for not reading those, please read below) or have left negative reviews without information. I was left to speculate about the issue and assume it was fixed and the user was just using an old version. It was not until today that someone reached out to me over email with details about the issue that I was able to pin it down and fix it.

    I am extremely grateful for the people who have either created GitHub issues or emailed me directly with logs and information. I’ve had interactions with a number of you over the past few weeks that have been great, and that is what open source software is all about.

    It should be noted too that - as of right now - this community is mainly used for me being able to make an announcement easily. I do not have the time to monitor this community however. If you directly reply to me or message me I’ll get the notification, but I do not pay attention to posts. If you have a question, it is much more helpful to send me an email (along with the debug log) or open an issue on GitHub.

    Know that this isn’t just a request for myself. I’m asking you to treat every developer working on Lemmy. related projects, or frankly any open source software with the same respect. I’ve seen numerous times on this site (and frankly this was something that made me want to take a step away for a moment) rude remarks and negativity made towards developers. It isn’t constructive at all and is the opposite of the energy that we as a community should be putting out.

    Please, all I ask is that we be respectful in both directions. As long as the community continues to be great I have no issue at all putting time into this. And outside of just myself and Memmy, the only way this community will continue to thrive and grow is if everyone is treated with that respect.

    Remember, too, that Lemmy in terms of size and Memmy in terms of existence have only been around for mere months. Nothing comes perfect out of the box. Lemmy is still - I think we can agree - in its early stages. So is Memmy and the rest of the applications out there. What should be remembered is that the next wave of people is bound to come at some point. Your help in development can make that transition easier than it was for you, whether it be help toward me, toward Voyager or Avelon or the other available options, to the instances, or to the Lemmy devs themselves.

    Thank you all. Long live Lemmy 💪(fuck /u/spez)

    15
    Memmy not loading feed
  • Should be fine now. (Assuming that you’re on TestFlight. Waiting for Apple for the App Store.

  • Memmy not loading feed
  • I am a single person working on this right now. I am totally fine with you using whichever app you need to use, and I understand that if it wasn’t working for you that you’re going to switch. I have my own life commitments as well that I have to make, and managing issues through email, GitHub, and Lemmy is not feasible in the slightest.

    That said, these issues are fixed now. If you want to update and use it, that’s great. If you prefer voyager that is fine too.

  • How do I fix post titles?
  • I will work on it over the weekend. Thanks.

  • I remember being angry at how much this made me laugh
  • Absolutely one of my favorite games when I was a kid.

  • The two wolves
  • Closest I have ever gotten is riding the first train at the top of the morning before almost anyone else is out and about.

  • GitHub - SerenityOS/serenity: The Serenity Operating System 🐞
  • Wow, a whopping 100k from Shopify, that’s awesome!

  • ‘Acts of terrorism’ across Washington as 4 election offices get white powder in mail
  • Oh for sure. I’m just glad they keep doing this harmless shit. But, the scary thing is that the more they escalate and see it doesn’t work, the more they will keep escalating.

    High praise to all the people working the elections these days ❤️

  • ‘Acts of terrorism’ across Washington as 4 election offices get white powder in mail
  • Don’t understand what these people think would be accomplished by sending the stuff in the mail like that. Touching it isn’t going to do anything. Inhaling I supposed, but it would be rather difficult to accidentally inhale it especially after being packed during mailing.

  • i don't wanna taco 'bout it
  • Funny, I’m on the shitter after some tacos right now. This one was a false alarm I think though. Will be back in an hour or so.

  • Google now
  • Is putting a ! infront of a markdown link not standard for an image? That’s why it’s doing it.

    Lemmy does use some different markdown formats than I have usually seen, so maybe it’s not a standard just the common thing.

    Edit: oh you meant the other way around. Anyway, weird that Reddit used that for links.

  • Blueberry milkshakes
  • With how much those things cost, I wouldn’t be surprised if some horseshoe crab blood was mixed in to really make the color pop.

  • Hello from Memmy!

    Howdy all! Hopefully you are doing well.

    It has been quite some time since the last update, and for that I do apologize. Both personal commitments and just the need to take a step back have had both Sean and I not really working much on the app. However, here is some news from Memmy.

    The initial releases of Memmy taught me a lot about React Native. Making an app this feature filled is fairly difficult, and it grew quickly and fell apart in a lot of areas. Seeing all of those short comings, I have gone ahead and addressed them from the ground up.

    The number one issue was the UI framework that was in use. Somehow, the arguably most used UI framework for React Native had exceptionally terrible performance. That has now been completely removed from Memmy. What we are working with now produces renders in within 2ms of base React Native components.

    Additionally, the state has been completely reworked. No longer should there be any real issues there. I’ve taken care to try and make sure there is only one source of truth for posts and comments as well as making sure proper memoization is being used.

    Swipe gestures can be fully customized now, so feel free to do whatever setup you want.

    I have some code ready to test for push notifications again. Originally, I disabled them because of rate limit issues at the request of Lemmy.world. I’ll make sure I’m still in the clear, but I was given some numbers to work with before that I think will work fine.

    The community drawer can be opened from anywhere in the app by pressing and holding on the home icon now. Double tapping will refresh the feed. Small stuff, but highly requested.

    Drafts get stored for everything. You can start replying to a comment, close out and reply to another one, then go back to the first. Your changes will be waiting for you.

    There are other changes all over the place that should really just make performance light years better. There are sleek animations now as well on community and profile views, and loading is no longer “jarring”. Animations and fade ins are used throughout the app for all loading of data.

    There’s some more stuff to implement but I anticipate having something up on the store by the middle of next week. I’ve submitted something to TestFlight for approval already, so if you are still in there you can download that.

    I should note that there are no plans at all to monetize Memmy. No advertisements, paywalls for features, etc. frankly, I am happy to bite the small bill for push notifications if it comes to it. The intention is just to make an environment that you all can easily use.

    Feel free to come back to memmy if you left, or stay where you’re at. As long as you’re happily using Lemmy in general that’s all that really matters :)

    Cheers!

    68

    test video

    0

    Memmy Update! Still here, sorry for the delay!

    Hey guys! Sorry for being AWOL for the past few days. I’ve been taking some personal time and stepped away for a bit. Going to be cleaning up some more stuff and pushing out some good stuff to you guys soon.

    This build here - for real this time - offers significant performance enhancements. There is more to be done, but this is a great start.

    Here’s some changes:

    • Hide username in the tab bar
    • Some context menu refactors
    • Add bug report option
    • We have replaced the old UI library with a new one. There are still some quirks to work out, and we will be handling those over the next few days. This offers quite a significant performance boost over the last library.
    • Using more stable variables to prevent unnecessary re-renders. This is one part of the performance improvements.
    • Fix infinite refreshing attempts of an empty community
    • Added option to delete posts. This was something I threw in tonight and will be finishing edit post tomorrow. I also have the mod tools ready to go, just a matter of adding them where they need to be in the menus
    • Comment chains are collapsed after either the first 4 2nd level comments or after 3 replies to a 2nd level comment. Much easier to scroll through comments now. This is a WIP so there might be issues. Let us know.
    • Added a comment jump button. Speaks for itself. Might have some issues and is still a WIP. Let us know if anything goes wrong
    • Should have fixed a few crashes that were getting reported while I was away.

    Again, sorry for the downtime. I’ll be more active over the next week and we should see some big stuff.

    22

    Latest: Keyword and Instance Filtering, Mark Read on Scroll

    As the title says. Features are now available on TestFlight. Apple should approve the release on Monday, so let's hope that happens and it's available everywhere. Cheers.

    Edit: Noticed a problem with the marking as read. Fixed now and I'll update here shortly.

    38

    Memmy 0.5 - Should be available later int the day

    Hey all!

    It may have seemed to be a slow week, but I have been toiling rewriting a significant portion of the codebase while staring at graphs so that we can better implement new features. Currently, the state management was a bit too spread out, so I have taken the time to centralize that. This is going to make things like mod tools a cinch to integrate, and I plan to do that this coming week (seriously).

    These changes should also provide some pretty good performance enhancements. To be sure, this is not a complete effort yet, however I have overhauled the two biggest things: feeds and posts/comments. These are the two biggest performance bottlenecks, and I think I’ve gotten about 80% of the way there in improving the performance there. Still more work to do though!

    Additionally, we should see another significant performance boost in the next portion of the rewrite, which will remove off the current UI library that we use and replace it with a much better performing library. That is a process that will happen over time.

    The great news is that now, we should be able to iterate at a higher speed with these changes, and we should be rolling out some big changes here in the next few days!

    For now, there are a few changes - and things that should be fixed because of this rewrite

    • I keep saying this, but I have a feeling that this should resolve some NSFW issues
    • I also keep saying this, but I am pretty certain that this should fix the issues with language ID issues. At least for posts, comments should be fixed in a day or so.
    • The profile screen has been reworked
    • Much better (but still lacking, and this will improve further in the coming days) performance with the traverse

    As this is a rewrite of a lot of state things, there is a chance that some things might have broken. However, I have done a good bit of testing here and think things are alright. If you see anything funky, please do let us know!

    We do plan (and should be able to do so more easily now) have some tab bar options that will allow you to customize the functions there. For example, you will be able to visit the traverse tab from a button on the tab bar if you wish to swap it out with another one.

    Like I said, this coming week will be more feature-full rather than behind the scenes work. Thanks for hanging in there while we get this stuff sorted out!

    Cheers!

    87

    Memmy Progress Update

    Hey all!

    I am doing a rewrite right now of the state management so that we can scale a lot better. This is going to allow for a super seamless integration of mod tools as well as other integrations throughout the app.

    I am aware of some issues with the drawer right now, especially whenever a user has a large number of subscriptions. We are working on clearing that up.

    I'm also aware of some performance issues, especially on older devices. Two things are being done to correct this:

    • Better state management
    • Stripping out one of the UI libraries that is used and replacing it with either another library or raw React Native components.

    These will probably be done by the end of the week. I think these are two things that are super important to knock out now to keep things scalable. I'm learning here as we move along, and am fixing things up as I see issues arise 👍

    Thanks for all the feedback, and know that some absolutely great things are coming your way very soon! Cheers

    25

    Memmy v0.4 - Upcoming Release Today - Swipe to go back on the tab bar, drawer for communities, iOS 14 dropdowns, performance and other bug fixes, and more

    Hey all!

    This should be available sometime later in the day. Huge thanks for a few new contributors - @joshua-davis-rose and @bohn002 - for putting in a lot of work as well.

    • Subscriptions now available in a drawer instead of "Traverse". More of an Apollo-esque style
    • Switch accounts by pressing and holding the profile button. Feed header now allows you to select Local/All/Subscriptions
    • Continuing to improve image viewer
    • Saving images and sharing images now uses the cached files to share, so you don't need to re-download them
    • Alphabetized subscription list
    • Community about screen now shows moderators
    • You can swipe back using anywhere in the tab bar (I've been experimenting with full-screen swipe back as well, once I get that ironed out a bit more we will add that too)
    • UI now uses the iOS 14+ dropdowns for context menus
    • Cleaned up some issues with longer community names, but there are still more to handle. Keep an eye out.
    • Subscriber count is now in the community search
    • All NSFW image issues should be fixed
    • Lots of performance enhancements around the app
    • Also lots of bug fixes, especially for a few newly discovered crashes

    Please be sure to report any issues to the GitHub if you can. It is much easier to track there than it is here. There's a lot of traffic, so it's hard to keep track of all of it!

    Stay tuned for more coming throughout the week!

    62

    Memmy Poll - Gauging Community Feedback on Rebranding - Give Us Suggestions!

    Edit: Want to make this a sugestion thread, so please let us know your ideas on themes or names below.

    Howdy all!

    We have been internally discussing a rebranding of Memmy to another name. This has been a discussion for some time, and although we have certainly tried to see the upsides of not rebranding, we don't think this is a viable long-term option, for - among others - the following reasons:

    • Eventual support for non-Lemmy services such as Kbin or Mastodon
    • User awareness of Lemmy. Right now, the vast majority of people who are finding the app most likely are specifically searching for "Lemmy". While that's great and (based on trends on downloads/day) shows that there's obviously a big demand for Lemmy, we think this might not be the best way to grow - not just for ourselves but for Lemmy as a whole. We want the fediverse to grow and the best way to do that is to make it acceptable and easy to access without specifically targeting people who already know about Lemmy
    • Community feedback in general about the name. None of this is taken personal or anything, but there's definitely negative feedback for multiple reasons about it, and honestly I think we agree with most - if not all - of that feedback.

    Like I said, this is not something that we are doing lightly and we want to make sure we make the right choice before moving forward.

    Mind you, we are not talking about a short-term goal here of supporting multiple Fediverse platforms. That probably isn't even in the one-year plan if I'm being honest. But I personally believe the way that we make the Fediverse work is by making the whole experience awesome, and that means offering users with options and ease-of-use.

    So, with that said, we want to see what you guys think. We have had internal discussion about the possibility of using the name Badger, and while we all think that's a pretty good option, we are not 100% sold and want to gauge feedback before we do anything. Edit: It seems like that might not be something the community is interested in, so we likely won't be going that route.

    Please drop your suggestions for themes or names below! We will go through them all sometime later in the day.

    Let us know your thoughts!

    140

    Huge Image Viewer Improvements 🥳

    Coming to the App Store tomorrow!

    Hey all! We still have some more QOL updates coming tomorrow or Saturday. Working on getting comments all sorted up (more like the Apollo style) and getting post editing/deletion as well as mod tools underway.

    This update provides a VAST improvement to the image viewer. There shouldn't be any more issues with the swiping to close.

    There are some issues still but they are minor and I'll get them cleaned up here soon. I've spent the day writing this viewer from scratch, so it's been a process.

    The "white flash of death" should be fixed here as well when you open up the app.

    We also now support localization! German is officially supported now, and we will be sourcing other languages to improve the experience for everyone.

    Other minor fixes as well in this build, including a fix for a crash that was happening with the new spoilers.

    Stay tuned, and happy scrolling!

    54

    Crash Fix Released on Both TestFlight and AppStore

    Over night I had a LOT of reports come in about a crash. I have fixed these issues and this version is now live on both the App Store and TestFlight.

    Please keep sending that information in! Thanks!

    21