Hacker Newsnew | past | comments | ask | show | jobs | submit | meet_zaveri's commentslogin

why don't simply name "bluegreen jay" clearly from the colors we observe? As one of the users in comments said, it's ignorance (improper education reference) and we are only doing "mocking" if coming with such nicknames.

exactly, we internally recommend customers to use dalibo to breakdown cost of their SQL query whenever they come with us regarding perf issue.


robert downey jr. would be proud


I came by the parent company which then said to transfer to Overleaf. Mainly I use it for building and maintaining my resume (which has done wonders).


> For example- If it can write code 90% of the way, and then debug in a loop, it’d be much more performant than any single shot algorithm.

OOC, Would this make the academics including algorithms as more or less important in their curriculum? That's a bad win for soceity if it's true.


> everyone has a different budget for observability

Wouldn't open source software make sense here? I may be too naive, but hosting 3 different services which communicate with each other instead of 1 service handling all that stuff would make more sense to me. Just my opinion as I have been recently engaged in this observability space.


I think even stuff like the storage model can change who deems a tool acceptable.

A decade or two ago, I liked Ganglia which used a round robin database. You'd lose granular data over time, but you'd keep aggregate data. I.E. one-minute metrics may be available for a week, but after that you'd have 15-minute metrics stored for a month, and then maybe hourly metrics for a year. Disks were expensive and small so this model made monitoring feasible for some people. Other tools just dropped old data so you needed to choose to retain for a long time ($$$) or only keep recent data.

Storage is now quite cheap and we're storing even more metrics, deep insights into application behavior. With many tools you're back to storing as much data as your budget allows. There's a lot of focus on building queries over the data, turning those into alerts, and keeping those performant.

Open source often means self hosting. If you've got an Ops team, sure, go for it. Otherwise focus your engineers on your app and use a managed tool.


Really great insights. Would you classify which tier companies/projects needs one-minute metrics, 15-minute metrics or hourly metrics ?

These frequency of collecting metrics is set by scrape interval on the receiver's end , right ? A SaaS can provide granularity on that based on the certain factors such as in event of peak traffic scenarios , etc...


Being a developer who already made similar app in the past, I can understand work you put in into tihs.

Suggestion: To group multiple elements would be a nice feature to have, I had spent entire day sketching it in rough note book and then implement it in code.


Started my web dev in bootstrap era. When I found out about tailwind and tried it in one of my side project, I never looked back.

In one of my prev companies, I was able convince my engineering manager to use tailwind alongside Antd and it worked flawlessly.

Just to make a point here, Antd is an example of design system and I used tailwind as a "utility" from which I can use vast amount of classes without writing seperate custom css for each of my components.


We do the same and haven’t had any problems mixing antd and tailwind


Having a hard time to generate code. When I click on Launch -> Open on stackblitz, it doesn't open any window or performs any actions.


I am having this issue too. It seems it's making a POST request to localhost:8000, looks like their prod is broken.


> I see a lot of energy going into making faster build tools, and I feel this energy is misdirected. We need to dramatically strip down the build tools as most of them have become largely redundant since the death of IE.

what if we standardize browsers ? Like if it happens, we get easily all of the power from browser itself. It's same story like ES6 and later versions did to underscore and lodash (long live lodash).

This will make all build tools OBSOLETE


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

Search: