HackerTrans
トップ新着トレンドコメント過去質問紹介求人

makkes

no profile record

コメント

makkes
·先月·議論
Web of trust has been a miserable failure because of the GPG's horrible UX and high entry barrier. It's dead, Jim.
makkes
·9 か月前·議論
Either do a proper upgrade with backup/restore or use `PGDATA`[1] and `pg_upgrade`[2].

[1] https://hub.docker.com/_/postgres#pgdata

[2] https://www.postgresql.org/docs/current/upgrading.html#UPGRA...
makkes
·9 か月前·議論
Comparing monthly cloud cost with one-time hardware purchasing cost completely dismisses the latter's long-time cost like people, replacement parts, power, housing, accessories. While I do believe you can run your own hardware much cheaper, there's a lot to consider before making the decision.
makkes
·9 か月前·議論
Click on "Download" below the embedded PDF viewer and you'll get the PDF.
makkes
·9 か月前·議論
The code he provides doesn't compile and needs to be changed like so:

  --- main_before.go      2025-10-15 09:56:16.467115934 +0200
  +++ main.go     2025-10-15 09:52:14.798134654 +0200
  @@ -13,8 +13,10 @@
  
          slog.Info("starting server on :4000")
  
  +       csrfProt := http.NewCrossOriginProtection()
  +
          // Wrap the mux with the http.NewCrossOriginProtection middleware.
  -       err := http.ListenAndServe(":4000", http.NewCrossOriginProtection(mux))
  +       err := http.ListenAndServe(":4000", csrfProt.Handler(mux))
          if err != nil {
                  slog.Error(err.Error())
                  os.Exit(1)
makkes
·9 か月前·議論
"the model has a 2048 tokens limit. This includes the reference text/phones as well as the reference and generation audio tokens."

https://github.com/neuphonic/neutts-air/issues/15#issuecomme...

So "no rate limits", while true, is kind of setting different expectations.
makkes
·10 か月前·議論
"If everybody would just use Windows, companies and developers wouldn't sink money and effort into the development of operating systems."
makkes
·11 か月前·議論
From what I can see on the CA/Browser Forum's website (https://cabforum.org/about/membership/members/), there is enough diversity in the forum to represent the Web community as a whole. Trade embargoes issued by a single country would likely not be represented by enough CA/B members to be pushed through the Forum.

I personally sleep much better knowing that e.g. all major browser vendors cooperate on the CA/B (and elsewhere, e.g. the IETF, W3C, ECMA) instead of the biggest one dictating the rules (which, to be fair, happens to a certain degree, e.g. with Chrome leading the way for certain technologies).