HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adt2bt

763 karmajoined 13 yıl önce

Submissions

NeurIPS Supports Authors with Google's Paper Assistant Tool (Pat)

blog.neurips.cc
2 points·by adt2bt·3 ay önce·0 comments

comments

adt2bt
·4 saat önce·discuss
I’m trying to build the best TTRPG chronicler: https://loracle.app

Everyone who plays D&D has experienced the moment where they forget key details about the collective story they’re building. From ‘hey it’s been a month, where are we?’ to ‘wait who was this crazy npc again?’, ai is excellent at transcribing, notetaking and building a knowledge graph of your fantasy world.

I’m still building mostly for myself by adding a ton of features I know my friends would want, but also think there’s some ‘there’ there.

The idea is simple: let Loracle record your sessions on discord or upload the raw audio of your sessions, then get a rich personal wiki and session notes you can interact with.

If you’re mid-campaign you can also upload session notes from plain text and it bootstraps a campaign wiki. Then future audio based sessions have a good base of npcs, quests, characters, etc to build off of.

At this stage I’d love feedback more than anything else. Happy to comp a lot of usage to HNers in return for some reports on how well it’s serving you. Email [email protected] for anything and everything.
adt2bt
·28 gün önce·discuss
I’ve been playing D&D for a few years with friends, and over time we’ve built a rich world..full of contradictions because I can’t remember half of the improv I do as DM.

I built https://loracle.app to automatically build a wiki of various entities in our campaign and enable rag q&a with an ai assistant about specific world facts.
adt2bt
·5 ay önce·discuss
157. Very neat! Started a, b, c then found much more success when thinking about biomes (sea, mountains, forest, jungle, etc).
adt2bt
·9 ay önce·discuss
This has always been interesting for me, as I think I have aphantasia but also can vividly experience taste in the same manner as if I'm eating foods.

In other words, if I think about, say, spaghetti & meatballs, I can feel the exact sensation of the taste of the spaghetti & meatballs. I can even vary aspects of the dish without much effort (e.g. adding dusted parmesan, basil, the pasta is more/less al dente, etc). I use this all the time when cooking, as I 'think with my tongue' and pre-taste what I think a dish will taste like as I'm considering what ingredients to add or different techniques to follow.

I think my experience with visualizing taste is what some people can do in their minds eye with images & sounds, yet I can barely visualize any images in my head when I close my eyes. Frustrating, but gives me a bit of hope. In my younger years I did not have this virtual food tasting ability, but I think I slowly gained it by paying close attention to the experience of eating food I made in order to improve my cooking ability.

I wonder if I can pay similar attention to the world around me and develop image visualization abilities over time.
adt2bt
·5 yıl önce·discuss
I'll be honest: I do think frying pan popcorn legitimately tastes better. That said, it can't be argued it's far easier to use the machine.
adt2bt
·5 yıl önce·discuss
This worked wonderfully for me when prepping for interviews the last time I searched for a job. I just committed to 3 months of doing the Leetcode monthly challenge at a minimum. Some days I did more, yes, but only when I felt like it.

By the end of the experiment, I'd seen the majority of algorithms and data structures problem classes that I'd likely ever see in an actual interview. Just doing the daily practice was enough to keep my muscle memory sharp, and in an interview setting, being quick to bang out an algorithm almost always gives you good marks.

To test it out further, after I did my first interview (and felt I aced it), I did not do any daily practice for about 3 weeks between that and my next one. The difference was shocking. I was noticeably slower at answering very similar questions, and occasionally got stuck on things I knew I should know.
adt2bt
·6 yıl önce·discuss
Agreed. Many a late sleepless night have I blown 200 points or more on frustrating blitz games. I would regularly play a game or two during lunch breaks, climb a good bit, then stay up too late one night and rage throw my points into the abyss.
adt2bt
·7 yıl önce·discuss
I don’t think added complexity is a ‘feature’ us front end devs strive for. Instead, there are a lot of useful UX abstractions that are increasingly expected by users and are becoming extraordinarily tricky to roll on your own. Yeah there’s tons of extra crap, but the 8000+ projects in most node_modules has become more or less the standard library for that projects developer. It’s nuts, but JavaScript is the Wild West so it’s what we deal with.
adt2bt
·7 yıl önce·discuss
What would an application platform look like that isn’t a ‘document’ delivery platform? In my opinion, the ability of your browser to be essentially the OS of the web was responsible for the second great explosion in usefulness of computers (the first being the PC itself). Mobile apps were the third, but it’s unclear to me if there’s any benefit to rewriting many (most?) web applications as desktop applications. Discoverability, complexity and debugging costs all go up in such a world.