Readit News logoReadit News
ineptech commented on The HTML Hobbyist (2022)   htmlhobbyist.com/... · Posted by u/janandonly
fud101 · a month ago
Funny, i'm building something similar too but mostly because I don't want to contribute to someone's SAAS etc. Can you describe how yours works?
ineptech · 14 days ago
Sorry to have missed this, been traveling (naturally). You can see it yourself if you like, ineptech.com/flash. It is absolutely the bare minimum, but it worked fine for me.
ineptech commented on The HTML Hobbyist (2022)   htmlhobbyist.com/... · Posted by u/janandonly
ineptech · a month ago
Last week I wanted to quiz myself on German vocab words, and after searching in vain for a simple "flashcard" site without subscriptions or bullshit I ended up just making one myself. Very barebones, a single index.htm file with a little css and js in the header. Threw it on to a silly novelty domain I own ( ineptech.com/flash ) and bang, a useful (to me) webapp from zero to done in maybe two hours. And I'm a terrible programmer! It does feel sort of powerful in the way this site describes.

Still, I can't see buying a domain for it and putting it on this guy's webring, because while it's possible someone somewhere might find it useful, i don't think it's possible that person would be able to find it. They'd see the same 30 links to adware crap I saw and build their own like I did. In fact I'm probably the hundredth person to build this exact site for themselves. That part doesn't feel so powerful.

ineptech commented on How to Firefox   kau.sh/blog/how-to-firefo... · Posted by u/Vinnl
ReadCarlBarks · a month ago
Chrome has always had the capability of adding custom search engines. They are just not entangled with your bookmarks.

Firefox is actually going to remove this feature from bookmarks, and you'll have to create new engines from this page: about:preferences#search

ineptech · a month ago
This has nothing to do with search engines, it substitutes the argument from the search bar into the destination url. "wp XYZ" -> "https://en.wikipedia.org/wiki/XYZ"
ineptech commented on How to Firefox   kau.sh/blog/how-to-firefo... · Posted by u/Vinnl
ineptech · a month ago
Another FF feature I love that I believe Chrome lacks: text replacement in bookmarks. Add a bookmark with url "https://en.wikipedia.org/wiki/Special:Search/%s" and keyword "wp" and typing "wp Potato" in the url bar will take you to the wikipedia entry on Potato.

I switched to FF a few years back I really do like it better, but honestly even if it crashed every hour on the hour I'd still use it over chrome for uBO alone.

ineptech commented on Brain Box – The Safe Space text adventure game   strangemachine.tv/safespa... · Posted by u/durakot
szczepu · a month ago
The entire plot of the movie is included. You could play through entire story, but in practice that would take a very long time, even with digressions -- and even then, it would be the story just through a specific character's perspective.

The idea was to make something that stood alongside the movie as a companion piece, an alternative way of experiencing it, rather than just a promotional thing. It's been fun seeing players playing for 4+ hours and barely getting through the first half, when the movie itself is 90 minutes and change.

I may try to post a Show HN later this week with more details, since the technical details are kind of fun. It's fully custom-coded and uses some LLMs under the hood (more as a 'game master' than in a creative capacity). I worked with the writer/director of the film to translate the script to a more interactive-friendly format, but he basically did the interactive adaptation himself.

I worked on the movie as a technical consultant and they credited me as 'unix wrangler' (I can check having an imdb page off my bucket list I guess)...

Easter eggs if anyone finds this and reads this far: try typing 'chloe' or 'camus' in the character selection screen.

ineptech · a month ago
Very interesting, I hope you do. Anything new and weird is always fun to learn about the design, and I'm curious just how much of the text is LLM how much is hand-written. (Fair warning people will assume the worst if you are not explicit about that) The continuity is very good but I had assumed there must be some LLM involvement just due to the time it takes to load each page. Actually, now that I think of it, even if all/most of the text were from an LLM, I'm surprised it wouldn't be generated beforehand and loaded as static text. So what is being done when the spinner spins?

I also really enjoyed the Popov "biography", I'm a sucker for that kind of is-it-true-or-is-it-performance-art stuff online. Reminds me of the Velocity Gnome saga[0].

I'm not sure why your comments were being flagged but hopefully the HN algorithm knows you're not spam at this point.

0: Very sad to see this site is dead - https://web.archive.org/web/20250317181550/https://thefuture...

ineptech commented on Brain Box – The Safe Space text adventure game   strangemachine.tv/safespa... · Posted by u/durakot
szczepu · a month ago
Late to finding out about the HN mention, but I made this! And yes, it's an adaptation of the entire movie, but with the twist of making every character the 'main' character.

There's a text-based adventure in the movie that the characters play briefly, so this riffs on that. Happy to answer any questions.

ineptech · a month ago
Does the game "spoil" the movie? Like, is the movie's entire plot included or is it more of a prologue? And were you involved with the movie?

It's a neat idea with beautiful execution and I hope it gets more attention in other places than it got here. I'm not even sure what genre it is. It's not a game in the sense of requiring the player to solve anything, more of a novel in which the reader chooses a perspective and shapes the narrative but (AFAICT) cannot really direct the plot. Was the author of the game's text the same writer as the movie's plot and dialogue?

edit to add, also, was this built with an existing interactive fiction engine or was the site custom coded?

ineptech commented on Brain Box – The Safe Space text adventure game   strangemachine.tv/safespa... · Posted by u/durakot
ineptech · a month ago
As interactive fiction this is very well executed. I'm some part of the way through the story from one character's perspective so I don't know how far it goes, but is this a (for lack of a better word) novelization of the entire plot of the movie? And did you make it?
ineptech commented on US Supreme Court Upholds Texas Porn ID Law   wired.com/story/us-suprem... · Posted by u/mikece
stvltvs · 2 months ago
Whatever technical solution is implemented needs to:

1. Not inform the authentication provider about which websites you're visiting.

2. Not inform the websites about your meat space identity.

ineptech · 2 months ago
Unless I'm missing something, what I'm describing satisfies both of these (unless one or both parties are malicious).
ineptech commented on US Supreme Court Upholds Texas Porn ID Law   wired.com/story/us-suprem... · Posted by u/mikece
ahtihn · 2 months ago
You need something like Verifiable Credentials to do this properly imo. You don't want something like OAuth because the login service knows which websites you're requesting the login from.
ineptech · 2 months ago
I'm not suggesting that people actually authenticate to Pornhub using Login.gov's oauth, they would continue to auth (or not) as they do now. Login.gov can issue a token saying, in essence, "A user authenticated to me, and that user over 21, but I'm not going to identify them, I'll just give you a random GUID so this token will be unique".

edit to add more details, since I'm thinking it through: the token would need to include the issue date and be signed obviously, and would be ephemeral. Properly implemented, it could be done entirely in the browser (Firefox would have a "age verification provider" pull-down) in way that's transparent to the user and both private and secure. And since you have to be 18 to get a credit card, essentially any service you pay for with a credit card in your own name ought to be able to attest your age, even if it hasn't done KYC or scanned a government ID.

ineptech commented on US Supreme Court Upholds Texas Porn ID Law   wired.com/story/us-suprem... · Posted by u/mikece
ineptech · 2 months ago
Would it not be reasonable and safe and private to implement age verification through login.gov? An Oauth implementation that knows your identity and age can produce a verifiable token that attests your age but not identity. The only way your identity would leak would be if both the porn site and the oauth retain the tokens (which they would both claim not to do else no one would use this), and the attacker gets access to both.

I know it's unlikely to happen because of America's (misguided IMO) extreme distaste for digital government ID, but it seems like the current solution (people uploading pictures of their driver's license to porn websites) is worse in every possible way.

u/ineptech

KarmaCake day4230February 2, 2016
About
Currently a director of software teams, previously an sdet. You may enjoy my parody software company website, which can be found at my username followed by .com. I can be reached at dick @ that same domain.
View Original