id
int64
0
641
text
stringlengths
6
3.12k
145
Working on building a copilot for oncall engineers.Goal is to automate or reduce the grunt work oncall engineers have to do.Code is here: https://github.com/opslane/opslane
25
A new CI/CD platform. Local CLI (run without git push), remote debugger, automatic content-based caching, DAG-based definition, and dynamic tasks. It’s taken a lot of work to build it, but I’m really excited about how well it’s working. https://rwx.com/mint
314
I've been working on a Hacker News TUI reader written in Rust [0].I'm very proud of the way the architecture turned out - with most notably a components-driven architecture [1].There's just a major performance roadblock in posts with many comments that I should be able to clear with some more multithreading. Then I jus...
18
I'm working on FreeInChicago, a site for finding all the free activities to do in the city.I love Chicago and the incredible wealth of free festivals, museums, public art, music, parks, workshops, and so many more activities available to appreciate. I've found there isn't a good way to discover them though so I'm build...
8
I’ve been working on Don’t Double Book Me (https://dontdoublebookme.com) the past few weeks out of frustration with keeping my personal and work Google Calendars in sync.Previously used Reclaim but found $10 a month to keep 2 calendars in sync was excessive and the software was increasingly becoming more team oriented,...
47
I’ve been building a personal finance app that runs fully in the browser (using the automerge crdt and sqlite) for over a year now at https://tender.run.Recently I’ve been taking more of being able to flexibly run sql against this data, and this past week I’ve been working with d3 to make fancy sankey graphs to show in...
160
Created this website for a local rubble removal business.https://legendsfreight.co.zaI’d love to get feedback on what can be done to improve the website to feature prominantly for local search when people need rubble removal near them.
465
I'm learning the course about SEO. I have never heard of this term until now.Although some people say the SEO is dead and does not work anymore, I am still spending effort on it and building BMW VIN Decoder https://bmwvindecode.com/ to learn by doing.
11
Hi! This year I quit my corporate job to work full time on https://crucialexams.com/. This month I am working on expanding our new offerings at https://pmpready.com/ and https://vitalnursingexams.com/. Our platform provides a fun way for students to test their readiness for industry certification exams like the PMP, ...
10
I have this creative writing website where writing friends can write branching fiction novels together. Sorta like choose-your-own-adventure, but more literary - third person past tense, actual characters and narrative arcs. Configurable number of choices at the bottom of every chapter, and as you're reading, if the ch...
153
I'm working on a paid Ruby gem for bespoke Stripe subscription integrations. It cuts down integration time from +6 months to less than a day, and handles many Stripe API pitfalls.Stripe has a "developer friendly" and "easy to use" reputation. But, since 2019 the EU regulation has stepped in and made things more complex...
250
Working on a voice-interface for messaging. Type-free and voice-first with GPT-4o-mini baked in. Dolby Enhancements on the audio, too.I’m using it personally as a transcribed voice-note system.https://athens.winterdelta.com/playlist/536a9778-cd9d-4491-8...
36
Working on:- Analyzing grocery pricing patterns for 7 Canadian grocers. I took care of the data acquisition. Now it is time to speak with economists / data analysts who can make sense of it. Are you interested? Please get in touch!- Gathering and archiving all graphical material from the "Printers International Specime...
7
I'm writing a book. A novel. By hand (this is, no AI involved, just me and vim).Sometimes I feel I'm loosing the time, because nowadays there is a lot of AI generated content and even more competence in self-published books.After a long walk against myself, of about 10 months, it's nearly finished (in my native languag...
239
Right now I'm working on withdrawing money from cs.money and Steam balance.It's been sitting there for years, and I finally found health, time, and dedication to withdraw it.On cs.money I had $35k and on Steam balance I had $12k.The only way to get money from cs.money trade mode is to buy skins and sell them somewhere ...
21
For the past year, I've been working on a CSS Masterclass: https://cssmasterclass.io/It's going to have online text courses with interactive examples and coding exercises, but I'm also in the process of adding video tutorials. These videos will be of 2 types: ones where I teach you the theory, and ones where we actuall...
17
I haven't been working on much at all lately, struggling from bore-out at work. 8 hours of boredom a day is surprisingly exhausting, and it's spilling over into the rest of my life. Starting a new gig next month, hopefully things will pick up again.
65
When the hype was focused on chatbots, I joined a startup that built one focused on ecommerce. It turned into a useful product that actually help real customers.Looking back, there wasn't any material to actually build a useful chat agent that resolved real-world problems. So I'm writing the guide that I wish I had whe...
538
Leetcode for a new job, been at my current place for 5 years. But it's actually the perfect thing to do to make your brain come up with new projects that your brain would rather do, so I write those down for later
382
Hi fellow hackers!Yesterday, I've built a minimalist solution to let you host Markdown files, while rendering it as html in the browser.No preprocessing needed (like Hugo, Jekyll, Astro...).- You just write plain markdown- Add a script import at the top- UploadCheck it out > https://www.tducret.com/pure-markdown/
376
An app for easing house management - HomeHero (https://HomeHero.pro). Primarily inventory oriented towards easier finds, location hierarchy and related tasks. Currently only web, android and Linux as there's been little interest from Apple and Windows side
555
Hey. I’m building https://www.unwrangle.com to make it easier to scrape data from ecommerce and other sites that are hard to scrape.It’s like Apify but my goal is to make it easier to useCurrently, I have APIs and scrapers that work with platforms like Google Maps, Yelp and Amazon. The APIs are useful to get data immed...
547
About three months ago I had a moment of clarity when I realized that all I did with my spare time was work out, smoke weed, and play video games (not at the same time). So I decided to reallocate a portion of my video game time to learning artistic skills. Largely learning to draw with the classic book Drawing On The ...
417
I like leaderboards, and its a bit sad that Redis is the only optimal database for leaderboards. So, I'm attempting a drunken version of a statistic database that tracks stats and leaderboards in realtime. I guess the only major defining quality would be that in one step I can get both the sorted scores + entire row ...
171
I am working on revamping my past project built last year https://www.loom.com/share/95c8aa93d24648dca8d61837104fe31d?.... Making this more apealing and user friendly, until I found a new project idea to build a better project.
540
A golf swing measurement app using 3 sensors and an esp board. Just started practicing golf and made sense to understand how the swing works. Claude AI is helping me with some of the coding, fun stuff.
360
I'm working on QA Sphere https://qasphere.com/ - a lightweight tool for managing software testing. It’s built for QA engineers to document functional test cases and track execution, manually or via automation.Test management tools are nothing new, but I’m focused on making this one fast and easy to use, without the blo...
410
https://github.com/jhspetersson/git-taskLocal-first task manager/bug tracker within git repository which can import issues from GitHub and sync task statuses.Pretty much work in progress, made for fun and to help while programming on a plane.
121
Vertical tabs for firefox and lots of features. I use it myself in all my firefox profiles. It can be displayed as a sidebar or a popup. Which means you can use it in big windows and small windows.https://addons.mozilla.org/en-US/firefox/addon/grasshopper-u...Latest commit is on this little nim project to find text, si...
484
A LLM based bot for information literacy. The idea is that it can analyze text and images to help folks understand if they should believe stuff they find on the internet. And what they need to know to understand the subject.https://info-sleuth.com/
104
https://keenwrite.com/Fi…simultaneous.png
267
Building a toolkit to save hours of time when working with LLMs locally. For example, adding a TTS or Web RAG to the Open WebUI setup both are a single command.https://github.com/av/harbor
102
https://blr.today - Working on an open-source stack to curate events happening in Bangalore. It curates events from multiple sources, cleans them up, then curates them further by tagging them nicely, and making all event data available as calendars you can subscribe to.Decided on a GPL/AGPL/ODBL license for the scrape...
136
(See https://news.ycombinator.com/item?id=41132906 for a bit of recent context)
19
Right now I'm mostly thinking about AI. Right this minute I'm sitting in a cafe reading a book on Multi-Agent Oriented Programming with a framework called JaCaMo[1], and later tonight when I get home I'll probably spend some time getting my Fuseki[2] server loaded with some base schemas (SKOS, FOAF, etc) as I slowly st...
93
I'm looking for new ideas for my witch.inc comic strips, it's like IT-Crowd, but for witches and wizards. I kinda ran out of them after I quit my tech-support job. Doing database administration now but it's not as rich in corporate slip-upshttps://ko-fi.com/album/New-Album-J3J512CD1A
83
I made this bookmarklet, which will speak highlighted text in the browser regardless of platform. It also makes the initial letters of each word bold. This is the code:javascript:void function(){ javascript:(function(){ var selection = window.getSelection().toString(); if (!selection) { alert("Please select some text o...
213
Only have a screenshot to show at the moment, but I'm working on an accessible color palette creator tool for web/UI design:https://x.com/seanw_org/status/1815442179361317022There's lots of tools in this space, but the key features of this is it lets you easily check the contrast of any color pair (not just against whi...
117
I’m working on a test integration tool. You write your tests declaratively using YAML (ie. setup the environment, databases, etc., load fixtures, make api calls or db calls, and check assertions), so it’s completely language agnostic, which makes it perfect for grey-box/black-box testing. This way of testing also ensur...
118
Working on a web app to check various metrics on cloud servers (or virtual machines on-prem) and suggest optimizations to reduce cloud waste (and costs). I'm basically automating a good part of the infrastructure maintenance I was doing as a full-stack dev in my previous job.There are already a lot of services to right...
198
Currently I'm working on file compression program in Rust. Nothing too fancy, it just use common algorithms (LZ77, LZ78, etc.)The only difference here is that the program will switch on the fly between different algorithms depending on which one that can compress file smaller.It can compress 1 GB file (enwik9) down to ...
170
I'm working on a device that records surgery and uses AI models to analyze the procedure for things like surgical technique, efficiency, instrument usage, blood loss, etc. We're starting with using it for medical education because that doesn't need FDA approval, but eventually it'll be deployed in operating rooms. Th...