AstonJ
In case you missed it, Bumblebee has just been released
and I’m wondering what you all might be using it for or what you might like to use it for ![]()
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
AcmeScript — Writing JS hooks as if I were still using Elixir
I’ve been having fun building a little something over the last few days: Ac...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #elixirconf-us
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Does anyone know whether it would be useful for doing things like choosing (or suggesting) a category for a thread if fed just the title? If so that’s one thing I’d use it for
kip
This is the lib I’ve been waiting for - very excited by the possibilities. Immediate use cases for me:
In my text library I’ll be adding:
In my image library I’ve an experimental branch that does:
AstonJ
I’m really excited to see this as well Kip! I guess we’ll be able to use it to help detect prohibited images? Such as porn, self-harm, etc?
Would it also be possible to use it to invisibly watermark images, so that the source can always be checked or verified? Perhaps via something like markpainting? (The use case I had in mind is invisibly watermarking user uploaded images, such as those uploaded as profile pics or to sites like Instagram. The uploaded image would get an invisible watermark so that if someone screenshot it or stole it and then uploaded it to a ‘fake profile’ we could identify the true source of the image, eg, your profile photo here could contain an invisible watermark of
forum.elixirforum.com/u/kip)kip
I believe so - just need a good classification model for that kind of material. Not sure the hugging face repository has such?
Interesting idea, I’ll do some research!
AstonJ
Looks like they’ve got some Kip:
Porn models: Models – Hugging Face
Self-harm models: Models – Hugging Face
Awesome! I think that’d be a killer feature for your library
Rich_Morin
Several years ago, I served as a mentor for a friend’s DO-IT project. The result was a set of Ruby scripts which implemented a desktop prototype of The Muddy Map Explorer. As the name hints, Muddy provided a text-based interface (similar to that found in a MUD).
However, instead of presenting a fictional location, Muddy would let someone (e.g., a blind person) explore a given neighborhood. Our notion was that this would help the person to create a mental model while sitting safely at a computer. Later, armed with this knowledge, they might be better equipped to navigate the neighborhood in person.
Although the prototype system “worked”, it was far from perfect. A large part of the problem stemmed from our use of OpenStreetMap data. Because OSM encodes streets as annotated sequences of locations, it provides very spotty coverage of details that are only of interest to pedestrians (e.g., benches, driveways, roadway lanes and widths).
In addition, installing and maintaining the prototype would not be easy for a naive user (blind or not). So, I’ve often wondered if I could translate Muddy to Elixir and set it up as a Phoenix/LiveView-based web site. This would resolve the installation and maintenance issues, as well as making Muddy truly a multi-user system. However, the source data issues would still be present.
With the advent of Bumblebee, it might be possible to analyze satellite and other imagery, creating much richer subsets of the OSM data. And, if the added data came from unrestricted sources (such as USGS), the OSM folks might even be willing to import it into their repository. Alas, this is all Science Fiction, but I still find it interesting to think about…
-r
derpycoder
I am learning Elixir & Phoenix for Indie Hacking.
Recently Peter Levels created few more startup, where he is using pre-trained models to make money!!
https://www.producthunt.com/discussions/how-pieter-levels-made-10-000-in-a-day
https://twitter.com/levelsio/status/1586449419922440192
I believe everyone in this community should have their own startups or Micro SaaS, which will inspire rest to follow suit.
That’s the best way to showcase the power of the platform and win hearts.
A common goal will lead to creation of lots of tooling to achieve said goal.
Hope to see an IndieHacker tag for people who are creating their own stuff.
Let me do all the learning and then we can have a 12 startups in 12 month marathon, instead of Advent of Code kerfuffle.
derpycoder
Checkout some of the cool applications:
https://www.indiehackers.com/interview/creating-an-ai-powered-logo-creator-and-earning-70k-mo-4ebecd547f
mssantosdev
I’m playing with Bumblebee’s text generation to create a collaborative story builder:
https://twitter.com/mssantosdev/status/1602277402096418816
The idea is to have an editor that locks every x seconds to ask its audience how the story should proceed, with options provided by Bumblebee. Let’s see how that will grow.