Skip Navigation
Jump
General population decline trends in the last years is actually a good news.
  • Not sure I agree that there will be less human labor "need." Ideally, we should strive for progress, and not just survive. I think there is infinite use for human labor.

    I agree with your second point.

    2
  • Jump
    Showerhead clogged or spraying weird? Soak in it white vinegar, it'll work like new.
  • I tried this with a faucet, but used agricultural 30% vinegar. It stripped the finish off, lol.

    Edit: you can usually just unscrew the faucet cap, and replace the little aerator or soak the old one in vinegar. In my case, I was replacing the sink, so already had the faucet out, and there was lime build-up on the faucet itself.

    5
  • Jump
    Do you often write scripts to parse a codebase and get familiar with it?
  • Haven't tried Gemini; may work. But, in my experience with other LLMs, even if text doesn't exceed the token limit, LLMs start making more mistakes and sometimes behave strangely more often as the size of context grows.

    4
  • Jump
    In this post, I wrote about the sad experience of having a friend use AI to wish me a happy birthday. https://robertkingett.com/posts/6627/ #AI #Blog #Blogging #Blogs @fuck_ai
  • I'm pro-AI, but not pro-AI in the sense of, "turn these bullet-points into a verbose email," and not pro-AI for personal communication like this. I hope this kind of stuff doesn't become common. It's like going in the opposite direction of "SMS language" (which I view favorably).

    -6
  • Jump
    What languages/frameworks for small, very low usage apps on limited hardware?
  • Python is quite slow, so will use more CPU cycles than many other languages. If you're doing data-heavy stuff, it'll probably also use more RAM than, say C, where you can control types and memory layout of structs.

    That being said, for services, I typically use FastAPI, because it's just so quick to develop stuff in Python. I don't do heavy stuff in Python; that's done by packages that wrap binaries complied from C, C++, Fortran, or CUDA. If I need tight-loops, I either entirely switch to a different language (Rust, lately), or I write a library and interact with it with ctypes.

    3
  • Jump
    Pro-Trump ad uses Latin to target Latino voters
  • With the Hispanic people I know that prefer Trump, it's the usual trumpist/Republican reasoning. Even down to anti-immigration, from a person who's father was an undocumented immigrant. Propaganda and desire to be in the in-group among your peers is wild.

    6
  • Jump
    Editorial: The teen arrested in Georgia school shooting is not an adult, and shouldn't be treated like one
  • I don't think anyone is advocating for a "slap on the wrist." The U.S. criminal justice system is the most draconian in the West, and doesn't do "slaps on the wrist," unless you're in a particular economic or social classes.

    IMO, ideally, he would be sentenced for as long as it takes to rehabilitate him. Could be 5 years, 10 years, 30 years, or never, IDK, I'm not a psychologist. But, the U.S. prison system isn't really designed for rehabilitation either.

    10
  • www.yahoo.com Editorial: The teen arrested in Georgia school shooting is not an adult, and shouldn't be treated like one

    Charging 14-year-old Colt Gray as an adult in Georgia school shooting reveals a nation that has forgotten the purpose of its juvenile justice system.

    19
    Jump
    The Irony of 'You Wouldn't Download a Car' Making a Comeback in AI Debates
  • Production AI is highly tuned by training data selection and human feedback. Every model has its own style that many people helped tune. In the open model world there are thousands of different models targeting various styles. Waifu Diffusion and GPT-4chan, for example.

    7
  • Jump
    The Irony of 'You Wouldn't Download a Car' Making a Comeback in AI Debates
  • I think you have your janitor example backwards. Spending my time revolutionizing energy productions sounds much more enjoyable than sweeping floors. Same with designing an effective floor sweeping robot.

    3
  • Jump
    The Irony of 'You Wouldn't Download a Car' Making a Comeback in AI Debates
  • AI are people, my friend. /s

    But, really, I think people should be able to run algorithms on whatever data they want. It's whether the output is sufficiently different or "transformative" that matters (and other laws like using people's likeness). Otherwise, I think the laws will get complex and nonsensical once you start adding special cases for "AI." And I'd bet if new laws are written, they'd be written by lobbiests to further erode the threat of competition (from free software, for instance).

    2
  • Jump
    Open source alternative to executables
  • There's plenty of open source projects that distribute executables (i.e. all that use compiled languages). The projects just provide checksums, ensure their builds are reproducible, or provide some other method to verify.

    In practice, you're going to wind up in dependency hell before pypi stops hosting the package. E.g. you need to use package A and package B, but package A depends on v1 of package C, and package B depends on v2 of package C.

    And you don't need to use pypi or pip at all. You could just download the code and directly from tbe repo, import it into your project (possibly needing to build if it has binary components). However, if it was on pypi before, then the source repo likely had all the code pip needs to install it (i.e. contains setup.py and any related files).

    5
  • Jump
    Ladies and Gentlemen, the sate of AI.
  • The search engine LLMs suck. I'm guessing they use very small models to save compute. ChatGPT 4o and Claude 3.5 are much better.

    4
  • www.theregister.com To fight AI, we need 'personhood credentials,' say AI firms

    It's going to take more than CAPTCHA to prove you're real

    AI firms propose 'personhood credentials' to combat online deception, offering a cryptographically authenticated way to verify real people without sacrificing privacy—though critics warn it may empower governments to control who speaks online.

    30

    I use Google Shopping (the “Shopping” tab on Google) to see if local stores carry certain products, what they cost, how far away each store is, etc. It seems to mostly search national or large regional chains, but it was still pretty useful.

    Is there any alternative to this (in the US)? The “nearby” function has unfortunately got shittier and shittier over the past year or so. It's gotten less “deterministic," just mixing results from local stores with e-commerce stores, further reducing usefulness.

    1

    Thoughts on "The Decamarone?"

    I don’t remember how I heard of it, but just binged-watched it over the past few days. Ratings seem a little bit above average, but I found it very enjoyable. I liked that the mood oscillates between modern comedy and tragic comedy; and that it seems to implicitely critique modern society. The series almost feels like an allegory (or perhaps I’m reading too much in to it).

    3
    techcrunch.com EliseAI lands $75M for chatbots that help property managers deal with renters | TechCrunch

    EliseAI, a startup developing AI-powered tools for property managers, has raised $75 million in a funding round valuing the company a $1 billion.

    6

    I've recently noticed this opinion seems unpopular, at least on Lemmy.

    There is nothing wrong with downloading public data and doing statistical analysis on it, which is pretty much what these ML models do. They are not redistributing other peoples' works (well, sometimes they do, unintentionally, and safeguards to prevent this are usually built-in). The training data is generally much, much larger than the model sizes, so it is generally not possible for the models to reconstruct random specific works. They are not creating derivative works, in the legal sense, because they do not copy and modify the original works; they generate "new" content based on probabilities.

    My opinion on the subject is pretty much in agreement with this document from the EFF: https://www.eff.org/document/eff-two-pager-ai

    I understand the hate for companies using data you would reasonably expect would be private. I understand hate for purposely over-fitting the model on data to reproduce people's "likeness." I understand the hate for AI generated shit (because it is shit). I really don't understand where all this hate for using public data for building a "statistical" model to "learn" general patterns is coming from.

    I can also understand the anxiety people may feel, if they believe all the AI hype, that it will eliminate jobs. I don't think AI is going to be able to directly replace people any time soon. It will probably improve productivity (with stuff like background-removers, better autocomplete, etc), which might eliminate some jobs, but that's really just a problem with capitalism, and productivity increases are generally considered good.

    66
    www.usatoday.com Trump says GA Election Board members are 'pit bulls' for 'victory,' but is that their job?

    The Georgia State Election Board creates rules for the battleground state's elections, and its Trump-approved majority is trying to make changes.

    5
    www.bloomberg.com US Floats Tougher Trade Rules to Rein In China Chip Industry

    The Biden administration, facing pushback to its chip crackdown on China, has told allies that it’s considering using the most severe trade restrictions available if companies such as Tokyo Electron Ltd. and ASML Holding NV continue giving the country access to advanced semiconductor technology.

    0
    www.bostonglobe.com Teamsters president Sean O’Brien speaks at the GOP convention as his union flirts with endorsing Trump - The Boston Globe

    O’Brien acknowledges Biden has been a “great” president for organized labor. But he told the Globe that Biden hasn’t delivered on all his promises and the Teamsters are worried their backing is being taken for granted.

    68
    https:// archive.ph /JRatV

    As the energy transition inches through the ‘issue attention’ cycle, a wiser approach should emerge.

    4

    Any tips on growing corn in central Texas? Is it even practical? I sowed some corn in February, and they only grew 3ft. and looks like I might have a few very small corn cobs. The last time I tried to grow corn was in Ohio, and used the 3 sisters method, which worked pretty well. But idk wtf to do in central Texas.

    3
    www.theguardian.com ‘We don’t have a democracy’: why some Oregonians want to join Idaho

    Proponents of the Greater Idaho movement have argued Democrats in Portland don’t understand their way of life

    58
    www.kut.org Travis County DA faces removal attempt under Texas law targeting 'rogue' prosecutors

    A Travis County resident filed a petition to remove District Attorney José Garza from office. The effort comes a little over a month after Garza's landslide victory in March's Democratic primary.

    2
    www.cnbc.com Mark Zuckerberg indicates Meta is spending billions of dollars on Nvidia AI chips

    Meta appears poised to spend billions of dollars by the end of this year on Nvidia's popular computer chips that are widely used for AI projects

    Summary: Meta, led by CEO Mark Zuckerberg, is investing billions in Nvidia's H100 graphics cards to build a massive compute infrastructure for AI research and projects. By end of 2024, Meta aims to have 350,000 of these GPUs, with total expenditures potentially reaching $9 billion. This move is part of Meta's focus on developing artificial general intelligence (AGI), competing with firms like OpenAI and Google's DeepMind. The company's AI and computing investments are a key part of its 2024 budget, emphasizing AI as their largest investment area.

    51

    Mount electric sub-panel over lapped hardie board siding?

    I'm out of room for breakers in my main breaker box, so would like to add 6-breaker sub-panel to install mini-splits, an outdoor electrical outlet, lighting, etc. What's the correct way to mount an exterior sub-panel on a house with lapped hardie-board siding?

    I suppose the easiest thing would be to drill holes in the siding then attach the panel with screws to a stud and the exterior sheathing, but I don't know if that's a proper way to do things.

    I also suppose I could somehow cut a rectangular hole in the siding and mount the subpanel directly on the sheathing. I'm not sure how to prevent water intrusion in that case (is some kind of flashing needed, or is just cock ok?). Seems like it would be hard to cut a clean rectangle in lapped fiber-cement siding on a vertical surface.

    3

    I'm working on a prototype application, and for my use-case DeepFloyd IF gives me the best results by far. I was using replicate.ai, but the reliability and cold start times are unacceptable for my purposes (and DeepFloyd IF cannot be used in commercial products).

    I think what made IF so good for my use-case is that it starts by generating a very small image. I need images generated with a single subject taking up most of the image and minimal background. I think IF is biased to these kinds of images since it starts with a very small image.

    Currently using Dall-E 2, which is ok, but not nearly as good as IF. Stable Diffusion sometimes produces very weird images (haven't tried SD XL yet).

    0

    I recently read an article about OPEC, and how oil prices will likely rise for the next year or two. The article said this will cause a significant uptick in inflation indicators, so the Fed will likely raise rates.

    I can understand raising rates in response to monetary inflation, but it doesn't make much sense to me to raise rates in response to supply-side shocks. It also seems cruel since the goal seems to be to raise rates so more people become unemployed or underemployed so that can't afford to buy gas.

    8