HackerTrans
TopNewTrendsCommentsPastAskShowJobs

naedish

no profile record

comments

naedish
·6 เดือนที่ผ่านมา·discuss
If the description for each tier is correct then it seems like Google AI Studio is an Ambassador only ($2,500 per month). This tier includes your company logo on the homepage. The Partner tier ($5,000 per month) includes placing your logo at the top of the sponsor list and Google AI Studio is at the end of the sponsor list.

Edit

Looking at the tailwind.css repo[1] they are a Partner. Not sure why they are at the end of the sponsor list in that case. Though now I look at the bottom of the sponsors page I see they repeat the Sponsors again at the bottom and directly indicate each companies support tier.

1. https://github.com/tailwindlabs/tailwindcss.com/commit/7a98b...
naedish
·6 เดือนที่ผ่านมา·discuss
I'm happy not knowing myself but the answer can be found easily in DevTools. All the max scores are there (for current and previous days only).
naedish
·6 เดือนที่ผ่านมา·discuss
A very fun game - it took quite a bit of fiddling to get an optimal solution using an LLM. Interesting as I haven't tried using them for 'unique' algo problems much. And then the day 9 puzzle broke my original solver (I had bounded areas that were unreachable to the horse so didn't actually score). Will be interesting to see whether the solver works on day 10.

It would be interesting to be able to change the wall budget for each puzzle to add some variation (with a max limit).
naedish
·6 เดือนที่ผ่านมา·discuss
> uv ignores pip’s configuration files entirely. No parsing, no environment variable lookups, no inheritance from system-wide and per-user locations.

Stuff like this sense unlikely to contribute to overall runtime, but it does decrease flexibility.


Astral have been very clear that they have no intention of replicating all of pip. uv pip install was a way to smooth the transition from using pip to using uv. The point of uv wasn't to rewrite pip in rust - and thankfully so. For all of the good that pip did it has shortcomings which only a new package manager turned out capable of solving.

> No bytecode compilation by default. pip compiles .py files to .pyc during installation. uv skips this step, shaving time off every install.

... thus shifting the bytecode compilation burden to first startup after install. You're still paying for the bytecode compilation (and it's serialized, so you're actually spending more time), but you don't associate the time with your package manager.


In most cases this will have no noticeable impact (so a sane default) - but when it does count you simply turn on --compile-bytecode.
naedish
·9 เดือนที่ผ่านมา·discuss
Really not sure - my partner is Vietnamese (dual citizenship) but we don't live there. We flew Vietnamese Airlines for 4 flights in the last month (2 international). I'd like to think we'd receive an email about this in any case - so far only an email from HIBP.
naedish
·9 เดือนที่ผ่านมา·discuss
Haven't heard a word from Vietnam Airlines - my whole family are members. Interesting to see how a Vietnamese organisation handles this type of incident.
naedish
·4 ปีที่แล้ว·discuss
The app was Google Podcasts [0].

[0] - https://podcasts.google.com/
naedish
·4 ปีที่แล้ว·discuss
This reminded me of when I started listening to a new podcast and also tried a new podcast app at the same time. The podcaster had this unusual editing style where he'd cut all the pauses out of his podcast and I really grew to love it. It was only when I tried a different podcast that did the same thing that I realised I had set the app to cut out all of the silences.

After that I've been unable to go back to normal speed podcasts - I just don't have the time or patience.