Cock's recent activity
-
Comment on Test in ~test
-
Comment on What have you made using an AI tool? in ~creative
-
Comment on Astronomer here! AMA! in ~space
-
Comment on Test in ~test
-
Comment on Test in ~test
-
Comment on Test in ~test
-
Comment on What are you supposed to be doing right now that you're not doing? in ~talk
-
Comment on Squarespace enters definitive agreement to acquire assets of Google Domains in ~tech
-
Comment on Tildes fundraiser June 2023: Encourage an app developer (me) to work on a Tildes app faster, by donating to Tildes (not me)! in ~tildes
-
Comment on Tildes dev environment on Apple Silicon // Apple M1 in ~tildes
Cock This was discussed in a previous comment I made here. In this comment thread, you will find old gitlab issues for this and attempts to get tildes dockerized. There was a previous attempt here that...This was discussed in a previous comment I made here.
In this comment thread, you will find old gitlab issues for this and attempts to get tildes dockerized. There was a previous attempt here that got pretty far, but the guy never kept it updated.
AFAIK, it will be a very in depth process to transfer over to docker from vagrant at this point in time, and will require ongoing maintenance.
-
Comment on Google is getting a lot worse because of the Reddit blackouts in ~tech
Cock I recommend tineye, it's its own reverse image search that Ive always found works better than googles.I recommend tineye, it's its own reverse image search that Ive always found works better than googles.
-
Comment on Reddit appears to be down during blackout day 1 in ~tech
-
Comment on Not entirely sure how to fill the void Reddit has left in ~talk
Cock Does it let you filter out certain keywords and whatnot? My main use case with apollo was filtering out political news that I don't care for.Does it let you filter out certain keywords and whatnot? My main use case with apollo was filtering out political news that I don't care for.
-
Comment on The most liberating decision: just deleted my Reddit account in ~tech
Cock That sucks to hear. At least the dev has been implementing changes quickly, I hope that a report feature comes out soon.That sucks to hear. At least the dev has been implementing changes quickly, I hope that a report feature comes out soon.
-
Comment on Not entirely sure how to fill the void Reddit has left in ~talk
Cock There is a weather guy in my city's subreddit too! (not Columbus)There is a weather guy in my city's subreddit too! (not Columbus)
-
Comment on Overwatch 2: Invasion | Trailer - Story missions, new support hero and more in ~games
Cock OW2 was a thinly veiled move towards in-app purchases, battlepasses, and microtransactions.OW2 was a thinly veiled move towards in-app purchases, battlepasses, and microtransactions.
-
Comment on The most liberating decision: just deleted my Reddit account in ~tech
Cock I'm happy to migrate to tildes for discussions and squabble.io for image-based posts. That is everything I need!I'm happy to migrate to tildes for discussions and squabble.io for image-based posts. That is everything I need!
-
Comment on Retired? Retiring? Considering retirement? in ~life
Cock Any tips for the system design part of the interview?Any tips for the system design part of the interview?
-
Comment on Looking for beta testers for my Tildes.net iOS app! in ~tildes
Cock Hey man, great work. Is it directly web scraping the posts? I twiddled with an app and was struggling to display the nested comments properly, so good work. I really like it so far! I just thought...Hey man, great work. Is it directly web scraping the posts?
I twiddled with an app and was struggling to display the nested comments properly, so good work. I really like it so far! I just thought I could share some ideas, as I don't think my app is going anywhere.
To support visiting communities, maybe you could make the ~community tag clickable. You could then load a new view with the tildes url and just append that community name on the end.
Some things to note from my discoveries while scraping tildes:
When inside a community, none of the posts will show that ~community tag. I added a fallback to my script, where if a post was missing that tag, it would grab it from the top of the page. It is a div with the classname "site-header-context"
I notice the app doesn't support tags just yet. Tags are tricky. Here is how I parsed the tag elements using beautiful soup 4 and python3.
*throw it into chatgpt and convert it to swift perhapsli_tag_elements = soup.select('li[class*="label-topic-tag"]') tag_list = [] if li_tag_elements: tag_list = [li.get_text(strip=True) for li in li_tag_elements]
Things I would like to see added (coming from Apollo):
Swipe from the side action (like upvoting a comment by swiping it leftI would like to be able to see my own profile
I would like to be able to load a post from URL (inside safari, share, open in "app name")
-
Comment on Looking for beta testers for my Tildes.net iOS app! in ~tildes
Cock Ah thats awesome. I wish the Apollo dev did something similar.Ah thats awesome. I wish the Apollo dev did something similar.
Will it come back? The testflight expired.