linux emoji

Posts tagged with :linux:

Briyan
@Briyan4
#arcade of the day! I was always fascinated of VMs and I always wanted to run kali linux on my personal laptop but it never worked out cuz windows just because muscle memory. So to relive my needs of learning ethical hacking I spent the day today downloading Kali and VirtualBox and setting everything up for my needs. So I ended up with this! I also documented everything in the github (includes the virtualbox files and screenshots) Github Repo: github.com/briyandyju09/Virtual-Machine/tree/main/kali Commit of screenshot proof: github.com/briyandyju09/Virtual-Machine/commit/1b567677e03e63abc75d0343fe8126cf8ec3741f Commit with VirtualBox files: github.com/briyandyju09/Virtual-Machine/commit/8eb74677f261377293af9a8ea28520c0d365cb97
https://scrapbook-into-the-redwoods.s3.amazonaws.com/60599bc2-2883-4655-bfe4-8a5aa0c67f1b-screenshot_2024-07-26_163135.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/d0728a0d-d9a3-44cb-af23-818e95e06447-screenshot_2024-07-26_164116.pnghttps://imgutil.s3.us-east-2.amazonaws.com/5d4b684e43a3018b79e69ed2452227b22d0b49bf34b45c1be3aeac2cbe8e53d4/412cf598-c120-45d9-ad5d-13f4d0e1c193.png
github emoji
linux emoji
summer-of-making emoji
Verdanix
@Verdanix1
Automated MAC Address Changer Wifi providers normally "block" your device from accessing the internet with your MAC address When someone blocks internet access to your device, it can be super annoying especially if you need to do homework at an ungodly time of day. Luckily for you, I have just the solution (for Linux users only) Normally if you go into settings and change it, you are still blocked from accessing the wifi. With this script you can change it, efficiently by using the ip link Linux command. To Run: pythnon3 script.py github.com/Verdanix/AutomatedMacAddressChanger
https://imgutil.s3.us-east-2.amazonaws.com/3d7d5849cc3d7c8c994089bc2b237391c32d4c5dce1f54000ec48735c13e1145/baabe13e-5868-45fd-8ca3-0ffe69719fff.png
HackerTMJ
@HackerTMJ0
learn hacking using kali linux
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e17ca160-2ee2-416e-8c1d-accb30deb45b-image.png
summer-of-making emoji
linux emoji
CarsonRueter
@CarsonRueter3
Fitness Tracker: fixed up some platform-specific bugs, Windows and Linux support is complete alongside GitHub Actions for automated builds & releases. The Android app is functional but has a long way to go before being on-par with the desktop version. Next order of business is to transfer it out of the test repo and into the main repo. GitHub: github.com/crueter/QMLTest Main Repo: github.com/crueter/OpenFitnessPal
https://scrapbook-into-the-redwoods.s3.amazonaws.com/192502dc-39aa-4385-bca9-80ade528cfb6-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/622e8dc26dcfc2d32d58fe52e448335ba27cdeedc39be8f7dc31603ea25c1acd/d1f137a8-ae39-4ed5-ac4e-be6b35c817b7.png
github emoji
linux emoji
summer-of-making emoji
aaryan-U07DNNT27EY
@aaryan-U07DNNT27EY0
started work on a cross-platform file sharing app called CrossLink GitHub: github.com/chxlky/crosslink uses tauri, with solidjs as a frontend framework, and rust for the backend currently supports Windows, Linux, and Android
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2c0fd261-a3a4-4822-bbff-5c5a3bf20a71-screenshot_2024-07-23-10-00-35-93_53c31da5cc5f01ce968ab3082f1e5cba.jpghttps://imgutil.s3.us-east-2.amazonaws.com/80527365d6b9e3c98ea03c0719ed77a5d25dd35e0fd4056945e5b7113d71d8d4/c4cb5803-dc1c-4506-9640-cbb8b13f1e6c.png
ActuallyHappening
@ActuallyHappening0
For #arcade I am building and investigating the use of a docker container to build rust containers in, so that I can easily incrementally deploy to a dumb linux machine as a server. the server costs like $4AUD/month and can't even compile serde! I've get a VEEERY slow build system using a Dockerfile and docker build, but this is currently suboptimal because docker build 1) doesn't log very well 2) requires a full rebuild even on little state change because 3) the dockerfile can't reuse state from the last build (that would defeat the purpose of the repeatability of docker builds!) There is a very old project I'm taking inspiration from, github.com/therustmonk/cargo-docker/blob/master/src/main.rs I'm building it here: github.com/ActuallyHappening/YMap/tree/master/crates/cargo-docker-build
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ef107c95-d37a-48cd-9db5-91f8f35e58f7-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/619de54f-036d-4f0a-94c9-a5db80a74fef-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/af5c6112-249e-45e7-8142-73dfed48cabd-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/bdf009f6-2e56-4dda-be93-9072c3371d04-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/3858db74039958d8369a7ce5ac029fef1de7dccaedbddb255cd04a16469b44f5/ae106e17-9b8e-4d7c-93ef-763a97801768.png
summer-of-making emoji
rustlang emoji
docker emoji
github emoji
linux emoji
Jakob
@Jakob7+
https://imgutil.s3.us-east-2.amazonaws.com/38bef41f24429638809402e7fc642e09a121f68d9c951d43493d5050a4715e22/448d66e7-ed5e-41e9-9f91-61b82976718b.png
github emoji
summer-of-making emoji
linux emoji
PonderSlime
@PonderSlime0
I have started work on creating a 2d platformer/ top down combo game for #arcade. So far I have added basic platformer movement, a simple damage system, carrots, and my favorite and what i belieeve to be completely unique to my game: a burrowing mechanic! Every bit of pixel art in the game i created by hand over many hours. Here is the game for both Windows and Linux, since i couldn't get the web version to work: github.com/PonderSlime/Warrenguard/releases/tag/Alpha
https://imgutil.s3.us-east-2.amazonaws.com/1cc30a3936cc43a9fce91c15d11995d830fc9b95d57a6b08c6ef42474353de87/93656c1f-ba0a-4bdf-940b-775eaf69891b.png
JoshBaron
@JoshBaron0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/70fb4a02-fe2f-4999-b8b4-de3065eca3f4-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/49dd8c2f80e47a7dc0a1d18b827e87053f925e5f645d324285f69c0a178dbe1c/761e621b-d6d2-4915-8617-971ce6251f7b.png
summer-of-making emoji
github emoji
linux emoji
RahulSaini
@RahulSaini0
Made a markdown previewer in Rust using Tauri and only pure JS so it's nice and fast. Supports Linux, Windows and MacOS (windows and macos untested), and it doesn't do everything in the CommonMark spec yet but does enough for now to work fine for quick previews. Downloads for all platforms are at github.com/cluac7/mdopen-rs
https://scrapbook-into-the-redwoods.s3.amazonaws.com/315fae29-9499-4450-9c9f-97076a00d883-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/68c7cfdc-f298-4a4a-b8f6-e4ab4934aaab-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/310f76fab9c607bf23b646433a7f4092069e479946752c3c51567c1b99d4dfe8/7ed78a69-c975-4409-97e6-00bfdc07ffd3.png
github emoji
summer-of-making emoji
js emoji
linux emoji
rustlang emoji
Abdullah-U05GB7BN5KK
@Abdullah-U05GB7BN5KK0
Tired of someone stumbling upon your diary? This awesome CLI lets you journal super quickly without anyone discovering your thoughts, thanks to its strong AES encryption. Features: • Protects your posts using AES-256 encryption • Ensures only you can access the journal • Works on Linux, macOS, and Windows • Create, view, edit, and delete journal entries • Easily find posts by keywords or dates • Supports terminal-based text editors for seamless writing • View posts by year and month for easy navigation • Perform specific actions directly from the terminal To install it, run: npm install -g secret-journal For more info or in case of issues, check out the repo: github.com/sapientabdullah/secret-journal
https://scrapbook-into-the-redwoods.s3.amazonaws.com/23cac3aa-693d-4540-9a08-d65c07ce2907-screenshot_2024-07-13_at_9.12.34___pm.pnghttps://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/9832aef0-a29a-4aa4-8d34-dcdffdb3f570.png
linux emoji
github emoji
summer-of-making emoji
npm emoji
awesome emoji
foglar
@foglar0
Created simple installation setup script for linux (I use Arch btw), still in development. This is first more or less stable release. Soon will be added installation steps into README.md, using chezmoi and custom scripts. github.com/foglar/dotfiles, for now works on Arch linux only.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/fb326c07-e54d-4db1-a552-fd37e5d4ce44-screenshot_20240710_204733.pnghttps://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/e960888e-75db-4b28-9372-ca00c062d0c8.png
summer-of-making emoji
github emoji
linux emoji
KiwiKing
@KiwiKing0
https://imgutil.s3.us-east-2.amazonaws.com/bd32eff9bec381e398439a209df8c1cc8df6304918cce0d3cf0e610bd9722d91/1262ddd0-0f5e-4d94-96a7-6ed27ac9a3e1.png
linux emoji
summer-of-making emoji
github emoji
raf181_
@raf181_1
Finally have a Minimal Viable Product for the Ghostkey suit: • github.com/raf181/Ghostkeygithub.com/raf181/Ghostkey_Servergithub.com/raf181/Ghostkey_Client Ghostkey is a fake HID inputdevice that can be used to simulate keyboard input. It was inspired by the Rubber Ducky and the Bash Bunny. For hardware, it uses the XIAO SAMD21 board to do the HID through USB, and the XIAO ESP32C6 board to do the WiFi connection and deploy selected payloads. > Also developed a test environment and network using proxmox and widows 11/10, Kali Linux and Debian 12 to test the full project and all its components.
https://imgutil.s3.us-east-2.amazonaws.com/9e0d655fa6b6a77439f9ed76ea4480cb7673b2d05364a0fa5688ecd3f2ddb58b/b98d3083-6f31-4f10-b7eb-76a5cffe72dc.png
summer-of-making emoji
github emoji
linux emoji
hardware emoji
LukaPanio
@LukaPanio0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c4732373-16a6-4b55-a70d-a3f3f40640b8-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/f16ed4a384409a9cd709154f0aa133a4710f682afa629f3c3abf38ac89f3ccd4/3c7bd048-ec26-4504-bbed-28d6477748d4.png
linux emoji
summer-of-making emoji
github emoji
SamCoder183
@SamCoder1830
I'm making a retro games focused distro based on alpine linux, it was a hassle to install some things but here we are, I will modify the alpine linux install script for automating all the steps that I've made, the default frontend that I'm going to use is pegasus: github.com/mmatyas/pegasus-frontend Im planning on making an entire ecosystem so you can play your retro games at any moment on any device with file and progress sync heres my github link to the proyect: github.com/Sam-coder183/AlpineCade I don't have the install script prepared yet but you know it's a WIP, so I've provided a download link to a VMWare machine that I'm currently working on while I work on the first Milestone: www.mediafire.com/file/et4g5yt2hup6zid/AlpineCade.7z/file good luck to all Arcade contestants!! 😁
https://scrapbook-into-the-redwoods.s3.amazonaws.com/cd69c481-a550-4439-9b21-62e809a513a9-alpinecade_on_desktop_running_retroarch.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/88cc828e-dfa6-42b1-ab23-72fedb57a13f-alpinecade_on_cli.pnghttps://imgutil.s3.us-east-2.amazonaws.com/77b87903e75a3de2a5b269c598da969118129d43fbe0fe7ed45daedfffdc9416/e50248cc-5454-4dbc-bd6e-25359b14e5b5.png
summer-of-making emoji
github emoji
linux emoji
Giacomo-U079C086VD0
@Giacomo-U079C086VD00
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c1d67b75-6fc7-43c3-aea9-9865c8235ccf-screenshot-scrap.jpghttps://imgutil.s3.us-east-2.amazonaws.com/547b9fbb15a4912ed3e697cafaa64888cfc0b00d964ddb9111512a9aa7ff8a05/5923cbb0-6a6c-4e83-9997-6a1454660a7a.png
summer-of-making emoji
github emoji
linux emoji
suryaansh
@suryaansh0
Here is first version of the python version of the wc linux command. github.com/suryaanshah/my-wc-for-linux p.s. more features to be added just wait :O rn it works exactly the same as the wc command. #arcade
https://imgutil.s3.us-east-2.amazonaws.com/4c4f1eb7148cc9c7fe1b2e0d5060a3a6f3a67b7d33a891922acd94184f8eb0eb/19c2c1e8-81bc-443c-aa0a-9b4a4617a449.png
linux emoji
python emoji
github emoji
summer-of-making emoji
Illumin
@Illumin0
I finally finished the demo of my ultrakill inspired FPS, BLAST PIT, with tracks written by @JaydenWeng. It's not a huge demo, but as my first time ever writing a game in 3d, like a real one, especially in a 2d framework, I think I did okay. The lighting model is pretty bad as of right now, but I'm working to improve it. Also it's 100% written in lua and glsl so it's incredibly unperformant. Originally I was using Menori as the backend but it was SO SLOW like 20 fps on 300 tris slow so I switched to g3d, which helpfully had a generic fps controller baked in. So much thanks to the people over at g3d. I only have a windows version because it was throwing an error and I had to manually compile, and macOS and Linux are almost impossible by hand. coding-person.itch.io/blast-pit github.com/NikolasDaynard/Menori-FPS?tab=readme-ov-file
https://scrapbook-into-the-redwoods.s3.amazonaws.com/36c7d243-63ae-4ea1-bd4c-81dc3dcb43b0-screenshot.pnghttps://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/7622ed0f-2be0-42dc-b559-40ff7b065c73.png
JonakAdiptaKalita-U02G89ENCJF
@JonakAdiptaKalita-U02G89ENCJF0
worked on a audio playing issue of our productivity cli (github.com/moiSentineL/flomo) Issue 1: Sound file not getting detected Fix: The first 2 screenshots, adding the static files path to necessary files Issue 2: Audio not getting played in Linux (specifically arch, working on windows) Fix: Still working on, using playsound (github.com/TaylorSMarks/playsound)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/a8036af8-816e-4683-a112-5278f73b828f-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/08972a03-cac0-4ded-8935-ed30bb97bd71-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/1bb1c5faffe67a5f508463ab7804ef2ffb503fa953be2e5da01470a036638937/8ee42b40-845f-4da8-80d9-8557487b8697.png
summer-of-making emoji
linux emoji
github emoji
Owais
@Owais0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8177583b-01ca-481b-b652-329a721f4fbc-image.png
summer-of-making emoji
yay emoji
linux emoji
BananaFire
@BananaFire0
Made my own file explorer, it's compact, simple, and fully customizable, works on linux, windows, and mac as long as you have python, it has some standard file explorer features like a context menu, a directory navigator, a search bar, and more!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/1d4b030b-e433-45d9-883d-f2bffedb2f11-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/cc60da5c-4dff-4e88-a88b-97ba2c6c1662-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/fc3c0503-2a97-4a5c-9a5c-89eb5a75dab9-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/bb7bf015-3036-4168-8436-faaa31905b7c-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/9ba87227-b693-4441-8c0f-e1a20b18355f-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/debfd94d-e74a-49e9-80b1-981af82b0540-image.png
summer-of-making emoji
linux emoji
python emoji
Jack
@Jack0
#arcade Finally finished my AI calendar assistant! I designed it to be as open source and offline as possible. Currently, there are two main modes: google calendar and local. The local version can be run completely offline(stores your calendar in a local json file), but the gcal version needs internet to communicate with google(uses your primary calendar to read and make events). You can create and read calendar events just by talking! Only would recommend running on linux (more info on my readme) github.com/jayman-cooks/calendar-ai-prototype
https://scrapbook-into-the-redwoods.s3.amazonaws.com/789d5170-364a-4ca5-8ad3-b855712552d7-screenshot_from_2024-07-01_15-23-38.pnghttps://imgutil.s3.us-east-2.amazonaws.com/cab5fb1906cb81bb3c4b6f51b6c2181e2025e8f92ae93b69ea0bcd8da079b176/068c1b6c-185a-424e-8092-ad812dcaff5b.png
github emoji
summer-of-making emoji
google emoji
linux emoji
Illumin
@Illumin0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/a5b296b4-de7c-48b2-983c-730665be2dea-screenshot_2024-06-28_at_5.52.33___pm.pnghttps://imgutil.s3.us-east-2.amazonaws.com/2a033860d211dc28e5b6a16c8e946759ed7473b94c45280692ef120ce7ba1bed/c8880744-f797-4193-a905-d67ab5fa22c5.png
LukaPanio
@LukaPanio0
https://imgutil.s3.us-east-2.amazonaws.com/e70f7a6ac4b769a1d47b3f705ec1c5b4250a68501e0d01f7177d05fc512b6273/f8d7d7e7-6abc-47bd-924a-6171a1cfd876.png
linux emoji
summer-of-making emoji
github emoji
Simonh
@Simonh0
Today, i finished a github repo summarizer + idea generator. it scans your github repos, summarizes them, then tell you how you can improve each one, and generates more project ideas based on similar skillsets. when codebridge.py is ran, it will generate summaries for each repo in summaries folder. the .env variables required are: APIKEY= github api key ORGANIZATION= github organization key PROJECT= github project key GITHUB_USERNAME= github username. github.com/Simonhajd/personal-idea-gen Example result (also generates repo summaries in the summaries folder):
### Suggested Additions and Project Ideas

Based on the summaries of your repositories, here are some possible improvements and additional project ideas. These can leverage the similar skillsets you've employed in your current projects:

### Suggested Additions:

1. **AI Classification with OpenCV (AI-classification-opencv.txt):**
   - **Real-Time Object Detection**: Implement real-time object detection using webcam input.
   - **Performance Metrics**: Add more detailed performance metrics such as FPS, memory usage, etc.
   - **Model Customization**: Allow users to switch between different YOLO models or other architectures like SSD, Faster R-CNN.
   - **User Interface**: Develop a GUI for ease of use, allowing users to load videos, visualize output, and adjust parameters.

2. **Mouse Brightness Control (mousebrightness.txt):**
   - **Multiple Service Support**: Expand support beyond Spotify and Apple Music to other streaming services.
   - **Voice Commands**: Add voice command functionality for controlling the music services.
   - **Cross-Platform Compatibility**: Ensure the scripts run on multiple operating systems (Windows, macOS, Linux).
   - **Mobile App Integration**: Create a mobile app to provide these controls from a smartphone.
   
3. **Screen Mirrorer (Screen-Mirrorer.txt):**
   - **Screen Mirroring**: Extend the functionality to actual screen mirroring rather than just input sharing.
   - **Security**: Implement encryption for socket communication to ensure security.
   - **Performance Optimization**: Optimize for low latency and high performance.
   - **Multiple Clients**: Allow multiple clients to connect and control the server screen.

4. **Sample Interaction (sample1.txt):**
   - **Extended Interactivity**: Add more interactive features such as dragging and resizing the boxes.
   - **Scoring Mechanism**: Add a scoring mechanism to gamify the interactions.
   - **Network Multiplayer**: Allow multiple users to interact with the system simultaneously over a network.

5. **Hack Club Shop Interface (hack-club.txt):**
   - **Enhanced GUI**: Improve the GUI aesthetics and usability.
   - **User Authentication**: Add user authentication to personalize the experience.
   - **Detailed Item Descriptions**: Fetch detailed descriptions and images for items from APIs.
   - **Tracking Progress**: Track user progress towards earning specific items.

6. **Tetris Game (final-game.txt):**
   - **Multiplayer Mode**: Implement a multiplayer mode for competitive games.
   - **Power-Ups**: Add power-ups and special blocks to add variety to the gameplay.
   - **Levels and Challenges**: Increase difficulty over time with different levels and challenges.

7. **Guessing Game (guessing-game.txt):**
   - **Leaderboard**: Create a leaderboard to track high scores.
   - **Different Modes**: Add different difficulty modes or timed challenges.
   - **User Profiles**: Allow users to create profiles and save their progress and high scores.

### Project Ideas Using Similar Skillsets:

1. **Personal Fitness Tracker:**
   - **Skillsets**: Web scraping, API interaction, data visualization.
   - **Features**: Track fitness goals, integrate with APIs from fitness devices, visualize progress with charts and graphs.

2. **Home Automation Dashboard:**
   - **Skillsets**: GUI development, IoT integration, real-time data processing.
   - **Features**: Control smart home devices, monitor statistics (temperature, energy usage), voice control features.

3. **Virtual Paint Application:**
   - **Skillsets**: GUI development, real-time processing, interaction design.
   - **Features**: Create digital art with various tools, layers, and effects; support for drawing tablets.

4. **Travel Planner App:**
   - **Skillsets**: Web scraping, API interaction, UI/UX design.
   - **Features**: Find and book flights, hotels, and activities; create itinerary and travel logs, real-time updates.

5. **Stock Market Analysis Tool:**
   - **Skillsets**: Data scraping, machine learning, visualization.
   - **Features**: Real-time stock price updates, predictive analytics, custom alerts, and notifications.

6. **Educational Platform:**
   - **Skillsets**: Web development, user interaction, data handling.
   - **Features**: Interactive lessons, quizzes, progress tracking, and custom curriculum creation.

7. **Mental Health Assistance App:**
   - **Skillsets**: API interaction, data handling, NLP (Natural Language Processing).
   - **Features**: Mood tracking, daily journal entries, AI-driven advice, resource recommendations.

8. **Weather Notification System:**
   - **Skillsets**: API interaction, real-time data processing, UI development.
   - **Features**: Fetch and display weather updates, push notifications for severe weather alerts, customizable dashboards.

Implementing these suggestions and branching out into new projects can help expand your portfolio, enhance your skills, and potentially provide useful tools and applications for various users.
https://imgutil.s3.us-east-2.amazonaws.com/5e18bfc395e2adfb501789248e04578eee0bf17f7802d8a803bd06b50d36cea4/214d7c03-1e41-4956-9b5d-cc6b6156babf.png
Doruk
@Doruk0
I made a small bash based fetching system where it shows your system details, your computers model and your terminal palette colors to run: wget <https://codeberg.org/stupididiot/ezfetch/raw/branch/main/ezfetch.sh/ezfetch.sh> &&amp; sh ezfetch.sh (LINUX ONLY) Repo is here:codeberg.org/stupididiot/ezfetch
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ef51674e-5526-4bac-8fb6-c1dc66f313b0-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/585cb8f53916b3caaac2003019866463f481309b8d432695d9d80ef91a4ed91e/0dd2673c-ffb5-4aba-8240-93437df40818.png
Nick
@Nick0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/35f209b2-c88e-47c4-bdd4-c0dddba20df9-grafik.png
summer-of-making emoji
github emoji
linux emoji
Hamza(حمزة)
@Hamza(حمزة)0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5ab1d711-899c-446f-928d-4102e73ba384-image.png
linux emoji
summer-of-making emoji
github emoji
shiki
@shiki0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/47964441-f2a9-42e5-ac56-30a9a0b17416-image.png
linux emoji
summer-of-making emoji
github emoji
react emoji
LukaPanio
@LukaPanio0
Hi there! Finally have audio passthrough on lindroid, with socket server running on host and client in piperwire module on linux side to create sink and push data to android side. Its now fully working basic impl. I will likely work on impoving it, mainly allowing other configs then fl,fr, config change on fly, and main one implementing source AKA microphone passthrough. Here is vide and link to squashed cleaned-up commits. github.com/Linux-on-droid/vendor_lindroid/commit/72c8d74760cdd1e1749164d0f87cf673c19572be github.com/Linux-on-droid/lindroid-piperwire/commit/8921b5b65b1a1aee4690566977ca343a4174ceab
github emoji
linux emoji
summer-of-making emoji
Max-U0785BZ20G7
@Max-U0785BZ20G70
A simple CLI to connect to a random protonvpn config file, as the ProtonVPN linux app is really buggy github.com/d3vboi/VPNator
https://imgutil.s3.us-east-2.amazonaws.com/ab512fba322c7f038406eab4dad285f17af6b8b4fff57968556f77f190e84bf9/05b6eafd-5e02-4138-946a-a27c1f3967b6.png
spring-of-making emoji
linux emoji
github emoji
Raymond
@Raymond2
first mvp of "universal" linux application streaming project, testing using supertuxkart but there are a lot of things not supported yet • encoding is laggy since it's not hardware accelerated, it's using vp8 on cpu rn which is why obs is dropping frames • it supports anything opengl + sdl2, not sure about sdl3, and some basic glx things • idk what happened to the frame pacing • the capture method is subject to change, esp since I want to support vulkan • I should prob also optimize encoding parameters later • oh yes this is rust debug mode, release mode makes it slightly faster • not much of a frontend purpose, might be obvious • todo: implement input (a lot easier)
summer-of-making emoji
linux emoji
dino-debugging emoji
hardware emoji
rustlang emoji
Nick
@Nick0
https://imgutil.s3.us-east-2.amazonaws.com/9463303cfb3ba2ae34169dfbe1d26497cdfe3b1314a51bf48e45ea3468361f7b/d14325f4-a610-4422-bef0-727efca05709.png
spring-of-making emoji
github emoji
c emoji
goose-honk-technologist emoji
linux emoji
Kieran
@Kieran0
Day 3 of #15-days-in-public; Today I made a personal information detection bot for the great hcb scrub; I also started to try and setup Linux uploading for my app but failed because wwdc was happening and the developer portal was down; I also updated to iOS 18
https://scrapbook-into-the-redwoods.s3.amazonaws.com/490e64c8-2428-430f-874d-5e46e1b60c76-img_0823.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/10d779be-6da9-454c-8265-b80cfc89a876-img_0818.png
YashasSingh-U04J8RCP4RW
@YashasSingh-U04J8RCP4RW2
This is a continuation post in #hack-hour for my bad ducky usb. I seem to have come into some error while working adjusting my code that is meant for the pico to the stm32. I will continue to work on this as this may take more time that adjusted for my schedule. I will contine to work on this on my next hack hour. I can't seem to screenshot as im working on an secure version of linux but heres a part of the work I'm currently working on "def parseLine(line): global defaultDelay if(line[0:3] == "REM"): # ignore ducky script comments pass elif(line[0:5] == "DELAY"): time.sleep(float(line[6:])/1000) elif(line[0:6] == "STRING"): sendString(line[7:]) elif(line[0:5] == "PRINT"): print("[SCRIPT]: " + line[6:]) elif(line[0:6] == "IMPORT"): runScript(line[7:])" Good luck to all other hackers github.com/dbisu/pico-ducky/blob/main/duckyinpython.py
https://imgutil.s3.us-east-2.amazonaws.com/a8285f66a30b42e3c68f4ac2413d884bb94660e447cfcdca1587dc880768d680/b7c8723a-eda2-47d5-abe8-109a61e16ef0.png
Juangonzalez
@Juangonzalez0
#hack-hour finished with linux had to rewatch some of the videos but network chuck is great at explaining 🤓
https://scrapbook-into-the-redwoods.s3.amazonaws.com/eccbbce3-d422-427d-b05f-bf3e10c0dbc9-linux_final.jpeg
spring-of-making emoji
linux emoji
goose-honk-technologist emoji
reesericci
@reesericci0
:scratch: :shipitparrot: SCRATCH SHIP: SSH FOR SCRATCH!!!:scratch: :shipitparrot: The past week I've been working on getting SSH over WebSockets working to allow for building SSH apps with TurboWarp, a Scratch fork with custom extensions. It required me to write Go code compiled for WebAssembly to get a full client working, but it does work! Introducing, turbowarp.sh - building blocks for SSH apps in Scratch. It allows you to connect to any Linux server provided it has a WebSocket tunnel to SSH (see websocat/websockify) like Nest! You can execute commands, have full programming control flow with Scratch, and more! You can try this extension today at turbowarp.org/editor?extension=https://cdn.jsdelivr.net/npm/turbowarp.sh/dist/bundle.min.js ,or by loading bundle.min.js in the turbowarp.sh package through a NPM CDN (like jsdelivr) from the "Custom Extensions" tile. Git: sr.ht/~reesericci/turbowarp.sh NPM: www.npmjs.com/package/turbowarp.sh
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b7f7fc31-4b75-4f87-8a45-352ccfabd193-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/5e0c01ba-d8eb-43f7-9133-0198c5401a86-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/dc2026edfd9eb8e3fb7625e27617881dabd275cd65a21dd4e3a07e14eb2c2aee/fc289a90-1ad0-4759-a2cd-a058d6c2f809.png
JonathanDeiss
@JonathanDeiss0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/040be626-a08f-4184-adee-9804157d2805-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/00bba0de-be34-48a0-b587-7b2237a9d202.png
github emoji
linux emoji
wom emoji
HenHen
@HenHen0
#10-days-in-public made it to day 4! My main pc broke but my think pad with 9 missing keys is going strong! Installed Linux on it and getting ready for web development :10daysinpublic:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/f3286922-8c93-455e-a4b6-3551c2ca454b-img_2139.jpg
thinking emoji
wom emoji
linux emoji
HenHen
@HenHen0
Day 3 of #10-days-in-public Installed arch on my PC for Linux+, now it doesn’t work! Currently trying to fix it and then I’ll start the course :10daysinpublic:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/d07f8e25-5cda-4e68-a601-6862904a5d2e-img_2128.jpg
Kieran
@Kieran0
Day 2 of #10-days-in-public! today i added a leaderboard for #10-days-in-public to my website which you can find here: m.kieranklukas.com/s/10daysinpublic. I also got 2 new Dell poweredge r210 ii servers and 6 older supermicro servers! I will probably set them up later today. Also used GitButler quite a bit to manage my website repo and it was a joy to use!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/cfb820d0-0d67-4245-b993-e9b240b2d404-10307.png
bun emoji
proxmox emoji
10daysinpublic emoji
server emoji
linux emoji
Doruk
@Doruk0
React is going to be easy. Very excited! tags: js, react, linux, firefox, website, designing, programming and coding
https://scrapbook-into-the-redwoods.s3.amazonaws.com/10676bbe-9824-4a59-9321-37275a3da22f-image.png
firefoxlogo emoji
js emoji
linux emoji
wom emoji
react emoji
Domsson
@Domsson0
My OS running on real hardware. Now it has a functional PS/2 keyboard driver and a very basic (unfinished) shell.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b0b92927-5d84-429b-8e07-99672c120842-20231127_224208.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/9a2cb1f5-9c58-4ae5-928b-bcd2565c24b3-20231127_223905.jpg
linux emoji
hardware emoji
CameronKnauff
@CameronKnauff0
Camera operating for SeaGL (Seattle GNU Linux Conference)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/9c522186-f288-4194-8bb2-7cb10fe59d42-img_3964.jpg
linux emoji
reesericci
@reesericci0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/336c0197-4902-4811-ae0b-009aa9af9e1e-screenshot_from_2023-11-03_10-03-42.png
CameronKnauff
@CameronKnauff0
Updated the attend page for SeaGL (Linux conference) seagl.org (updated page not yet live) #100-days #100-picasso
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c3aa2d3f-13e6-4a98-b4ff-7283dbb0c382-image.png
Riley
@Riley0
a normal linux distro
https://scrapbook-into-the-redwoods.s3.amazonaws.com/85171b8c-78ef-4fc3-a0f7-b45b0bb68ad5-image.png