swetland, to fediverse
@swetland@chaos.social avatar

Dear Fediverse,

If you're sharing cool projects and things, please consider tagging your posts! Especially if you'd like them to be findable again later.

If I see a neat project post, being able to find out more by visiting your.server/@yourusername/tagged/CoolProject is extremely convenient.

You can even add featured hashtags to your profile (Settings/Profile/Featured Hashtags) to make these even easier for people to find.

opensuse, to random
@opensuse@fosstodon.org avatar

More than 100 #HackWeek #projects are submitted!!! Take a look at all the projects & considers if you want to take part or start your own project. The fun begins next week! https://hackweek.opensuse.org/

teamtuck, to RaspberryPi

#projectone is getting really close to being in a "stable" state. Schedules are generated correctly, channels are "done", and things work as expected. Code just needs cleaning up, channel logos made, and finally, onto the physical build.

Also, I think I finally have all of my movies in a proper H264/AAC format. This means I'll have to re-copy files over, rebuild the DB, and do some thorough testing, but it should help with playback on the #raspberrypi 4b.

#python #projects

ai6yr, to diy
@ai6yr@m.ai6yr.org avatar

Aha, finally got my satellite antenna rotator working, now to connect it to the right software for amateur radio contacts. #geek #projects #diy https://www.youtube.com/shorts/__49_SrrT38

bits_und_baeume, (edited ) to climate
@bits_und_baeume@mastodon.bits-und-baeume.org avatar

Join us at @CCC 's #37C3 conference track "Sustainability & #Climate #Justice"! We're thrilled to focus on the pressing issues of ecological injustice and ecosystem collapse. If you're passionate about creating a sustainable, just, and #democratic #digital future, we invite you to submit your presentations by November 11, 2023. We're particularly keen to hear from underrepresented groups and those from the global south.

Link: https://bits-und-baeume.org/en/community/37th%20Chaos%20Communication%20Congress/

@bits_und_baeume is actively involved, creating a #community area for #digitalization, #sustainability, common good #technology, and #freedom rights enthusiasts. Expect insightful lectures, collaborative #learning, #creative #projects, and vibrant discussions in a peaceful, respectful atmosphere. Challenge outdated ideas and tackle tomorrow's problems today.

Remember, "All Creatures Welcome," and "Be Excellent to Each Other."

#hackers #activists, #artists #learning, #creative #projects

MattHodges, to ai

⚡ Having fun with it — using #AI to grok policy about AI. With language models, I calculated embeddings against President #Biden's executive order on Artificial Intelligence. I used that to facilitate retrieval-augmented generation against the document based on my query, and then pass the relevant passages to a locally-running #LLM to summarize. Here I asked the model to tell me what the order said about copyright issues. Seems to work well!

MattHodges,

Here it is in #Jupyter + Colab form — a #python Notebook demonstrating how I used text embeddings and a #LLM (LLaMA 2) to ask questions of #Biden's Executive Order on Artificial Intelligence. No API keys required, just some good ol' #OpenSource libraries and models. I learned a lot!

https://github.com/hodgesmr/llm_ai_eo

#AI #aiEthics #MachineLearning #NLP #projects

bits_und_baeume, (edited ) to hamburg
@bits_und_baeume@mastodon.bits-und-baeume.org avatar

The @CCC is back, inviting #hackers #activists, #artists, and technology enthusiasts to the renovated #Hamburg Congress Center. Expect insightful lectures, collaborative #learning, #creative #projects, and vibrant discussions in a peaceful, respectful atmosphere.

Join us at the #37C3 conference track "Sustainability & #Climate #Justice"! We're thrilled to focus on the pressing issues of ecological injustice and ecosystem collapse. If you're passionate about creating a sustainable, just, and #democratic #digital future, we invite you to submit your presentations by November 11, 2023. We're particularly keen to hear from underrepresented groups and those from the global south.

https://content.events.ccc.de/cfp/37c3/index.en.html

@bits_und_baeume is actively involved, creating a #community area for #digitalization #sustainability, common good #technology, and #freedom enthusiasts. Challenge outdated ideas and tackle tomorrow's problems today. Remember, "All Creatures Welcome," and "Be Excellent to Each Other."

inautilo, to business
@inautilo@mastodon.social avatar

“When you start an open source project, put aside at least half of your time for marketing.” — Nuno Maduro


#Business #Projects #SideProjects #Marketing #Development #WebDev #OpenSource #Quote

cazabon, to Electronics

Since #electronics have been on my mind lately, I've been thinking of this ... story? situation? anecdote might be the best fit.

Doing anything every vaguely #niche, like #hobby electronics, in a small #city in the middle of #nowhere used to be quite difficult in terms of obtaining #supplies and #parts. Before the #internet, if you could plan ahead and order enough stuff at once from a big #distributor to make the #shipping charges worthwhile, #catalogs from DigiKey etc were life savers.

1/x

cazabon,

Some of our #projects would probably have been too expensive to do if we'd been stuck with buying parts #locally.

(This is finally tying back to my opening comments...)

This city had exactly 2 local #suppliers open to the public at the time. One, Radio Supply, was locally owned. Their prices weren't too bad, but they didn't #stock everything and didn't really do the special-order thing. If what you wanted was common and used in trade, you would be okay.

Otherwise...

4/x

fosslife, (edited ) to opensource
@fosslife@fosstodon.org avatar

Starter Project Health Metrics Model created by @geekygirldawn uses four simple metrics to measure open source project health https://www.fosslife.org/4-key-metrics-measuring-health-your-open-source-project #OpenSource #projects #CHAOSS #community #FOSS #SoftwareDevelopment

cdarwin, to tech
@cdarwin@c.im avatar

A great chat on FLOSS Weekly regarding alternate #funding models to support #ethical #tech #projects.

Doc Searls and Dan Lynch sat with Aral Balkan of Small Technology Foundation as he argued the venture capital model dooms most startups to unethical business practices in Silicon Valley.

Balkan explained that founders of tech projects essentially "sell the exit" to investors from day one.

With revenue growth being the driving metric, most companies get acquired by tech giants like Facebook and Google.

To build truly ethical tech alternatives, Balkan believes different incentives and success criteria are needed.

He suggested governments fund projects focused on public good rather than profit, allowing them to iterate like startups without pressure to "exit."
Is this possible?
https://twit.tv/posts/inside-twit/aral-balkan-calls-new-funding-models-support-ethical-tech

GryphonSK, to queer
@GryphonSK@techhub.social avatar

Only #gaslighted idiots think being #lgbtqia is anything but an immutable fact of a person. #MattWalsh is a #deviant who #projects his #perversion onto others. #homophobia

https://youtube.com/watch?v=GeSNbXDBs40&si=RU98JRLoeESSFPcF

swetland, to webassembly
@swetland@chaos.social avatar

Are there any good resources out there for those who are targeting WebAssembly from a compiler? Code generation strategies? Things to know about what typical runtimes handle efficiently (or not), or how much they will optimize (or not)?

For example, it feels like locals and globals are effectively registers (can get/set, cannot get an address of for indirect access), Clang seems to use global 0 as a stack pointer, etc. Is that a correct take?

#WebAssembly #Wasm #Questions #Compiler #Projects

sovtechfund, to random German
@sovtechfund@mastodon.social avatar

Der Sovereign Tech Fund wird heute ein Jahr alt! Am 18. Okt 2022 wurden die ersten neun Technologieprojekte der Pilotrunde auf Einladung von @franziskabrantner im Bundestag vorgestellt. Wir lassen die ersten 12 Monate unserer Arbeit Revue passieren, da wir einiges geschafft haben. 1/

sovtechfund,
@sovtechfund@mastodon.social avatar

Wir haben das Ziel, das Open-Source-Ökosystem nachhaltig zu stärken. Was bedeutet das überhaupt? Die neun Projekte der Pilotrunde zeigen die Bandbreite digitaler Infrastruktur und wie sehr unser Leben in verschiedenen Bereichen davon abhängt:

OpenMLS, Curl, OpenBGPd, Bundler/RubyGems, Wireguard, OpenPGP.js/GopenPGP, OpenSSH, Sequoia PGP und Fortran. Mehr zu diesen Technologien und weiteren, die wir dieses Jahr unterstützen haben, könnt Ihr hier nachlesen: https://sovereigntechfund.de/de/#projects 2/

reviewboard, to random
@reviewboard@mastodon.online avatar

Announcing Review Board 6!

Review Board 6 is all about focusing on an improved #codereview, graphics review, and #document #review experience in a pleasant environment.

The UI is bright, soft, and colorful. The diffs are easier on the eyes, easier to navigate.

The review process is streamlined, a new review banner guiding you through creating, managing, and publishing review request, reviews, and replies.

https://www.reviewboard.org/news/2023/10/17/announcing-review-board-6/

#release #projects

The new Review menu with three items: 1) Create a new review, 2) Add a general comment, and 3) Ship It!

Colarusso, to random
@Colarusso@mastodon.social avatar

https://myrssalgo.org ingests a bunch of articles from sources you choose and ranks them based on your prior interactions—constructing a personalized timeline/newsfeed.

You can choose to see everything or apply a customizable cutoff & only see "the best." You can mute content you don't want to see & promote content you always want to see, regardless of the algo's ratings, & importantly, your votes, searches, reading histories, settings et al. live only on your device. #projects

swetland, to random
@swetland@chaos.social avatar

Other Yaks to Shave: Coming up with a name for this little language. It's in the C/Go/Rust family, syntactically, though still evolving.

The goal is something C-like, but a little safer, a little more modern, while keeping things very simple and predictable.

I'm kinda sick of the source files being *.src and the compiler being called "compiler". But names are hard!

Considering "spl" as a placeholder name/extension -- {system,simple,silly,small} programming language.

#Projects #Compiler

bunny_riot, to random German

Vielleicht steh ich ja grad echt massiv auf einem Schlauch, aber gibt es noch andere -Instanzen außer https://fediflohmi.ch ?
Schweiz ist ein bisschen arg weit weg von hier.

crossgolf_rebel,

@bunny_riot Wo der ort ist, ist doch erst mal egal. So lange man das Zeug irgend wie bekommen kann.

https://mastodon.fediverse.observer/map hat die software noch nicht mit in der Liste
Und bei https://the-federation.info/#projects ist auch noch nichts gelistet.

Kommt aber sicher noch irgend wann. Da müssen wir mal Werbung für machen

caronallan, to gardening
@caronallan@mastodon.social avatar

How cute is this? I need to make one of these!

#potplants #gardening #projects

MattHodges, to machinelearning

Introducing BIDEN: Binary Inference Dictionaries for Electoral NLP ⚡️ Using only compression, I demonstrate a method of binary partisan classification for campaign emails and other written political materials. This method is FAST; I train the model in about 30 seconds on a CPU, and run inference in milliseconds. No GPUs. No Neural Networks. No N-grams. No transformers. No kNN. I learned a lot!

https://github.com/hodgesmr/biden_nlp

MattHodges,

The model trains on the ElectionEmails 20202 data set.¹ It achieves > 98% accuracy on a test sample. I also tested it against a sample from @derekwillis's campaign email @datasette (@simon), where it hits 93% accuracy. And on a small collection of tweets, it was yielding about 90%.
¹ https://electionemails2020.org
² https://political-emails.herokuapp.com/emails

MattHodges,

The model is simply two Zstd³ compressors — one trained on Democratic emails, the other on Republican emails. Zstd has the concept of compression dictionaries⁴ to pre-seed compressor state with example data. The idea is that if you are compressing a lot of similar data, you can optimize on common patterns. The BIDEN model labels by which compressor best performs on an input.

³ https://facebook.github.io/zstd/
https://python-zstandard.readthedocs.io/en/latest/concepts.html#dictionaries

teamtuck, to python

Good news! #projectone is getting extremely close to v0.0.1!

Getting this milestone completed is just the start. Be expecting a blog post today/tomorrow and maybe even a video update when the time is right. It's pretty basic right now so I want to show it off once it can get to a certain point.

#python #raspberrypi #projects

SergKoren, to Life
@SergKoren@writing.exchange avatar

What personal projects do you have? The more you have, the less you like your job.It’s time to switch jobs or make your personal projects your priority.

I have one, and I don’t even have a job.

If you have “side” projects, you are trying to escape life.

Flame on!

po3mah, to Bulgaria
@po3mah@mastodon.social avatar

Ok, we'll try to attract EU-funded to the fediverse.
But why?
Some projects have quite good results (let's forget for a moment those who burn public money without actual results).
And also fediverse deserves to know how funds were spent.
The domain is bought, and the server will be set up shortly.

If you're a manager or marketeer of an -funded project, would you be interested in joining a dedicated server and post about the results and the progress of your project?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • cubers
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • tester
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • anitta
  • Leos
  • provamag3
  • modclub
  • lostlight
  • All magazines