171,045 results for se · 2.431s

News for “se”
18 results • 2424 ms server time
Moozonian News
news.ycombinator.com• Apr 30, 2026• 1 min read
My friends left me because I told them I was a furryAbout 2 days ago i was walking with a few of my ¨friends¨ and i built up the courage to tell them that i was a pansexual furry (a wolf specifically) and they took off running. I dont rally know what to do and i have been pretty deppressed latey.
Advertisement
Moozonian News
news.ycombinator.com• Apr 29, 2026• 1 min read
Ask HN: Anyone feel like they're just opting out of tech these days?I would love to really understand if I will ever change my outlook now. Until 2019/2020 I was super into tech, gadgets, and keeping up with trends.At some point in the last 5-6 years, I have pretty much adopted an opt-out view on tech.I just don't care anymore, and I don't think it is because I got older... I got into tech in my mid/late 20s so I wasn't a born nerd like most of you guys tinkering with stuff since childhood.The rate as products/services enshittify has intensified, and most products/services I use have so many issues that require workarounds, hacks, or just dealing with terrible UX.I used to spend 10s of thousands of dollars on tech back then, like the latest stuff both software and hardware.These days, I just use whatever free smartphone I get from Verizon for 2-3 years. When I look at old photos I can't really tell the difference between photos from my iPhone 7 and my iPhone 15 or whatever (I don't even know the model).I bought a used M1 Max for $950 and I'm still usin
Moozonian News
simdrive.xyz• Apr 29, 2026• 1 min read
Show HN: SimDrive – a browser racing game with your phone as the controller:DGames in general and multiplayer games have been a big part of what my friends do together (not just digital; sports, board + card games)And it moved to online games as more of us moved to other places and party games became our go-toLove jackbox and gaming couch (that I discovered here on HN)I saw the vibej.am for this year and I couldn't think of a good enough idea till about the 3rd week but here I am!This is a game made for me and my friends and it's also very inspired by what I thought the PS3 6-axis controller would be when I first heart about itThanks for reading this and I hope you and your friends enjoy playingYou can play either split screen or on separate screens with the room code or even have two split screens play too (max 8 players for now)It started with F1 cars but working on go-karts, trucks and tuk tuks :DI've tried to include a lot of "simulation" in the game. There's decent physics that include down force, grip etc and it even changes with/without the rainIdeally y
Advertisement
Moozonian News
zaai.com• Apr 29, 2026• 1 min read
Show HN: Chrome extension for Gmail/Workspace users to alias emails at signupBuilt it for myself, thought someone else might want it too.Simple one-click Chrome extension that aliases your email at every signup, so when spam shows up you know exactly which site leaked it.Click the icon on any signup page: netflix.com → you+netflix.com@gmail.com amazon.com → you+amazon.com@gmail.com Plus addressing works on Gmail, Google Workspace, Outlook, ProtonMail, Fastmail and others. Handy at companies running Workspace.Workspace users with a custom domain can also use catch-all mode: ted.com → ted.com@firstlast.com wikipedia.org → wikipedia.org@firstlast.com Different from forwarding services like SimpleLogin, Firefox Relay, or Apple Hide My Email: nothing sits in the mail path. The extension just generates the alias, your existing provider handles delivery. If Apple ever discontinues Hide My Email, every alias you made with it stops working. Clean-Autofill has no service to shut down. No accounts, no servers, no analytics. All local. Open source.Details and Screenshots:h
Moozonian News
bing.com• Apr 29, 2026• 1 min read
Cozumel Cruise Port: Everything You Need to Know (2026)Located off the eastern coast of Mexico's Yucatán Peninsula, Cozumel is one of the most popular cruise ports in the Caribbean. It draws visitors with its clear turquoise waters, lively beach clubs, ...
Moozonian News
news.ycombinator.com• Apr 29, 2026• 1 min read
Ask HN: How are you stopping supply chain attacks via compromised dev keys?GitHub and GitLab will verify that a commit is signed by some key on the user's account. They won't let you require that it be signed by a specific key, like a hardware-backed YubiKey your org issued. So if an attacker compromises a developer's laptop or GitHub account, they can add a new signing key, push commits signed with it, and pass every "Require signed commits" protection in place. The malicious commit lands in the repo with a "Verified" badge.As far as I can tell, neither platform offers:- An org-level allowlist of approved signing keys- A way to reject a push based on the signing key itself- A built-in way to audit who has accessed what (You have to stream and parse the audit logs yourself!)The workarounds I've seen, like re-verifying signatures in CI, blocking deployments on unapproved keys, self-hosting Git with pre-receive hooks, all share the same problem: the bad commit still lands in the repo. CI catches it after the fact.Given recent supply chain attacks, this feels li
Advertisement