HackerTrans
TopNewTrendsCommentsPastAskShowJobs

makkes

no profile record

comments

makkes
·w zeszłym miesiącu·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
·9 miesięcy temu·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
·9 miesięcy temu·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
·9 miesięcy temu·discuss
Click on "Download" below the embedded PDF viewer and you'll get the PDF.
makkes
·9 miesięcy temu·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
·9 miesięcy temu·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
·10 miesięcy temu·discuss
"If everybody would just use Windows, companies and developers wouldn't sink money and effort into the development of operating systems."
makkes
·11 miesięcy temu·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
·2 lata temu·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
·2 lata temu·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
·2 lata temu·discuss
s/syntax/API/

It's not that hard to understand what OP means.
makkes
·2 lata temu·discuss
The acquisition talked about in the original post wasn't much more than a life-saver for the company so in that regard you could call it life-changing in that many of the fine folks I worked with wouldn't have lost their job.

It would have been very very far from what you usually call an exit, though. Nobody would have cashed out, except maybe some of the VCs and I'm not sure if they'd have called it a successful exit in terms of financial win.
makkes
·3 lata temu·discuss
I don't think they would be running the Mozilla VPN client on those servers, though.
makkes
·3 lata temu·discuss
I agree on the tradeoffs you have to make. The main cost driver here was storage and traffic, though.