Earlier quoted context omitted.
Exposing a corrupt judge is among the most noble goals a citizen can have. The more incentive judges have to act fairly, the better. I am not sure you read the story correctly. But I'm pretty sure a judge will get due process - not abusive penalties.
People have been using "the ends justify the means" to justify all sorts of unethical behavior, not the least of which includes torture, genocide, and wars. Let's not go down that ethical reasoning wormhole. As for his story, my read on it must be much different from your own. Because from what I am seeing, this is far more about the judge's husband than anyone else, and it is to right a sense of personal injustice t…
Ask HN: What is your “I don't care if this succeeds” project?
811–820 of 960 posts
Re: Ask HN: What is your “I don't care if this succeeds” project?
#812Re: Ask HN: What is your “I don't care if this succeeds” project?
#813I've been working on https://ayahbyayah.com an iOS app which I originally released in 2012 as a simple app for listening to the recitation of a single Ayat (verse) of the Qur'an. I've been performing intermittent upgrades over the years as I wanted to retain the simplicity, ease of use with a focus on providing the most accurate and clearest Ayat text in any app. The latest update has incorporated word by word audio…
Are you going to make an android version?
Re: Ask HN: What is your “I don't care if this succeeds” project?
#814I've pretty good memories of how I learned to program on a computer with a much simpler environment than today's, and I've been trying to recreate that using modern technologies. Part of the motivation was to have something to teach the basics to my kids... but, well, all my time has gone into building and extending this stuff instead of teaching haha.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#815Earlier quoted context omitted.
What do you use as a word processor?
I use Word. It's the easiest option and everything that you would want to submit to for short stories (and for novels I assume) expect a Word document. I've seen things like Scrivener but honestly I think that would over-complicate things for me. I can use Word anywhere, I pay for Office 365 so I can use the desktop application or edit in the cloud if I want to. _Before_ I get into Word I process the words from my br…
Re: Ask HN: What is your “I don't care if this succeeds” project?
#816Site: https://dustinbrett.com/
Re: Ask HN: What is your “I don't care if this succeeds” project?
#817Glad to see this thread come back! I'll share something of my own, though it's not a tech project. I've been working on translating Japji Sahib - which is the foundational prayer of the Sikhs - into English poetry. The original is a poem, but most of the existing translations are in prose and use Western religious terminology that's not really appropriate to the original. I just wrapped up a first draft of the transl…
Thanks for your original thread, obviously it stuck in my mind. It has been great to read all the responses again. I've probably spent a few years worth of upvote budget, assuming I haven't tripped some upvote spam detector ;)
Re: Ask HN: What is your “I don't care if this succeeds” project?
#818I 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…
If your strategy makes as much sense as your writing, you're definitely going to prison.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#819I made a website to listen to Super Nintendo / Super Famicom music emulated in the browser. It was a great way to learn about Emscripten. Not sure what it would succeed at other than being popular, and I can assure you it is not. https://sfc.fm/
Nintendo lawyers shitting their pants furiously while typing out a cease and desist letter and issuing a takedown notice to your website hosting.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#820While building this I realized I wanted it to interact w/ other programs in my operating environment: so I made some tools to take queries and spit out hardlinks on the filesystem hosting the content store. This would let me write a quick query in my shell, spit the results to a taxonomy of ephemeral folders, and then access those folders from your usual "naïve" applications.
Then I became addicted to this workflow and realized I wanted to organize all my media this way; which spiraled out of control when I realized I never wanted to deal with paths again for any of my documents.
I'd stress that the idea of content-addressable storage w/ an interface on top is most emphatically not novel, Venti[1] from plan9 was doing it in the early aughts w/ references to prior work from the decades prior, git and many VCS systems are just interfaces into a content-addressable store as well. It's just that hierarchical organization won in popular culture, and as best I can surmise nobody is really interested in replacing it.
The problem one naturally runs into is: hierarchical storage is inextricably linked into our modern operating systems, file systems, shells, protocols, etc. at the most fundamental levels; so the complexity grows enormously w/ every layer I want to subsume. You either deal w/ the friction of the "impedance mismatch" between your storage and operating environment, or you basically resign yourself to building an entire OS where "files" live at one and-only-one path, with a myriad of indexes & manifests to make sense of it all.
Am I likely to succeed in killing the "filing cabinet" metaphor? Probably not. Has the journey been worthwhile? Absolutely.