
u/ScottContini

I've spent months building this weird social media idea. I'd love honest feedback.
I've been building an unusual social media experiment and just recently added free trials, so now is a good time to ask for feedback.
The idea is that instead of ads, data sharing, or subscriptions, there's a fixed supply of profile pages that people can buy, customise, and later resell if they choose.
https://buy-a-slice-of-pi.com/
How it works: The website is built around the first 1,000 digits of π, with the cheapest ones at the bottom and the expensive ones at the top. A slice of digits becomes your own customisable profile page. With the free trial, you can have any available single digit for free for one day.
With a trial or purchase, you can do the following:
- upload a profile photo
- write a bio
- add links to your other social media websites (or any links)
- publish blog posts
- receive comments from anyone with an email address -- you moderate your comments received.
If you buy, you get more features including the ability to share with friends, gift the page and resell all or part of your slice at a price that you choose.
My request: I am not looking for sales at this point, instead I want feedback. I want to know if you like the idea and/or the website, and what you think could be done better. I will be very grateful for any feedback I get, positive or negative. Also, do you believe in the concept of digital ownership for social media?
How I built it: I've been working on this for about 3 months using a Pro Claude plan. I've gone through several iterations trying to improve the user experience while keeping security and privacy in mind. I'm an application security engineer by profession, but one who believes that security cannot sacrifice user experience. The site is entirely passwordless: login is through emailed magic links.
Zhen Chen smashes one handed world record average after Crimson Arradazza tied Luke Garret’s one handed world record average
Acknowledgements to other posters for correcting my previous mistakes.
Slowing down Kian: first 10 of 100 solves
I hope that this is useful to someone other than myself. In Kian’s example 100 solves video, he is going WAY too fast for a mid-level Roux solver like me, so I needed a way to slow him down so I can study it closer. Also, I needed a way to restart a solve playback with the click of a button rather than dragging a slider to find the beginning again. So I created this short write out of his first 10 solves to help me study it.
Here’s how I recommend using this information. It’s organised by link to Kian’s solve in the YouTube video followed by the colour combo that he is solving for first block followed by the scramble. Do the scramble first. Then using the colour combo that Kian uses, try to think about how you would solve it. Then click the link to see how Kian solved it and compare to your solution. If you get lost in Kian’s explanation, the value here is that you can just click the link again to start over.
I’m finding that Kian usually goes about his solves very different than I do, but that’s because he can look ahead far more than I can. Would be keen to hear other peoples’s solutions for these scrambles.
scramble 1 blue-yellow L2 F' U2 B L2 F R2 B' U2 B R2 D' L' B2 U2 B' F2 D' R
scramble 2 green-white R2 B' L2 U2 L2 B U2 B L2 F L2 F' R' D R2 B D R2 B U'
scramble 3 red-yellow B' D L' U F D2 B' R2 B2 D' R2 U' R2 U L2 B2 D L2 F2 B' R'
scramble 4 blue-white L R2 B2 R2 U2 B2 D F2 D B2 U B2 R' F U L2 B2 L U' L'
scramble 5 orange-yellow D2 F' U L' F2 D' B L2 U' B2 U L2 D' L2 U' F2 U2 B2 U2
scramble 6 orange-white R2 F2 L2 U' L2 D B2 D R2 D2 R2 U' B D2 F' U2 F' L D B' R
scramble 7 green-yellow D' L2 R2 F2 U B2 L2 B2 L2 U' R' U' L D R' B2 F' R' F R
scramble 8 red-white D2 L' R2 B2 R2 D' B2 D F2 U2 F2 L2 D2 F2 R U B L D2 F R'
scramble 9 green-yellow D L2 D2 L2 B2 U' L2 B2 D' B2 U F' R' U' B' D B' U2 B L' F'
scramble 10 orange-white L' B2 U' L2 F2 R2 U B2 U B2 F2 U B D' R2 U2 R D' B2
Ps: if you are getting too many ads on YouTube, then try Brave browser. You will get none!
Wanting to get better at planning first block on inspection
What I would really love to see is some videos that provide the scramble and the person talks through slowly how they determine how they plan the whole first block on inspection.
I was watching a few videos in the resources section: they don’t always give the scramble and they often go very fast, flipping the cube around to show what they are thinking before I can really see what they are talking about without slowing the video down to ridiculously slow speeds. If they provided the scramble, then at least I could inspect it more before watching their advice. Are there any good videos that provide what I am asking for? I really want to see LOTS of examples like this where the pro goes at my speed so I can study them.
This video explains domino reduction and shows how to program it
It’s hard to find a good tutorial on domino reduction, but this guy explains it and shows how to program it: https://m.youtube.com/watch?v=Eysf6-E3ino&t=604s
Python Supply Chain Security: 8 Things That Happen After pip install
medium.comMax Park 7x7 world record single
live.worldcubeassociation.orgHow Unknowable Math Can Help Hide Secrets | Quanta Magazine - Ben Brubaker | A graduate student recently harnessed the complexity of mathematical proofs to create a powerful new tool in cryptography.
The paper: Gödel in Cryptography: Effectively Zero-Knowledge Proofs for NP with No Interaction, No Setup, and Perfect Soundness: https://eprint.iacr.org/2025/1296
Rahul Ilango, Massachusetts Institute of Technology
Curl lead developer Daniel Stenberg provides insightful feedbacks from Mythos analysis results
daniel.haxx.seThe compression of the exploit timeline: Why n-day gaps and 90-day embargoes are failing in practice.
The traditional vulnerability disclosure timeline relies on a fundamental assumption: exploit development and vulnerability discovery take time. Over the last 12 months the integration of LLMs into offensive tooling has demonstrably broken this assumption.
I recently published a technical write-up arguing that the 90-day disclosure window is effectively dead backed by three specific observations from recent incidents:
- Automated Diff Analysis (30-minute n-days) : The safety net between a patch release and an in-the-wild exploit is gone. Taking a recent React security patch (CVE-2026-23870), I used an LLM to analyze the diff, identify the vulnerable path, and write a working DoS PoC in roughly 30 minutes. The human reverse-engineering bottleneck has been bypassed.
- Vulnerability Convergence : I recently reported a critical P0 to a vendor and was told I was the 11th reporter in 6 weeks. LLM assisted scanners are causing independent researchers to converge on the same bugs simultaneously. An embargo no longer contains the vulnerability; it simply provides a head start to whichever threat actor also found it.
- The Linux Kernel (Copy Fail & Dirty Frag) : The recent kernel exploits highlight this perfectly. Copy Fail (CVE-2026-31431) went from an automated AI scan to a public PoC to nation state weaponization in days. Shortly after the embargo for Dirty Frag (CVE-2026-43284 / CVE-2026-43500) was broken in hours because an unrelated third party independently discovered the same bug class using similar tooling.
The defense cannot operate on monthly cycles when the offense is operating in hours. The focus needs to shift to real-time, PR-level AI scanning to match the pace.
can read the full technical breakdown and case studies on my blog:https://blog.himanshuanand.com/2026/05/the-90-day-disclosure-policy-is-dead/
I am curious if the researchers here are experiencing similar convergence rates or if you view this as a temporary anomaly while legacy codebases are scanned with new tools.
Copy Fail allows privilege escalation on Linux distributions. The root cause is due to an AEAD encryption bug, writing 4 bytes beyond the AEAD tag. I wish I could say more but I have never read the Linux kernel so this is too deep in the weeds for me. Would love to read a layman’s description of the problem.