@Amber0Maybe you don’t use Spotify but you want a way to share what you’re listening to? Or what if you want to share the Steam game you’re playing?
Look no further than @SlickStats ! You visit the app home to connect it to your account and then input your last.fm and Steam API keys for your status to magically update with what you’re listening to or playing!
I spent a looong time working on OAuth for this, but I’m really happy that it’s finally done.
I’m open for suggestions of other services to add!
One caveat: your automatic huddle status will get overwritten because it’s not technically a status - I’ll fix this eventually
It’s all open source at github.com/DillonB07/SlickStats if you want to check it out!
@EvanGan0Today I put my pronoun counter on github after cleaning up the code a bit and writing some instructions up. You can find it here. I also started working on a slack bot template for typescript but faced some odd errors I had never seen before that were not happening on a copy of the code.
@louisa2making progress on the girlpop-ification lang :))
@leom0got to play around with this thing yesterday. I'm putting Debian on it soon
@DataChokheli0School system for students and teachers. It's got authentication system, givinggrades system, and seeingdata/seeinggrade system <https://github.com/datchkh/schoolsystem>
@AbderrahmaneGabbany0Wajed is a virtual office for easy communication, teamwork, and management. It includes secure login, real-time chat, project tracking, file sharing, event scheduling, personalized dashboards, notifications, and team performance tracking.
Repo : github.com/MeComeguy/wajed-virtualhq
@Kieran0I installed nix on my framework!!! I still need to finish up the list of tweaks i did but here's a rough list: hyprland with animations and pretty windows, waybar with a custom top bar and a really cool webcam module i made that detects whether an application is using your webcam, a super fast tofi dmenu launcher, vs code with a theme and go support (needs more expansion; currently its a very barebones install of vs code), spotify with spicetify configs, mako for notifications, fingerprint support that perfers password by default (really annoying nix behavior that its fingerprint first by default) this required a bunch of pam tweaks and was a pain, and best of all its all managed with flakes and my wifi passwords can be commited publicly because they are encrypted with agenix!
P.S. (Adendum?) i also did all of this while camping most of it over cellular on super bumpy Michigan roads while we were in the car for super long periods (~5 hours) i also discovered that the framework battery is almost perfectly 5 - 5.5 hours!P.P.S (doubular adendum??) i also attached a pic of my magnetic charging setup; i want to stick it into a framework module soon so it doesn't stick out but i'm pretty happy with it rngithub.com/kcoderhtml/dots
@小波06573 Realty
6573 Realty is a rental search website enhanced by AI!
Sellers (landlords or agents) can simply input the price, address, and public facilities, and upload photos. The AI will then generate corresponding titles, descriptions, and list the facilities in the house based on the photos. This makes it convenient and fast for landlords, saving them from spending a lot of time thinking about titles and inputting tedious information!
For buyers, we use a tag mechanism. Each property has a set of tags that describe it. By combining these tags, we can accurately describe the property. Therefore, by obtaining the user's preferred tags and fitting the similarity between the user's preferences and the property's tags, we can achieve the best algorithmic results. This significantly reduces the time spent searching for a desired property, saving more than 90% of the time!
65, 73? Why is it called 6573 Realty?
Because in the ASCII table, A is 65 and I is 73. We hope to revolutionize the search method with AI!
>> Since the project is quite large, it cannot be completed within 25 hours. Therefore, I will release it in several stages <<
>> Since it uses a lot of OpenAI models, I am temporarily unable to provide a demo website. I don't want to go bankrupt in one page, sorry <<
Project GitHub Repository: github.com/Xiaobonor/6573Realty
The demo video is in Chinese (text). I apologize for not having an English version available. I will provide an English version in a future update.
@JustinHuang0Wrote a basic Arcade app for IOS! github.com/mjh316/Arcade
Very barebones currently, but can keep track of total time spent, history, and your shop info!
@DarrenLau0Other people use Obsidian for note
I use it for crazy stuff@LukaPanio0Finally stylus passthrough on lindroid working@JamesCao0still a working progress
Im mainly chaing the css and html since the backend is already complete
@Raymond0I've hacked in support for hooking unity games in my new google stadia ripoff homegrown application/game streaming implementation, so now most SDL games and Unity games should be supported.
Note: keyboard input only, mouse + gamepad support is coming soon.
Here is a video of it working with the GOG copy of Hollow Knight. also i plan on testing this over the internet with lots of ppl sometime in the future (there may be a slack channel created for this)
I wanted to record a video of the stream on iphone side by side but as I found out you can't have picture and picture playing while an application is using the camera in ios
(once again the frame drops are because the machine running and streaming the game is also recording this scrapbook video at the same time lol so it's deciding to drop frames from my windows laptop, the game is actually much smoother on the actual testing laptop)
not depicted:
• various performance enhancements and network stability things
• window focus lost events are now dropped so you can run celeste and other FNA games without requiring it to be focused on the host, thank god FNA is open source otherwise guessing how the logic works would be a bit annoying@Caleb0github.com/techyporcupine/esphome
Made and configured a little device for tracking battery levels while I'm discharging a battery
@mrbunnyguyofficial0#arcade Followed a hyperpop tutorial… Using neons and super saturated colors is surprisingly really fun
@MrRocket080Day 5:
Trajectory rendering is in! Next up is the UI for maneuver plotting (so we can actually go places!!!)
@karmanyaahm0Made a little bit of progress on chessbot's proto-control-board as a raspberry pi shield, you can power the pi directly from the screw terminal now, everything else is still disconnected though. If our whole control package ends up this size (hopefully even smaller) I will be fairly happy
@Domsson0Made a platform for my Raspberry Pi Pico robot from plastic and wood waste!
@cupcakes0Almost done with the microphone pcb design! 🎤
@cupcakes0recreating the pcb schematic from a microphone tutorial!
@Averse0working on this RP2040-based text adventure microcontroller that is still a WIP(worked on this for #hack-hour)
@RyanDiLorenzo-U04JGJN2B400My cat's automatic litter box recently stopped working and it's around 300$ for a replacement which we were thinking of doing. I thought I could take a look at it and see if I could try to fix it. I initially thought the motherboard traces were corroded and not making contact so I tried to reflow the solder but no luck. The motherboard and microcontroller pre-installed had no documentation or help guides other than contacting the company to buy a replacement.
I decided to try if I can use a Wemos D1 Mini ESP8266 microcontroller to control it, and after many hours (6) later I present to you a polarity switching circuit using 3 SPDT relays, a step-down buck converter to convert the 18V power from the built-in power on the cat litter to 12V the relays could use. Then after a lot of trial and error I found the perfect transistor (2N2222) in my transistor kit to convert the 3.3v logic levels from the ESP8266 to the 12v or something that the relays can use. Some of my trouble could be avoided if I used the correct DPDT relay modules meant for this, but this is all I had on hand.
It's not quite finished since I still need to hook up the 2 sensors and 2 end stops to make it safe of course, but it's coming along and now the hard part is down. In the end, I'm going to open source a schematic design and order a PCB to contain everything.
@jakjakob0LETS GOOOO S/MIME is woking!!!!! (so now every email I use is now getting S/MIME AND openPGP) (btw there are actually places where you can get free S/MIME certificates - I would never pay for that)
@cupcakes0Working on a Pie PCB workshop! :pcb::pifp:
@Junior0Managed to make a mail server for my fbla competition.
@TheTridentGuy0I was sick yesterday, so I worked on my PCB for #onboard :
@JosiasAurel0new article just dropped (actually last evening but 🤷//josiasw.dev/writing/automatic-social-behaviour>
@Doruk0:siren-real:WEBSITE SHIP:siren-real:
So you know my website is actually built in HTML/CSS and I wasn't proud of it, so I had to redesign it and make it future-proof. After a month of learning next.js and react, I was able to figure out to create an one with :typescript:,:react:,:tailwind: that is %95 created by myself!
:github://github.com/itsdoruk/mawebsite|github.com/itsdoruk/mawebsite>
🌐: dsplash.xyz
@Kieran0#ship I finaly finished procrastinating on making the pcb for my led cube and was able to knock it out in less than 8 hours total; particularly proud of no drc errors and a clean schematic