HackerTrans
TopNewTrendsCommentsPastAskShowJobs

langarus

no profile record

Submissions

Show HN: Tab Tangle a browser extension to help clean up tab hoarding

1 points·by langarus·قبل 7 أشهر·0 comments

comments

langarus
·قبل 3 أشهر·discuss
Really nice stuff. But the mobile ux is horrendous.
langarus
·قبل 5 أشهر·discuss
Any idea how this solution compares to parsec?
langarus
·قبل 5 أشهر·discuss
the character looks ai generated, doesn't inspire confidence
langarus
·قبل 5 أشهر·discuss
> He said YouTube Premium - its service letting users pay to remove ads between videos, or songs on its music service - had helped boost paid subscriptions across Google consumer services to more than 325 million in 2025 overall.

Out of the 60bn they made only 325 ml from paid subscribers. The title made it like it was an important figure. There's also no YOY numbers or profit so it's difficult to draw a conclusion.
langarus
·قبل 5 أشهر·discuss
Other benefits: easy access to reliable infrastructure and latest hardware which you can swap as you please. There are cases where it makes sense to navigate away from the big players (like dropbox going from aws to on-prem), but again you make this move when you want to optimize costs and are not worried about the trade-offs.
langarus
·قبل 5 أشهر·discuss
This is a great solution for a very specific type of team but I think most companies with consistent GPU workloads will still just rent dedicated servers and call it a day.
langarus
·قبل 6 أشهر·discuss
I've began using Opus and I felt it was a class above all the rest. Used cursor and teste different models, but opus somehow was always much much better. Bought the max for 100$, totally worth it.
langarus
·قبل 6 أشهر·discuss
I'd have to host it somewhere (s3?). Right now I only commit the solution png to github. OFC it's not a good option but it's free and fast.
langarus
·قبل 6 أشهر·discuss
on disk, so basically I'm trying to save the image of a solution and reuse it if the same quiz is required. So instead of recomputing the result just return the same image.
langarus
·قبل 6 أشهر·discuss
I see some of you are already crashing the server. :melting: try to run it locally if you can't get the result via render
langarus
·قبل 6 أشهر·discuss
lovely, I've created a solution finder for it.

1. Do a screenshot of the grid (try to include walls as well)

2. Open https://enclosure-horse-solution.onrender.com/

3. Make sure the number of walls are correct in the input (bottom left)

4. Press "Solve"

PS: It might crash as it's on the free version of render. I've added a caching layer.

Here's the github so you can run it locally:

https://github.com/langarus/enclosure.horse-solution

clone it and run

make init // make web