https://github.com/ultraviolet-ninja/stupid-questions
We need to encourage programmers to ask more stupid questions. Here are some of my best.
https://github.com/ultraviolet-ninja/stupid-questions
Last synced: 2 months ago
JSON representation
We need to encourage programmers to ask more stupid questions. Here are some of my best.
- Host: GitHub
- URL: https://github.com/ultraviolet-ninja/stupid-questions
- Owner: Ultraviolet-Ninja
- Created: 2025-02-27T05:34:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T03:50:01.000Z (3 months ago)
- Last Synced: 2025-03-09T11:29:10.772Z (2 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stupid Questions
We need to encourage programmers to ask **more** stupid questions. Here are some of my best that have turned into projects.## Questions
- If I have files housed in Dropbox, can I send them to a different cloud storage?
- [Yessir](https://github.com/Ultraviolet-Ninja/Messages-2-The-Castle)
- How does a search engine work?
- Currently designing one
- What does the inside of a PDF look like?
- Can I watermark my PDFs?
- Can a computer manage my Gmail inboxes?
- Can a computer recognize my handwriting?
- Can we simplify how much Java we have to write?
- [As much as I love this language, it's a pain sometimes](https://github.com/Ultraviolet-Ninja/Utility-Belt)
- Can I set up reminders to let me know when subscriptions are due?
- [In an excessive way, yes](https://github.com/Ultraviolet-Ninja/AWS-Subscription-Project)
- If I have a `.mp3` file, could I Shazam the song to get metadata about the song?
- Can I have a computer solve the puzzles of Keep Talking and Nobody Explodes?
- [Those bombs won't defuse themselves](https://github.com/Ultraviolet-Ninja/KTANE_Java_Bomb_Manual)
- How about the Centurion Project?
- [1000 Percent](https://github.com/Ultraviolet-Ninja/GradleCenturion)
- Can I make a text RPG in the console?
- This was a long time ago, but yeah!