Hacker News new | past | comments | ask | show | jobs | submit login

Can you suggest to me one way for an API service to wait for a database to accept connections to run the database migrations without the API depending on the liveness of the database to start up?

That would have been a good excuse/explanation in the days before Chrome existed. But since Chrome is THE browser, users have a hard time escaping Google. So, GP is right.


Ssstrict is supposed to address the undefined behaviour problem, or at least it'll make undefined instructions actually trap.

https://github.com/riscv/riscv-profiles/blob/main/rva23-prof...


Because the Makefile also becomes a central place of what you can run in a project without having dozens of different shell scripts. You can comment on targets, depend on others. Makefile targets to restore, the build i18n files, etc

I made a bash script that takes your Makefile and gives you a nice dialog menu for the targets that have comments. Works nicely as a self documenting project command menu.

https://gist.github.com/oppianmatt/dcc6f19542b080973e6164c71...

https://private-user-images.githubusercontent.com/48596/3262...


Very happy to see that jquery has not been abandoned. Thanks for the update.


Look...

You are taking literally 2-4 token phrases from my comment and attacking them without context. I'll spend time on the latter quote. You quote 'emergent capability'.

A) appreciate you correcting my spelling

B) 'The narrow test tube environment in which we see better performance hints at the unknown which when better understood could promise further yields down the road.

To my mind, the idea that filler tokens might promote immergent capability leading to broader task complexity'

C) Now that we have actual context... I'll leave the rest to the thoughtful reader. I said the following key words: 'hints', 'could', 'might'

D) Who asserted this behavior was emergent?

Recommend slowing down next time. You might get a more clear picture before you attack a straw man. Expect no further exchange. Best of luck.


I’ve owned some Hondas recently where the rotors noticeably warped after several years (maybe since the cars have such good longevity?).

It probably strongly depends on driving styles. I also trust OEM metallurgy far more than anything you can purchase off Amazon.


   “The myth you slay today may contain a truth you need tomorrow.”
Great quote

Why not release the source code as an open source project then, and add a proper maven dependency instead of bundling a jar file?

>Every house owned by a landlord is another house not owned by an owner occupier.

Or, another landlord.

What I see is that if we leave things up to contestants, then the contestants will do everything to win. What can be done is a change in the game itself. So, regulation.


Have you considred the bicameral mind hypothesis? Because what you are describing sounds like a strong evidence supporting it.

Ryanair charges for that - small bag included in the price, additional carry-on is extra.

If a simple useful site already gets a high percentage of clicks from Google Search and wants to show ads that’s $.

Right?

Why would PageRank rate a site highly, while Adsense doesn’t?

I can’t come up with a sensible reason that ads on the original site wouldn’t be in Google’s favor.


    The Time Is
   undefined 0th
    NaN:NaN:NaN
Where's the poop?

You’re barking at the wrong tree. Maybe that’s why it continues.

An esphome thingy that allows my Home Assistant to control my VP without it's ir remote

Ahhhh, sorry.

The numbers are quite variable between different countries. I presume partly because the definition or role varies?


> Rule your lands as a medieval lord -- the seasons pass, the weather changes, and [everyone dies of dysentery, toothache, plague, minor injuries, religion, or, on a long enough timeline, late capitalism].

On a side note, I wish one of these games would be published exclusively in Lingua Franca, Latin, and Middle English, and that you were ranked entirely on the diameter of your gout and the depth under your garderobe.


FWIW, I tried a few recipes too and they came out just fine, without the usual clutter. I further anticipate that this is the direction we'll be going in general, "search" as we know it was a ~30 year period where Google reigned supreme. The world since moved on.

Alternative: write your applications to not depend on the liveness of other services to start up. Your ops will thank you.

Having a library in the OS and actual interoperability are vastly different things. Not only do most consumer chat apps completely disregard HDR, but even worse, sending HDR images via almost any such channel has a high chance of the colours being mangled or -- at best -- silently converted to 8-bit SDR.

"Ultra HDR is amazing, but can be only viewed as such only on a Pixel phone. If I'm sending a pic to say FB Messenger it doesn't upload as Ultra HDR." https://www.reddit.com/r/GooglePixel/comments/17n0fkh/ultra_...

Also, unlike Apple iPhone users, people with Android phones tend to get stuck on older major versions and can't upgrade. Easily half of all Android phones out in the wild can't correctly tone map or display either wide-gamut or HDR still images.

You mentioned Android 4 and 8, but full support for wide-gamut (Display P3 and Rec.2020) was only supported starting with Android 14: https://source.android.com/docs/core/camera/wide-gamut

Android 8.1 was the first version to introduce any display colour management at all, which was in late 2017: https://source.android.com/docs/core/display/color-mgmt

As recently as May 2019, there were Android developers blog articles with titled "Wide Color Photos Are Coming to Android": https://android-developers.googleblog.com/2019/05/wide-color...

Similarly, mixed SDR and HDR content (i.e.: not just a full screen Netflix-style app) was supported only since Android 13: https://source.android.com/docs/core/display/mixed-sdr-hdr


TF ? total functions ? tensor flow ?

Not every small country to be an 'outlier'.

> Full concerts. No ten-second TikTok crap.

Tears of joy.


There is no laughing and crying emoji: there are two emojis about laughing so hard that tears come out of your eyes (no sadness implied).

For bittersweet, there's one about smiling with a tear.

For tragicomic, I don't know. It's not a feeling. Maybe the upside-down smiley or the smile with sweatdrop?


Is that really easier than using templates?

> Wrapping Bootstrap Modal could be achieved with a function like this:

  def bootstrap_modal(*, title: str, body: Node = None, footer: Node = None) -> 
  Element:
      return div(".modal", tabindex="-1", role="dialog")[
          div(".modal-dialog", role="document")[
              div(".modal-content")[
                  div(".modal-header")[
                      div(".modal-title")[
                          h5(".modal-title")[title],
                          button(
                              ".close",
                              type="button",
                              data_dismiss="modal",
                              aria_label="Close",
                          )[span(aria_hidden="true")[Markup("×")]],
                      ]
                  ],
                  div(".modal-body")[body],
                  footer and div(".modal-footer")[footer],
              ]
          ]
      ]

Thanks, I'm glad you like them!

Sure, have a look at the source in my repo. I bitbang the pulses in a naive way. I realized later that everyone uses the same protocol and reading about it first would have been better, but it wasn't hard to bitbang anyway.

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

Search: