— I’m still curating my newsletter / post series focused on humans and their blogs to help people rediscover that part of the web ( https://peopleandblogs.com ) — I’m working on a second newsletter that’s more discovery oriented but still focused on the personal web space — I’m setting up a private, invite only discourse forum to create a space where people can hang out and connect in a more meaningful way — I’m work…
Ask HN: What are you working on (August 2024)?
971–980 of 1001 posts
Re: Ask HN: What are you working on (August 2024)?
#972I’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, no longer for individuals. Felt like I was paying for a product and also the product. I just nee…
What guarantees does this make about access to data and how does it make them?
Re: Ask HN: What are you working on (August 2024)?
#973Re: Ask HN: What are you working on (August 2024)?
#974In 2022, I wondered what it would be like if my manager could leave comments directly on the live website for all the edits, rather than sending a bunch of screenshots and videos. That’s how I came up with the idea for a "simple" browser extension that lets you leave comments on any site, anywhere on the screen.
There were several challenges along the way:
Attaching Comments to the Correct HTML Element: I initially struggled with ensuring comments were attached to the right element, as relying on X/Y coordinates would not be responsive. Now, I use a combination of element IDs, classes, outer HTML, and attributes. This approach works correctly 95% of the time. Do you know of any other methods to find the correct element in the DOM?
No Third-Party Libraries: Extension development only allows pure HTML, CSS, and JS, with no external scripts from CDNs. Building a text editor from scratch was one of the most challenging parts.
Real-Time Functionality: Keeping the extension's background page active was tough because it deactivates when not in use, making it almost impossible to maintain a socket connection. I wrote code to wake up the background page and reconnect the socket whenever it goes to sleep.
I stopped all my freelance projects, and now three other people and I work on this tool full-time. We recently became #1 on Product Hunt: JustBeepIt.com
There are still many issues we're working on, such as using it with iFrames or inside scrollable objects, but we're tackling these challenges one by one.
Re: Ask HN: What are you working on (August 2024)?
#975https://bauble.studio/ is a lisp-based procedural 3D art playground that I hacked together a while ago. It's fun to play with, but it's a very limiting tool: you can do a lot to compose signed distance functions, but there's no way to control the rendering or do anything "custom" that the tool doesn't explicitly allow. So lately I've been working on a "v2" that exposes a full superset of GLSL, so you can write arbitr…
Re: Ask HN: What are you working on (August 2024)?
#976A few months back, I posted an essay here about how I think we are entering an age where the personal library will become an asset class unto itself [1]. This is due to a combination of the advent of semantic search and the revival of personal knowledge management in the deluge of our age. As such, I’ve been working on the software to bring this vision to life, which is called Your Commonbase (a portmanteau of Common…
I'd like to try the software if it'd available please. But I'm not sure where it is or if it's out yet. Is it the Obsidian template you linked here, or is it a separate software called Your Commonbase? Because the Obsidian vault has a different name.
I have to say that the irony is hilarious that I can't find this information in the (well written) sea of information you posted. But then of course I'm not using your solution yet!
Re: Ask HN: What are you working on (August 2024)?
#977Re: Ask HN: What are you working on (August 2024)?
#978I like to mix different materials into the designs I cook up. For the tops I use cut stone which is prohibitively expensive for most hobby stuff but works really well for commission work because of all the different types (marble, granite, composite) and styles/ colors you can get. It gives it a very high end look and feel when combined with a sturdy metal frame. I’m also really into 3D printing so I try to incorporate that into the work as well. Using different pattern schemes to make inserts and accent pieces.
I’ve also experimented with incorporating IKEA furniture pieces into metal frames because I love the idea of doing modular furniture that can be swapped out for different colors and textures. I use the same idea for my 3D printed work.
I love the creativity and flexibility this gives me and my welding skills have ramped up significantly. It’s been years since I welded seriously and I really lost the techniques so getting that confidence back is great. I’ve been approached to do some big 5-6 figure home design jobs through the connections I’ve made acquiring stone pieces but I’ve only consulted on advice. I still feel a bit insecure about putting myself out there in structural work. I see how successful different design firms locally are building this stuff for tech companies and I’d love to eventually have my work featured like that but taking it slow for now.
Re: Ask HN: What are you working on (August 2024)?
#979But in order to get there, I need to rework a couple of mirror grinding machines in the club according to specs by the professional optician teaching us.
This means building the right set of mechanical thingies to safely hold glass and tools from 6 to 16-inch diameter optics. According to our optician, we need an aluminum disc the same size as the mirror with a reverse threaded hole in the center of the aluminum disc. This disc will be screwed onto a coupling which is attached to the shaft of the turntable motor.
We are currently working on sourcing the parts, machining, and doing a trial run with a 6-inch mirror. Then I get some blanks, get the curve I need generated to save me hours upon hours with 80 grit hogging out the glass before he can settle down and let the combination of grit, water, moving glass and time work their magic on the surface, every minute bringing me closer to optical eh-its-good-enough".
We have enough members in the club building telescopes that the effort of making these mirror grinding and polishing machines work is well worth it. With any luck, you'll see me at Stellafane next year.
Re: Ask HN: What are you working on (August 2024)?
#980I've mentioned my project a few times around HN, but might as well reiterate :) I took some time off from work to teach myself Rust and to build a WASM colony simulation game. You've got a colony of ants, they're in a cold, foggy crater, and you help them grow and survive. The simulation runs 24/7, like a Tamagotchi, but a bit more complex, like a simplified RimWorld or Dwarf Fortress. I am hoping to design game play…
That reminds me a lot of Helliconia books trilogy. Congrats for it! I'll look for some time and give it a try.