For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more mariocesar's commentsregister

Nice! I build something similar but without the checks and selection. my dotfiles include an idempotent install script and a Brewfile with all my packages. The selection and checks features you've added, that's a great touch!

Something I'm not able to do nicely is to sync browser profiles, I end up doing all the setup and login step by step, it takes me an hour or so


Hey! Thanks! I'm still working on a few other features which hope to extend what can by synchronized and installed. I didn't consider browser profiles and mainly focues on apps for now, but this is something that I could explore in the future for sure. Thanks again for taking a look!


Yes it does


I've been in SaaS for about 17 years, and a pattern I've seen is that for companies customers actually love, customization shows up as a milestone. It helps them find their own way of doing things, but eventually they settle into that way.

When it resonates with customers, it feels great.

Customizable SaaS is really just a side effect of the deeper need for control, because with control you can execute better. And when that lines up with capital, market fit, and a clear purpose, it creates more than efficiency, it creates meaning.

The companies that never settle, always chasing new patterns, usually end up with customers who don't enjoy them and employees who don't enjoy the software either.


If the goal is to learn about computer science, then yes absolutely. However, if the goal is to better one's chances of securing a meaningful and well-paid job, the answer is no.


Clicking on the website to view the details appears to be broken


Might have been a temporary glitch?

Just tried and it's working here in the US.


Every website looks so similar in design to one another that it feels eerie


Fun fact: It would take ~278 hours to take a look at 1M websites for 1s each.


I used ChatGPT for that and it worked fine, you can even take screenshots and tell it to create the YAML config file for you


If you're curious, the code in ellipsis results in executing:

    print('hello, world')


Thank you!

I noticed some ** and * in the thing sent to eval(), which (given that the building blocks are small integers) seemed related to prime factorizations.

The initial %c is duplicated 21 times (3*7, if I read correctly), and then string-interpolated (%c%c%c...) against a long tuple of integers. These integers themselves are composed of products of factors combined using * and **.

There is also one tuple "multiplication" embedded within that long tuple of integers -- (a,b)*2 = (a,b,a,b). That is for the 'l' 'l' in "hello".

It's all very clever and amusingly mathy, with a winking allusion to the construction of natural numbers using sets. It made me Godel.


When I search for "City, Country," I can find my profile, but searching for just "Country" doesn't work.

This is a good idea, but it needs more work on how to tokenize and index the profiles. Are you just using the API? or storing the profiles? because API for exact matches misses a lot of profiles. The location field in GitHub has been always been inconsistent, some people use country flag emojis instead of names, or just abbreviations like AR, BO, or USA, etc


Wow, this hits close. When I was managing teams, I put a lot of effort into making deadlines clear, measurable, fair, etc. I personally use Deadlines for everything, maybe is the ADHD coping I have the reason I like dates a lot, but is not the same when I work with others in a team

I thought I was helping my team with structure, clarity, direction. But looking back, even though we all wanted to do good work and move forward, and genuinely care about each other, something always felt off. There was this tension around "dates". I felt it. The team felt it. And we quietly resent them

Years later, I stop managing and become part of a team again, and I saw another manager approach deadlines totally differently. She talked about deadlines as "things that happen" you wanted or not, almost like happy accidents. The real focus was on creating an effect. That shift in language unlocked something for me. Deadlines became markers to check if we were moving forward, making the impact we wanted, not pursuing goals. That change made everything feel sane and more honest, and give more room to be ambitious. The day to day was the same but different, we checked whether what we were doing was aligned, and deadlines where just times to "measure" how things were going, so deadlines was something we wait for, and they were easier to negotiate, because if you have the effect or goal in mind, you move deadlines to match the outcomes we wanted, and not just avoid the deadline themselves

It's not directly on the post, but the idea is similar: it's better to use deadlines as measurement tools rather than a time to do judgment. Better to build trust through alignment and purpose.


yes thats one way of looking at it!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You