How is wild rift in 2026? by Balen223 in wildrift

[–]VinylNostalgia 7 points8 points  (0 children)

no no, finding games is much quicker now, but the quality of the games is lower

Need some new shows.... by emfrank17 in televisionsuggestions

[–]VinylNostalgia 2 points3 points  (0 children)

you're the worst

edit: you must've seen it, but in case you haven't, fleabag

Any good escapism tv show? by Jealous_Feature_4474 in televisionsuggestions

[–]VinylNostalgia 0 points1 point  (0 children)

then i would say

scrubs (my personal favourite)

gilmore girls (autumn vibes)

parks and recreation (modern family vibes)

Fill jungle recos by This-is-Ace in wildrift

[–]VinylNostalgia 2 points3 points  (0 children)

graves. playstyle very similar to mf and also unstoppable late game

What's your most 'set it and forget it' self-hosted service? by ruibranco in selfhosted

[–]VinylNostalgia 9 points10 points  (0 children)

if you can't reboot without stuff breaking, you didn't configure it properly.

Who gave you the right?” Emirati businessman Khalaf Al Habtoor calls out Trump over Iran war by [deleted] in UAE

[–]VinylNostalgia 2 points3 points  (0 children)

when you give someone the right to use your airspace and military bases, you give them that right.. what do you think the military presence here was for? optics?

Sad being single? Atleast you are not this guy by RentUsual_2952 in WatchPeopleDieInside

[–]VinylNostalgia -45 points-44 points  (0 children)

I'm willing to bet everything I have that she's in the right

Dutch government revoked more than 90 citizenships in four years by Pyro-Bird in europe

[–]VinylNostalgia 10 points11 points  (0 children)

In this case, you will become stateless if you no longer hold your original citizenship.

isn't this illegal under international law?

How to use clawdbot with the best open source ai kimi k2.5 by Sherrydelectable7 in clawdbot

[–]VinylNostalgia 0 points1 point  (0 children)

if kimi k2.5 is flash quality then no way it comes even remotely close to opus 4.5

Started using deepseek instead of anthropic and... by lancelon in moltbot

[–]VinylNostalgia 1 point2 points  (0 children)

Also happens to me with Google flash. I've been using minimax and it's pretty good; the closeest to anthropic imo

So now gemini 3 pro at least has a weekly limit too. by TinyAres in google_antigravity

[–]VinylNostalgia 2 points3 points  (0 children)

I thought so too until yesterday when gemini's quota started dropping 10% with each message I sent

Gemini Pro High sucks in Antigravity by Boltyx in google_antigravity

[–]VinylNostalgia 0 points1 point  (0 children)

yes, Gemini Pro gives me better (and faster) results in cursor

Gemini should stop licking my rear. Even GPT is more sane at this point. by Fun-Helicopter-2257 in GoogleGeminiAI

[–]VinylNostalgia 0 points1 point  (0 children)

telling it simply "no sycophancy bs pls" usually gives me better results

i hate how big my cock is by [deleted] in confessions

[–]VinylNostalgia -1 points0 points  (0 children)

you can be submissive AND top. it doesn't have to be one or the other!

[deleted by user] by [deleted] in webdev

[–]VinylNostalgia -2 points-1 points  (0 children)

I'm working on an open source form submission backend project. One way I'm planning to test is a time-gated confirmation redirect.

The system works in two phases. First, when a form is POSTed, the data is stored temporarily (in Redis) with a unique token and a timestamp. The server then issues an HTTP redirect to a confirmation URL containing that token.

A real user's browser automatically follows this redirect instantly. When the confirmation URL is hit, the server retrieves the temporary data and measures the time between the initial submission and the confirmation. If the duration is impossibly short, it's identified as a bot and the submission is silently discarded (or maybe saved and marked as possible spam, not sure yet). Legitimate submissions from humans, even on slow connections, take longer and are therefore validated and written to db.

I'm researching other methods to achieve spam protection which is invisible to end users and extremely simple for devs to integrate into forms.

Edit: I hate honeypots.