HackerTrans
TopNewTrendsCommentsPastAskShowJobs

makkes

no profile record

comments

makkes
·letzten Monat·discuss
Web of trust has been a miserable failure because of the GPG's horrible UX and high entry barrier. It's dead, Jim.
makkes
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
Click on "Download" below the embedded PDF viewer and you'll get the PDF.
makkes
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
"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
·vor 10 Monaten·discuss
"If everybody would just use Windows, companies and developers wouldn't sink money and effort into the development of operating systems."
makkes
·vor 11 Monaten·discuss
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).
makkes
·vor 2 Jahren·discuss
That's why ENTSO-E has just completed a software vendor interoperability workshop. :-) And import/export/validation worked just fine for all participants.
makkes
·vor 2 Jahren·discuss
Semantic Web technology (RDF, RDFS, OWL, SHACL) is widely used in the European electricity industry to exchange grid models: https://www.entsoe.eu/data/cim/cim-for-grid-models-exchange/
makkes
·vor 2 Jahren·discuss
s/syntax/API/

It's not that hard to understand what OP means.