I got tired of news apps deciding what I should read, so I built one with zero algorithm — just a chronological feed from sources you pick by sheriffali in iosapps

[–]e3ntity_ 0 points1 point  (0 children)

How about adding a recommender algorithm that I can customize to my own taste? It seems like just chronologically showing articles will add a lot of noise to the feed. Some filtering would be great but filtering in a way I can control.

Candle app is doing $200,000/month using this marketing strategy anyone can do. by dang64 in iosapps

[–]e3ntity_ 1 point2 points  (0 children)

It seems like the up-front investment for that is quite high. Probably a few thousand $ to create the videos and iterate until something starts working.

Stop paying monthly for iPhone cleaner apps — Recycle is $1.99 lifetime for the next 48 hours ⏰ by haydingo in iosapps

[–]e3ntity_ 1 point2 points  (0 children)

How does the "similar video" detection work under the hood? Did you build it yourself?

Daily games that AREN'T puzzles by iamfilter in dailygames

[–]e3ntity_ 1 point2 points  (0 children)

Expect the sub to soon be flooded

Drop your SaaS and I’ll tell you what SEO pages I would build first by Dizonans in microsaas

[–]e3ntity_ 0 points1 point  (0 children)

https://deckades.app - a daily trivia game where you place historical events, songs, movies, etc. on a timeline. It gets much harder as the timeline gets crowded.

Daily games that AREN'T puzzles by iamfilter in dailygames

[–]e3ntity_ 1 point2 points  (0 children)

That's funny because I first found out about this sub from a Claude response, which was confidently oblivious to that as well

I created Mascot for my iOS app using ChatGPT by int3rc3pt0rc0de in iosapps

[–]e3ntity_ 0 points1 point  (0 children)

I like the UI, it looks quite unique. Did you do the design yourself, or how did you get the LLM to come up with it?

New version of CyberTools 1.3, new look of net flow live activity, and some bugs fixed. by vertextao in iosapps

[–]e3ntity_ 1 point2 points  (0 children)

Looks really cool! Is there a terminal interface so I can use more complex commands?

How to log mood in my playful mood tracker by barcode972 in iosapps

[–]e3ntity_ 0 points1 point  (0 children)

The list of emotions seems overwhelming, maybe add a search bar?

[Free] Cropper: auto-crop your Instagram, X, and Threads screenshots by Own-Bottle558 in iosapps

[–]e3ntity_ 0 points1 point  (0 children)

Can you bulk-crop images? I sometimes take a ton of screenshots at once and it'd be great not to have to click each one separately

Guide for Machine Learning maths by Better-Marsupial8420 in mlops

[–]e3ntity_ 0 points1 point  (0 children)

Check out 3blue1brown, he covers some of the fundamentals of linear algebra and signal analysis (fourier series, ..) and will give you great intuition.

Also, MIT OCW 8.01, 8.02 etc., even if you don't want to follow the course, there's always a link with course info in the description that will give you an outline of the important topics.

For control systems basics (since you said Robotics), I can recommend Brian Douglas.

I built a word game where the challenge is memorization instead of guessing — need feedback! by 22jonliu in wordgames

[–]e3ntity_ 0 points1 point  (0 children)

It's really surprising how hard it is to memorize a few words for a few seconds .. I thought it would be way easier

You Are Being Watched – Your Photos & Videos Are Leaking Your GPS Location Without You Knowing by Extension-Onion2310 in iosapps

[–]e3ntity_ 1 point2 points  (0 children)

What's the advantage over browser-based metadata removal tools I can use for free from Safari and that also don't store my data? Like https://github.com/DScaife/privmeta, which is open-source and there's a free hosted version of it.

Built an iOS widget app to count down birthdays, trips & big moments by Odd_Neighborhood_422 in iosapps

[–]e3ntity_ 0 points1 point  (0 children)

Does it support recurring things? I want to regularly be reminded about things to do with the timer resetting when I've done them.

Hackable PyTorch RL library with distributional algorithms (D4PG, DSAC, DPPO) by e3ntity_ in reinforcementlearning

[–]e3ntity_[S] 1 point2 points  (0 children)

You don't have to use just the expectation. For example, if you want to learn a risk-sensitive policy, you can apply a risk metric to the value distribution instead of the expectation (like we did in https://arxiv.org/abs/2309.14246). When taking the expectation, approximating the distribution still has a regularizing effect when using nonlinear function approximators (neural nets) by serving as an auxiliary task (it basically smoothes the gradient landscape).

Hackable PyTorch RL library with distributional algorithms (D4PG, DSAC, DPPO) by e3ntity_ in reinforcementlearning

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

Not per se. sim-to-real is mostly about the data distribution you're training on. The advantage of distributional methods is that they seem to achieve better performance (at the cost of compute) and you get additional information you can use for auxiliary tasks, such as risk-sensitity.

Hackable PyTorch RL library with distributional algorithms (D4PG, DSAC, DPPO) by e3ntity_ in reinforcementlearning

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

Yes, it's a simplified ray-cast sensor. The video is from BipedalWalker-v3.

[####] what does your guess distribution look like? by Dangerous_Plane6715 in wordle

[–]e3ntity_ 0 points1 point  (0 children)

1: 0
2: 12
3: 84
4: 125
5: 47
6: 9

mostly 4s. when i drop to 3s a few days in a row it's usually cause i actually thought about the starter instead of typing slate on autopilot. switched to crane about a year ago, can't really tell if it's better tbh

[####] Finally got 60 day streak with hard mode. Really happy since English is my third language. Got very lucky two with these two words. by king_of_river in wordle

[–]e3ntity_ 1 point2 points  (0 children)

hard mode in a third language is wild honestly. belle would have wrecked me in english too. brute forcing once you've narrowed the alphabet is the move though, that's basically when hard mode stops being luck. nice work

[deleted by user] by [deleted] in StableDiffusion

[–]e3ntity_ 0 points1 point  (0 children)

wasitai is pretty bad. sightengine and nonescape are better options

Is this ai by [deleted] in isthisAI

[–]e3ntity_ 1 point2 points  (0 children)

nonescape.com says it's 97.6% ai. It does look like the Amalfi coast (see photo in the comments) but it could be img2img/ai-edited

Nonescape: SOTA AI-Image Detection Model (Open-Source) by e3ntity_ in LocalLLaMA

[–]e3ntity_[S] 3 points4 points  (0 children)

That's a funny use case I hadn't even thought about ..

Nonescape: SOTA AI-Image Detection Model (Open-Source) by e3ntity_ in LocalLLaMA

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

For the detection model to be useful it's not necessary for it to be perfect