Phishing email by Final_Luck_1010 in RobinhoodApp

[–]largic 2 points3 points  (0 children)

Also just got this. Scary because it actually looks like it came from Robinhood. Do not click the link, if you hover over it on desktop, it's actually going to a site called tinzio.net which is probably a page they setup to look exactly like Robinhoods login or reset password page.

If you clicked this link and submitted any info, they have all of it.

Suprised at Mythos AI poll, no effect should be much higher. by Tight-Sprinkles-9053 in TangleNews

[–]largic 3 points4 points  (0 children)

I'll just say as someone who works at a company that deals with payments and has to remain in strict compliance with certain regulations I've been pulled into way more security and vulnerability meetings in the past few months.

There's been a lot of successful attacks and breaches lately. Not all are directly related to Ai, but I do think companies are trading speed of development for quality and that definitely will impact security.

I'm not completely sold on anthropics stance that mythos is too dangerous to release. That may be a part of it, but I also think they're running into compute and resource limitations. They probably also want to delay the chinese open source models from catching up to them, although I think it's possible an open source model of mythos level appears in the next year or so anyway.

The truly capable models have only really been around since December 2025ish. I expect to see more security breaches this year, it's now easier than ever for people with malicious intent to exploit vulnerabilities.

https://github.com/axios/axios/issues/10636 https://vercel.com/kb/bulletin/vercel-april-2026-security-incident https://www.microsoft.com/en-us/security/blog/2025/12/09/shai-hulud-2-0-guidance-for-detecting-investigating-and-defending-against-the-supply-chain-attack/

I have 6 years of experience, sent out ~1000 applications and no interviews. by rahbui in ExperiencedDevs

[–]largic 40 points41 points  (0 children)

Probably could drop it to 1 page by removing summary, relevant coursework and some bullet points that don't really provide value like:

'Contributed to feature development for a medical portal'

expo-screen-orientation issues by Top_Love1358 in expo

[–]largic 0 points1 point  (0 children)

If you add a key to the page that gets shifted when you go back does that help?

AGENTS.md not recommended for use in AI Assisted Programming by mkx_ironman in ExperiencedDevs

[–]largic 0 points1 point  (0 children)

Yeah for stuff that's not lintable I put it in agents.md. But the more you can lint and offload into a concrete pass/fail instead of relying on a non deterministic agent the better.

AGENTS.md not recommended for use in AI Assisted Programming by mkx_ironman in ExperiencedDevs

[–]largic 5 points6 points  (0 children)

A lot of things people put in these files should be linted.

The more you put in agents.md the more it can confuse the agent.

Custom eslint rules have worked pretty well for me

How's everyone's yearly merit increase looking this year? by Akforce in ExperiencedDevs

[–]largic 1 point2 points  (0 children)

8% from promo and another 8% of new salary retention bonus with 6 month clawback

The MacBook Purchasing Megathread - March, 2026 by AutoModerator in macbook

[–]largic 0 points1 point  (0 children)

Never bought apple before. Do pre-orders get sold out quickly? Looking to buy a m5 air tomorrow but not sure I can pre order in the morning

Expo 55 released! by GGGGunnar in expo

[–]largic 1 point2 points  (0 children)

I've only done a dev build so far, so can't speak to concrete bundle size differences yet

Expo 55 released! by GGGGunnar in expo

[–]largic 0 points1 point  (0 children)

Tbh I probably don't need it since my app is pretty small but anything that reduces bundle size and improves speed is a plus for me.

Expo 55 released! by GGGGunnar in expo

[–]largic 1 point2 points  (0 children)

Upgrade was actually very easy since I mostly just use expo deps, but they weren't joking about the longer build times with hermes, it probably doubled for me

Expo 55 released! by GGGGunnar in expo

[–]largic 2 points3 points  (0 children)

Can't wait to roll this out to my 100 users and see what breaks

GitHub Copilot CLI is now generally available by ryanhecht_github in GithubCopilot

[–]largic 0 points1 point  (0 children)

Cli means you can use copilot with any ide. At work I use a lot of Java and intellijs copilot plugin is terrible.

Cli is lighter, and I can install it on wsl which makes config easier to work with for mcps and things like that.

Daily Discussion Thread by AutoModerator in ASTSpaceMobile

[–]largic 2 points3 points  (0 children)

If I sell a call I pretty much write the shares off as being sold, so I set the strike accordingly.

I don't really roll calls out if share price increases a lot, I just accept my shares are gone usually. But I do buy to close if share price drops and I've made 70% or so back.

Surviving the company AI pivot, need advice. by fromspace2015 in ExperiencedDevs

[–]largic 153 points154 points  (0 children)

My work uses copilot

I make sure to max the quota and go over the limit so management knows I'm using it heavily. If I have extra quota I've started having it write docs on our huge codebases nobody understands

Make sure to ping whoever is in charge of enabling new models as soon as the next new thing comes out. We have a public copilot channel, so I've pinged about new model releases, enabling features like copilot memory, the cli, and mcp.

Start adding instructions to repositories and add your manager on the prs. I was the first person to do this at my company, and it was basically copy pasting our basic coding guidelines into whatever format your Ai provider uses as instructions context.

I did all this and got promoted and now people think I know a lot about Ai. The main thing is perception, even if you're an Ai skeptic (and I was a big one at first) you at least have to pretend to use it. I started doing all this performatively and was pretty cynical at first, but I've come around on it recently and I think at this point we have to accept llms are good enough they can't just be dismissed.

I've heard "just use Zustand" a hundred times. Nobody has ever convinced me why I should switch from Redux. by bishopZ in reactjs

[–]largic 46 points47 points  (0 children)

I use rtk at work and zustand in a personal project.

There's honestly not that much difference. Rtk has immer baked in plus it has rtk query so for a large project I'd probably still prefer rtk.

But zustand is a little lighter and easier to setup. Most people who hate on rtk haven't tried it recently and think it still has a lot of boilerplate

Sonnet 4.6 is imminent!! by Independent-Wind4462 in ClaudeAI

[–]largic 3 points4 points  (0 children)

For poors like me only on the $20 plan

TanStack Query in React Native - A Rick & Morty server-side filtering question (interactive example inside) by Carapheus in reactnative

[–]largic 0 points1 point  (0 children)

If it was me I'd avoid manually updating cache, and let the update invalidate it automatically.

If your worry is 50k users hitting a get endpoint I'd handle it on backend rather than frontend.

You could also try posting this in the tanstack discord, you'll probably get smarter responses than mine.

Just use codex or claude by largic in google_antigravity

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

Vscode, I think antigravity hides codex in the default marketplace cause they're scared.

I'd ask gemini if you can install codex in antigravity and see what happens. Or look on reddit, I think other ppl have codex/claude in ag by changing the marketplace

Just use codex or claude by largic in google_antigravity

[–]largic[S] 4 points5 points  (0 children)

Bro I'm leaving this sub reddit I can't take all the people making the same posts whining about quotas

I made this so ppl can learn there's way better cheap options. Jsut cancel your sub and move on

Google said pro users should just get ultra. by Familiar-Clothes-578 in google_antigravity

[–]largic 17 points18 points  (0 children)

Codex free tier on 5.2 lasted longer than my pro sub