No Nonsense Recipes - https://nononsense.recipes I built it mainly to scratch my own itch out of frustration with recipe blogs and their endless stories and photo collages before they get to the point where they actually tell you how to make the recipe. It seems a pretty common complaint, so I thought other people might be interested. I added a subscription because I don't like ads and tracking and everything that go…
Ask HN: What is your “I don't care if this succeeds” project?
291–300 of 960 posts
Re: Ask HN: What is your “I don't care if this succeeds” project?
#292I am taking down the corrupt top judge of a leading Western nation, for fun. A first instance judge had committed a serious criminal offense. Her husband, a wealthy and influential lawyer then bribed the presiding appeals court judge. So I made the assumption he would also influence the ensuing constitutional court case. The case had been accepted by the court and assigned a case number. I waited for a month then cau…
No way to escape the page except closing the browser
Re: Ask HN: What is your “I don't care if this succeeds” project?
#293Believe it or not, I sell the following on Fiverr as radiantxp21: "I will special stocks and option picks lose all your money fast and intelligently" I know, it sounds a bit, non-English, but in my defense: it was my first time using Fiverr and I had no clue how to use it. The ad is up for a few months already, and I had many laughs creating it, but yesterday I had my first client! I panicked, I realized that I am as…
Seems easy enough. Just tell them to give the money to you to buy them "special" stocks and options, keep the money, and make them do the New York Times crossword puzzle or something. You've then just "special stocks and option picks lose all [their] money fast and intelligently" and kept your end of the bargain. The original task is in such broken English anyways I doubt your legally liable for anything.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#294- System to visualize code coverage/quality, to figure out where to focus improvement efforts, think mix of codecov/sonarqube, but better (in some ways)
- A desktop client for Jira, so I can work offline and have instant responsiveness
- Website for building resumes based on JSON, with export to word and PDF (currently offline)
- Typescript to Go transpiler (only for really simple programs right now)
Re: Ask HN: What is your “I don't care if this succeeds” project?
#295I've been working on something that helps me track my investments. It was to scratch my own itch since everything I've used was terrible. It's now grown to have a social angle and I hope to keep working on this for the rest of my life since investing is a life long journey for me. https://wealthly.com
Re: Ask HN: What is your “I don't care if this succeeds” project?
#296I am taking down the corrupt top judge of a leading Western nation, for fun. A first instance judge had committed a serious criminal offense. Her husband, a wealthy and influential lawyer then bribed the presiding appeals court judge. So I made the assumption he would also influence the ensuing constitutional court case. The case had been accepted by the court and assigned a case number. I waited for a month then cau…
Your wiki's JavaScript hijacks the navigation controls on Firefox for Android. No way to escape the page except closing the browser
Re: Ask HN: What is your “I don't care if this succeeds” project?
#297A nice terminal-based ticketing system. https://github.com/tpapastylianou/bashtickets v2 on master is as simple as it gets, but still incredibly functional; my team is dogfooding the hell out of it at work. v3 on the "commandbased" branch is a total rehaul on the works, hoping to make this a more traditional/complete package, with a command-based interface (i.e. similar to how git works)
Re: Ask HN: What is your “I don't care if this succeeds” project?
#298After spending a day in meetings dealing with architecture astronauts poking holes and questioning the quality of my work, it's nice to have positive real world feedback.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#299I thought that if I could express permutation generation in language that the SAT solver could understand I'd end up with something faster than simply generating every permutation and checking to see if it is pronounceable.
I can't be sure if I was wrong, or if my implementation sucks, but it's halting-problem grade slow (https://github.com/MatrixManAtYrService/tomriddle), an utter failure.
Despite this, I sent a link to it in an interviewer with the message "here's some code I've written, in case you're curious". Instead of a coding challenge he just had me give him a tour of the code. I got the job (which is a good thing, because I become a much worse coder when people are watching me, I'd probably have bombed the coding challenge).
Re: Ask HN: What is your “I don't care if this succeeds” project?
#300I envision the focus to be on the users writing the reviews/recommendations (rather than on a restaurant's star rating), where users and restaurants are suggested based on how well their own recommended and visited restaurants overlap with yours. In this way, you would be able to follow other users whose taste you trust.