[flagged]
Show HN: Markdown HN profiles at {user}.at.hn
51–60 of 169 posts
Re: Show HN: Markdown HN profiles at {user}.at.hn
#52And are you prepared to respond to GDPR and other jurisdiction requirements of data collection and management?
Re: Show HN: Markdown HN profiles at {user}.at.hn
#53And are you prepared to respond to GDPR and other jurisdiction requirements of data collection and management?
If a user removes the reference from their bio, then the user's profile will be essentially inaccessible through the service (although technically the cached version would still be on the server. Adding a check to delete the file which matches the user's hashed ID here[0] would take care of profile deletions on subsequent accesses.
Failing all that, a user could request deletion and OP could delete the user's file manually.
There's nothing that seems overly onerous to implement to be (at least) GDPR compliant.
[0]https://github.com/padolsey/at.hn/blob/d4ca6702c558edf736652...
Re: Show HN: Markdown HN profiles at {user}.at.hn
#54And are you prepared to respond to GDPR and other jurisdiction requirements of data collection and management?
Re: Show HN: Markdown HN profiles at {user}.at.hn
#55[flagged]
Well I mean... I like the idea of you having autonomy over your own bio .. :P I kinda want to see how this xss vuln plays out.
Re: Show HN: Markdown HN profiles at {user}.at.hn
#56Re: Show HN: Markdown HN profiles at {user}.at.hn
#57Earlier quoted context omitted.
That second one doesn't give me a 404 but correctly shows your profile.
Weird, it also works for me now, I could've sworn it didn't work before. The firebase API on the other hand remains case-sensitive: https://hacker-news.firebaseio.com/v0/user/Retr0id.json => full response https://hacker-news.firebaseio.com/v0/user/retr0id.json => null
- https://news.ycombinator.com/threads?id=Retr0id - Works
- https://news.ycombinator.com/threads?id=retr0id - Doesn't work
Which somehow I guess the API is using.
Re: Show HN: Markdown HN profiles at {user}.at.hn
#58> opt-in only by adding a slug to your bio I really like this. It’s respectful of people’s wishes to not be added to any random site, and at the same time the way to give consent advertises the service. Ethical and effective business practice? Yes, please. If only all things posted to HN were like this. PS: It says something about my disillusionment with most software projects these days that I have nothing but prais…
> It says something about my disillusionment with most software projects My disillusionment is I don't trust any of you. My devices have so few apps, that it could almost be mistaken for a clean install. In coding, I use very few libraries because I don't trust anyone. I don't have time to read all of the code of the dependencies. Also, by using libraries, I don't learn how to do what is needed to be done. I hate bla…
Re: Show HN: Markdown HN profiles at {user}.at.hn
#59I'm getting Internal server error 34. Which is one I'd never seen before. ;)
Re: Show HN: Markdown HN profiles at {user}.at.hn
#60Earlier quoted context omitted.
Weird, it also works for me now, I could've sworn it didn't work before. The firebase API on the other hand remains case-sensitive: https://hacker-news.firebaseio.com/v0/user/Retr0id.json => full response https://hacker-news.firebaseio.com/v0/user/retr0id.json => null
I think maybe you're thinking about the "threads" list/page: - https://news.ycombinator.com/threads?id=Retr0id - Works - https://news.ycombinator.com/threads?id=retr0id - Doesn't work Which somehow I guess the API is using.