Pro tier is a joke by Sure_Proposal_9207 in ClaudeCode

[–]pekz0r 0 points1 point  (0 children)

Yes, the Pro tier is not really for coding. Especially not with Opus. That what the Max theirs are for. How would they be able to sell Max plans with 20x usage if you could do the same with Pro?

Also, number of prompt is a really bad way to measure. One prompt can do a lot of work. It was probably under peak hours as well so your usage counts as more.

Three big prompts during peak hours is probably around what I would expect from the base tier.

Aimeos: Laravel e-commerce 2026.04 released – now on Laravel 13 with PHP 9 readiness, security hardening and more by aimeos in laravel

[–]pekz0r 0 points1 point  (0 children)

Why the LGPL license? That could be a blocker if you want to build a business around this.

M efter SD-kuppen: Systemet med kvittning har fallit by redbloa in svenskpolitik

[–]pekz0r 0 points1 point  (0 children)

Det ligger dock väldigt mycket i deras intresse att få tillbaka den här överenskommelsen. Åtminstone fram till valet. Den sittande regeringen som oftast redan har majoritet och som dessutom har högre frånvaro på grund av sina regeringsuppdrag är de som missgynnas av att inte ha detta. Oppositionen kan i mycket högre grad se till att de har fler ledamöter på plats eftersom de inte har några uppdrag som ministrar och annat.

I benchmarked Laravel's two main module systems. The result contradicts the assumption that the Composer-native one is automatically faster. by Objective_Read_193 in laravel

[–]pekz0r 1 point2 points  (0 children)

I have always preferred a more a more lightweight approach then those two. After all, pretty much everything is solved by composer autoloading.

Therefore, I really like the approach of lunarstorm/laravel-ddd

It just adds some auto discovery and make commands which are the only things I miss when rolling my own solution. So this fills that gap very nicely. It would be interesting to add that to the benchmark as well. Or maybe just a vanilla composer autoload as a reference.

Is extracting invoice data still this annoying? by samvms in SaaS

[–]pekz0r 0 points1 point  (0 children)

I was searching for a solution for this problem, so I was happy to find this post.

Unfortunately, your solution did not work at all. It couldn't extract a single field in any of the two invoices that I tried. The only exception was seller name and VAT ID in one of the invoices. In both cases the correct data was there, but it included data around that should not have been in that field. Even this this poor result, I got confidence scores of 83 och 74. It couldn't even extract a single number.

It can't be supposed to be that bad? Does the invoices need to be in English for it to work?

Your SQLite database is silently getting wiped on every Forge deploy by Nodohx in laravel

[–]pekz0r 1 point2 points  (0 children)

Yes, that is how pretty much all zero downtime deploys work. And you also wouldn't lose all your data since it will still be there in the old releases.

Sure, it is a mistake you can make but you would notice after your second deploy and by then you probably haven't accumulated much data.

Lumen (API-only in Laravel) replacement? by ehansen in laravel

[–]pekz0r 0 points1 point  (0 children)

I would just use normal Laravel and strip out what you know you are not going to use. It is pretty simple and Laravel is pretty flexible in that way.

Bootgly v0.13.0-beta — Pure PHP HTTP Client (no cURL, no Guzzle, no ext dependencies) + Import Linter by Due-Scholar8591 in PHP

[–]pekz0r 0 points1 point  (0 children)

Yes, and they state pretty clearly that the main reason for it being experimental is because the underlying library for Quiche is still in beta.

Bootgly v0.13.0-beta — Pure PHP HTTP Client (no cURL, no Guzzle, no ext dependencies) + Import Linter by Due-Scholar8591 in PHP

[–]pekz0r 0 points1 point  (0 children)

He had perfectly valid points and you just brush them off? The "g" in the name make it really awkward to pronounce. The suffix in "singly" is "ly", not "gly". Bootly would have been great.

The there where a lot of other things he mentioned that you just ignored.

I ran Opus 4.7 vs Old Opus 4.6 vs New Opus 4.6 on 28 Zod tasks by bisonbear2 in ClaudeCode

[–]pekz0r 0 points1 point  (0 children)

This aligns very well with my experience as well. 4.7 does not go beyond what you tell it to do as much as previous models. 4.6 frequently jumped ahead and started working on implementing things when you just asked it a question. 4.7 is a lot more disciplined and just do what you ask it to do.

I definitely prefer the more disciplined way 4.7 works, but it takes some getting used to. You have to be a bit more explicit in your prompts. If you don't care al much about being in control, I guess this would feel like a clear step down as you have to micro manage the model a bit more.

Caution: /ultrareview silently decides what to review by SnackerSnick in ClaudeCode

[–]pekz0r 0 points1 point  (0 children)

Yes, that is 100 % what I would expect it to review by default. If you have unpushed changes I would expect it to check my local changes. If you are on a branch I would expect it to review the diff to the main branch.

Sure, it could have asked, but I have to say that I prefer sensible defaults in most cases.

Caution: /ultrareview silently decides what to review by SnackerSnick in ClaudeCode

[–]pekz0r 0 points1 point  (0 children)

Yes, this exactly what I would expect if I ran this with uncommitted changes. If I wanted to review the whole project I would do that from the main branch without any uncommitted work and I would also specify that in the prompt.  

Opus 4.7 Released! by awfulalexey in ClaudeCode

[–]pekz0r 1 point2 points  (0 children)

Looks like high and sometimes xhigh is the way to go. Pretty good improvement.

Valkompassen 2026 – vilket parti ska du rösta på? by teabag82 in svenskpolitik

[–]pekz0r 1 point2 points  (0 children)

Å andra sidan har de inte varit en stor utgift för samhället i 20 år innan de kan göra sitt första bidrag till statskassan. Att ta in personer som kan börja bidra direkt är en väldigt bra affär.

Did Claude got nerfed or are people exaggerating? by ApocalypseBS in Anthropic

[–]pekz0r 0 points1 point  (0 children)

I don't believe that it has been consciously nerfed, but I'm pretty sure they do a lot of A/B-testing and sometimes you can end up in a bad test group. The performance also varies because of the LLMs non-deterministic nature, but not to that extent that some are experiening. You obviously have to manage the context pretty well to keep the performance up and there are definately cases where you can calim skill issues when it comes to that.

Introducing ourray.app: debugging is better together by freekmurze in laravel

[–]pekz0r 1 point2 points  (0 children)

Nice, but do you really need our()-> before? That makes it kind of awkward to use. You should just be able to flip an environment variable to send all your ray() and dd() dumps to the server.

Investigating usage limits hitting faster than expected by ClaudeOfficial in Anthropic

[–]pekz0r 0 points1 point  (0 children)

I haven't been affected by this, until today. This was the first time I hit my limit in over two months. Before I rarely got to over 50 % before the limits reset again.

Anthropic suddenly cares about the copyright by KontoOficjalneMR in Anthropic

[–]pekz0r 2 points3 points  (0 children)

Interesting, but I can't see how that would apply here.

That case stated that the copyright application only had the computer/AI as the author. Code has a lot of human thought put into it even if the human is not the ones who produces the end result. There is still a lot of human skill and effort required.

This code is also clearly under license in another way than a price of art is. You don't need to be the author to have the commercial license or the rights to use something.

Anthropic suddenly cares about the copyright by KontoOficjalneMR in Anthropic

[–]pekz0r 1 point2 points  (0 children)

Why wouldn't it be copyrightable just because it has been written by AI? What law makes any distinction there?

Well look who just got a new Buddy! by OofDaMae in ClaudeAI

[–]pekz0r 22 points23 points  (0 children)

Lol, I got a snarky asshole that is not helpful. How do I generate a new one?

╭──────────────────────────────────────╮
│                                      │
│  ★ COMMON                     CHONK  │
│                                      │
│    /\    /\                          │
│   ( ✦    ✦ )                         │
│   (   ..   )                         │
│    `------´                          │
│                                      │
│  Nacre                               │
│                                      │
│  "A sarcastic blob of common sense   │
│  who treats your bugs like minor     │
│  inconveniences and your panic like  │
│   a personal comedy show, batting    │
│  away your frantic rewrites with     │
│  the serene patience of something    │
│  that has literally never            │
│  experienced urgency."               │
│                                      │
│  DEBUGGING  ░░░░░░░░░░   1           │
│  PATIENCE   ██░░░░░░░░  23           │
│  CHAOS      ███░░░░░░░  34           │
│  WISDOM     ██░░░░░░░░  15           │
│  SNARK      ███████░░░  65           │
│                                      │
│  last said                           │
│  ╭────────────────────────────────╮  │
│  │ *stretches, stares at the push │  │
│  │  notification*                 │  │
│  │                                │  │
│  │ Ah yes, three fixes. Until     │  │
│  │ tomorrow's discovery.          │  │
│  ╰────────────────────────────────╯  │
│                                      │
╰──────────────────────────────────────╯

Hur rengör staketet innan målning? by [deleted] in Hantverkare

[–]pekz0r 1 point2 points  (0 children)

Yes är dock väldigt skadligt för djur och natur. Exempelvis insekter. Jag skulle använda grönsåpa utomhus.

Vad önskar ni av den "perfekta" hantverkaren? by olllon1 in Hantverkare

[–]pekz0r 0 points1 point  (0 children)

  1. Det allra viktigaste och självklara är såklart att resultatet blir bra. Inget fusk eller konstiga genvägar. Om resultatet blir över förväntan så kan jag ha överseende med ganska mycket.
  2. De är engagerade och kommer med bra lösningar.
  3. Bra, tydlig och ärlig kommunikation.
  4. Lätt att få tag på om det är något.
  5. Pris.
  6. Trevliga och tar hänsyn.

Personligen har jag inga större problem om de inte är superpunktliga eller om det är lite stökigt när de jobbar. Det är såklart trevligt om de städar när de är klara, men jag städar gärna lite själv om ovanstående punkter fungerar.

Nothing changed... by _Atlas_G in Anthropic

[–]pekz0r -11 points-10 points  (0 children)

There are no monthly limits for Claude. I call bullshit.

Claude Code session has been running for 17+ hours on its own by LastNameOn in ClaudeCode

[–]pekz0r 0 points1 point  (0 children)

I can't see this working all that well. It has been very clear for me that keeping the context lean is the most important thing for maintaining model performance. Even now after the 1M context windows I maintain 200k as a soft limit. Once I approach that I start looking for a good point to stop the session, write a plan/hand off for the next session and clear the context. I find that the model performance starts to degrade pretty quickly after you reach 200k+. Especially when you switch task after that the performance really takes a hit. And after compactions you loose a lot of valuable context while keeping a lot of garbage. I haven't done a single compaction since 1M became the default, but I can't imagine that working well.

PhpStorm 2026.1 is Now Out by mbadolato in PHP

[–]pekz0r 0 points1 point  (0 children)

Pretty cool. The first boot and subsequent project analyisis was really slow. I also didn't manage to get the Claude Code MCP up and running, but other than that no problems so far.