That realization over the last couple weeks has been a huge relief. I'd like to explore some things I'm naturally curious about such as agricultural waste management.
Ask HN: What are you working on this year?
241–250 of 514 posts
Re: Ask HN: What are you working on this year?
#242Re: Ask HN: What are you working on this year?
#243Systematically archiving, transcribing, making searchable the Russian state TV propaganda that’s in a large part responsible for creating and sustaining the war in Ukraine. Tools like Whisper now make it possible to do this on a massive scale. Hoping this will be useful for investigators when the war is over.
this is fascinating. are you putting it online anywhere? also how can I find out more about whisper?
Re: Ask HN: What are you working on this year?
#244I'm working on a website to track the progress of bonsai trees. I like the bonsai sub reddit, the way people share their trees, but there is no good way to see the trees over time. I don't do a lot of coding any more, so it is nice to keep my hand in. I was feeling pretty rusty. I also suck at front end dev so pushing my comfort zone. I don't know where I'm headed with it, but I am hoping I will find it useful, and s…
aha, I feel your pain on sucking at front end dev. my site looks pretty similar to yours, bootstrap, etc. and I have no idea how to get away from it.
Design is such a huge discipline with so many considerations and tools that it's hard to see where to get started or even how to evaluate your shit beyond "doesn't look good." Most sites are mostly text so getting concrete guidance on how to make text look nice and read easily was immediately applicable for me.
My stuff won't win any design awards or anything, all my layouts are simple and even book-like and I use the basic web fonts. But just carefully using a couple weights, small caps, and literally ONE accent color and I frequently get compliments from other professionals on it.
Re: Ask HN: What are you working on this year?
#245Earlier quoted context omitted.
Have you considered a TI-89? They are basically like early microcomputers, frozen in time. They boot to BASIC and can also be programmed in C and assembly with no operating system to speak of. They're handheld and battery powered and durable, they come with useful math software for school, and there's a hobbyist programming scene and a big library of software and games written by kids for kids. That's how I learned t…
Nice, gorgeous machine. But I was looking for something more generalist than maths and programming. Although you say there's a plethora of hobbyist software too.. I'll take a look, thanks!
Re: Ask HN: What are you working on this year?
#246I'm sick of having to decide between using cloud software and using local software. Cloud software so often needs subscriptions, and if the company dies I lose access to my data. Local software isn't collaborative. I don't want to email files around to myself, or think about versions. So I'm building a software platform for local first applications on top of CRDTs. Its called Replica, though we haven't talked much ab…
My goal is similar to Joseph's (a platform for local first applications using CRDTs), but the approach is slightly different, as I'm building it based on SQLite synchronization using its session extension ( https://www.sqlite.org/sessionintro.html ) as the encoding mechanism. I plan to incorporate this sync functionality into my web framework ( https://github.com/pkulchenko/fullmoon ) to allow any application built w…
Re: Ask HN: What are you working on this year?
#247Re: Ask HN: What are you working on this year?
#248I am currently using Music and TV shows as learning materials. Testing out the process on me and validating the NLP components on English and Spanish. I have some books as well to avoid pronouncing things horrendously wrong.
Starting something from scratch is terrifying but exciting.