* Fixing AnkiDroid to migrate to Google's Scoped Storage model without trashing user data: https://play.google.com/store/apps/details?id=com.ichi2.anki
* Improving the largest bilingual Manx <-> English Corpus + Search Engine. It's recently become the #1 point on the Isle of Man's 10 year language plan, and will probably end up informing a new dictionary for the language
* Generating a machine-translation system using the above, probably also adding Manx to FLORES-200
* (maybe) Generating a Text to Speech engine for another language
* Moving my book over to my new laptop, and grinding it out to completion
* Scraping websockets to improve the accuracy of bus timetabling. Eventual aim to improve the experience of using the bus to reduce the number of cars on the road. Probably some F# webservice handling most of it, with React Native (web)app, distributed via NFC tags/QR code.
Leaving programming after 25 years of it, I wanted to do something that will help world be a better place even after I am gone. Trees have always appealed to me. Hence local fruit trees -- sell fruits to run farm once fruiting happens in a few years. Local plants are localized to climatic and soil conditions of the area thereby requiring the least nutrition, water and care.
Its going to be a bit slow from here for few reasons, I have to learn to grow saplings faster and out of season, make fertilizer year round and figure out how to ensure plants are growing. I have figured out some of it, but financial resource crunch will hit me in next 6-8 months. So now trying to come up with ways to handle that.
Help in any of the above is extremely welcome. Does anyone feel social impact funds will want to look at me?
I didn't document things as well is I should have, of course I was the only user, and had no thought that future me would be looking at it 27 years later.
Launching soon.
Join the discord https://discord.gg/a5ttYuG
The end goal is to use the library to build a Jellyfin plugin (C#) that handles skipping intros. I think I’ve figured how to call a C library from C#, but there is a lot of work to do to actually get a functional plugin.
In the latest development I decided to change route and make it freemium, with all the previous premium features now available to everyone.
This is to make it more appealing to try this kind of discussions that are not your usual way and give ample breath to use all the features until this platform finds its audience I hope ¯\_(ツ)_/¯
- An Electron template with built-in secure features. I regularly maintain and update the template so it's supported with newer versions of packages. - A collection of free, public-domain recipes. I've wanted to do some version of this for _years_, but am finally getting around to do it again. This time, I'm paying chefs to create recipes for me that will be licensed as public domain.
[0] - https://github.com/reZach/secure-electron-template [1] - https://github.com/reZach/open-recipe-project
We think that so much of software development is still the same stuff repeated over and over: auth, hosting, CRUD, search, tables, forms, etc etc. Each app always has some juicy special something about it, but that core is wrapped in layers of stuff you don’t need to redo every time. Our mission is to make the first and only lines of code you write super pertinent to the specific problem you’re solving.
We’re starting with Shopify apps cause we can give developers a one click, fully managed, code-extensible API integration which is a lot of work with the Shopify API otherwise. Would love to know what y’all think!
https://www.webtoons.com/en/challenge/the-sins-of-chloe-fran... if you would like to read a story about a witch and her demon girlfriend punching a rich white asshole.
I'm gonna take a break for a few days, maybe draw some self-indulgent porn, then clear out my commission queue and start working on the second half of that story.
Reception has been great so far, just trying to get the word out and gather feedback and additional contributors.
I launched a Discord [2] today. Feel free to stop by and say hello!
Doctors work their butts off for the benefit of others with the expectation that they will be compensated accordingly. Unfortunately hospitals aren’t incentivized to make sure all of their procedures are correctly accounted for, and as a result are doctors are often unpaid for their work.
Currently their only recourse is manually going through the EMR and tallying their billables themselves, but they don’t do this because it takes time which they don’t have.
Electronic Medical Record software is built for administrators and doesn’t make it easy to automate, so I’m taking a Robotic Process Automation approach.
If someone is interested in this space, feel free to reach me!
I'm also trying to build FastLinq, a value-by-reference Language Integrated Query (LINQ) optimized for high-performance scenarios. It is kind of a weird mix as LINQ in .NET is known for its high overhead.
Finally, I'm working on an Office setting synchronization application. I heard a podcast with Paul Thurrott complaining about the lack of sync solutions, so I thought I would do one for fun.
We are also building on top of this a trading bot with a FinTech company, and a SaaS website monitoring service for non-tech people.
We are also considering building, still on top of Kubirds, a No-Code notification automation/aggregation platform -> https://1-click-notify.carrd.co/
Hacker's Work: What are you working on? A microblog for your works (https://hackerswork.com)
https://MyApartmentFamily.com/
The idea is to make apartment living less lonely, and generally increase goodwill between apartment neighbors.
Non-apartment people are not being excluded, but I think apartment living has lots of unique issues that homeowners - even, say, townhome and condo owners - do not have. And, realistically, you have to start with a focus on something -- some one thing -- in our case, it's apartment-living.
I'll admit that it started out as "yet another spaced repetition flashcard app" but over the past few months, with constant UX refinement, I've forged a unique approach (IMHO) to how you review your cards and browse your deck. I've received a lot of good feedback from users in my Discord, so I'm constantly changing things up to improve it.
After a couple years of being in over my head with ML, I’ve finally got an audio pipeline that consistently detects obvious ads. Have been building the app all spring and hoping to release it soon.
If you’re interested in trying it out or have advice, let me know! adblockpodcast.com
Nothing super exciting, but gives me a chance to work on the app itself (next.js), database (postgres with full text search), and some parsing magic to get the raw data I need.
Rock climbing is a complex, metric-driven, and growing sport that doesn't have good-enough tooling in tech. Outdoor vs indoor is very different, so we're focused on significantly improving the climbing gym experience for now.
Also currently thinking about building a Python 3 search library to be used against Google App Engine. Google deprecated the one from Python 2 and recommends using Elastic Search (which means you're no longer dealing with a Serverless solution)
https://news.ycombinator.com/item?id=32181251
Invite to Discord: https://discord.gg/VCVveZVVK2
Later on planning to add figma plugin & github repo support for paid software or source code.
The reason is I want to be able to sell ebook while I’m writing and collect feedback from the audience who’s bought on presale.
I have been wanting to dive deep into a Rust project and the challenge of implementing the MongoDB protocol and then translating it into some sort of SQL counterpart was the first thing that really clicked and got me excited enough to get me working on it nonstop for 3 weeks now.
Some backstory:
Quick intro video:
I have created a product that relies on MongoDB for a document store but doesn’t really need any of the distributed features to really justify having a hosted MongoDB or DocumentDB instance. Now that we’re trying to turn this into a product, we’re seeing that some companies have a little bit of resistance around managing yet another database. Most of our clients already have and manage PostgreSQL in one form or another. I knew that PostgreSQL already offered first class JSON support, but I didn’t want to rewrite the application data layer from scratch if I could avoid it. That’s when I started researching if there was a “proxy” that would translate the MongoDB protocol - that I was completely ignorant about - into PostgreSQL. To my surprise there was nothing ready for production use but I found MangoDB that later on became FerretDB. I delved into the code and was in love with the idea. The team around is really nice, but I found that they had greater ambitions - they basically wanted to offer multiple backends, namely Tigris, on top of PostgreSQL.
On the other hand, I have been waiting to find an excuse to delve deeply into the rust ecosystem but never really found something I was passionate about until I had the idea of challenging myself to see if I could learn about the protocol that MongoDB uses by relying on their public documentation and the hints I found on FerretDB.
Another thing I added to my toolbelt while developing this was about creating parsers. In order to transform MongoDB JSON to SQL queries, I ported an existing library from the MongoDB team from PEG.js to pest.rs!
It’s in very early stages, and it’s work from someone that is not yet super comfortable with the stack so keep in mind this is the beginning of a journey for me that I embarked out of pure joy on getting a tiny bit better on rust and making things click internally.
Signing a session claim to "log in" means I can authenticate users without storing any sensitive information.
Aim is making it an email drip campaign tool with best UX.
It’s not a new idea but we’ve done one huge pivot this year focusing more on a b2b/healthcare market
Learning Loop helps users spend 10x less time searching how to learn a skill, by showcasing how other people mastered it and offering competence-based and demographic filters on top of it.
Looking to get back into doing TopCoder after a 10 year break.
Next steps are to start adding sensors to allow the "AI" to experience the physical world. Plans include:
1. GPS module, so it can experience motion and sense its velocity and location in space, etc. The same board also happens to be a cellular data board that will allow the device to upload data to the cloud.
2. One or more accelerometers for more localized perception of motion / orientation in space.
3. One or more cameras for vision. Ideally two so it can do stereo vision and have depth perception, etc.
4. One or more microphones to receive audio.
5. Anything beyond that is getting into pretty speculative area, but I can imagine adding sensors for temperature, barometric pressure, and other environmental factors, and even get into "senses" that humans don't really have, like sensing IR, ultraviolet light, electromagnetic radiation, magnetic flux density, etc.
Now obviously a Raspberry Pi doesn't have enough computing power to do a whole lot from an AI perspective, so the basic concept is to have the data being received by the box pushed to a remote server, where complex training and reasoning stuff will happen. Modules can then be pushed back down to the box so that some operations can be executed locally. That's where both Wifi and cellular data come into play. One of my "next steps" right now is to get the cellular data board configured, and figure out how to get NetworkManager to seamlessly switch between that and the various Wifi AP's that will be available depending on where I take this thing.
Anyway... there's a lot of speculation to all of this, and a lot of it is still very fuzzy in my mind. But the basic concept is simply to focus on the idea of how an AI can learn from physically experiencing the world in a way that's loosely analogous to the way a human does. If you've read any of Ben Goertzel's stuff and are familiar with his whole "baby AI" notion, then you may recognize some spiritual kinship in terms of thinking. I've been heavily influenced by Ben's work, and by OpenCog[1]. In fact, OpenCog (or some parts of it) may become part of this project before all is said and done.
[1]: https://opencog.org/
Found a new (to me at least) directory traversal on a webserver the other day. was pretty jazzed about it.