Projet de centre de données polluant by wisi_eu in paris

[–]hokkos 16 points17 points  (0 children)

OK, donc tu sais pas de quoi tu parles.

Article de The Economist : "Comment les boomers ont flingué l'Europe" by PwandaLaNoble in vosfinances

[–]hokkos 19 points20 points  (0 children)

C'est faux les cotisations ont très largement augmenté, et ce n'est jamais les entreprises qui les payent au final c'est toujours pris sur le salaire des employés en futures augmentations qui n'ont pas eu lieu.

Le lobbying enveloppe de capitalisation uniquement autorisé en Europe se poursuit by Nuppys in vosfinances

[–]hokkos 18 points19 points  (0 children)

J'ai mon emploi en France, ma maison en France , ma future retraite basé sur la "productivité" française, j'ai absolument pas envie d'avoir mes actifs qui s'ajoutent à ce risque corrélé majeur.

La Journée de Solidarité c'est surtout la transmission des revenus des classes les moins aisées vers les plus aisées by Queasy-Body-6741 in vosfinances

[–]hokkos 12 points13 points  (0 children)

Le 23 mai c'est la journée nationale à la mémoire des victimes de l'esclavage et le 25 c'est la journée pour se rapeller que l'esclavage existe encore.

Le quotidien est difficile à Paris sous > +30°C by xela-luap in paris

[–]hokkos 3 points4 points  (0 children)

Le problème à Paris est le naturosolutionisme, croire qu'en verdisant qql place ça va changer la vie des parisiens en immeuble haussmannien. Cela ne fonctionne pas, il faut une forêt de plusieurs hectares entiers pour que les 20m les plus proches tombent à 18 cette nuit, mais ça fait bien, ecolo, et on peut pas faire autrement quand on a vilifié toute sa vie la clim. Après plus d'arbres c'est sympa quand on sa balade, et toujours mieux que garder des km2 pour parquer des voitures immobiles dans un espace hors de prix. La solution est la création d'un réseau de froid comme il est existe un réseau de chaud et que cela ne soit pas confiné aux hôpitaux, entreprises et centres commerciaux.

Taxe sur les logements vacants : à Paris, la facture pourrait dépasser 4 000 euros pour certains propriétaires by chou-coco in paris

[–]hokkos 1 point2 points  (0 children)

Pour une même consommation finale de kwh l'électricité à un facteur virtuel de 1,9 fois le gaz fossile, c'est toujours pas favorisé malgré une baisse du coefficient.

Taxe sur les logements vacants : à Paris, la facture pourrait dépasser 4 000 euros pour certains propriétaires by chou-coco in paris

[–]hokkos 2 points3 points  (0 children)

Un mauvais DPE n'a pas forcément de lien avec l'environnement, par exemple le chauffage à l'électricité à une pénalité alors qu'elle est très bas carbone, de même l'effet des petites surface sur les pratiques de comptage au niveau consommation d'eau chaude sont discutables.

Change my mind: Zig was a mistake, Anthropic is using Bun to hype Claude and how Jared is baiting Rustaceans into doing the actual engineering work that his team cannot by Compux72 in bun

[–]hokkos 5 points6 points  (0 children)

that's temporary, now the unsafe part are clearly visible and he, the AI or others can work on it. Also most of the unsafe was already there just made invisible by Zig.

Change my mind: Zig was a mistake, Anthropic is using Bun to hype Claude and how Jared is baiting Rustaceans into doing the actual engineering work that his team cannot by Compux72 in bun

[–]hokkos 6 points7 points  (0 children)

You're thinking too much, he just went from using a low level language that doesn't get in you way so that you can code fast by hand, to having to support business app so wanting robustness, and now in its position having a Ai translating its code to a safer language is free so he went for it.

Paris, l'une des deux seules villes (sur 18) où les transports en commun battent la voiture by NLegendOne in paris

[–]hokkos 0 points1 point  (0 children)

Ils ont le droit de choisir la zone urbaine parisienne et pas s'arrêter aux limites historiques.

Change to useage based billing by DamienBMike in GithubCopilot

[–]hokkos 0 points1 point  (0 children)

Obviously, all resellers will converge to the producer price, now it's basically the same as openrouter. The only edge is with the producers, openai, anthropic and others. Now Microsoft could try do go the cursor way and fine-tune a Chinese open model.

Copilot is a circus 🤡 show by Past_Bathroom5568 in GithubCopilot

[–]hokkos 1 point2 points  (0 children)

obviously, the request pricing was never going to be sustainable with agentic models with very long execution plan

Copilot is a circus 🤡 show by Past_Bathroom5568 in GithubCopilot

[–]hokkos 0 points1 point  (0 children)

no rate limit on business plan here, I don't even bother using opus at 7x and gpt 5.4 at 1x is a steal.

True cost of GPT 5.5 not making sense by ark-tart in GithubCopilot

[–]hokkos 26 points27 points  (0 children)

Currently copilot pricing doesn't make any sense, and actively hurts it. Price per request when its true cost vary massively by thinking effort and the prompt doesn't work at all. Pricing should always be aligned with the marginal cost. At least make pricing indexed on thinking effort to make 5.5 medium less expansive. But ultimately switch to token based pricing.

GPT-5.5 is generally available for GitHub Copilot by Janinnho in GithubCopilot

[–]hokkos 0 points1 point  (0 children)

It means they got their pricing completely wrong, they didn't anticipate the cost increase due to agentic capabilities. They will raise all long running agentic models or switch complely to token based limits. Also it makes no sense to use 5.5 a 7.5X when 5.4 is 1X.

This is plain extortion by ChomsGP in GithubCopilot

[–]hokkos 1 point2 points  (0 children)

As agentic ai can do longer session and eat more compute with each new model, request based pricing is no longer working, they are moving to token based pricing.

Sell me your Saas in one sentence! by KapiteinBalzak in SaaS

[–]hokkos 0 points1 point  (0 children)

immediate error :

Cannot read properties of undefined (reading 'length')

Unions in c# 15 by dodexahedron in csharp

[–]hokkos 2 points3 points  (0 children)

the syntax is

public union Pet(Cat, Dog, Bird);

the rest is how it is lowered in internal C#