It's built using C# and WPF, and a related project I work on is an open source MVVM framework called UpbeatUI for making WPF apps that behave vaguely like mobile apps. It's for apps that have a main bottom layer and modal popups that float above and can be closed by clicking/touching the background. Pulselyre uses UpbeatUI, and I actually originally extracted UpbeatUI from a much older version of Pulselyre.
Ask HN: What are you working on (August 2024)?
111–120 of 1001 posts
Re: Ask HN: What are you working on (August 2024)?
#112Finished a feature to convert Markdown's fenced divs nested within blockquotes into the following XHTML:
...
In my novel (see profile), there are stories within the story as well as simultaneous actions. I wanted to typeset simultaneous events set within a sub-story. Using Markdown, a natural way to do this would be: > ::: simul
> Simultaneous section 1.
> :::
>
> ::: simul
> Simultaneous section 2.
> :::
Sample output:Re: Ask HN: What are you working on (August 2024)?
#113So this weekend, I'm building some processes and marketing materials and doing some outreach.
Re: Ask HN: What are you working on (August 2024)?
#114Re: Ask HN: What are you working on (August 2024)?
#115I decided to build a multiplatform app with SwiftUI to test out the waters. So far, learning SwiftUI and building an app is somehow both easier and harder than expected, but I'm glad to see something new.
I'm planning to write a series of apps in the next 6 months, so that I build confidence shipping apps with SwiftUI and maybe find a smaller contract with it.
Re: Ask HN: What are you working on (August 2024)?
#116It'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 actually build a project from scratch.
I feel like CSS has always been something that was made to look harder than it actually is. In its essence, the syntax is very simple, and the vocabulary is quite basic. There are only a few things you need to know to be able to code an attractive and flexible responsive web page. For comparison, I find programming backends much more difficult.
Even though I've been working on this project for almost a year, I decided that next month will be the day I finally launch it.
Re: Ask HN: What are you working on (August 2024)?
#117It lets you view and edit plasmid sequences, features, and primers, and has some tools like automatic primer creation for cloning, primer QC, protein sequence viewing, and interop with common file formats.
Re: Ask HN: What are you working on (August 2024)?
#118Together Gift It solves the problem just the way you’d think: with AI.
Just kidding. It solves the problem by keeping everything in one place. No more group texts! You can have private or shared gift lists, and there are some AI features like gift idea collaboration and product search. But the AI stuff is still a work in progress.
I’m grateful for any constructive feedback.
Re: Ask HN: What are you working on (August 2024)?
#119It's been fun to work on as I can throw in whatever neat ideas I want since I'm not trying to fit it into a neat category. For instance, I was experimenting with a multi-column browsing experience after I saw a post here [2] for inspiration. The UI could work like TweetDeck but for your notes. Not 100% sure yet if it works, but I'll be doing more prototyping.
Right now I'm revamping the sync system and other runtime parts as I'm realizing that once you start amassing lots of posts, it gets bogged down a bit. I probably could've architected some of it a bit better at the start, but I tend to try to release stuff as early as I can to force myself to ship and to see what people think.
1. https://minders.ussherpress.com/ 2. https://news.ycombinator.com/item?id=41263203