Text
Kryptology is a cryptographic library from Coinbase that enables developers to create novel crypto innovations with state-of-the-art cryptography. Crypto was founded on cryptographic innovation and cryptography is a driver for innovation in crypto. Kryptology contains a toolbox of secure, audited, and easy-to-use APIs that are designed to be misuse-resistant. It is now open source.
0 notes
Text
OpenAI’s API Now Available with No Waitlist
OpenAI’s API is now available to developers in supported countries. The waitlist for GPT-3 has been removed thanks to new safeguards. There is now a free content filter to help developers mitigate abuse, and OpenAI will review applications before they go live, monitor for misuse, and support developers as their product scales. OpenAI has updated its Content Guidelines to clarify what kind of content its API can generate. More use cases will be allowed over time as the system is improved.
3 notes
·
View notes
Text
Enable Apple AirPrint support on any USB Printer with a Raspberry Pi
A short and easy setup
1. Install Raspbian on a SD card
2. Mount SD card on some machine and navigate to /. Add a file called ssh and set up wpa_supplicant.conf for WiFi access. Now you have headless and don't need a keyboard or monitor.
3. Boot. Login. sudo raspi-config. Change password.
4. Connect printer via USB cable
5. Then execute the following sequence of commands to set up CUPS and make it accessible on the network.
sudo apt-get update
sudo apt-get full-upgrade
sudo apt-get install cups
sudo usermod -a -G lpadmin pi
sudo cupsctl --remote-any
sudo systemctl restart cups
6. Visit http://raspberrypi:631/admin and add the local printer. Make sure "sharing" is enabled on the printer.
7. Then make sure AirPrint is set up
sudo apt-get install avahi-daemon
sudo reboot
Printer should work now via AirPrint.
0 notes
Text
Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files
you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.
You can copy many files at a time and ventoy will give you a boot menu to select them
x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI are supported in the same way.
0 notes
Text
A practical hand tracking engine
YoHa is a general purpose hand tracking engine. It can detect specific hand poses so that developers can build applications with meaningful interactions. YoHa is currently in beta and only available for the web.
0 notes
Text
Google Chrome Hidden Features for Web Developers
#Chrome Dev Tools is one of the most used tools among web developers, but many developers are unaware of some of its best features. This article explores five features in Chrome Dev Tools: CSS Overview, CSP Violations, New Font Editor Tools, Dual Screen Mode, and Full Accessibility Tree View. It explains what each feature does and how to enable them.
0 notes
Text
Turn a Raspberry Pi into an Airplay server
#iOS #macos - Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors.
0 notes
Text
Facebook Banned Me for Life Because I Help People Use It Less
Unfollow Everything was a #Chrome extension that helped #Facebook users unfollow all their friends and pages on Facebook, resulting in an empty News Feed. The creator of the extension discovered that their Facebook use dramatically decreased after unfollowing everything. Unfollowing people and pages is not the same as unfriending them as you can still see what people are up to if you want to. After a few months, Facebook sent a cease and desist to the developer and deleted their Facebook and Instagram accounts. This experience highlights Facebook's anti-consumer behavior, showing how the platform acts to limit user choices.
0 notes
Text
Writing a "bare metal" operating system for Raspberry Pi 4
Operating systems help us interact with machines by drawing on screens, processing inputs, working with hardware, and much more. This repository is the beginning of a tutorial on how to write an operating system for the Raspberry Pi 4 Model B, a low-cost device used by millions of people around the world. An interest in hardware is recommended.
0 notes
Text
Medusa - open-source headless commerce engine
Medusa is a headless commerce engine for creating digital commerce apps. It can be used as a backend of an app, as an application, to create traditional e-commerce websites, and more. Medusa is highly customizable, flexible, and scalable. It can integrate with popular commerce tools.
0 notes
Text
Working Full-time in VR
Paul Tomlinson has spent 40-50 hours in virtual reality each week for the last two and a half years for work. He uses the virtual environment to create an office space that is comfortable, practical, and free from distractions. The article talks about the experience of working full-time in VR. It covers the setup and how it is used, the pros and cons of using VR for work, the future of the technology, and more.
0 notes
Text
TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
MASSCAN is a TCP port scanner that can scan the entire Internet in under 5 minutes from a single machine. It uses parameters similar to nmap. MASSCAN can send 300,000 packets per second on Windows and 1.6 million packets per second on Linux. It randomizes target IP addresses, so it shouldn't overwhelm any distant networks.
0 notes
Text
BioNTech mRNA Cancer Vaccine moves to Human Trials
#BioNTech has been testing the use of #mRNA vaccines against cancer. Animal trials have shown great promise, so the technology is now in human trials to see if they can bring the same success. Cytokines are proteins with anti-tumor effects. Research has shown that they can shrink tumors and even eradicate them, but they have a short half-life, and high levels of cytokines in the body results in adverse effects. The experimental vaccines encode cytokines directly into the tumors, creating them in large quantities without adverse effects.
0 notes
Text
A Blazing Fast Multipage Portfolio Template for Developers
#npm - Dopefolio is a multipage portfolio template for developers. It is easy to set up, free to use, and can run without any additional frameworks or libraries. A playground demo is available.
0 notes
Text
Kubernetes Best Practices 101
This repository contains a guide on #Kubernetes best practices. The guide covers security, cost optimization, scalability, resources, shutdown, and more. It aims to help with the learning curve and to help prepare more stable, reliable, and functional environments.
0 notes
Text
Connecting Solo Developers with Solo Investors
If you’ve got a #startup on the boil, you’ll know how often it’s moved to a back-burner so you can earn a living. Micro Invest is an awesome idea for connecting solo founders with solo investors, with the aim of paying a developer a six-month salary to focus on their project full-time. Submit your MVP, and receive support and micro-investment.
0 notes
Text
Malware Source Code
This repository contains a collection of malware source code for a variety of platforms in an array of different programming languages. Malware samples are available for download. This should help developers bolster their products against malware or develop anti malware tools/capabilities.
0 notes