Readit News logoReadit News
Teleoflexuous commented on The ADHD body double: A unique tool for getting things done   add.org/the-body-double/... · Posted by u/rzk
deinonychus · 5 months ago
Interesting. I'm surprised how much I enjoyed the Human playlist, especially the High setting with those percussive sounds that were quite grating at first. I could easily see myself getting in a productive trance to that. It reminded me of why I like techno, drone, and ambient music. I'm surprised how well BPM Forest worked too. Imo it could use some variety in kicks and longer forest/rain loops.
Teleoflexuous · 5 months ago
Thanks for checking it out. It could definitely use larger library of sounds in general.

Ideally, I'd like to allow sharing and storing of presets, but it was simply out of scope for the PoC - the functionality is there in the desktop version btw, but it on the other hand asks users to download an unknown .exe and then share mp3 and json files with each other, putting us firmly in the mid-90s'.

Teleoflexuous commented on The ADHD body double: A unique tool for getting things done   add.org/the-body-double/... · Posted by u/rzk
noahjk · 5 months ago
For some reason I don't hear anything in Safari on macOS. I tried disabling all of my browser-based content blockers. I see the 'audio playing' icon but I don't hear anything.
Teleoflexuous · 5 months ago
Oh, I'll check what's going on in Safari. Thanks for the report, if you could forward me if there's any error in console, I'd greatly appreciate it.

It's especially surprising if the 'audio playing' icon is there, since that should be coming from the browser itself.

Teleoflexuous commented on The ADHD body double: A unique tool for getting things done   add.org/the-body-double/... · Posted by u/rzk
onemoresoop · 5 months ago
I may have ADHD, I never went for a diagnosis and found body doubling useful at times, especially when I was in school some decades ago, back then I had no name for it. However, I find white noise very helpful with staying on the task and with increased focus. My company moved, about a year ago, into a very cramped office that is also extremely noisy. This exasperated me, I would get drained of energy in a couple of hours and my focus was being severy affected. I even considered quitting and looking for something else. As a last resort I started listening to white noise. I’ve been using white noise (white+brown+pink) for about a year now and find that it helps not only with cancelling out the noise but with focus and staying on task in general. I even use it at home at times. I know this may not be useful for everybody but I’m sure it could help out some of you. I use https://noises.online/ and mix all the types of white noise at the same time for maximim coverage but any type of white noise generator would do. To me it feels like being close to a waterfall. At first my ears hurt a bit after a few hours of white noise but got used to it after a while.
Teleoflexuous · 5 months ago
I come to shill my webapp for background noise because it has a twist not appearing in anyone's recommendations.

Whenever I'm switching between tasks (thinking vs reading vs writing) I'd either turn the sound off or on, given I needed more or less attention at the moment. Minor problem with that was that sometimes unexpectedly I'd stick with the new task longer than expected, start to get bored, but w/e background sound I had on didn't match the task, so I'd look for something else... Overall a bit annoying for some groups of tasks.

I'm experimenting with mixing music with podcasts with extra noise and turning it on and off, but I also made https://stimulantnoi.se/ (with extra reading on psychological basis of the design and link to open source standalone desktop app on https://incentiveassemblage.substack.com/p/why-is-nobody-ser...). It allows for mixing (including uploading additional) sounds into sets and binds switching between those whole sets to media keys for quick access.

Teleoflexuous commented on Age and cognitive skills: Use it or lose it   science.org/doi/full/10.1... · Posted by u/nabla9
bikamonki · 6 months ago
With 25 years of experience in software development, I’ve noticed that long coding sessions leave me feeling more fatigued than they used to. However, I’ve also become significantly more productive, as I spend far less time grappling with problems I’ve already solved. I’ve only just begun to explore AI-assisted coding, so that isn’t what’s driving my efficiency. Is it reasonable to assume that the natural decline in cognitive performance over time is offset by the gains in experience and expertise?
Teleoflexuous · 6 months ago
That's pretty much current state of knowledge.

Terms you want to check for more detailed info are 'liquid intelligence' and 'crystalized intelligence', but you basically nailed it.

Teleoflexuous commented on Ask HN: What are you using to parse PDFs for RAG?    · Posted by u/carlbren
authorfly · a year ago
I have great news I wish someone delivered to me when I was in your shoes - try "GROBID". It parses papers into objects with abstract/body/figures! It will help you out a great deal. It is designed for papers and can extract the text almost flawlessly, but also give information on graphs for separate processing. I have several years experience with academic text processing (including presentations) working with an Academic Publisher if I could be helpful to anything?
Teleoflexuous · a year ago
I have no idea how did I miss them last time I was looking around, unless they grew significantly over last half a year or so. I'll check it out when I get back to this project, thanks.

I wish I was hiring, if that's what you're asking ;) Otherwise, if you have any ideas for processing formulas (even just for reading them out, but any extra steps towards expressing what they mean - ' 'sum divided by count' is 'mean'/'average' value ' being the most simple example I can think of) I'd love to hear them. Novel ideas in technical papers are often expressed with formulas which aren't that complicated conceptually, but are critical to understanding the whole paper and that was another piece I was having very mixed results with.

Teleoflexuous commented on Ask HN: What are you using to parse PDFs for RAG?    · Posted by u/carlbren
Teleoflexuous · a year ago
My use case is research papers. That means very clear text, combined with graphs of varying form and quality and finally occasional formulas.

Two approaches I had most, but not full, success with are: 1) converting to image with pdf2image, then reading with pytesseract 2) throwing whole pdfs into pypdf 3) experimental multimodal models

You can get more if you make content more predictable (if you know this part is going to be pure text just put it in pypdf, if you know this is going to be a math formula explain the field to the model and have it read it back for high accessibility needs audience) the better it will go, but it continues to be a nightmare and a bottleneck.

Teleoflexuous commented on Night owls' cognitive function 'superior' to early risers, study suggests   theguardian.com/science/a... · Posted by u/rntn
Teleoflexuous · a year ago
Copying comment from another thread of the same study (https://news.ycombinator.com/item?id=40933910)

For the pure fun of breaking the narrative I found original article, it's here: https://bmjpublichealth.bmj.com/content/2/1/e001000

Time of day (or time after waking up per subject) when tests were administered has not been controlled. Cognitive abilities are mediated by wakefulness (not to mention, related for most people, digestive processes) cycle.

If '"Night owls" smarter than morning people' sounds more plausible than 'time since waking up and last meal predictive of cognitive performance' it's time to get one's identity checked. And I can't imagine 'journalists' from thrash like Sky (Guardian this time) not knowing that, which brings me to the final point: what is this link doing here?

Teleoflexuous commented on Night owls' cognitive function 'superior' to early risers, study suggests   theguardian.com/science/a... · Posted by u/rntn
Teleoflexuous · a year ago
For the pure fun of breaking the narrative I found original article, it's here: https://bmjpublichealth.bmj.com/content/2/1/e001000

Time of day (or time after waking up per subject) when tests were administered has not been controlled. Cognitive abilities are mediated by wakefulness (not to mention, related for most people, digestive processes) cycle.

If '"Night owls" smarter than morning people' sounds more plausible than 'time since waking up and last meal predictive of cognitive performance' it's time to get one's identity checked. And I can't imagine 'journalists' from thrash like Sky not knowing that, which brings me to the final point: what is this link doing here?

Teleoflexuous commented on I am using AI to drop hats outside my window onto New Yorkers   dropofahat.zone/... · Posted by u/jimhi
mysterymath · a year ago
There's an old saying: "Yesterday's AI is today's algorithm". Few would consider A* search for route-planning or Alpha-Beta pruning for game playing to be "Capital A Captial I" today, but they absolutely were back at their inception. Heck, the various modern elaborations on A* are mostly still published in a journal of AI (AAAI).
Teleoflexuous · a year ago
https://en.wikipedia.org/wiki/AI_effect We got it named already, it just needs to be properly propagated until there's no value left in calling things 'AI'.
Teleoflexuous commented on Launch HN: Metriport (YC S22) – Open-source API for healthcare data exchange    · Posted by u/dgoncharov
ajimix · a year ago
Very sad to see this company greedy move. From an excellent unique B2C app which could have got an excellent future, to a B2B API. Worst thing is that they ignored the loyal users and they didn’t say anything about the future of the app or cared about the people who already paid
Teleoflexuous · a year ago
I wouldn't blame anyone for deciding that the point of a company is to maximize shareholder value, especially here, but that's not what I mean at all.

There's a lot of similar apps, people seem to use and like all of them, I'm just curious how it looked from the inside of this one.

u/Teleoflexuous

KarmaCake day40January 3, 2024
About
@teleoflexuous in places
View Original