InFeeo
Global
All
New
Language
Profile channel

@Ramo

No bio yet.

Since 06.06.2026

Agents of Our Own Illiteracy(github.com)
Agents of Our Own IlliteracyJuly 10, 2026 I worry our software industry is drifting towards illiteracy. We don’t want to read changelogs. Dependabot just opens a PR we mindlessly merge. We don’t want to review PRs. Codex can digest them, highlight concerns, and write the alterations. We don’t want to code up prototypes. Claude Code can explore five ideas before breakfast. We don’t want to learn what new capabilities our platforms have. We want to watch a video of someone reading and download a set of Markdown skills. We want to be the commander surrounded by sharp secretaries who make sense of our half-thoughts. We want to make important things but then expect a ghostwriter to put it into words. We automate so much because we’ve added so many processes, yet we’ve become less involved in the process of learning and making. Losing our literacy leads to losing own agency. Which leads to the loss of your intrinsic value and long term potential to negotiate a decent salary. We become dependent on monthly subscriptions to make things. We get into a situation where without training wheels we always fall off our bike. And we no longer own the bike, the bicycle for the mind. We rent it. How can we improve our literacy? These AI agents can be incredible research assistants, with a wealth of information available to extract with the right question. But to know the question is to have a deeper understanding of what you are making. To write a prompt is to transcribe my thoughts. Are my thoughts getting both shallower and deeper from the process? Do I understand what I’ve made? Am I able to debug it? If I see a stacktrace will any of the lines be of familiar files? If a user has a question is my reflex to ask an agent? Why is it that customers ask me? Because of the brand I own or am a custodian of? What are customers paying for? Because I claim to be able to help this brand and be accountable for parts of it? Yet is the agent accountable to me? If a brand becomes a logo hoisted above a troupe of agents then who owns the brand? We outsourced the manufacturing of hardware and now we eagerly do the same with software. Perhaps one day it’ll make a fascinating history book for my agent to read to me.
i did two transaction from my trust wallet to blue wallet(back to back) but i can only see one transaction why?(reddit.com)
i sent my few usd to check bluewallet from my trustwallet and then sent my other whole funds to my bluewallet but in the number of transactions in my bluewallet it is only one and also in my trustwallet history i can see only one SENT why? is that can anyone explain why i didn't get both the transaction there also not in the history the receiving wallet address was right when i did my first trnasaction i could see in my bluewallet that it is pending and the currency conversion was also visible but now in the no of transaction and history there is only one why? please help submitted by /u/FuelAppropriate6627 [link] [Kommentare]
What crypto tools do you use for quick analysis? Kraken/Binance feel too slow(reddit.com)
I've been using Kraken and Binance to analyze crypto but they feel sluggish and I can't see everything I need in one place. What tools do you guys use for quick charting and analysis? Looking for something faster that doesn't make me tab between multiple sites. submitted by /u/CryptographerShot551 [link] [Kommentare]
I got tired of bubble charts I couldn't customize, so I built one where you can restyle everything (free, no login)(reddit.com)
Bubble charts aren't new, cryptobubbles has been around forever and it's genuinely good. Two things always bugged me though: you can't change how it looks, and it only ever shows the whole market, never your coins. So I built one into the tracker I work on. Bubbles sized by price change, market cap or volume, timeframes from 1H to 1Y, and you pick how many assets are on screen. There's a theme system if the default look isn't yours, and besides the market view you can load your own portfolio or watchlist as the bubbles, which is the part I actually use. Physics is d3-force, so they drift and collide for real instead of looping a canned animation. https://mantapex.com/visualization I work on Mantapex, so read this with the appropriate suspicion. The market view is free and needs no account, that's what the link opens. Portfolio and watchlist modes do need one, since it has to know what you hold. And if all you want is a quick look at the whole market, cryptobubbles honestly does that fine too. Curious which theme people end up on. The default is called Big Blue but I keep switching to Asteroids. submitted by /u/Drakuf [link] [Kommentare]
On Adversarial RL [R](reddit.com)
Zhang et al. paper's introducing the SA-MDP framework (2020) (state adversarial MDP) argues that an attack using the critic network (V(s)) is expected and supposed to produce a weaker attack than an attack using the actor network (pi(s)) itself to generate perturbation on agent observations. A claim supported by their empirical results using different single-agent simulation environment. However, I'm consistently finding the opposite when comparing both attacks on multi-agent PPO policies trained on some scenarios from the VMAS library. Policies are IPPO (Independent PPO, to not confuse with MAPPO) and GPPO (Graph Independent PPO, see Bettini et al. 2023 arxiv) with their heterogeneous versions. The PGD attack is adapted to continuous policies using the KL divergence closed form. Am I doing something wrong or this is actually something that doesn't contradicts Zhang et al's findings given the difference of the context? submitted by /u/ham_bam0 [link] [Kommentare]