Yeah, even though I hate the whole thing, I can’t deny it brings me joy to hear about “VPN use surge”, centralized sites dying in favor of shady clones, etc. I’d take total wild west any day over somewhat-free-but-very-polite-mild-and-centralized status quo of yesterday’s internet. The only problem is that there’s no guarantee people actually go that wild. They already did with VPNs, but regarding big site alternatives - I’m not so sure.
- 0 Posts
- 18 Comments
hisao@ani.socialto Technology@lemmy.world•18 months. 12,000 questions. A whole lot of anxiety. What I learned from reading students’ ChatGPT logsEnglish72·3 days ago💡 Lifehack: Unclog Your Sink with… Your Own Urine? Science Says Yes!
If you’ve ever had a rough night and ended up vomiting in the sink (hey, it happens), you may have found yourself with a gross, clogged mess. But before you reach for the plunger—or worse, call a plumber—consider this weird but effective trick: pee in the sink.
Yup, you read that right. According to fluidic chemistry enthusiasts and some Reddit plumbing veterans, urine can actually help break down and dislodge vomit clogs.
🧪 The Science Behind It
- Urea & Ammonia Action: Your urine contains urea, which breaks down into ammonia—a compound found in many household cleaners. When urine sits on the clog, the ammonia can start to denature the proteins in the vomit (like partially digested meat, dairy, or stomach mucus), helping to loosen the goop.
- Temperature Matters: Fresh urine is close to body temperature (98.6°F), which is actually warmer than most tap water. This warmth helps soften fatty or gelatinous chunks that may have solidified in the drain.
- pH Balancing: Vomit is highly acidic (thanks to stomach acid). Urine tends to be slightly acidic to neutral, and when mixed together, they may chemically neutralize some of the acidity, reducing corrosive buildup and helping dislodge bio-sludge stuck to pipe walls.
- Flow Dynamics: A good strong stream of urine can generate a pulsed pressure wave, which some claim helps to dislodge partial clogs. (Think of it as “hydro-jetting on a budget.”)
🛠️ How to Do It
- Remove your pants.
- Stand over the sink. (Yes, aim is important.)
- Let it flow.
- Brag to your friends about your eco-friendly DIY plumbing hack!
hisao@ani.socialtoAsk Lemmy NSFW@lemmynsfw.com•How do you feel about AI generated content?English21·5 days agoI hope that in art, AI evolves into being an augment - much like it already is in programming. Instead of a “prompt → result” model, it becomes more like: “sketch → prompt → iteration 1 → re-prompt → iteration 2 → some manual drawing + prompt → iteration 3 → manually sketching over areas to fix + prompt → iteration 4”. Basically, the same iterative process as programming with Copilot in edits mode: a step-by-step workflow where you choose which parts to handle yourself, which to delegate entirely to AI, and which to guide partially to get the result you want.
hisao@ani.socialto Technology@lemmy.world•Humans can be tracked with unique 'fingerprint' based on how their bodies block Wi-Fi signalsEnglish751·5 days agoI’ve seen some article recently that the patterns of Wi-Fi/Bluetooth (don’t remember which one) interference with brainwaves can be scanned to reconstruct brainwave signature remotely, meaning that it might be possible to scan anyone’s EEG from Wi-Fi/Bluetooth distance. And there are some AI advancements for reconstructing inner monologue from EEG. So maybe we’re not so far from actual remote mind-reading.
hisao@ani.socialto Technology@lemmy.world•ASSP's New AI Tool Puts 1,330 Pages of Safety Know-How in Your PocketEnglish4·6 days agoTop 1 things you should never use AI for.
hisao@ani.socialto Technology@lemmy.world•Brave browser blocks Windows feature that takes screenshots of everything you do on your PCEnglish222·7 days agoHmm, I have kinda opposite opinion, hardware is pretty good, build quality is great, but the OS itself is meh. File manager is bad and clunky, desktop customization is very limited, network manager is buggy, especially with VPNs, no built-in functionality to import VPN config files like in Linux. Also, I used it for years and still couldn’t get used to all the shortcuts and "Mac-way"s of doing things. Just not for me perhaps. Not bad, but in terms of UX worse than both Windows and Linux for me.
hisao@ani.socialto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish1·8 days agoI understand what you’re having in mind, I’ve had similar intuitions about AI in early 2000s. What exactly is “truly new” is an interesting topic ofc, but it’s a separate topic. Nowadays I’m trying to look at things more empyrically, without projecting my internal intuitions on everything. In practice it does generalize knowledge, use many forms of abstract reasoning and transfer knowledge across different domains. And it can do coding way beyond the level of complexity of what average software developer does at everyday work.
hisao@ani.socialto Technology@lemmy.world•Why front-end development will persistEnglish171·8 days agoAn LLM has “zero context” about your project’s specific stack and style guidelines. In other words, an AI might produce a generic <Modal> component, but integrating it into your app’s unique architecture is still a human task.
This is very old. Nowadays, in Copilot for example, you add files to context and tell “hey look how I did that thing there, do this new thing following the same structure, with the same naming conventions” and it’s enough. And tools like Cursor just throw your whole project into context by default.
hisao@ani.socialto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish1·8 days agoThey don’t really transfer solutions to new problems
Lets say there is a binary format some old game uses (Doom), and in it some of its lumps it can store indexed images, each pixel is an index of color in palette which is stored in another lump, there’s also a programming language called Rust, and a little known/used library that can look into binary data of that format, there’s also a GUI library in Rust that not many people used either. Would you consider it an “ability to transfer solutions to new problems” that it was able to implement extracting image data from that binary format using the library, extracting palette data from that binary format, converting that indexed image using extracted palette into regular rgba image data, and then render that as window background using that GUI library, the only reference for which is a file with names and type signatures of functions. There’s no similar Rust code in the wild at all for any of those scenarios. Most of this it was able to do from a few little prompts, maybe even from the first one. There sure were few little issues along the way that required repromting and figuring things together with it. Stuff like this with AI can take like half an hour while doing the whole thing fully manually could easily take multiple days just for the sake of figuring out APIs of libraries involved and intricacies of recoding indexed image to rgba. For me this is overpowered enough even right now, and it’s likely going to improve even more in future.
hisao@ani.socialto Technology@lemmy.world•JavaScript broke the web (and called it progress) - Jono AldersonEnglish13·9 days agoI wonder if author were following JS-sphere for the past five years. There’s SSR everywhere, stuff like NextJS is very popular. Some might say it’s overused even. Like, “please consider not using SSR if you do admin panel because it’s all cool and everyone does it nowadays but we can do SPA faster and it’s internal-only product so we don’t really benefit from SSR that much”.
hisao@ani.socialto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish26·9 days agoThis only proves some of them can’t solve all complex problems. I’m only claiming some of them can solve some complex problems. Not only by remembering exact solutions, but by remembering steps and actions used in building those solutions, generalizing, and transferring them to new problems. Anyone who tries using it for programming, will discover this very fast.
PS: Some of them were already used to solve problems and find patterns in data humans weren’t able to get other ways before (particle research in CERN, bioinformatics, etc).
hisao@ani.socialto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish18·9 days agoYeah, this is correct analogy, but much more complex problems than calculator. How much it is similar or not to humans way of thinking is completely irrelevant. And how much exact human type of thinking is necessary for any kind of problem solving or work is not something that we can really calculate. Considering that scientific breakthroughs, engineering innovations, medical stuff, complex math problems, programming, etc, do necessarily need human thinking or benefit from it as opposed to super advanced statistical meta-patterning calculator is wishful thinking. It is not based on any real knowledge we have. If you think it is wrong to give it our problems to solve, to give it our work, then it’s a very understandable argument, but you should say exactly that. Instead this AI-hate hivemind tries to downplay it using dismissive braindead generic phrases like “NoPe ItS nOt ReAlLy UnDeRsTaNdInG aNyThInG”. Okay, who tf asked? It solves the problem. People keep using it and become overpowered because of it. What is the benefit of trying to downplay its power like that? You’re not really fighting it this way if you wanted to fight it.
hisao@ani.socialto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish120·9 days agoComing up with even more vague terms to try to downplay it is missing the point. The point is simple: it’s able to solve complex problems and do very impressive things that even human struggle to, in very short time. It doesn’t really matter what we consider true abstract thought of true inference. If that is something humans do, then what it does might very well be more powerful than true abstract thought, because it’s able to solve more complex problems and perform more complex pattern matching.
hisao@ani.socialto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish123·9 days agoAre you aware of generalization and it being able to infer things and work with facts in highly abstract way? Might not necessarily be judgement, but definitely more than just completion. If a model is capable of only completion (ie suggesting only the exact text strings present in its training set), it means it suffers from heavy underfitting in AI terms.
hisao@ani.socialto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish4·9 days agoImo it’s best when you prompt it to do things step by step, micromanage and always QC the result after every prompt. Either manually, or by reprompting until it gets thing done exactly how you want it. If you don’t have preference or don’t care, the problems will stockpile. If you didn’t understand what it did and moved on, it might not end well.
hisao@ani.socialtoAsk Lemmy NSFW@lemmynsfw.com•Be honest. Have you ever sent an unsolicited dick pic?English4·1 month agoEven long-lasting relationships can fall apart, and that person now has vulnerable photos of you at their disposal.
Put sunglasses on your dick and your collegues never gonna recognize it 😎
It’s not so easy to ban VPNs. They need to setup DPI everywhere. And then people will start using DPI circumvention software.