Hacker Newsnew | past | comments | ask | show | jobs | submit | kyle-rb's commentslogin


Microsoft Bob wasn't wrong, it was just early.

I haven't left because there are still circles of people I follow that haven't bailed. Once a large enough majority move to Bluesky, I'll start browsing that app more.

On the other hand, I might start posting on Bluesky more because as of a week ago, I'm shadowbanned on X. I know people throw that term around, but nobody on the site can see any of my reply tweets, even me (unless I scroll my account's 'replies' tab); people who've followed me for years are asking why their tweet has a ghost reply.

I don't think X has that much of an incentive to filter out bots while keeping around accounts like me (200 followers, will never pay for Premium). The slightly higher effort bots that glaze tech CEOs will be basically indistinguishable from the real people glazing tech CEOs because they're wannabe founders trying to network/cloutfarm. And that style of dead internet is fine with Elon.


> Once a large enough majority move to Bluesky, I'll start browsing that app more

The problem is a network effect. Lot of people rage quit X and then they return to it because they realize the reach isn't there on Bluesky, and whenever that happens it just sends strong signals

I don't really like X either, I feel like the feed algorithm isn't very good and just shows the same thing repeated by multiple accounts.

I'm trying to objectively view the two platforms without the partisan rhetorics. There isn't that many places besides Threads.

I personally like the old php forums which had a real presence.


What's funny is that people who use social media to drive traffic seem to consistently say they get more real click throughs to their content from bsky than twitter, despite having a fraction of the follower counts and post engagement that they have on twitter (even before all the barriers Musk enacted to keep users on twitter).


No moral dimension to this whatsoever for you?


That sounds infuriating. I hope you can recover your account.


My initial suspicion was that my account was flagged because I only used the web version (the PWA experience on mobile is pretty good) so I've been using the Android app the last few days, and I'll see if that has any signal on my account.

In another view days I'll try filing a support ticket, maybe claiming something like "I was mass-reported by DSA leftists for my right-wing views"; things along those lines have gotten some peoples' permanent suspensions lifted.


> as of a week ago, I'm shadowbanned on X. I know people throw that term around, but nobody on the site can see any of my reply tweets, even me

This is honestly the real value of nitter far beyond anti-Musk shriekers being obsessed with and addicted to X but not wanting to log into X. Nitter seems to simply give you everything - and you can plainly see which tweets are getting huge distribution and which ones nobody is seeing.


It's worth noting that the particular recording they include[0] is not the original performance, it's a CC0 (public domain) recreation of the sample.

So the recording itself has no copyright attached, but yes, there's still a question of the copyright on the composition.

[0] https://freesound.org/people/Dolfeus/sounds/43389/


You might be correct but the link you've pasted is still of the original copyrighted breakbeat, not a recreation, on a site again falling victim to what it offers for free and Creative Commons not being free or Creative Commons.


The arbitrariness of app store review hasn't been the greatest on the Google side, for me lately anyway. I got dinged for having an E-rating for my TV show info app that displays an official promo image for an episode of Landman, where a character has a wound with some blood on his face.

I pointed out that there were a couple other E-rated apps that show the exact same image, and many more T-rated ones that only warn of "In-App Purchases" — no "Violence" label. One of the latter is the official Google TV app [0], so I sent some screenshots of that, and asked if maybe they were "crushing the competition" by avoiding their own review process, to see if that would escalate my case (no such luck).

[0] The image is still the same in the Google TV app, and Google Search surfaces the image in question S1 E10: https://www.google.com/search?q=landman+season+1


Wow a lot of emdashes, are we sure she didn't use Claude?


You sure you know what syntax is?


> Taste.


It's AI-native Microsoft SharePoint


As those are heavily vying to be the three worst things in IT, I'll pass.

Thanks for the warning!


Ok but what if I told you it's also serverless?


I agree that the overall premise is somewhat eugenics-y, but I overlook that on the basis that it's a comedy movie from 2005 and it's easier to swallow than something like "aliens abducted all the world's smart people"[0] or something. There are still some good themes on over-reliance on automation without understanding it.

The Idiocracy line that I think about the most these days is "Brawndo stock dropped to zero and the computer did that auto-layoff thing to everybody."

[0] https://www.youtube.com/watch?v=lllrpcd8vbk


The CSS selector they used (`a[href*="://"]::after`) is meant to only target only external links, but assumes any internal links will be using relative paths like `href="/about"`. The problem is that this site uses absolute URLs (`href="https://hhh.hn/about"`) for its nav links, so every link ends up with an icon.

You could fix this by adding an exception to the CSS rule so it skips links starting with your site's name:

  a[href*="://"]:not([href^="https://hhh.hn"])::after


rel="external" solves this.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: