• 0 Posts
  • 135 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle
  • Giphy has a documented API that you could use. There have been bulk downloaders, but I didn’t see any that had recent activity. However you still might be able to use one to model your own script after, like https://github.com/jcpsimmons/giphy-stacks

    There were downloaders for Gfycat - gallery-dl supported it at one point - but it’s down now. However you might be able to find collections that other people downloaded and are now hosting. You could also use the Internet Archive - they have tools and APIs documented

    There’s a Tenor mass downloader that uses the Tenor API and an API key that you provide.

    Imgur has GIFs is supported by gallery-dl, so that’s an option.

    Also, read over https://github.com/simon987/awesome-datahoarding - there may be something useful for you there.

    In terms of hosting, it would depend on my user base and if I want users to be able to upload GIFs, too. If it was just my close friends, then Immich would probably be fine, but if we had people I didn’t know directly using it, I’d want a more refined solution.

    There’s Gifable, which is pretty focused, but looks like it has a pretty small following. I haven’t used it myself to see how suitable it is. If you self-host it (or something else that uses S3), note that you can use MinIO or LocalStack for the S3 container rather than using AWS directly. I’m using MinIO as part of my stack now, though for a completely different app.

    MediaCMS is another option. Less focused on GIFs but more actively developed, and intended to be used for this sort of purpose.


  • Only just now got a notification of your reply, but it shows as posted 5 days ago - weird.

    Why do you think the housing market is “hot?” I haven’t seen anyone saying that the housing market is currently hot - rather the opposite, with buyers not buying due to interest rates and sellers not wanting to lower prices below where they were in 2022. Prices have finally dropped from where they were last year, but that’s not indicative of a hot market.

    Zillow thinks that San Francisco is expected to have the second lowest growing home values in 2025 (second only to New Orleans), and Sacramento and San Jose are both in the top 10 as well, so I don’t think CA is performing any better than the best of the country. And in the rest of the country, according to realtor.com, last month was the slowest November since 2019; the number of houses for sale has grown for 13 straight months and is now the highest it’s been since December 2019.


  • Unless something has changed, it did. The page linked reads:

    And, obviously, this POC is open source, the code is publish here on our forge.

    The link takes you to their repos. The server repo has instructions on self-hosting directly on your server or with Docker. The app repo has code for both the iOS and Android apps. That’s good, because the iOS app at least doesn’t have a built-in way to select a different backend server.

    Whisper is by OpenAI and as far as I know they have not shared the training code, much less the data sets, so the best you can do is fine-tune the models they’ve provided.

    If use of Whisper is a problem, but the project is otherwise interesting to you, you could ask them to consider using a different STT solution (or allowing the user to choose between different options). I’m not aware of any fully open STT applications that are considered to be as capable as Whisper, but if you do, that would be great info to share with them.




  • As it is, you only see new comments if you scroll past the post again (and your client has refreshed it) or if you open it directly. If your client hasn’t updated the comment count or if you refresh your feed and the post falls off, you’ll never see it anyway.

    A “Watch” feature would solve this better. If you watch a post, you get aggregated notifications for edits and comments on the post. If you watch a comment, you get aggregated notifications for replies to it or any of its children.

    By aggregated notifications, I mean that you’d get one notification that said “The post you watched has been edited; 5 new comments” rather than a notification for each new comment.

    Then, in addition to exposing a “Watch” action on posts and comments, clients could also enable users to automatically hide posts that are watched, either by marking them as hidden or by hiding watched posts without updates.

    If the latter approach were taken, notifications might not even be necessary - the post could just get added back into the user’s feed when changes were made. It would result in a similar experience to forums, where new activity in a topic would bump it to the front, but it would only impact the people who were watching it.

    You can kinda get that behavior by sorting your feed by Active, but this could be used with other sorting methods.





  • 500 grams of what, though? Folgers?

    The current average price per pound (454 grams) of ground coffee beans in the US was double that just a couple months ago, so spending $3.00 per pound would necessitate getting cheaper than average - and therefore, likely lower quality than average, or at least lower perceived quality than average - beans.

    The sorts of beans that companies tend to stock (IME) that are perceived as higher quality aren’t the same brands that I tend to buy (generally from local roasters), but they’re comparably priced. For a 5 pound (2267 grams) bag of one of their blends (which are roughly half the price of their higher end beans), it’s similar to what you’d pay for 5 pounds of Starbucks beans - about $50-$60.

    Often when a company says “free coffee,” they don’t mean “free batch-brewed drip coffee,” but rather, free espresso beverages, potentially in a machine (located in the break room) that automates the whole process. I assume that’s what Intel is doing.

    At $10 per pound (16 ounces) and roughly 1 ounce (28 grams) of beans per two ounce pour of espresso, that means that if each person on average drinks two per day, then that’s $1.25 for coffee per person per day.

    However, logistics costs (delivering coffee to all the company’s break rooms) and operational costs (the cost of the automatic machine and repairs, at minimum; or the cost of baristas, or adding the responsibility to someone’s existing job (and thus needing more people or more hours) if just batch brewing) have to be added on top of that. Then add in the cost of milk, milk alternatives, sweeteners, cups, lids, stir sticks, etc…

    Obviously if they just had free coffee grounds and let people handle the actual brewing of coffee in the break room, it would be much cheaper. But if the goal is to improve morale, having higher quality coffee that people don’t have to make themselves is going to do that better.









  • For starters, it was never “open source”…

    From your link:

    Instead, as Winamp CEO Alexandre Saboundjian said, “Winamp will remain the owner of the software and will decide on the innovations made in the official version.” The sort-of open-source version is going by the name FreeLLama.

    While Winamp hasn’t said yet what license it will use for this forthcoming version, it cannot be open source with that level of corporate control.

    If I upload the source code for my project on Github/Forgejo/Gitlab/Gitea and license it under and open source license, allowing you to fork it and do whatever you want (so long as you follow the terms of my copyleft license), and I diligently ensure that code is uploaded to my repository before being deployed, but I ignore all issues, feature requests, PRs, etc., is my project open source?

    Yes.

    Likewise, if Winamp had been licensed under an open source license, it would have been open source, regardless of how much control they kept over the official distribution.

    Winamp wasn’t open source because its license, the WCL, wasn’t open source.