<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: whyrusleeping</title><link>https://news.ycombinator.com/user?id=whyrusleeping</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 07:42:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=whyrusleeping" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by whyrusleeping in "Blacksky AppView"]]></title><description><![CDATA[
<p>Cheaper than it is now! I think it was about $1100 at the time, definitely the most expensive part of the whole setup</p>
]]></description><pubDate>Mon, 09 Mar 2026 04:12:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47304815</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=47304815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47304815</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Blacksky AppView"]]></title><description><![CDATA[
<p>I've also done a full network replica (all the data indexed in a postgres) on a raspberry pi (with an 8tb nvme attached via a hat). Its really not expensive to do . And if I wanted to drop data older than say 3 months, it would be even cheaper still.</p>
]]></description><pubDate>Mon, 09 Mar 2026 03:18:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47304512</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=47304512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47304512</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Open Social"]]></title><description><![CDATA[
<p>The default pds packaging takes care of SSL, but thats not a requirement, just something we try to make easy for users.<p>Also at:// URIs are of the form at://DID/..., and your human readable handle is bound to your DID through DNS TXT records _atproto.roshangeorge.dev, but applications all know to render that as just roshangeorge.dev. That DID points to a document that specifies where your server lives, so the HTTPS/WSS routes can live wherever you want them to.<p>Also likes/replies/etc on your posts go in their authors repos not yours, your intuition is correct there.</p>
]]></description><pubDate>Fri, 26 Sep 2025 20:17:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45390622</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=45390622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45390622</guid></item><item><title><![CDATA[New comment by whyrusleeping in "When imperfect systems are good: Bluesky's lossy timelines"]]></title><description><![CDATA[
<p>people get so up in arms when you suggest there might be a limit on how many people they can follow.</p>
]]></description><pubDate>Wed, 19 Feb 2025 20:39:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43107363</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=43107363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43107363</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Reply on Bluesky and Decentralization"]]></title><description><![CDATA[
<p>fwiw, the Knuth quote is "premature optimizations are the root of all evil"</p>
]]></description><pubDate>Wed, 27 Nov 2024 18:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42258583</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=42258583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42258583</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Reply on Bluesky and Decentralization"]]></title><description><![CDATA[
<p>I tend to agree with this, thats why theres canonical URIs for atproto posts that are agnostic to the hosting provider. The format is at://DID/collection/recordKey.<p>These are used throughout the system, for example if you look at the output of a feed generator, its just a list of these URIs</p>
]]></description><pubDate>Wed, 27 Nov 2024 05:01:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42253075</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=42253075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42253075</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Reply on Bluesky and Decentralization"]]></title><description><![CDATA[
<p>It's possible, and we've talked about it, but it would take a good amount of work (as would any 'correct' solution), so we have punted on properly solving DMs for a bit. I know Matthew has been very interested in working with us to figure something out here</p>
]]></description><pubDate>Wed, 27 Nov 2024 04:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42253057</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=42253057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42253057</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Ask HN: Bluesky is #1 in the U.S. App Store. Is this a first for open source?"]]></title><description><![CDATA[
<p>> My assumption for this being proprietary is so that it cannot be gamed. It could be a darker reason, I suppose.<p>As the guy developing said feed, this is indeed the reason. I have a hard enough time as it is with people gaming the specific parameters of the feed, having it fully open would be a huge tax on my time.<p>Most of the components of the feed are trialed in my personal feeds repo here: <a href="https://github.com/whyrusleeping/algoz">https://github.com/whyrusleeping/algoz</a><p>You could take the code from there and get to a workable "Discover" feed relatively quickly if you wanted to. Also several of the feeds I have in that repo are among the most popular feeds in the network, especially Quiet Posters (infrequent.go).</p>
]]></description><pubDate>Thu, 14 Nov 2024 02:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42132472</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=42132472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42132472</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Ask HN: Bluesky is #1 in the U.S. App Store. Is this a first for open source?"]]></title><description><![CDATA[
<p>its been consistent around 10/s most of today, hit even higher bursts at points. Its been steadily increasing every day for the past week.</p>
]]></description><pubDate>Thu, 14 Nov 2024 01:27:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42132198</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=42132198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42132198</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Ask HN: Bluesky is #1 in the U.S. App Store. Is this a first for open source?"]]></title><description><![CDATA[
<p>It is indeed an open source app for an open source protocol.</p>
]]></description><pubDate>Thu, 14 Nov 2024 01:23:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42132169</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=42132169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42132169</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky announces data federation for self hosters"]]></title><description><![CDATA[
<p>yeah it works fine on bare metal, you'll just have to do a bit more set up work yourself (https terminating and such). The installer script should be instructive in how to run it but you'll have to figure out the BSD specific stuff</p>
]]></description><pubDate>Thu, 22 Feb 2024 19:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=39472117</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=39472117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39472117</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky and the AT Protocol: Usable decentralized social media"]]></title><description><![CDATA[
<p>currently we support ed25519 and secp256k1 for signing, adding more key types isnt terribly hard, but does require coordination (everyone has to support it otherwise posts signed with that key type won't get propagated)</p>
]]></description><pubDate>Wed, 07 Feb 2024 01:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=39283198</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=39283198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39283198</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky and the AT Protocol: Usable decentralized social media"]]></title><description><![CDATA[
<p>The most straightforward way to fully use the network without trusting us at all would be to have your identity backed by a did:web, and run your own PDS. From there your posts will be indexed by our appView and you can see them in the app.
If you still don't trust our AppView to show you the right thing, you can definitely run your own (its a little hefty and requires indexing the whole network).
Beyond that, if you don't trust our relay to feed your AppView, you can run your own and have it scrape all the PDSs (the endpoints for this are open on each individual PDS).
At that point the app experience for you should be roughly equivalent (depending on how you choose to apply moderation actions) without using any of our infrastructure. You would still be able to interact with everyone, all your followers can still see your posts, and no normal users would notice you werent on the same servers as them.</p>
]]></description><pubDate>Tue, 06 Feb 2024 20:50:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39280389</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=39280389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39280389</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky and the AT Protocol: Usable decentralized social media"]]></title><description><![CDATA[
<p>"Kinda" and "Soon", the soon part is that interactions with the site are signed by a key thats usually held for you by your PDS (Personal Data Server), this month we are opening things up more so you can run your own PDS, and thus use your own keys.<p>The Kinda part is that your identity by default is backed by a DID that delegates authority to specific keypairs. The keypair that your PDS uses to sign is included in there automatically, but on account creation you can currently set a backup keypair that allows you to manually sign identity operations.</p>
]]></description><pubDate>Tue, 06 Feb 2024 19:13:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39279066</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=39279066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39279066</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky and the AT Protocol: Usable decentralized social media"]]></title><description><![CDATA[
<p>happy to answer any questions people might have about custom feeds, the post linked above is me</p>
]]></description><pubDate>Tue, 06 Feb 2024 19:09:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=39279010</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=39279010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39279010</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky has launched RSS feeds"]]></title><description><![CDATA[
<p>While individual posts are not self-authenticating (largely because it makes deletion much more complicated) all of a users posts are in a merkle-tree that it itself self-authenticating. A Post and the merkle-proof to the root its a complete verifiable entity.</p>
]]></description><pubDate>Tue, 16 Jan 2024 05:49:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39009921</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=39009921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39009921</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky migrates to single-tenant SQLite"]]></title><description><![CDATA[
<p>all modern server CPUs have intrinsics for sha256, it just doesnt matter CPU-wise</p>
]]></description><pubDate>Tue, 07 Nov 2023 18:38:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=38180913</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=38180913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38180913</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Bluesky migrates to single-tenant SQLite"]]></title><description><![CDATA[
<p>no this actually is moving every single user currently on the service into this setup. Everyone gets their own sqlite under the hood.</p>
]]></description><pubDate>Tue, 07 Nov 2023 01:21:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38171848</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=38171848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38171848</guid></item><item><title><![CDATA[New comment by whyrusleeping in "Show HN: Rarbg on IPFS"]]></title><description><![CDATA[
<p>The incremental requests are verified if running through your own node as a side effect of loading the data</p>
]]></description><pubDate>Sun, 04 Jun 2023 22:32:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36190201</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=36190201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36190201</guid></item><item><title><![CDATA[New comment by whyrusleeping in "How to set your domain as your handle"]]></title><description><![CDATA[
<p>While I totally get where you’re coming from, its a bit of an unfair question, “how are you going to do the thing you are attempting to do??” Is hard to answer without just saying “watch and see”, but ill try.<p>From a technical perspective the architecture is very similar to Twitter or other social networks internally, just pieced apart with some cryptography added to allow different components to not have to fully trust eachother. Thats to say, the components individually scale the same as twitter does (probably better tbh, we’re building this with 2023 tech not 2005 tech). Im happy to dive into that more but I actually dont think the technology is the hard part.<p>The bulk of the work is culture and community building and maintenance. One of the biggest things we’ve been focused on getting right is moderation, and the federated architecture helps a lot here. Allowing “third party” labeling to be integrated into the experience seamlessly allows communities to choose their own way of curating their experience. Instead of relying on a single company to dictate “the rules” you just pick “the rules” you want and go from there.
There’s obviously a lot more to it, so id encourage you to check out some of our other blog posts: <a href="https://blueskyweb.xyz/blog" rel="nofollow">https://blueskyweb.xyz/blog</a></p>
]]></description><pubDate>Sat, 29 Apr 2023 18:30:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=35755678</link><dc:creator>whyrusleeping</dc:creator><comments>https://news.ycombinator.com/item?id=35755678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35755678</guid></item></channel></rss>