Live data from Hacker News

Ask HN: What are you working on (August 2024)?

news.ycombinator.com

831–840 of 1001 posts

Re: Ask HN: What are you working on (August 2024)?

#831
post #785

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 Specimen Exchange". The gathering is done, now working on a writeup. - ... various side quests from the a…

Ideas:

- A "vibe shift" has occurred at work. Separately, my own thoughts have been more unkind/uncharitable towards others. Recently I realized that the two are connected. Isn't it funny how the vibe-shift trickled down to affect my own mindset without me even noticing?

- I think that Google is going to fall apart soon. Before they do, they'll cut money-losing boondoggles like, oh, Google Maps, Google Books, Google Groups... Who will step in to save all that data? And what does a post-Google world look like in general, anyways?

- AI is incapable of the kind of impact that is being promised. But we are still going to have a period of ~2 years until corporations realize it (it sounds like AI companies will run out of cash at that point). Until then, we're going to have a lot of layoffs because Mike-the-MBA thinks AI can do people's jobs. What should normal people do? Sit tight and sit out the game for 2 years until things stabilize?

- All of the above is part of a crisis of meaning that people - and esp. tech workers - are having. There's an enormous opportunity for Government jobs to become prestigious again. It used to be a mark of pride to work for the Government. You don't need to burn out and become a woodworker to "do real things": your local city government has plenty of "real things" for you to do in a real community.

Re: Ask HN: What are you working on (August 2024)?

#833
post #806

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, no longer for individuals. Felt like I was paying for a product and also the product. I just nee…

I don’t have a personal calendar and my work calendar ends at 5. I think your market is a lot smaller than you think. The kind of people who ask friends to book time on their calendar are considered freaks anywhere outside of tech hubs

Re: Ask HN: What are you working on (August 2024)?

#834
post #829

I've been learning how to use Blender. For a long time I've thought that working with things in 3D could be made simpler by having an app where your phone is a sort of 3D cursor, and e.g. for modeling you could use your phone as a sculpting knife by moving it around in the air. So I spent some time trying to make an app that allows you to do that, but can't shake the thought that such an app would work better as a Bl…

Logitech recently released a pen for this kind of purpose.

It's meant to be used with virtual reality headsets, I'm not sure if their pen can be made to work outside VR.

Do you need help with integrating your app into blender as a plugin? If so, please do reach out. I'd love to help. mail@laura.fm

Re: Ask HN: What are you working on (August 2024)?

#835
I've been working on https://65words.com by myself for 6 months.

65 Words is an anonymous challenge to write 65+ words daily in the language you're learning.

The real focus isn't just on improving your writing but on having the opportunity to think about how you'd express something without the pressure of the moment.

There's no hidden science behind choosing 65 words. I found it’s achievable even on a very busy day.

The goal is to help learners practice daily and build confidence through consistent effort.

Re: Ask HN: What are you working on (August 2024)?

#837
post #830

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 language, Spanish). It still needs a few more reviews and retouching. I got recently unemployed after +20…

When you say "by hand" do you mean with a pen and paper rather than typing it out? If so, can you say something more about why?

Re: Ask HN: What are you working on (August 2024)?

#838
Alot!

I have apps that pay my rent such as YOU-TLDR - Transcribe and Summarize YouTube videos you-tldr.com

Shorts Generator - Text to Automated Shorts In Minutes shortsgenerator.com

Snoop Hawk - Automated Web adn Reddit Marketing snoophawk.com

You can find all my projects here hackyexperiments.com

Currently I am exploring the idea of chatting with more than one AI. My assumption is it makes the interaction more life like and less lonely and I think in the future everyone will hav a group of AI friends. I made a quick loom about it here: https://x.com/deepwhitman/status/1826831221554643324

Re: Ask HN: What are you working on (August 2024)?

#839
I’m writing a series on how to understand golang if you’re an experienced TypeScript developer.

I’ve worked with several teams now who wanted to adopt Go for the backend, but the team’s only extensive type system experience is in TypeScript. They tended to hit very similar pitfalls and want to coerce the type system to behave like what they’re familiar with, and inevitably they wound up with inflexible and error-prone architecture.

They also failed to accomplish any kind of holistic, 30,000ft view architecture because implementations were too often sent off the rails by not understanding the language deeply enough. That was often in part due to type system confusion inherent to how Go implements certain data structures (particularly slices), which leads to the sprawling repetitive Go code people dislike so much.

I did all of this too, so I feel like my insight and experience would be valuable to share. I actually wrote 90% of it last year and felt like a goof, like, ahhh what am I doing obviously everyone else figured out Go faster than I did and this writing is just telling people how incompetent I am. Haha. But then I worked on another project and the situation was exactly the same. I actually used my draft content to help the team understand how I see the problem, and how to get past the mental traps that they were in.

Fundamentally it comes down to “learn the type system/language properly”, but it’s not quite so blatant or unhelpful. One of the problems with TypeScript methodologies is that they’re so ridiculously flexible, but go is not at all in the same ways, yet they have just enough superficially in common to trick you into thinking otherwise.

So, my series essentially elucidates the similarities, differences, and what’s totally absent in Go from the bottom to the top. It’s interesting because they really are remarkably similar in some ways, which is precisely why it can trip newcomers up. Knowing why that’s a trap makes you a far, far better Go developer. Along the way it also reveals details about TypeScript that some people might not be fully aware of (at least several in the team I shared the drafts with said so), which could be helpful.

I mostly need to muster the courage to hit publish now. My confidence has taken a beating in the last year or so!

Re: Ask HN: What are you working on (August 2024)?

#840
post #780

Still slacking before I decide to work on that character controller for my minimalist, low-poly counter strike clone, with Godot. I properly animated a model with blender, and am able to move the parts I want accordingly. It was not easy but I made it. I also managed to implement the recoil algorithm I want. I modeled guns. I will probably struggle to implement server reconciliation to mitigate lag, I found 2 modules…

That sounds cool, I'm also tinkering away on CS inspired things. lmk if you'd be keen to share notes.
Post reply on HN