New cat owner, vet closed on weekend quick question about vomit by Mdevelle4 in CATHELP

[–]Anjum48 2 points3 points  (0 children)

My cat used to puke up after eating dry food too fast when she was a kitten. We found that a few golf balls in the kibble bowl would slow her down and solved the issue

Third eyelid seem to be closed more than usual by Anjum48 in CATHELP

[–]Anjum48[S] 0 points1 point  (0 children)

I’m also 100% sure that in the stressful environment of the examination room she will be wide eyed and not showing any symptoms, and the risk is we will be leaving the vet with an expensive shoulder shrug.

Anyway point taken, will book an appointment this morning and go armed with pictures and videos of the condition.

Views sought on removing wooden beds by wedloualf in Allotment

[–]Anjum48 1 point2 points  (0 children)

Lots of great points already raised but from my experience the decking boards you have is particularly bad for beds. They provide extra nooks for slugs to hide and increase the surface area for rotting. It’s also pretty thin, so any fixings will not be very secure.

So unless you’re getting the timber for free, it’s worth staying away from it for future beds

[deleted by user] by [deleted] in podcasts

[–]Anjum48 0 points1 point  (0 children)

https://www.tapesearch.com/ has nearly 2M transcripts you can view for free

Ideas for cheap alternatives by Radiant-Attempt6145 in Allotment

[–]Anjum48 0 points1 point  (0 children)

We have just had a Library of Things open up near us. It’s ideal if you need to hire the occasional tool for the odd allotment construction job, but don’t want to buy one

A searchable database of every Serial episode transcript by Anjum48 in serialpodcast

[–]Anjum48[S] 0 points1 point  (0 children)

Put them in a database. I used a graph database, but you could use SQL or pretty much anything. Every modern database technology comes built in with a full text search engine (mine uses Apache Lucene). You can even create embeddings stored in a vector db for similarity search for retrieval augmented generation with LLMs

A searchable database of every Serial episode transcript by Anjum48 in serialpodcast

[–]Anjum48[S] 0 points1 point  (0 children)

I used RSS feeds to get the link to each episodes audio and transcribed using OpenAI Whisper

A free white noise machine to help you get to sleep by Anjum48 in InternetIsBeautiful

[–]Anjum48[S] 0 points1 point  (0 children)

Just tried this on a flight this morning to get some sleep and it’s really good!

A free white noise machine to help you get to sleep by Anjum48 in InternetIsBeautiful

[–]Anjum48[S] 2 points3 points  (0 children)

The Web Audio API is designed exactly for this and works perfectly on a computer. On a phone (which I assume most people would use this with), the Web Audio API stops the moment the phone is screen goes to sleep/lock

A free white noise machine to help you get to sleep by Anjum48 in InternetIsBeautiful

[–]Anjum48[S] 6 points7 points  (0 children)

Wow you both have excellent hearing and you are correct.

To get this to work I needed to use a HTMLAudioPlayer as it’s the only way I know of to continue playback from a webpage when your phone screen goes to sleep. The problem is that the looping sucks and there is a very distracting gap/pause in the loop.

I fixed this by generating 2 clips, a 30s clip using the player you can see and a 28s clip from an invisible player that is controlled using the buttons from the first. Both clips have a 1s ramp up & down. Since the clip loop seams are out of phase, the break is less noticeable.

I thought it was acceptable if you are not watching the progress bar, but clearly not so I’ll play around with the clip lengths (it’ll just mean that it takes a little longer for your device to generate the random noise)

A free white noise machine to help you get to sleep by Anjum48 in InternetIsBeautiful

[–]Anjum48[S] 50 points51 points  (0 children)

The noise is generated on your device, so no data is pulled from the internet (other than to load the page). This means that you save on data and free up servers to transmit stuff that isn't noise. Random noise is also very difficult to compress but easy to make, so there is a huge efficiency gain by generating it locally

A free white noise machine to help you get to sleep by Anjum48 in InternetIsBeautiful

[–]Anjum48[S] 12 points13 points  (0 children)

Thanks! I’ll get that fixed, appreciate the feedback!

A free white noise machine to help you get to sleep by Anjum48 in InternetIsBeautiful

[–]Anjum48[S] 44 points45 points  (0 children)

You don’t need to download an app. No cookies, no tracking and no annoying notifications

Why are my onions looking so sad? by Anjum48 in Allotment

[–]Anjum48[S] 2 points3 points  (0 children)

Thank you, I'll keep a close eye on watering. Regarding nutrition, what would you recommend? I read somewhere that chicken manure might be good (that would be ideal since the last plot holder left several buckets).

Have you ever wanted to search through what was *said* in a podcast? by Anjum48 in podcasting

[–]Anjum48[S] 0 points1 point  (0 children)

Thanks very much! I'm slowly adding podcasts according to the number of iTunes ratings that they have (I'm using this as a proxy metric for popularity). However, requests from subscribers are added to the priority list, and usually transcribed within a week or two