Skip Navigation
Kbin.social passes 50K users
  • I really like kbins layout/structure, it's like a mix of reddit and twitter and with some optimization could really be something special.

  • What way did the Titan submersible implode?
  • This is a good example, it's a hydrophone recording of a glass sphere imploding, the level of sound and echo should give you a good idea of the kind of forces we're dealing with:

    https://www.youtube.com/watch?v=1_qlQhBa5V4

  • What's your solution to end all wars?
  • Easy enough, we just build a jail so big that we can fit the entire world inside of it, boom no more crime.

  • apnews.com Scientists have finally 'heard' the chorus of gravitational waves that ripple through the universe

    Scientists have observed for the first time the faint ripples caused by the motion of black holes that are gently stretching and squeezing everything in the universe.

    Scientists have finally 'heard' the chorus of gravitational waves that ripple through the universe

    NEW YORK (AP) — Scientists have observed for the first time the faint ripples caused by the motion of black holes that are gently stretching and squeezing everything in the universe.

    They reported Wednesday that they were able to “hear” what are called low-frequency gravitational waves — changes in the fabric of the universe that are created by huge objects moving around and colliding in space.

    “It’s really the first time that we have evidence of just this large-scale motion of everything in the universe,” said Maura McLaughlin, co-director of NANOGrav, the research collaboration that published the results in The Astrophysical Journal Letters.

    4
    Why we need to move on from kbin.social
  • Frankly I think we need more people before we can start getting concerned about things like that. If we're trying to make the Fediverse a viable alternative it has to be appealing and easy enough to use that people want to use it. If we don't get that right this whole thing is doomed from the start

  • Elon Musk and Mark Zuckerberg agree to hold cage fight
  • At first everything about this was infuriating but now I want to see the entire C-suite of Meta and Twitter face off in gladiatorial combat, and we can stream it all on twitch and bet on who will live

  • What were some "bad habits" on reddit that we should try to avoid bringing over here?

    As the fediverse continues to grow, let's reflect on some of the things that we disliked most about posting/lurking on reddit and what we can do differently now that we have a chance to build something new.

    78
    ChatGPT can now generate working Windows 11 keys for free | Digital Trends
  • It's not a real keygen if there's no chiptune music

  • The Curse of Recursion: Training on Generated Data Makes Models Forget

    Stable Diffusion revolutionised image creation from descriptive text. GPT-2, GPT-3(.5) and GPT-4 demonstrated astonishing performance across a variety of language tasks. ChatGPT introduced such language models to the general public. It is now clear that large language models (LLMs) are here to stay, and will bring about drastic change in the whole ecosystem of online text and images. In this paper we consider what the future might hold. What will happen to GPT-{n} once LLMs contribute much of the language found online? We find that use of model-generated content in training causes irreversible defects in the resulting models, where tails of the original content distribution disappear. We refer to this effect as Model Collapse and show that it can occur in Variational Autoencoders, Gaussian Mixture Models and LLMs. We build theoretical intuition behind the phenomenon and portray its ubiquity amongst all learned generative models. We demonstrate that it has to be taken seriously if we are to sustain the benefits of training from large-scale data scraped from the web. Indeed, the value of data collected about genuine human interactions with systems will be increasingly valuable in the presence of content generated by LLMs in data crawled from the Internet.

    0
    23k New Lemmy and Kbin Accounts Created in Last Hour
  • The live page psuedo app is working well for me on grapheneOS with the vanadium browser, I do also get a random 503 error but it's already so much better than a couple days ago

  • Discord, Twitter, Reddit, and Tumblr have something in common and it's not good
  • It would help alot If telecom/internet infrastructure was treated like our other infrastructure. Not to mention the literal billions of dollars in fraud that companies like Verizon and Comcast get away with. I still get mad when I think about how they were given massive sums of money to expand fiber optic infrastructure and gave themselves bonuses instead.

  • /kbin meta @kbin.social Deliverator @kbin.social
    I just noticed that notifications for replies to comments/posts are disabled by default, to enable them you just need to go to your settings and check the relevant boxes

    It might be a good idea to have comment replies turned on by default, I feel like it'll help drive discussion/engagement but that's ultimately up to the devs

    2
    What free apps and games are good to put on an android phone?
  • Go download Fdroid and go to town, its a great repository of FOSS android apps

  • What is the most disturbing book you have ever read?
  • A Scanner Darkly is an incredibly moving and haunting novel to anyone who's ever struggled with drug addiction. For a nonfiction book probably "Kill Anything That Moves" which is about the horrifying and infuriatting reality of the U.S. war in Vietnam, and "The Hot Zone" by Richard Preston

  • Filter for different languages?
  • I use a browser extension (running Librewolf if it matters) which works for entire pages or selected text:

    https://github.com/FilipePS/Traduzir-paginas-web

  • Reddit CEO Steve Huffman: 'It's time we grow up and behave like an adult company'
  • Sure, they're going to be an adult company now and turn all of those memes, anime and genital pics into sweet sweet ad money, just like a real megacorp!

  • Reddit CEO slams protesters, calls them “landed gentry”
  • It's really a shame that everything good and valuable in the world has to be boiled down to a fucking dollar sign..

  • I think a key thing going forward is that the fediverse/whatever comes next becomes a new repository for community sourced information/discussion/resources/etc

    There's a reason people add site:reddit.com to their google searches, and the top story about how joesmith42069 got 50k karma on their totally dank meme isn't it.

    5
    What 3d modeling software do you recommend in the year 2023?

    I'm currently getting by with a mixture of Design Spark Mechanical, FreeCAD, and OpenSCAD for prototyping/editing files, I'd love to find a good alternative that isn't from a predatory company like Autodesk

    4
    Machine Learning Beginner Info/Resources

    MOOCs

    Nowadays, there are a couple of really excellent online lectures to get you started. The list is too long to include them all. Every one of the major MOOC sites offers not only one but several good Machine Learning classes, so please check coursera, edX, Udacity yourself to see which ones are interesting to you.

    However, there are a few that stand out, either because they're very popular or are done by people who are famous for their work in ML. Roughly in order from easiest to hardest, those are:

    Books

    The most often recommended textbooks on general Machine Learning are (in no particular order):

    Note that these books delve deep into math, and might be a bit heavy for complete beginners. If you don't care so much about derivations or how exactly the methods work but would rather just apply them, then the following are good practical intros:

    There are of course a whole plethora on books that only cover specific subjects, as well as many books about surrounding fields in Math. A very good list has been collected by /u/ilsunil here

    Deep Learning Resources

    Math Resources

    Programming Languages and Software

    In general, the most used languages in ML are probably Python, R and Matlab (with the latter losing more and more ground to the former two). Which one suits you better depends wholy on your personal taste. For R, a lot of functionality is either already in the standard library or can be found through various packages in CRAN. For Python, NumPy/SciPy are a must. From there, Scikit-Learn covers a broad range of ML methods.

    If you just want to play around a bit and don't do much programming yourself then things like Visions of Chaos, WEKA, KNIME or RapidMiner might be of your liking. Word of caution: a lot of people in this subreddit are very critical of WEKA, so even though it's listed here, it is probably not a good tool to do anything more than just playing around a bit. A more detailed discussion can be found here

    Deep Learning Software, GPU's and Examples

    There are a number of modern deep learning toolkits you can utilize to implement your models. Below, you will find some of the more popular toolkits. This is by no means an exhaustive list. Generally speaking, you should utilize whatever GPU has the most memory, highest clock speed, and most CUDA cores available to you. This was the NVIDIA Titan X from the previous generation. These frameworks are all very close in computation speed, so you should choose the one you prefer in terms of syntax.

    Theano is a python based deep learning toolkit developed by the Montreal Institute of Learning Algorithms, a cutting edge deep learning academic research center and home of many users of this forum. This has a large number of tutorials ranging from beginner to cutting edge research.

    Torch is a Luajit based scientific computing framework developed by Facebook Artificial Intelligence Research (FAIR) and is also in use at Twitter Cortex. There is the torch blog which contains examples of the torch framework in action.

    TensorFlow is a python deep learning framework developed by Google Brain and in use at Google Brain and Deepmind. The newest framework around. Some TensorFlow examples may be found here Do not ask questions on the Google Groups, ask them on stackoverflow

    Neon is a python based deep learning framework built around a custom and highly performant CUDA compiler Maxas by NervanaSys.

    Caffe is an easy to use, beginner friendly deep learning framework. It provides many pretrained models and is built around a protobuf format of implementing neural networks.

    Keras can be used to wrap Theano or TensorFlow for ease of use.

    Datasets and Challenges for Beginners

    There are a lot of good datasets here to try out your new Machine Learning skills.

    Research Oriented Datasets

    In many papers, you will find a few datasets are the most common. Below, you can find the links to some of them.

    Communities

    ML Research

    Machine Learning is a very active field of research. The two most prominent conferences are without a doubt NIPS and ICML. Both sites contain the pdf-version of the papers accepted there, they're a great way to catch up on the most up-to-date research in the field. Other very good conferences include UAI (general AI), COLT (covers theoretical aspects) and AISTATS.

    Good journals for ML papers are the Journal of Machine Learning Research, the Journal of Machine Learning and arxiv.

    Other sites and Tutorials

    FAQ

    • How much Math/Stats should I know?

    That depends on how deep you want to go. For a first exposure (e.g. Ng's Coursera class) you won't need much math, but in order to understand how the methods really work,having at least an undergrad level of Statistics, Linear Algebra and Optimization won't hurt.

    1
    Nestor Makhno — Anarchy's Cossack: The Struggle for Free Soviets in Ukraine 1917-1921 (Free Audiobook)
    archive.org Nestor Makhno — Anarchy's Cossack: The Struggle for Free Soviets in Ukraine 1917-1921 [Full Audiobook] : Alexandre Skirda : Free Download, Borrow, and Streaming : Internet Archive

    The phenomenal life of Ukrainian peasant Nestor Makhno (1888–1934) provides the framework for this breakneck account of the downfall of the tsarist empire...

    Nestor Makhno — Anarchy's Cossack: The Struggle for Free Soviets in Ukraine 1917-1921 [Full Audiobook] : Alexandre Skirda : Free Download, Borrow, and Streaming : Internet Archive

    The phenomenal life of Ukrainian peasant Nestor Makhno (1888–1934) provides the framework for this breakneck account of the downfall of the tsarist empire and the civil war that convulsed and bloodied Russia between 1917 and 1921. As in many of history's chivalric tales, clashes were fought through lightning cavalry charges and bitter hand-to-hand, saber-wielding combat. The combatants were drawn from several camps: Budyenny's Red cavalry, the Don Cossacks and Kuban Cossacks (allied with the Whites), Ukrainian nationalists, and Makhnovist partisans. Makhno, a formidable and daring strategist, headed an army of anarchist insurgents—a popular peasant movement which bore his name.

    0
    Deliverator Deliverator @kbin.social

    Tales from the Terrordrome

    Posts 12
    Comments 26